HTTP Json Protocol
HTTP / JSON protocol
In the common cases ( e.g. web and mobile application development ) the most used method to access remote services, the used interface is HTTP/HTTPS. Such service is IpForensics API.
Requests
API Key and IP Address are passed as query param
Query parameters are passed by GET
.
Responses
Response is normally JSON array with multiple fields. The key response
is always present and metadata
.
Successful response
response: success means success.
Successful response example:
Error response
Then response
is set to the error key and message
is an error message. After every method definition we list the possible error codes that could be returned.
Error response example:
Last updated