id
stringlengths
53
86
api_name
stringlengths
2
76
api_description
stringlengths
1
500
api_score
float64
0
10
endpoint_name
stringlengths
1
190
endpoint_description
stringlengths
0
500
response_status_code
int64
100
505
response_summary
stringlengths
1
68
response_json
stringlengths
6
50k
response_json_schema
stringlengths
14
150k
15992f9c-a057-4563-9395-1555c5d32b0d/1d8f9ec7-1dad-45fc-8ddf-5af338859d87/0/0
Nearby Places
Get nearby establishments.
8.2
Nearby - (Google)
Returns a JSON array of nearby places sorted by distance from the origin coordinates in ascending order. Only values from /types (Google) are valid types. Maximum places returned per request is 20.
200
Response
[{"name": "Bel Caf\u00e9 Downtown", "place_id": "ChIJgQmKXX9xhlQRtBNq5dIMxZw", "location": {"lat": 49.28336249999999, "lng": -123.1190853}, "address": "801 West Georgia Street, Vancouver", "rating": 4, "distanceMeter": 37.61}, {"name": "La Prep", "place_id": "ChIJp--ubH9xhlQRLt8dW6sN_Tk", "location": {"lat": 49.282808,...
{"type": "array", "items": {"type": "object"}}
15992f9c-a057-4563-9395-1555c5d32b0d/ec0a64b3-6018-4657-a498-d870b7cd487b/0/0
Nearby Places
Get nearby establishments.
8.2
Types - (Google)
Get a list of establishment types. These types will only work with /nearby (Google).
200
Response
["accounting", "airport", "amusement_park", "aquarium", "art_gallery", "atm", "bakery", "bank", "bar", "beauty_salon", "bicycle_store", "book_store", "bowling_alley", "bus_station", "cafe", "campground", "car_dealer", "car_rental", "car_repair", "car_wash", "casino", "cemetery", "church", "city_hall", "clothing_store",...
{"type": "array", "items": {"type": "string"}}
15992f9c-a057-4563-9395-1555c5d32b0d/a5adeede-7c1b-4b15-bbfb-7ccf3ccc30ed/0/0
Nearby Places
Get nearby establishments.
8.2
Random (Google)
Return a random place nearby.
200
New Example
{"name": "Cafe Etico Inc", "place_id": "ChIJ_6CgVSBxhlQRaivclSyCMAU", "location": {"lat": 49.2814076, "lng": -123.047706}, "address": "260-2747 East Hastings Street, Vancouver", "distanceMeter": 471.83}
{"type": "object", "properties": {"name": {"type": "string"}, "place_id": {"type": "string"}, "location": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}, "address": {"type": "string"}, "distanceMeter": {"type": "number"}}}
15992f9c-a057-4563-9395-1555c5d32b0d/babc3e59-478a-4436-86bd-47d929f7fc2e/0/0
Nearby Places
Get nearby establishments.
8.2
Place Details - (Google)
Get contact and opening hours for a place. Requires a place id provided by /nearby (Google).
200
New Example
{"name": "Just Waffles Restaurant", "place_id": "ChIJCxzX9tpwhlQRIFVwULOI2FM", "location": {"lat": 49.2813406, "lng": -123.0274422}, "address": "3531 E Hastings St, Vancouver, BC V5K 2A9, Canada", "types": ["restaurant", "cafe", "food", "point_of_interest", "establishment"], "map_url": "https://maps.google.com/?cid=604...
{"type": "object", "properties": {"name": {"type": "string"}, "place_id": {"type": "string"}, "location": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}, "address": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}, "map_url": {"type": "string"}, "phon...
15992f9c-a057-4563-9395-1555c5d32b0d/a812a8af-20e6-4ee2-a55d-9c1901b7d376/0/0
Nearby Places
Get nearby establishments.
8.2
Types - (ArcGIS)
Types (categories) of establishments. These types will only work with /v2/nearby (ArcGIS).
200
New Example
["Amusement Park", "Aquarium", "Art Gallery", "Art Museum", "Billiards", "Bowling Alley", "Casino", "Cinema", "Historical Monument", "History Museum", "Indoor Sports", "Jazz Club", "Landmark", "Library", "Live Music", "Museum", "Other Arts and Entertainment", "Performing Arts", "Ruin", "Science Museum", "Tourist Attrac...
{"type": "array", "items": {"type": "string"}}
fff18a04-656b-47ae-af08-4584dbfd4636/de52fe21-c936-4f8b-aa65-c35f00f154d2/1/0
Wyjyt - Geo Calculate
Widget API to calculate Geo Coordinates, Geo Fences and Sky, Sun, Moon, Eclipse information. https://wyjyt.com
7.2
Fence
Check if a list of coordinates are inside of a fence of coordinates.
200
null
{"insides": [], "distances": []}
{"type": "object", "properties": {"insides": {"description": "List of flags indicating inside or outside of the fence.", "type": "array", "items": {"type": "boolean"}}, "distances": {"description": "List of distances from the fence.", "type": "array", "items": {"format": "double", "type": "number", "minimum": -1.797693...
fff18a04-656b-47ae-af08-4584dbfd4636/bf44218f-83a0-4ef0-b4c2-25e85683bf19/1/0
Wyjyt - Geo Calculate
Widget API to calculate Geo Coordinates, Geo Fences and Sky, Sun, Moon, Eclipse information. https://wyjyt.com
7.2
Sky
Calculate sun, moon, eclipse and sky information for the date and location.
200
null
{"sun": {"isUp": true, "set": "", "rise": "", "noon": "", "altitude": 0, "azimuth": 0, "dawn": "", "dusk": "", "lastEclipse": {"hasEclipseData": true, "date": "", "type": 0, "partialEclispeBegin": "", "aorTEclipseBegin": "", "maximumEclipse": "", "aorTEclipseEnd": "", "partialEclispeEnd": "", "aorTDuration": ""}, "next...
{"type": "object", "properties": {"sun": {"description": "Solar information.", "type": "object", "properties": {"isUp": {"type": "boolean"}, "set": {"format": "date-time", "type": "string"}, "rise": {"format": "date-time", "type": "string"}, "noon": {"format": "date-time", "type": "string"}, "altitude": {"format": "dou...
fff18a04-656b-47ae-af08-4584dbfd4636/1e01e821-570e-47b8-827c-f0d623662f3a/0/0
Wyjyt - Geo Calculate
Widget API to calculate Geo Coordinates, Geo Fences and Sky, Sun, Moon, Eclipse information. https://wyjyt.com
7.2
Distance
Calculate the distance between two geo coordinates.
200
null
{"meters": 0, "bearing": 0}
{"type": "object", "properties": {"meters": {"format": "double", "description": "Distance between the two coordinates in meters.", "type": "number", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "bearing": {"format": "double", "description": "Bearing direction between the two coordinates in ...
fff18a04-656b-47ae-af08-4584dbfd4636/7dd306dd-0d97-4060-9d4e-5c92146cfeaf/0/0
Wyjyt - Geo Calculate
Widget API to calculate Geo Coordinates, Geo Fences and Sky, Sun, Moon, Eclipse information. https://wyjyt.com
7.2
Convert
Convert the list of geo coordinates to a standard format - (latlon | utm | mgrs | ecef | epsg3857 | georef | cartesian)
200
null
{"coordinates": ""}
{"type": "object", "properties": {"coordinates": {"description": "Comma-separated list of formatted Geo Coordinates.", "type": "string"}}}
d9750f1e-e53c-491a-9968-355e4b8e4067/eaea7a1c-b616-4c87-97a3-661d151b19b1/0/0
COUNTRYS-API
Get all countrys in the world
null
Get Country By Code
Get country By code
200
New Example
{"id": 11, "tld": ".ar", "name": "Argentina", "code2": "AR", "code3": "ARG", "emoji": "??", "emojiU": "U+1F1E6 U+1F1F7", "native": "Argentina", "region": "Americas", "capital": "Buenos Aires", "currency": "ARS", "latitude": "-34.00000000", "longitude": "-64.00000000", "subregion": "South America", "timezones": [{"tzNam...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "integer"}, "tld": {"type": "string"}, "name": {"type": "string"}, "code2": {"type": "string"}, "code3": {"type": "string"}, "emoji": {"type": "string"}, "emojiU": {"type": "string"}, "native": {"type": "string"}, "region": {"...
d9750f1e-e53c-491a-9968-355e4b8e4067/faeeee23-e65f-41fa-9e79-8275c692bee5/0/0
COUNTRYS-API
Get all countrys in the world
null
Get State By country_code
Get State By country_code
200
New Example
[{"id": 3901, "name": "Badakhshan", "country_id": 1, "country_code": "AF", "country_name": "Afghanistan", "state_code": "BDS", "type": null, "latitude": "36.73477250", "longitude": "70.81199530"}, {"id": 3871, "name": "Badghis", "country_id": 1, "country_code": "AF", "country_name": "Afghanistan", "state_code": "BDG", ...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "country_id": {"type": "integer"}, "country_code": {"type": "string"}, "country_name": {"type": "string"}, "state_code": {"type": "string"}, "type": {"type": "...
d9750f1e-e53c-491a-9968-355e4b8e4067/0ddf45a0-0aa0-4b4d-ad2e-c40264446ffd/0/0
COUNTRYS-API
Get all countrys in the world
null
Get Countrys Pagination
Get Country pagination country/page/perPage GET /countrys/1/10
200
New Example
[{"id": 1, "tld": ".af", "name": "Afghanistan", "code2": "AF", "code3": "AFG", "emoji": "??", "emojiU": "U+1F1E6 U+1F1EB", "native": "\u0627\u0641\u063a\u0627\u0646\u0633\u062a\u0627\u0646", "region": "Asia", "capital": "Kabul", "currency": "AFN", "latitude": "33.00000000", "longitude": "65.00000000", "subregion": "Sou...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "tld": {"type": "string"}, "name": {"type": "string"}, "code2": {"type": "string"}, "code3": {"type": "string"}, "emoji": {"type": "string"}, "emojiU": {"type": "string"}, "native": {"typ...
d9750f1e-e53c-491a-9968-355e4b8e4067/ad28485b-d0a9-424f-915d-1e7f83474cfa/0/0
COUNTRYS-API
Get all countrys in the world
null
Get Country By ID
Get Data By Id
200
New Example
{"id": 1, "tld": ".af", "name": "Afghanistan", "code2": "AF", "code3": "AFG", "emoji": "??", "emojiU": "U+1F1E6 U+1F1EB", "native": "\u0627\u0641\u063a\u0627\u0646\u0633\u062a\u0627\u0646", "region": "Asia", "capital": "Kabul", "currency": "AFN", "latitude": "33.00000000", "longitude": "65.00000000", "subregion": "Sout...
{"id": 1, "name": "Indonesia", "code": "ID"}
6900590c-25b8-44c4-ad11-a2e2260b3d38/4f49d51a-48a0-4b58-b00f-b98ba9686574/0/0
Daddy: ZIP CODE - US
Get info about US Zip codes , check if Zip code exists
null
Check Zip
Check if zip code exists
200
Example
{"zip_exists": "True"}
{"type": "object", "properties": {"zip_code": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "county": {"type": "string"}, "timezone": {"type": "string"}, "area_codes": {"type": "array", "items": {"type": "string"}}, "latutude": {"type": "string"}, "longitude": {"type": "string"}, "country...
6900590c-25b8-44c4-ad11-a2e2260b3d38/681c644b-53da-4e63-9599-55fa5ece6d49/0/0
Daddy: ZIP CODE - US
Get info about US Zip codes , check if Zip code exists
null
Zip
Get info about zip code
200
Example
{"zip_code": "22222", "city": "Arlington", "state": "VA", "county": "Arlington County", "timezone": "America/New_York", "area_codes": ["571"], "latitude": "38.87", "longitude": "-77.1", "country": "US"}
{"type": "object", "properties": {"zip_code": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "county": {"type": "string"}, "timezone": {"type": "string"}, "area_codes": {"type": "array", "items": {"type": "string"}}, "latutude": {"type": "string"}, "longitude": {"type": "string"}, "country...
e6b998b5-40c6-4099-b662-1d4b09c50709/2540cf0c-4dff-4a14-9369-a7a02633b65a/0/0
GEOIP
API returns location data such as country, city, latitude, longitude, timezone, asn, currency, security data for IPv4 and IPv6 addresses in JSON or XML formats.
5.1
Visitor Lookup
Returns the IP address of the client with additional data.
200
New Example
{"ip": "13.228.169.5", "type": "ipv4", "asn": 16509, "continent_code": "AS", "continent_name": "Asia", "country_code": "SG", "country": {"name": "Singapore", "capital": "Singapore", "currency": {"code": "SGD", "name": "Singapore dollar", "symbol": "$"}, "language": {"code": "en", "name": "English"}}, "city": "Singapore...
{"type": "object", "properties": {"ip": {"type": "string"}, "type": {"type": "string"}, "asn": {"type": "integer"}, "continent_code": {"type": "string"}, "continent_name": {"type": "string"}, "country_code": {"type": "string"}, "country": {"type": "object", "properties": {"name": {"type": "string"}, "capital": {"type":...
3a94bdb0-8963-4e6d-9c62-b510bb9f9644/b4a92707-669a-498c-b107-39f4e0e68b5a/0/0
UK-phonenumber-area-search
Returns the name of the UK town for a landline number
6.2
findByNumber
Searches for the UK geographic town name for the given number
200
Response
{"town": "Luton", "number": "015827778728"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"town": {"type": "string"}, "number": {"type": "string"}}, "required": ["number", "town"]}
c7dd78af-a868-45c4-bbf6-900bd9785826/a607210a-1f75-4d69-b6ce-745d73e5eb22/0/0
PT Postcodes
Portuguese postcode lookup
5.2
Get addresses by postcode
Get the list of addresses/street by specifying the postcode
200
New Example
[{"id": "632893112d01b72c1c989c4e", "district": "Aveiro", "council": "\u00c1gueda", "locality": "Guistolinha", "cp4": "3750", "cp3": "016", "postalName": "AGAD\u00c3O"}]
{"type": "array", "items": {"type": "object", "properties": {"artId": {"type": "string"}, "artLocal": {"type": "string"}, "artName": {"type": "string"}, "artTitle": {"type": "string"}, "artType": {"type": "string"}, "client": {"type": "string"}, "council": {"type": "string"}, "cp3": {"type": "string"}, "cp4": {"type": ...
2f982dda-1782-4208-a9fd-ffc5a3f5e702/883a342a-13f4-4087-81a0-dd6e1531ef62/0/0
Address Validation NL
Address Validation NL API returns a valid Dutch address (street name and city/town) for a given postcode and house number
5.4
/api/v1/addresses
Get Address
404
404 NOT FOUND
{"type": "https://tools.ietf.org/html/rfc7231#section-6.5.4", "title": "Not Found", "status": 404, "traceId": "00-b85462ee5462ca32c93eed15ccbd8ea0-fefca0e9f9fc6ab8-00"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "status": {"type": "integer"}, "traceId": {"type": "string"}}, "required": ["status", "title", "traceId", "type"]}
2f982dda-1782-4208-a9fd-ffc5a3f5e702/883a342a-13f4-4087-81a0-dd6e1531ef62/2/0
Address Validation NL
Address Validation NL API returns a valid Dutch address (street name and city/town) for a given postcode and house number
5.4
/api/v1/addresses
Get Address
200
200 OK
[{"streetName": "Nieuwe Binnenweg", "residence": "Rotterdam"}]
{"type": "array", "items": {"type": "object", "properties": {"streetName": {"type": ["string", "null"]}, "residence": {"type": ["string", "null"]}}, "additionalProperties": false}}
bc1c935b-b1c1-479f-a598-da06c6720ed1/8c587599-abac-45cc-85af-2fe206adcb2e/0/0
World Cities and Countries
The fastest and most updated API with rich data that allow you search cities from more than 2 million records. Also allows to search country data with other additional info.
7.6
SearchCities
API to search cities based on the matching search keyword passed in url param. e.g. /v1/locations/cities/new y: This will return all the matching cities whose name starts from new y. You can also filter the cities or narrow down results for specific country by passing its 2 letter country code in query param which can...
200
Response
[{"city": "Califon", "countryCode": "US"}, {"city": "California", "countryCode": "US"}, {"city": "California Bar", "countryCode": "US"}, {"city": "California City", "countryCode": "US"}, {"city": "California Crossroads", "countryCode": "US"}, {"city": "California Furnace", "countryCode": "US"}, {"city": "California Hei...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"city": {"type": "string"}, "countryCode": {"type": "string"}}, "required": ["city", "countryCode"]}}
bc1c935b-b1c1-479f-a598-da06c6720ed1/2cb847ce-8c32-4b35-9795-decab9f4c4a0/0/0
World Cities and Countries
The fastest and most updated API with rich data that allow you search cities from more than 2 million records. Also allows to search country data with other additional info.
7.6
SearchCountries
API to search county based on the matching search keyword passed in url param. NOTE: This API is case insensitive. e.g. /v1/locations/countries/uni: This will return all the matching countries whose name starts from uni and their additional info.
200
/v1/locations/countries/uni?limit=20&page=1&sortBy=name:asc
{"results": [{"isActive": true, "name": "United Arab Emirates", "alpha-2": "AE", "alpha-3": "ARE", "country-code": "784", "iso_3166-2": "ISO 3166-2:AE", "region": "Asia", "sub-region": "Western Asia", "intermediate-region": "", "region-code": "142", "sub-region-code": "145", "intermediate-region-code": "", "id": "61ed1...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"isActive": {"type": "boolean"}, "name": {"type": "string"}, "alpha-2": {"type": "string"}, "alpha-3": {"type": "string"}, "country-code": {"type": "string"}, "iso_3166-...
f447dd36-2d8b-43d8-8226-43360b907d38/5b0f3261-1332-4d71-8925-163345480b68/0/0
UK Postcode
Integrate this API with your website's address form to quickly and accurately auto-fill UK postal addresses or find locations of addresses. This API contains a database of almost 1.7 million UK postcodes, along with address and location information. For a simple demo, visit https://tomwimmenhove.com/ukpostcode/
8.9
/search
Find an street or post code using one of more key words
200
Example_1
{"success": true, "results": [{"postCode": "", "postCodeTrimmed": "", "streetName": "", "longitude": 0, "latitude": 0, "plusCode": "", "region": "", "locality": "", "area": "", "numUPRNs": 0}]}
{"type": "object", "properties": {"success": {"type": "boolean"}, "results": {"type": ["array", "null"], "items": {"type": "object", "properties": {"postCode": {"type": ["string", "null"], "description": "The fully formatted post code (I.E. \"SW1A 2AA\")"}, "postCodeTrimmed": {"type": ["string", "null"], "description":...
f447dd36-2d8b-43d8-8226-43360b907d38/de7930e6-39e7-4768-ac25-69072a86f20e/2/0
UK Postcode
Integrate this API with your website's address form to quickly and accurately auto-fill UK postal addresses or find locations of addresses. This API contains a database of almost 1.7 million UK postcodes, along with address and location information. For a simple demo, visit https://tomwimmenhove.com/ukpostcode/
8.9
/getpostcode
Find an exact match for a given post code.
200
Example_1
{"success": true, "result": {"postCode": "", "postCodeTrimmed": "", "streetName": "", "longitude": 0, "latitude": 0, "plusCode": "", "region": "", "locality": "", "area": "", "numUPRNs": 0}}
{"type": "object", "properties": {"success": {"type": "boolean"}, "result": {"type": "object", "properties": {"postCode": {"type": ["string", "null"], "description": "The fully formatted post code (I.E. \"SW1A 2AA\")"}, "postCodeTrimmed": {"type": ["string", "null"], "description": "The post code without any spaces (I....
f447dd36-2d8b-43d8-8226-43360b907d38/de7930e6-39e7-4768-ac25-69072a86f20e/3/0
UK Postcode
Integrate this API with your website's address form to quickly and accurately auto-fill UK postal addresses or find locations of addresses. This API contains a database of almost 1.7 million UK postcodes, along with address and location information. For a simple demo, visit https://tomwimmenhove.com/ukpostcode/
8.9
/getpostcode
Find an exact match for a given post code.
404
Example_1
{"success": true, "message": ""}
{"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}}, "additionalProperties": false}
8273d77f-64ea-4199-bf41-67e03d259f27/0e95eebe-5290-481c-93d8-c417de659b25/0/0
IP Geo Location
API returns location data such as country, city, latitude, longitude, timezone, asn, currency, security data for IPv4 and IPv6 addresses in JSON or XML formats.
9.9
Visitor Lookup
Returns the IP address of the client with all the location data
200
Response
{"ip": "185.249.155.138", "type": "IPv4", "location": {"latitude": 34.7674, "longitude": 32.4213}, "postcode": null, "area": {"code": "CY-05", "geonameid": 146213, "name": "Pafos"}, "asn": {"number": 52080, "organisation": "M. Sereda Network Ltd"}, "city": {"geonameid": 146214, "name": "Paphos", "population": 35961}, "...
{"properties": {"area": {"properties": {"code": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "asn": {"properties": {"number": {"type": "string"}, "organisation": {"type": "string"}}, "type": "object"}, "city": {"properties": {"geonameid": {"type": "integer"}, "name": {"type": "string"}, "populati...
8273d77f-64ea-4199-bf41-67e03d259f27/e257aebb-d730-4979-8f42-35f233c2a6af/0/0
IP Geo Location
API returns location data such as country, city, latitude, longitude, timezone, asn, currency, security data for IPv4 and IPv6 addresses in JSON or XML formats.
9.9
IP Lookup
Provides geo information for the given IP
200
Response
{"ip": "23.123.12.11", "type": "IPv4", "location": {"latitude": 30.0794, "longitude": -90.4919}, "postcode": "70068", "area": {"code": "US-LA", "geonameid": 4331987, "name": "Louisiana"}, "asn": {"number": 7018, "organisation": "ATT-INTERNET4"}, "city": {"geonameid": 4330525, "name": "Laplace", "population": 29872}, "c...
{"properties": {"area": {"properties": {"code": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "asn": {"properties": {"number": {"type": "string"}, "organisation": {"type": "string"}}, "type": "object"}, "city": {"properties": {"geonameid": {"type": "integer"}, "name": {"type": "string"}, "populati...
f0659549-95c1-4bff-aaff-f4659fb8f297/476a4755-3a7c-4a3e-b00f-ce191e8c0de4/0/0
Countries, States and Cities
Explore the world with our comprehensive Geographical Data API. Retrieve detailed information about countries, states/counties, and cities worldwide. Perfect for developers, this API provides access to a wealth of geographic data to enhance your applications.
5.8
Find Nearby Cities
You can search for close cities from a specified City Id and a Radius (in KM).
200
New Example
{"total": 8, "nearby_cities": [{"id": 15101, "name": "S\u00e3o Paulo", "state_id": 2021, "state_code": "SP", "country_id": 31, "country_code": "BR", "latitude": "-23.54750000", "longitude": "-46.63611000", "distance": 0}, {"id": 14853, "name": "S\u00e3o Caetano do Sul", "state_id": 2021, "state_code": "SP", "country_id...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"total": {"type": "integer"}, "nearby_cities": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "state_id": {"type": "integer"}, "state_code": {"type": "string"}, "country_id...
f0659549-95c1-4bff-aaff-f4659fb8f297/5bb476e8-f491-4267-9e73-c8ad9eae2be8/0/0
Countries, States and Cities
Explore the world with our comprehensive Geographical Data API. Retrieve detailed information about countries, states/counties, and cities worldwide. Perfect for developers, this API provides access to a wealth of geographic data to enhance your applications.
5.8
City
Get city detailed info based on its ID. You can get the id from the cities endpoint.
200
New Example
{"id": 1234, "name": "Leones", "state_id": 3642, "state_code": "X", "country_id": 11, "country_code": "AR", "latitude": "-32.66174000", "longitude": "-62.29678000"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "state_id": {"type": "integer"}, "state_code": {"type": "string"}, "country_id": {"type": "integer"}, "country_code": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"t...
f0659549-95c1-4bff-aaff-f4659fb8f297/ff3d5ac0-df86-46ca-af22-b697f81e38a3/0/0
Countries, States and Cities
Explore the world with our comprehensive Geographical Data API. Retrieve detailed information about countries, states/counties, and cities worldwide. Perfect for developers, this API provides access to a wealth of geographic data to enhance your applications.
5.8
State
Get a state info base on the country_code and the state_code. Ex: BR/SP for São Paulo in Brazil or US/CA for California in the US.
200
New Example
{"id": 1416, "name": "California", "country_id": 233, "country_code": "US", "state_code": "CA", "latitude": "36.77826100", "longitude": "-119.41793240"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "country_id": {"type": "integer"}, "country_code": {"type": "string"}, "state_code": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}}, "required": ["c...
f0659549-95c1-4bff-aaff-f4659fb8f297/18a9a4b6-1c0e-4cc2-ae6e-f7c1fced27ea/0/0
Countries, States and Cities
Explore the world with our comprehensive Geographical Data API. Retrieve detailed information about countries, states/counties, and cities worldwide. Perfect for developers, this API provides access to a wealth of geographic data to enhance your applications.
5.8
Country
In this endpoint you can reach the detailed Country by its country_code Ex: BR, US, AL.
200
New Example
{"id": 31, "name": "Brazil", "iso3": "BRA", "iso2": "BR", "phone_code": "55", "capital": "Brasilia", "currency": "BRL", "currency_symbol": "R$", "tld": ".br", "native": "Brasil", "region": "Americas", "subregion": "South America", "timezones": [{"zoneName": "America/Araguaina", "gmtOffset": -10800, "gmtOffsetName": "UT...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "iso3": {"type": "string"}, "iso2": {"type": "string"}, "phone_code": {"type": "string"}, "capital": {"type": "string"}, "currency": {"type": "string"}, "currency_symbol": {"type": "stri...
f0659549-95c1-4bff-aaff-f4659fb8f297/5aadf4ae-97d2-4c23-9bb4-c2644c465c9c/0/0
Countries, States and Cities
Explore the world with our comprehensive Geographical Data API. Retrieve detailed information about countries, states/counties, and cities worldwide. Perfect for developers, this API provides access to a wealth of geographic data to enhance your applications.
5.8
cities
In this endpoint you can find every city of a Country by default. All you have to do is add the 'country' parameter when calling the API. The 'country' parameter is the Country Code, like US for the United States, AL for Albania or BR for Brazil. You can get this information from the Countries Endpoint and look for the...
200
Example_1
{"total": 653, "list": [{"id": 10080, "name": "Adamantina", "state_id": 2021, "state_code": "SP", "country_id": 31, "country_code": "BR", "latitude": "-21.59136000", "longitude": "-51.06669000"}, {"id": 10082, "name": "Adolfo", "state_id": 2021, "state_code": "SP", "country_id": 31, "country_code": "BR", "latitude": "-...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"total": {"type": "integer"}, "list": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "state_id": {"type": "integer"}, "state_code": {"type": "string"}, "country_id": {"type...
f0659549-95c1-4bff-aaff-f4659fb8f297/b16dfaf0-c8c2-4b44-a943-5116c227e5a2/0/0
Countries, States and Cities
Explore the world with our comprehensive Geographical Data API. Retrieve detailed information about countries, states/counties, and cities worldwide. Perfect for developers, this API provides access to a wealth of geographic data to enhance your applications.
5.8
states
In this endpoint you can find every state/county of a Country by default. All you have to do is add the 'country' parameter when calling the API. The 'country' parameter is the Country Code, like US for the United States, AL for Albania or BR for Brazil. You can get this information from the Countries Endpoint and look...
200
Example_1
{"total": 27, "list": [{"id": 2012, "name": "Acre", "country_id": 31, "country_code": "BR", "state_code": "AC", "latitude": "32.93305200", "longitude": "35.08267800"}, {"id": 2007, "name": "Alagoas", "country_id": 31, "country_code": "BR", "state_code": "AL", "latitude": "-9.57130580", "longitude": "-36.78195050"}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"total": {"type": "integer"}, "list": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "country_id": {"type": "integer"}, "country_code": {"type": "string"}, "state_code": {"...
f0659549-95c1-4bff-aaff-f4659fb8f297/b74f47ad-83c5-4baf-8921-b6a8c6eee9f6/0/0
Countries, States and Cities
Explore the world with our comprehensive Geographical Data API. Retrieve detailed information about countries, states/counties, and cities worldwide. Perfect for developers, this API provides access to a wealth of geographic data to enhance your applications.
5.8
countries
Fetch every country in the world with this Endpoint.
200
Example_1
{"total": 250, "list": [{"id": 1, "name": "Afghanistan", "iso3": "AFG", "iso2": "AF", "phone_code": "93", "capital": "Kabul", "currency": "AFN", "currency_symbol": "\u060b", "tld": ".af", "native": "\u0627\u0641\u063a\u0627\u0646\u0633\u062a\u0627\u0646", "region": "Asia", "subregion": "Southern Asia", "timezones": [{"...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"total": {"type": "integer"}, "list": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "iso3": {"type": "string"}, "iso2": {"type": "string"}, "phone_code": {"type": "string"...
34200c4d-db2a-44d9-8ff3-729251e8792f/bccb1b03-94a5-4c5e-81d6-1824d6ad916a/0/0
Daddy: ZIP CODE - SERBIA
Get info about Serbian Zip Code
null
City into Zip
Convert City name into Zip Code
200
Example
{"city": "Duga Poljana", "zip_code": "36312"}
{"type": "object", "properties": {"city": {"type": "string"}, "zip_code": {"type": "string"}}}
76d21f04-85d1-4842-8feb-7ea6937afd18/0cf2b90b-e95d-444b-ae8a-5342a15dffca/0/0
IP Whois And Lookup Api | Get the whois data of any IP
Discover the power of our IP Whois and Lookup API, a cutting-edge solution designed to provide you with in-depth information about an IP address.
null
IP Whois And Lookup
Get the whole data about the particular api using a single api with single request.
200
New Example
{"ip": "8.8.4.4", "success": true, "type": "IPv4", "continent": "North America", "continent_code": "NA", "country": "United States", "country_code": "US", "region": "California", "region_code": "CA", "city": "Mountain View", "latitude": 37.3860517, "longitude": -122.0838511, "is_eu": false, "postal": "94039", "calling_...
{"type": "object", "properties": {"ip": {"type": "string"}, "success": {"type": "boolean"}, "type": {"type": "string"}, "continent": {"type": "string"}, "continent_code": {"type": "string"}, "country": {"type": "string"}, "country_code": {"type": "string"}, "region": {"type": "string"}, "region_code": {"type": "string"...
a6c6d995-b255-415c-87ca-a8396553ef5c/624cf38b-4348-4995-a9f8-a2c7f08b953f/0/0
GeoCod
Free Geocoding API
null
getAddressUsingGET
200
null
{"city": "", "country": "", "lat": 0, "lon": 0, "postaladdress": "", "state": "", "zipcode": ""}
{"title": "Address", "type": "object", "properties": {"city": {"type": "string"}, "country": {"type": "string"}, "lat": {"type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "lon": {"type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "max...
a6c6d995-b255-415c-87ca-a8396553ef5c/d40fc8cd-3f95-4d68-801e-1085a38b73ae/3/0
GeoCod
Free Geocoding API
null
getCoordsUsingGET
200
null
{"city": "", "country": "", "lat": 0, "lon": 0, "postaladdress": "", "state": "", "zipcode": ""}
{"title": "Coords", "type": "object", "properties": {"city": {"type": "string"}, "country": {"type": "string"}, "lat": {"type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "lon": {"type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maxi...
6defe59d-763a-4c8e-8f97-db92634c3b6f/f142832b-fb08-4c3d-95f6-524fc8c0e9d3/0/0
GeoWide
GeoWide API efficiently calculates distances between geographic points, enabling accurate measurements for various applications. With minimal latency, it returns the distance in kilometers, miles, or other units, empowering developers to incorporate precise geographic calculations into their projects effortlessly.
6.9
Distance
This API endpoint takes latitude and longitude coordinates for two points and calculates the geodesic and great circle distances between them. It returns a json object with formatted coordinate information for each point, along with the distances in miles, kilometres, meters, feet, and nautical miles for both geodesic ...
200
Example
{"data": {"point1_decimal": "41.893333, 12.482778", "point1_unicode": "41\u00b0 53\u2032 35.9988\u2033 N, 12\u00b0 28\u2032 58.0008\u2033 E", "point1_format": "41 53m 35.9988s N, 12 28m 58.0008s E", "point2_decimal": "40.416944, -3.703333", "point2_unicode": "40\u00b0 25\u2032 0.9984\u2033 N, 3\u00b0 42\u2032 11.9988\u...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"point1_decimal": {"type": "string"}, "point1_unicode": {"type": "string"}, "point1_format": {"type": "string"}, "point2_decimal": {"type": "string"}, "point2_unicode": {"type": "string"}, "point2_fo...
6defe59d-763a-4c8e-8f97-db92634c3b6f/f142832b-fb08-4c3d-95f6-524fc8c0e9d3/1/0
GeoWide
GeoWide API efficiently calculates distances between geographic points, enabling accurate measurements for various applications. With minimal latency, it returns the distance in kilometers, miles, or other units, empowering developers to incorporate precise geographic calculations into their projects effortlessly.
6.9
Distance
This API endpoint takes latitude and longitude coordinates for two points and calculates the geodesic and great circle distances between them. It returns a json object with formatted coordinate information for each point, along with the distances in miles, kilometres, meters, feet, and nautical miles for both geodesic ...
422
Example_1
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte...
0a1bedd2-9679-4ff7-b4de-c5d177419b0e/3391532f-91a4-4e87-b976-4fc92aaf4c6b/0/0
Indian New PinCode API
API of Postal Index Numbers (PIN) of India Post is a webservices providing access to metada of PIN code numbers of Post Offices in India. The API accepts HTTP GET calls and returns JSON formatted responses. More than 900000 Pincode Information available , there can be multiple Json objects for single Pincode with diffe...
7
Get Pincode Details
Using this API you will get Post Office Name, Telephone number, Town, District, State
200
New Example
{"status": true, "post_office": "Baroda House Post Office", "telephone": "011-23388895", "town": "Central Delhi", "district": "Central Delhi", "state": "Delhi"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "boolean"}, "post_office": {"type": "string"}, "telephone": {"type": "string"}, "town": {"type": "string"}, "district": {"type": "string"}, "state": {"type": "string"}}, "required": ["district", "post_office", "state", "st...
23b2b891-df39-4b6c-90d7-00507047a061/68a7e333-bc79-4d60-9720-4acbbba96bc3/0/0
IP Geolocation
API offers a JSON IP and GeoIP REST API allowing to get a visitor IP address and to query location information such as country, city, latitude, longitude, ... from any IP address.
0
IP Visitor To Location
IP Visitor To Location
200
IP Visitor To Location
{"country_code": "US", "country_name": "United States of America", "region_name": "Minnesota", "city_name": "Mound", "latitude": "44.9379", "longitude": "-93.6693", "zip_code": "55364", "time_zone": "-05:00", "isp": "Dana Consulting Inc.", "domain": "dana-net.com", "net_speed": "T1", "idd_code": "1", "area_code": "952"...
{"type": "object", "properties": {"country_code": {"type": "string"}, "country_name": {"type": "string"}, "region_name": {"type": "string"}, "city_name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "zip_code": {"type": "string"}, "time_zone": {"type": "string"}, "isp": {"type": ...
23b2b891-df39-4b6c-90d7-00507047a061/9e973e0a-bf1f-46e7-8733-e48e4e5d1369/0/0
IP Geolocation
API offers a JSON IP and GeoIP REST API allowing to get a visitor IP address and to query location information such as country, city, latitude, longitude, ... from any IP address.
0
IP To Location
IP To Location
200
IP To Location
{"country_code": "US", "country_name": "United States of America", "region_name": "Minnesota", "city_name": "Mound", "latitude": "44.9379", "longitude": "-93.6693", "zip_code": "55364", "time_zone": "-05:00", "isp": "Dana Consulting Inc.", "domain": "dana-net.com", "net_speed": "T1", "idd_code": "1", "area_code": "952"...
{"type": "object", "properties": {"country_code": {"type": "string"}, "country_name": {"type": "string"}, "region_name": {"type": "string"}, "city_name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "zip_code": {"type": "string"}, "time_zone": {"type": "string"}, "isp": {"type": ...
e922c959-32e3-4a84-89b5-58797a3f8c4b/416ca0f3-dae5-4b1b-aeaa-65139f64031c/0/0
Tao
Tao query visitor IP address and outputs JSON-encoded IP geolocation.
null
IP Geo Location Information
Returns geo location from specific IP Address in JSON format
200
New Example
{"ip": "177.11.206.6", "range": [2970340864, 2970341375], "country": "BR", "region": "RS", "eu": "0", "timezone": "America/Sao_Paulo", "city": "Feliz", "ll": [-29.4546, -51.2778], "metro": 0, "area": 20}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"ip": {"type": "string"}, "range": {"type": "array", "items": {"type": "integer"}}, "country": {"type": "string"}, "region": {"type": "string"}, "eu": {"type": "string"}, "timezone": {"type": "string"}, "city": {"type": "string"}, "ll": {"ty...
e922c959-32e3-4a84-89b5-58797a3f8c4b/71737264-d8d6-45e0-9017-ca03af83ba64/0/0
Tao
Tao query visitor IP address and outputs JSON-encoded IP geolocation.
null
Get Visitors IP Geo Location Information
This endpoint returns visitor ip geo location in JSON format.
200
New Example
{"range": [2970340864, 2970341375], "country": "BR", "region": "RS", "eu": "0", "timezone": "America/Sao_Paulo", "city": "Feliz", "ll": [-29.4546, -51.2778], "metro": 0, "area": 20}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"range": {"type": "array", "items": {"type": "integer"}}, "country": {"type": "string"}, "region": {"type": "string"}, "eu": {"type": "string"}, "timezone": {"type": "string"}, "city": {"type": "string"}, "ll": {"type": "array", "items": {"t...
4fec4697-584d-413a-91d5-f079a1f757e1/ef049a34-ac8d-4141-bdc0-8e60d7cfdb3e/0/0
APIC IP
Extract geolocation data from a given IP
null
Geolocation API
Simple to use API that helps you extract geo location fields like city, postal, region, country and continent from a given IP
200
New Example
{"city": "Gurgaon", "continent": "Asia", "continent_code": "AS", "country": "India", "country_code": "IN", "ip": "223.190.81.15", "latitude": 28.4597, "longitude": 77.0282, "postal": "122018", "region": "Haryana", "timezone": "Asia/Kolkata"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"city": {"type": "string"}, "continent": {"type": "string"}, "continent_code": {"type": "string"}, "country": {"type": "string"}, "country_code": {"type": "string"}, "ip": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"ty...
ade8336b-5bdf-431c-9a0f-d77d34642fd1/aa5fe563-46f9-4d8f-8af3-ddbe5be64f02/0/0
IP Directory
Get IP geolocation data, provider data, and threat intelligence
8
lookup
This is the only endpoint available to this API. It accepts an IP Address and returns all available associated data.
200
Response
{"ip": "142.147.89.228", "city": "San Jose", "region": "California", "country": "US", "org": "AS6233 xTom", "postal": "", "timezone": "America/Los_Angeles", "asn": {"asn": "AS6233", "name": "xTom"}, "company": {"name": "Mullvad VPN AB", "isp": "xTom"}, "privacy": {"proxy": true, "mobile": false}, "location": {"latitude...
{"type": "object", "properties": {"ip": {"type": "string"}, "hostname": {"type": "string"}, "city": {"type": "string"}, "region": {"type": "string"}, "country": {"type": "string"}, "org": {"type": "string"}, "postal": {"type": "string"}, "timezone": {"type": "string"}, "asn": {"type": "object", "properties": {"asn": {"...
317d3948-504e-4c1b-aeb3-38244aa180c4/037bb988-0bfb-4db5-9532-9999ec3741ab/0/0
Country Codes
Api to give you country codes
null
Country code
get country data by country code
200
Response
{"id": 228, "country": "United Kingdom", "country_code": "44", "iso_3166_alpha_2": "GB", "iso_3166_alpha_3": "GBR"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "integer"}, "country": {"type": "string"}, "country_code": {"type": "string"}, "iso_3166_alpha_2": {"type": "string"}, "iso_3166_alpha_3": {"type": "string"}}, "required": ["country", "country_code", "id", "iso_3166_alpha_2", ...
317d3948-504e-4c1b-aeb3-38244aa180c4/f3176fce-356b-49e4-8b34-10691eb0a89f/0/0
Country Codes
Api to give you country codes
null
iso code3
get country data by iso code3
200
Response
{"id": 228, "country": "United Kingdom", "country_code": "44", "iso_3166_alpha_2": "GB", "iso_3166_alpha_3": "GBR"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "integer"}, "country": {"type": "string"}, "country_code": {"type": "string"}, "iso_3166_alpha_2": {"type": "string"}, "iso_3166_alpha_3": {"type": "string"}}, "required": ["country", "country_code", "id", "iso_3166_alpha_2", ...
317d3948-504e-4c1b-aeb3-38244aa180c4/1c98590e-65d4-4065-871d-6078fa8d1876/0/0
Country Codes
Api to give you country codes
null
iso code2
get country data by iso code alpha 2
200
Response
{"id": 228, "country": "United Kingdom", "country_code": "44", "iso_3166_alpha_2": "GB", "iso_3166_alpha_3": "GBR"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "integer"}, "country": {"type": "string"}, "country_code": {"type": "string"}, "iso_3166_alpha_2": {"type": "string"}, "iso_3166_alpha_3": {"type": "string"}}, "required": ["country", "country_code", "id", "iso_3166_alpha_2", ...
317d3948-504e-4c1b-aeb3-38244aa180c4/874b3c99-0488-412f-8d28-a1fbe30c2144/0/0
Country Codes
Api to give you country codes
null
country
give you information about the country
200
Response
{"id": 169, "country": "Poland", "country_code": "48", "iso_3166_alpha_2": "PL", "iso_3166_alpha_3": "POL"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "integer"}, "country": {"type": "string"}, "country_code": {"type": "string"}, "iso_3166_alpha_2": {"type": "string"}, "iso_3166_alpha_3": {"type": "string"}}, "required": ["country", "country_code", "id", "iso_3166_alpha_2", ...
317d3948-504e-4c1b-aeb3-38244aa180c4/8ef6267d-d31e-46a8-a8d9-49a3c92e5b9b/0/0
Country Codes
Api to give you country codes
null
list
gets you all the countries
200
Response
[{"id": 0, "country": "Afghanistan", "country_code": "93", "iso_3166_alpha_2": "AF", "iso_3166_alpha_3": "AFG"}, {"id": 1, "country": "Albania", "country_code": "355", "iso_3166_alpha_2": "AL", "iso_3166_alpha_3": "ALB"}, {"id": 2, "country": "Algeria", "country_code": "213", "iso_3166_alpha_2": "DZ", "iso_3166_alpha_3...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "country": {"type": "string"}, "country_code": {"type": "string"}, "iso_3166_alpha_2": {"type": "string"}, "iso_3166_alpha_3": {"type": "string"}}, "required": ["country", "country_code",...
94c8d8fb-dc48-4684-9a49-6c8bdfb398f2/f41e4635-30ca-4332-8d16-719a6e00128d/0/0
Address Autosuggest
"Address Autosuggest" API buit to suggests address results for a given search term. This API provides a JSON interface to extract address suggestions for a complete or partial address query.his API uses the latest PAF and Multiple Residence data from Royal Mail.
0.1
Address Autosuggest
"Address Autosuggest" API buit to suggests address results for a given search term. This API provides a JSON interface to extract address suggestions for a complete or partial address query. The Autocomplete API suggests partial address results for a given query.
200
New Example
{"status": 200, "message": "Success", "result": {"total": 9, "hits": [{"address": "115 Queen's Gate, LONDON, SW7 5LP", "udprn": "23870881", "urls": {"findByUDPRN": "https://api.postcodes.theapibridge.com/v1/udprn/23870881?x-api-key=Vi4JOGZXEG7eglBeuyr2f8uMY8d6RrrG6TIYsnHP"}}, {"address": "15 Queen's Gate Place, LONDON,...
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "result": {"type": "object", "properties": {"total": {"type": "integer"}, "hits": {"type": "array", "items": {"type": "object", "properties": {"address": {"type": "string"}, "udprn": {"type": "string"}, "urls": {"type": "obj...
83e38ea2-0725-41a8-b15f-e1f1810d6d99/298819f3-34ab-497f-b743-7b084c09876c/0/0
India Pincode API
100% FREE Allows developers to get accurate and comprehensive India PinCode & Places data from India Post Office
8.2
findpincodebysubdistrict
findpincodebysubdistrict
200
Example_1
{"status": 0, "message": "Success", "noOfItems": 0, "result": [{"taluk": "Kurnool", "pincode": "518345", "districtname": "Kurnool", "placename": "Chatnihalli", "longitude": "77.4416", "statename": "Andhra Pradesh", "latitude": "15.8863", "accuracy": "3"}]}
{"type": "object", "properties": {"status": {"type": "integer", "description": "", "default": 200}, "message": {"type": "string", "description": "", "default": "Success"}, "noOfItems": {"type": "integer", "description": "", "default": 6}, "result": {"type": "array", "items": {"type": "object", "properties": {"taluk": {...
83e38ea2-0725-41a8-b15f-e1f1810d6d99/970ef948-d1f4-490b-8af9-a05db716aba0/0/0
India Pincode API
100% FREE Allows developers to get accurate and comprehensive India PinCode & Places data from India Post Office
8.2
findbypincode
“Find By PinCode” API is JSON API to query India Pincode.
200
Example_1
{"status": 0, "message": "Success", "noOfItems": 0, "result": [{"taluk": "Kurnool", "pincode": "518345", "districtname": "Kurnool", "placename": "Chatnihalli", "longitude": "77.4416", "statename": "Andhra Pradesh", "latitude": "15.8863", "accuracy": "3"}]}
{"type": "object", "properties": {"status": {"type": "integer", "description": "", "default": 200}, "message": {"type": "string", "description": "", "default": "Success"}, "noOfItems": {"type": "integer", "description": "", "default": 6}, "result": {"type": "array", "items": {"type": "object", "properties": {"taluk": {...
83e38ea2-0725-41a8-b15f-e1f1810d6d99/b2570016-73f9-401b-9dbc-5ec29818c5ad/0/0
India Pincode API
100% FREE Allows developers to get accurate and comprehensive India PinCode & Places data from India Post Office
8.2
findsubdistrict
findsubdistrict
200
Example_1
{"status": 0, "message": "Success", "noOfItems": 0, "result": [{"taluk": "Kurnool", "pincode": "518345", "districtname": "Kurnool", "placename": "Chatnihalli", "longitude": "77.4416", "statename": "Andhra Pradesh", "latitude": "15.8863", "accuracy": "3"}]}
{"type": "object", "properties": {"status": {"type": "integer", "description": "", "default": 200}, "message": {"type": "string", "description": "", "default": "Success"}, "noOfItems": {"type": "integer", "description": "", "default": 6}, "result": {"type": "array", "items": {"type": "object", "properties": {"taluk": {...
83e38ea2-0725-41a8-b15f-e1f1810d6d99/f7dfeae3-1f14-4e80-9880-70022b989252/0/0
India Pincode API
100% FREE Allows developers to get accurate and comprehensive India PinCode & Places data from India Post Office
8.2
findallstates
findallstates
200
Example_1
{"status": 0, "message": "Success", "noOfItems": 0, "result": [{"taluk": "Kurnool", "pincode": "518345", "districtname": "Kurnool", "placename": "Chatnihalli", "longitude": "77.4416", "statename": "Andhra Pradesh", "latitude": "15.8863", "accuracy": "3"}]}
{"type": "object", "properties": {"status": {"type": "integer", "description": "", "default": 200}, "message": {"type": "string", "description": "", "default": "Success"}, "noOfItems": {"type": "integer", "description": "", "default": 6}, "result": {"type": "array", "items": {"type": "object", "properties": {"taluk": {...
83e38ea2-0725-41a8-b15f-e1f1810d6d99/2924f5b1-84b5-44a2-8906-ae0d085baec9/0/0
India Pincode API
100% FREE Allows developers to get accurate and comprehensive India PinCode & Places data from India Post Office
8.2
findstate
findstate
200
Example_1
{"status": 0, "message": "Success", "noOfItems": 0, "result": [{"taluk": "Kurnool", "pincode": "518345", "districtname": "Kurnool", "placename": "Chatnihalli", "longitude": "77.4416", "statename": "Andhra Pradesh", "latitude": "15.8863", "accuracy": "3"}]}
{"type": "object", "properties": {"status": {"type": "integer", "description": "", "default": 200}, "message": {"type": "string", "description": "", "default": "Success"}, "noOfItems": {"type": "integer", "description": "", "default": 6}, "result": {"type": "array", "items": {"type": "object", "properties": {"taluk": {...
83e38ea2-0725-41a8-b15f-e1f1810d6d99/694efe35-6605-4c87-8f01-f76ea48da833/0/0
India Pincode API
100% FREE Allows developers to get accurate and comprehensive India PinCode & Places data from India Post Office
8.2
finddistrict
finddistrict
200
Example_1
{"status": 0, "message": "Success", "noOfItems": 0, "result": [{"taluk": "Kurnool", "pincode": "518345", "districtname": "Kurnool", "placename": "Chatnihalli", "longitude": "77.4416", "statename": "Andhra Pradesh", "latitude": "15.8863", "accuracy": "3"}]}
{"type": "object", "properties": {"status": {"type": "integer", "description": "", "default": 200}, "message": {"type": "string", "description": "", "default": "Success"}, "noOfItems": {"type": "integer", "description": "", "default": 6}, "result": {"type": "array", "items": {"type": "object", "properties": {"taluk": {...
83e38ea2-0725-41a8-b15f-e1f1810d6d99/8cd6172e-09ad-43b0-bc6f-6eaaec46b5df/0/0
India Pincode API
100% FREE Allows developers to get accurate and comprehensive India PinCode & Places data from India Post Office
8.2
findpincodebydistrict
findpincodebydistrict
200
Example_1
{"status": 0, "message": "Success", "noOfItems": 0, "result": [{"taluk": "Kurnool", "pincode": "518345", "districtname": "Kurnool", "placename": "Chatnihalli", "longitude": "77.4416", "statename": "Andhra Pradesh", "latitude": "15.8863", "accuracy": "3"}]}
{"type": "object", "properties": {"status": {"type": "integer", "description": "", "default": 200}, "message": {"type": "string", "description": "", "default": "Success"}, "noOfItems": {"type": "integer", "description": "", "default": 6}, "result": {"type": "array", "items": {"type": "object", "properties": {"taluk": {...
05b92bbc-b2f4-492f-9e17-2a461e46bcba/b7ee31a0-c764-4754-822f-6df6a84ffe64/0/0
Basic Country City information
Simple api, which will give you basic data for over 220 countries, 4000 cities around the world.
6.6
SHOW CITY
show city by its name
200
Response
{"country": {"city": "Paris", "district": "\u00cele-de-France", "country": "France", "continent": "Europe", "region": "Western Europe"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"country": {"type": "object", "properties": {"city": {"type": "string"}, "district": {"type": "string"}, "country": {"type": "string"}, "continent": {"type": "string"}, "region": {"type": "string"}}, "required": ["city", "continent", "countr...
05b92bbc-b2f4-492f-9e17-2a461e46bcba/84c96e00-2d1c-4571-8071-888281028896/0/0
Basic Country City information
Simple api, which will give you basic data for over 220 countries, 4000 cities around the world.
6.6
SHOW COUNTRY
search and show a country by 2 or 3 letter code or by name and localname.
200
Response
{"country": {"code": "USA", "code2": "US", "name": "United States", "localname": "United States", "continent": "North America", "region": "North America", "indepyear": "1776", "surfacearea": "9,363,520 km2", "governmentform": "Federal Republic"}, "languages": [{"language": "English", "percentage": "86.2%", "Official": ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"country": {"type": "object", "properties": {"code": {"type": "string"}, "code2": {"type": "string"}, "name": {"type": "string"}, "localname": {"type": "string"}, "continent": {"type": "string"}, "region": {"type": "string"}, "indepyear": {"...
05b92bbc-b2f4-492f-9e17-2a461e46bcba/93f963bd-2b02-497c-93cd-14d24176893a/0/0
Basic Country City information
Simple api, which will give you basic data for over 220 countries, 4000 cities around the world.
6.6
SHOW WORLD
Show world countries
200
Response
[{"code": "AFG", "code2": "AF", "name": "Afghanistan", "localname": "Afganistan/Afqanestan", "continent": "Asia", "region": "Southern and Central Asia", "indepyear": "1919", "surfacearea": "652,090 km2", "governmentform": "Islamic Emirate", "language": "Pashto"}, {"code": "ALB", "code2": "AL", "name": "Albania", "local...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "code2": {"type": "string"}, "name": {"type": "string"}, "localname": {"type": "string"}, "continent": {"type": "string"}, "region": {"type": "string"}, "indepyear": {"type": "string"}, ...
accb74e2-a25d-4f2b-88d6-a7a8908bd3d2/4e1e965b-9c65-432b-8823-9764bc8e3e00/0/0
World Geo Data
Get detailed information about countries, cities, administrative regions and search for the cities near by.
9.3
Cities in the Country
Returns the list of the cities in the country
200
Response
{"links": {"first": "/countries/GB/cities?format=json&min_population=100&max_population=10000&language=en&page=1&per_page=10", "last": "/countries/GB/cities?format=json&min_population=100&max_population=10000&language=en&page=485&per_page=10", "next": "/countries/GB/cities?format=json&min_population=100&max_population=...
{"properties": {"cities": {"items": {"properties": {"geonameid": {"type": "integer"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "name": {"type": "string"}, "population": {"type": "integer"}}, "type": "object"}, "type": "array"}, "country_code": {"type": "string"}, "links": {"properties": {"first"...
accb74e2-a25d-4f2b-88d6-a7a8908bd3d2/f7b9b15b-5d38-4090-8deb-823db8d40980/0/0
World Geo Data
Get detailed information about countries, cities, administrative regions and search for the cities near by.
9.3
Cities in the Administrative Division
Returns the list of cities in the administrative division
200
Response
{"links": {"first": "/adm-divisions/6269131/cities?form=json&min_population=100&max_population=10000&language=en&page=1&per_page=10", "last": "/adm-divisions/6269131/cities?form=json&min_population=100&max_population=10000&language=en&page=382&per_page=10", "next": "/adm-divisions/6269131/cities?form=json&min_populatio...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"links": {"type": "object", "properties": {"first": {"type": "string"}, "last": {"type": "string"}, "next": {"type": "string"}, "previous": {"type": "string"}}, "required": ["first", "last", "next", "previous"]}, "page": {"type": "integer"},...
accb74e2-a25d-4f2b-88d6-a7a8908bd3d2/469047a6-f75c-4d04-962b-af059943b5fa/0/0
World Geo Data
Get detailed information about countries, cities, administrative regions and search for the cities near by.
9.3
Cities near Location
Returns the cities in the specified radius from the geo location
200
Response
{"links": {"first": "/cities/nearby?radius=25&latitude=55.12&longitude=37.02&min_population=100&max_population=10000&language=en&page=1&per_page=9", "last": "/cities/nearby?radius=25&latitude=55.12&longitude=37.02&min_population=100&max_population=10000&language=en&page=2&per_page=9", "next": "/cities/nearby?radius=25&...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"links": {"type": "object", "properties": {"first": {"type": "string"}, "last": {"type": "string"}, "next": {"type": "string"}, "previous": {"type": "string"}}, "required": ["first", "last", "next", "previous"]}, "page": {"type": "integer"},...
accb74e2-a25d-4f2b-88d6-a7a8908bd3d2/acfe3801-b887-4ad9-a3c5-73aa731477c7/0/0
World Geo Data
Get detailed information about countries, cities, administrative regions and search for the cities near by.
9.3
City Details
Returns a detailed information about the city and it's location
200
Response
{"geonameid": 5128581, "name": "New York", "population": 8804190, "latitude": 40.71427, "longitude": -74.00597, "division": {"code": "US-NY", "geonameid": 5128638, "name": "New York", "type": "ADM1"}, "country": {"code": "US", "name": "United States of America", "geonameid": 6252001, "depends_on": null}, "currency": {"...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"geonameid": {"type": "integer"}, "name": {"type": "string"}, "population": {"type": "integer"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "division": {"type": "object", "properties": {"code": {"type": "string"}, "geon...
accb74e2-a25d-4f2b-88d6-a7a8908bd3d2/81d9f75f-4090-40f5-ad50-ae3c893c8c76/0/0
World Geo Data
Get detailed information about countries, cities, administrative regions and search for the cities near by.
9.3
Country Details
Information about the country: area_size, country, continent, timezone, currency, population, flag, dependent territories, wikipedia reference totals of the cities and the first-level divisions
200
Response
{"geonameid": 6252001, "name": "United States", "code": "US", "capital": {"name": "Washington", "geonameid": 4140963}, "area_size": "9629091.00 sq. km", "population": 327167434, "phone_code": "1", "is_in_eu": false, "languages": {"en": "English", "es": "Spanish; Castilian", "haw": "Hawaiian", "fr": "French"}, "flag": {...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"geonameid": {"type": "integer"}, "name": {"type": "string"}, "code": {"type": "string"}, "capital": {"type": "object", "properties": {"name": {"type": "string"}, "geonameid": {"type": "integer"}}, "required": ["geonameid", "name"]}, "area_s...
accb74e2-a25d-4f2b-88d6-a7a8908bd3d2/a7d9e2ae-348a-44d7-ba9e-423674bb7ac3/0/0
World Geo Data
Get detailed information about countries, cities, administrative regions and search for the cities near by.
9.3
Country Administrative Divisions
Returns the list of administrative divisions of the country
200
Response
{"country_code": "GB", "divisions": [{"code": "GB-ENG", "geonameid": 6269131, "latitude": 52.16045, "longitude": -0.70312, "name": "England", "total_cities": 6036, "total_sub_divisions": 119, "type": "ADM1"}, {"code": "GB-WLS", "geonameid": 2634895, "latitude": 52.5, "longitude": -3.5, "name": "Wales", "total_cities": ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"country_code": {"type": "string"}, "divisions": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "geonameid": {"type": "integer"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "nam...
accb74e2-a25d-4f2b-88d6-a7a8908bd3d2/e2a1f33e-1dda-463d-abfc-6a08af300e43/0/0
World Geo Data
Get detailed information about countries, cities, administrative regions and search for the cities near by.
9.3
Country ISO Divisions
Returns the list of divisions based on the ISO Standard
200
Response
{"country_code": "GB", "divisions": [{"code": "GB-NIR", "latitude": 54.5, "longitude": -6.5, "name": "Northern Ireland", "total_cities": 148, "total_sub_divisions": 11, "type": "province"}, {"code": "GB-WLS", "latitude": 52.5, "longitude": -3.5, "name": "Wales", "total_cities": 555, "total_sub_divisions": 22, "type": "...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"country_code": {"type": "string"}, "divisions": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "name": {"type": "string"}, "total_cit...
accb74e2-a25d-4f2b-88d6-a7a8908bd3d2/41c1ac3e-3851-465f-8d60-0a08940d25cc/0/0
World Geo Data
Get detailed information about countries, cities, administrative regions and search for the cities near by.
9.3
Country ISO Sub-Divisions
Returns the list of sub divisions in the specific division based on the ISO Standard
200
Response
{"country_code": "GB", "divisions": [{"code": "GB-EAL", "latitude": 51.51282, "longitude": -0.3023, "name": "Ealing", "total_cities": 0, "total_sub_divisions": 0, "type": "London borough"}, {"code": "GB-BEX", "latitude": 51.41667, "longitude": 0.13333, "name": "London Borough of Bexley", "total_cities": 0, "total_sub_d...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"country_code": {"type": "string"}, "divisions": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "name": {"type": "string"}, "total_cit...
accb74e2-a25d-4f2b-88d6-a7a8908bd3d2/6621553e-736a-4dcc-bac0-53d8223ce82b/0/0
World Geo Data
Get detailed information about countries, cities, administrative regions and search for the cities near by.
9.3
Country Administrative Division Details
Returns the detailed information about administrative division
200
Response
{"code": "GB-ENG", "country": {"code": "GB", "depends_on": null, "geonameid": 2635167, "name": "United Kingdom"}, "currency": {"code": "GBP", "name": "Pound sterling"}, "geonameid": 6269131, "latitude": 52.16045, "longitude": -0.70312, "name": "England", "population": 55268067, "status": "success", "timezone": {"gtm_of...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "string"}, "country": {"type": "object", "properties": {"code": {"type": "string"}, "depends_on": {"type": "null"}, "geonameid": {"type": "integer"}, "name": {"type": "string"}}, "required": ["code", "depends_on", "geonameid...
accb74e2-a25d-4f2b-88d6-a7a8908bd3d2/a1011687-ab45-40d6-af7a-0e061a0a6a0e/0/0
World Geo Data
Get detailed information about countries, cities, administrative regions and search for the cities near by.
9.3
Country ISO Division Details
Returns the detailed information about ISO division
200
Response
{"code": "GB-ENG", "country": {"code": "GB", "depends_on": null, "geonameid": 2635167, "name": "United Kingdom"}, "currency": {"code": "GBP", "name": "Pound Sterling"}, "geonameid": 6269131, "latitude": 52.16045, "longitude": -0.70312, "name": "England", "population": 55268067, "status": "success", "timezone": {"gtm_of...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "string"}, "country": {"type": "object", "properties": {"code": {"type": "string"}, "depends_on": {"type": "null"}, "geonameid": {"type": "integer"}, "name": {"type": "string"}}, "required": ["code", "depends_on", "geonameid...
accb74e2-a25d-4f2b-88d6-a7a8908bd3d2/06882d4d-890d-4d0e-acd7-68f79f741b79/0/0
World Geo Data
Get detailed information about countries, cities, administrative regions and search for the cities near by.
9.3
Country Administrative Sub-Divisions
Returns the list of administrative sub divisions of the country based on the geonameid
200
Response
{"country_code": "GB", "divisions": [{"code": "GB-MEA", "geonameid": 11353078, "latitude": 54.87436, "longitude": -6.10141, "name": "Mid and East Antrim", "total_cities": 13, "total_sub_divisions": 0, "type": "ADM2"}, {"code": "GB-DRS", "geonameid": 11353073, "latitude": 54.82045, "longitude": -7.35958, "name": "Derry ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"country_code": {"type": "string"}, "divisions": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "geonameid": {"type": "integer"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "nam...
accb74e2-a25d-4f2b-88d6-a7a8908bd3d2/39987f9d-fa38-4e45-8131-a3931583c564/0/0
World Geo Data
Get detailed information about countries, cities, administrative regions and search for the cities near by.
9.3
Countries and Dependent Territories
Returns a list of countries and territories if requested
200
Response
{"countries": [{"code": "BR", "depends_on": null, "geonameid": 3469034, "name": "Brazil"}, {"code": "SY", "depends_on": null, "geonameid": 163843, "name": "Syria"}, {"code": "TR", "depends_on": null, "geonameid": 298795, "name": "Turkey"}, {"code": "AE", "depends_on": null, "geonameid": 290557, "name": "United Arab Emi...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"countries": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "depends_on": {"type": "null"}, "geonameid": {"type": "integer"}, "name": {"type": "string"}}, "required": ["code", "depends_on", "geonamei...
accb74e2-a25d-4f2b-88d6-a7a8908bd3d2/3159e436-a56c-40c2-8641-3709410c167f/0/0
World Geo Data
Get detailed information about countries, cities, administrative regions and search for the cities near by.
9.3
Country GeoJson
Returns the multi-polygon of the country
200
Response
{"code": "GB", "geo_json": {"coordinates": [[[[-5.931, 55.961], [-6.007, 55.974], [-5.697, 56.144], [-5.963, 55.793], [-6.077, 55.815], [-6.094, 55.891], [-5.931, 55.961]], [[-5.931, 55.961], [-5.93, 55.961], [-5.926, 55.962], [-5.931, 55.961]], [[-5.926, 55.962], [-5.886, 55.969], [-5.857, 55.982], [-5.926, 55.962]]],...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "string"}, "geo_json": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "type": {"type": "st...
975b58f7-85ea-4e68-b0ce-868ac028542a/1fbc5ce4-f901-4254-8389-a8296a1a6212/0/0
Woosmap
Location-based Search Platform
7
updateZones
Used to update zones in batch. zone_id must exists when using PUT method, if one zone does not exists, the batch will be refused.
200
null
{"status": "ok", "message": "Zones successfully added."}
{"title": "Success", "type": "object", "description": "Message returned to a success request", "properties": {"status": {"type": "string", "description": "the status of the request"}, "value": {"description": "the value of request", "oneOf": [{"type": "string"}, {"type": "integer"}]}}}
975b58f7-85ea-4e68-b0ce-868ac028542a/1fbc5ce4-f901-4254-8389-a8296a1a6212/1/0
Woosmap
Location-based Search Platform
7
updateZones
Used to update zones in batch. zone_id must exists when using PUT method, if one zone does not exists, the batch will be refused.
401
null
{"detail": "Incorrect authentication credentials. Please check or use a valid API Key"}
{"title": "Error401", "type": "object", "description": "Authentication credentials are incorrect", "properties": {"detail": {"description": "Details for the credentials error", "type": "string"}}}
975b58f7-85ea-4e68-b0ce-868ac028542a/1fbc5ce4-f901-4254-8389-a8296a1a6212/2/0
Woosmap
Location-based Search Platform
7
updateZones
Used to update zones in batch. zone_id must exists when using PUT method, if one zone does not exists, the batch will be refused.
400
null
{"status": "error", "value": "The request is invalid, the data is not a valid JSON."}
{"title": "Error400", "type": "object", "description": "The request is invalid", "properties": {"status": {"type": "string", "description": "the status of the request"}, "value": {"description": "the value of request", "type": "string"}}}
975b58f7-85ea-4e68-b0ce-868ac028542a/1fbc5ce4-f901-4254-8389-a8296a1a6212/3/0
Woosmap
Location-based Search Platform
7
updateZones
Used to update zones in batch. zone_id must exists when using PUT method, if one zone does not exists, the batch will be refused.
403
null
{"detail": "This Woosmap API is not enabled for this project."}
{"title": "Error403", "type": "object", "description": "API Request is authenticated but API Key don't have permission to access the resources", "properties": {"detail": {"description": "Details for the forbidden error message", "type": "string"}}}
975b58f7-85ea-4e68-b0ce-868ac028542a/c5888446-24e2-4b5b-943b-a7ee28760c40/0/0
Woosmap
Location-based Search Platform
7
getZone
Used to retrieve a zone from his zone_id
200
null
{"store_id": "STORE_ID_123456", "zone_id": "ZoneA", "polygon": "POLYGON ((-122.496116 37.7648181, -122.4954079 37.751518, -122.4635648 37.7530788, -122.4618481 37.7514501, -122.4601315 37.7521288, -122.4565266 37.7513144, -122.4540375 37.7566755, -122.4528359 37.7583041, -122.4515485 37.7595934, -122.4546384 37.774656,...
{"title": "Zone", "type": "object", "description": "Attributes describing a Zone.", "required": ["store_id", "zone_id", "polygon"], "properties": {"zone_id": {"description": "A textual identifier that uniquely identifies a Zone.", "type": "string"}, "description": {"type": "string", "description": "Textual description ...
975b58f7-85ea-4e68-b0ce-868ac028542a/c5888446-24e2-4b5b-943b-a7ee28760c40/2/0
Woosmap
Location-based Search Platform
7
getZone
Used to retrieve a zone from his zone_id
401
null
{"detail": "Incorrect authentication credentials. Please check or use a valid API Key"}
{"title": "Error401", "type": "object", "description": "Authentication credentials are incorrect", "properties": {"detail": {"description": "Details for the credentials error", "type": "string"}}}
975b58f7-85ea-4e68-b0ce-868ac028542a/c5888446-24e2-4b5b-943b-a7ee28760c40/3/0
Woosmap
Location-based Search Platform
7
getZone
Used to retrieve a zone from his zone_id
403
null
{"detail": "This Woosmap API is not enabled for this project."}
{"title": "Error403", "type": "object", "description": "API Request is authenticated but API Key don't have permission to access the resources", "properties": {"detail": {"description": "Details for the forbidden error message", "type": "string"}}}
975b58f7-85ea-4e68-b0ce-868ac028542a/870cdcf0-55d5-40b3-926d-66091c6f03c0/0/0
Woosmap
Location-based Search Platform
7
getStore
Used to retrieve an asset from his storeId
200
null
{"type": "Feature", "properties": {"store_id": "10031", "name": "Santa Rosa & Yolanda", "contact": {"phone": "707-527-1006", "website": "https://www.starbucks.com/store-locator/store/10031/santa-rosa-yolanda-2688-santa-rosa-ave-santa-rosa-ca-954077625-us"}, "address": {"lines": ["2688 Santa Rosa Ave", "Santa Rosa, CA 9...
{"title": "AssetFeatureResponse", "type": "object", "description": "Asset Response as a GeoJSon Feature with Asset properties", "properties": {"type": {"description": "the Geojson Type (only 'Feature')", "type": "string", "enum": ["Feature"]}, "properties": {"title": "AssetResponse", "type": "object", "description": "A...
975b58f7-85ea-4e68-b0ce-868ac028542a/870cdcf0-55d5-40b3-926d-66091c6f03c0/1/0
Woosmap
Location-based Search Platform
7
getStore
Used to retrieve an asset from his storeId
401
null
{"detail": "Incorrect authentication credentials. Please check or use a valid API Key"}
{"title": "Error401", "type": "object", "description": "Authentication credentials are incorrect", "properties": {"detail": {"description": "Details for the credentials error", "type": "string"}}}
975b58f7-85ea-4e68-b0ce-868ac028542a/870cdcf0-55d5-40b3-926d-66091c6f03c0/3/0
Woosmap
Location-based Search Platform
7
getStore
Used to retrieve an asset from his storeId
403
null
{"detail": "This Woosmap API is not enabled for this project."}
{"title": "Error403", "type": "object", "description": "API Request is authenticated but API Key don't have permission to access the resources", "properties": {"detail": {"description": "Details for the forbidden error message", "type": "string"}}}
975b58f7-85ea-4e68-b0ce-868ac028542a/cbdeeb0e-3809-4f30-a670-05533b9623a3/0/0
Woosmap
Location-based Search Platform
7
replaceStores
To replace all your Assets. This endpoint will delete all previous assets and import assets in request body. During the operation previous assets could always be displayed on map. If the import failed previous assets are not deleted.
403
null
{"detail": "This Woosmap API is not enabled for this project."}
{"title": "Error403", "type": "object", "description": "API Request is authenticated but API Key don't have permission to access the resources", "properties": {"detail": {"description": "Details for the forbidden error message", "type": "string"}}}
975b58f7-85ea-4e68-b0ce-868ac028542a/cbdeeb0e-3809-4f30-a670-05533b9623a3/1/0
Woosmap
Location-based Search Platform
7
replaceStores
To replace all your Assets. This endpoint will delete all previous assets and import assets in request body. During the operation previous assets could always be displayed on map. If the import failed previous assets are not deleted.
200
null
{"status": "success", "value": "2 stores deleted, 2 stores created"}
{"title": "Success", "type": "object", "description": "Message returned to a success request", "properties": {"status": {"type": "string", "description": "the status of the request"}, "value": {"description": "the value of request", "oneOf": [{"type": "string"}, {"type": "integer"}]}}}
975b58f7-85ea-4e68-b0ce-868ac028542a/cbdeeb0e-3809-4f30-a670-05533b9623a3/2/0
Woosmap
Location-based Search Platform
7
replaceStores
To replace all your Assets. This endpoint will delete all previous assets and import assets in request body. During the operation previous assets could always be displayed on map. If the import failed previous assets are not deleted.
400
null
{"status": "error", "value": "The request is invalid, the data is not a valid JSON."}
{"title": "Error400", "type": "object", "description": "The request is invalid", "properties": {"status": {"type": "string", "description": "the status of the request"}, "value": {"description": "the value of request", "type": "string"}}}
975b58f7-85ea-4e68-b0ce-868ac028542a/cbdeeb0e-3809-4f30-a670-05533b9623a3/3/0
Woosmap
Location-based Search Platform
7
replaceStores
To replace all your Assets. This endpoint will delete all previous assets and import assets in request body. During the operation previous assets could always be displayed on map. If the import failed previous assets are not deleted.
401
null
{"detail": "Incorrect authentication credentials. Please check or use a valid API Key"}
{"title": "Error401", "type": "object", "description": "Authentication credentials are incorrect", "properties": {"detail": {"description": "Details for the credentials error", "type": "string"}}}
975b58f7-85ea-4e68-b0ce-868ac028542a/2a5ff470-3542-4271-9912-53a7ceebba88/0/0
Woosmap
Location-based Search Platform
7
deleteStores
Used to delete one or more assets. The storeId specified in query parameter is the id of the asset to delete. To delete several assets, use the comma as a separator. To delete all project assets, omit the query parameter.
403
null
{"detail": "This Woosmap API is not enabled for this project."}
{"title": "Error403", "type": "object", "description": "API Request is authenticated but API Key don't have permission to access the resources", "properties": {"detail": {"description": "Details for the forbidden error message", "type": "string"}}}
975b58f7-85ea-4e68-b0ce-868ac028542a/2a5ff470-3542-4271-9912-53a7ceebba88/1/0
Woosmap
Location-based Search Platform
7
deleteStores
Used to delete one or more assets. The storeId specified in query parameter is the id of the asset to delete. To delete several assets, use the comma as a separator. To delete all project assets, omit the query parameter.
401
null
{"detail": "Incorrect authentication credentials. Please check or use a valid API Key"}
{"title": "Error401", "type": "object", "description": "Authentication credentials are incorrect", "properties": {"detail": {"description": "Details for the credentials error", "type": "string"}}}
975b58f7-85ea-4e68-b0ce-868ac028542a/2a5ff470-3542-4271-9912-53a7ceebba88/2/0
Woosmap
Location-based Search Platform
7
deleteStores
Used to delete one or more assets. The storeId specified in query parameter is the id of the asset to delete. To delete several assets, use the comma as a separator. To delete all project assets, omit the query parameter.
200
null
{"status": "success", "value": 2}
{"title": "Success", "type": "object", "description": "Message returned to a success request", "properties": {"status": {"type": "string", "description": "the status of the request"}, "value": {"description": "the value of request", "oneOf": [{"type": "string"}, {"type": "integer"}]}}}
975b58f7-85ea-4e68-b0ce-868ac028542a/8b57cb1f-7cbb-4213-b4d8-c57bb1f6d15f/0/0
Woosmap
Location-based Search Platform
7
deleteZones
Used to delete one or more Zones. The zone_id is the id of the zone to delete. To delete several zones, use the comma as a separator.
200
null
{"status": "ok", "message": "Zones deleted."}
{"title": "Success", "type": "object", "description": "Message returned to a success request", "properties": {"status": {"type": "string", "description": "the status of the request"}, "value": {"description": "the value of request", "oneOf": [{"type": "string"}, {"type": "integer"}]}}}
975b58f7-85ea-4e68-b0ce-868ac028542a/8b57cb1f-7cbb-4213-b4d8-c57bb1f6d15f/1/0
Woosmap
Location-based Search Platform
7
deleteZones
Used to delete one or more Zones. The zone_id is the id of the zone to delete. To delete several zones, use the comma as a separator.
401
null
{"detail": "Incorrect authentication credentials. Please check or use a valid API Key"}
{"title": "Error401", "type": "object", "description": "Authentication credentials are incorrect", "properties": {"detail": {"description": "Details for the credentials error", "type": "string"}}}
975b58f7-85ea-4e68-b0ce-868ac028542a/8b57cb1f-7cbb-4213-b4d8-c57bb1f6d15f/2/0
Woosmap
Location-based Search Platform
7
deleteZones
Used to delete one or more Zones. The zone_id is the id of the zone to delete. To delete several zones, use the comma as a separator.
403
null
{"detail": "This Woosmap API is not enabled for this project."}
{"title": "Error403", "type": "object", "description": "API Request is authenticated but API Key don't have permission to access the resources", "properties": {"detail": {"description": "Details for the forbidden error message", "type": "string"}}}
975b58f7-85ea-4e68-b0ce-868ac028542a/5bcc79f5-7a7c-4fa5-972d-b94e2dcc9086/0/0
Woosmap
Location-based Search Platform
7
createZones
Used to batch create Zones to a specific project identified with the private_key parameter.
401
null
{"detail": "Incorrect authentication credentials. Please check or use a valid API Key"}
{"title": "Error401", "type": "object", "description": "Authentication credentials are incorrect", "properties": {"detail": {"description": "Details for the credentials error", "type": "string"}}}
975b58f7-85ea-4e68-b0ce-868ac028542a/5bcc79f5-7a7c-4fa5-972d-b94e2dcc9086/1/0
Woosmap
Location-based Search Platform
7
createZones
Used to batch create Zones to a specific project identified with the private_key parameter.
400
null
{"status": "error", "value": "The request is invalid, the data is not a valid JSON."}
{"title": "Error400", "type": "object", "description": "The request is invalid", "properties": {"status": {"type": "string", "description": "the status of the request"}, "value": {"description": "the value of request", "type": "string"}}}
975b58f7-85ea-4e68-b0ce-868ac028542a/5bcc79f5-7a7c-4fa5-972d-b94e2dcc9086/2/0
Woosmap
Location-based Search Platform
7
createZones
Used to batch create Zones to a specific project identified with the private_key parameter.
200
null
{"status": "ok", "message": "Zones successfully added."}
{"title": "Success", "type": "object", "description": "Message returned to a success request", "properties": {"status": {"type": "string", "description": "the status of the request"}, "value": {"description": "the value of request", "oneOf": [{"type": "string"}, {"type": "integer"}]}}}
975b58f7-85ea-4e68-b0ce-868ac028542a/5bcc79f5-7a7c-4fa5-972d-b94e2dcc9086/3/0
Woosmap
Location-based Search Platform
7
createZones
Used to batch create Zones to a specific project identified with the private_key parameter.
403
null
{"detail": "This Woosmap API is not enabled for this project."}
{"title": "Error403", "type": "object", "description": "API Request is authenticated but API Key don't have permission to access the resources", "properties": {"detail": {"description": "Details for the forbidden error message", "type": "string"}}}