Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi the API is located at ;

T2A API Documentation - Find people at an address[^]

I need to find out who lives at a certain address, could someone tell me/ show me how i can do it? I'm absolutely clueless and really need to get this information.

Thank you :)

What I have tried:

I've tried downloading postman to send the HTTP request but i just can't figure it out.
Posted
Updated 24-Jun-17 6:51am

1 solution

See the examples at: T2A API Documentation - Code Examples[^]
You can use JS Fiddle to test, here is my test code (gives an error sadly):
Edit fiddle - JSFiddle[^]
I think you need a code where it says: "YOUR_API_KEY".

If you need a javascript tutorial, here's one: Javascript Tutorial[^]
 
Share this answer
 
v4
Comments
Cinn666 24-Jun-17 12:59pm    
Thank you for your speedy reply, but i have NEVER coded before, i don't know what to change and how to even send the request, what would i have to type?
Cinn666 24-Jun-17 13:23pm    
The result : {"error": "Please use POST request"} ,

I entered my key but i'm not sure what happened. Thank you for helping me by the way, i really appreciate it!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900