-
Notifications
You must be signed in to change notification settings - Fork 2
Burhan Documentation
Burhan Can Akkuş edited this page May 12, 2019
·
2 revisions
This API predicts a user's language based on her IP address.
- Returns requester's ip and predicted language
-
Returns predicted language of
-
When successful returns a response as such: (StatusCode: 200)
{"ip": "193.140.194.16",
"Language": "Turkish"}
- When given ip is not legit or not found in the system it returns a response as such: (StatusCode: 404)
{"ip": "null", "Language": "null"}
- in such case you should contact the developer.