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
|
---|---|---|---|---|---|---|---|---|---|
240087bd-4e5c-4b78-bcbd-b54d7dbc0448/e64bb58f-daa2-440d-bb8a-567c24284a3e/0/0 | IP Geolocator | JSON API for geolocating IP addresses
Free monthly requests: 100k.
IP info provided: coordinates, city, timezone, country, continent, ASN & others. | 0 | IP lookup | Retrieve an IP address geolocation and ASN informations. | 200 | Successful response | {"latitude": 43.1721, "longitude": -78.6913, "accuracyRadius": 20, "postalCode": "14095", "city": "Lockport", "cityId": 5125011, "timezone": "America/New_York", "subdivisions": [{"name": "New York", "id": 5128638}], "country": "United States", "countryId": 6252001, "countryIsoCode": "US", "continent": "North America", "continentId": 6255149, "asn": "YAHOO-BF1", "asnId": 26101} | {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "accuracyRadius": {"type": "integer"}, "postalCode": {"type": "string"}, "city": {"type": "string"}, "cityId": {"type": "integer"}, "timezone": {"type": "string"}, "subdivisions": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "integer"}}}}, "country": {"type": "string"}, "countryId": {"type": "integer"}, "countryIsoCode": {"type": "string"}, "continent": {"type": "string"}, "continentId": {"type": "integer"}, "asn": {"type": "string"}, "asnId": {"type": "integer"}}} |
240087bd-4e5c-4b78-bcbd-b54d7dbc0448/e64bb58f-daa2-440d-bb8a-567c24284a3e/1/0 | IP Geolocator | JSON API for geolocating IP addresses
Free monthly requests: 100k.
IP info provided: coordinates, city, timezone, country, continent, ASN & others. | 0 | IP lookup | Retrieve an IP address geolocation and ASN informations. | 404 | IP not found | {"message": "IP not found"} | {"message": "IP not found"} |
7eb60b97-42e5-4d2e-a625-ab699470f1cf/6093d79c-6e23-4a7e-a107-0cc12a348e9b/0/0 | Nearby Tesla Superchargers | Find nearby Tesla Superchargers. Global. | 7.7 | Nearby superchargers | Get nearby superchargers up to 50km away. | 200 | Response | [{"id": 2181, "name": "Seattle - NE Northgate Way, WA", "address": {"street": "401 NE Northgate Way", "city": "Seattle", "state": "WA", "zip": "98125", "country": "USA"}, "gps": {"latitude": 47.705956, "longitude": -122.327133}, "stallCount": 16, "powerKilowatt": 250, "distanceKm": "9.701"}, {"id": 1833, "name": "Seattle - Union St, WA", "address": {"street": "601 Union St", "city": "Seattle", "state": "WA", "zip": "98101", "country": "USA"}, "gps": {"latitude": 47.609686, "longitude": -122.332152}, "stallCount": 10, "powerKilowatt": 72, "distanceKm": "1.697"}, {"id": 2378, "name": "Seattle - NW Ballard Way, WA", "address": {"street": "1416 NW Ballard Way", "city": "Seattle", "state": "WA", "zip": "98107", "country": "USA"}, "gps": {"latitude": 47.662639, "longitude": -122.374975}, "stallCount": 8, "powerKilowatt": 150, "distanceKm": "5.132"}, {"id": 2605, "name": "Seattle - 1201 2nd Avenue, WA", "address": {"street": "1201 2nd Ave", "city": "Seattle", "state": "WA", "zip": "98101", "country": "USA"}, "gps": {"latitude": 47.6066581, "longitude": -122.3371498}, "stallCount": 4, "powerKilowatt": 72, "distanceKm": "1.721"}, {"id": 1606, "name": "Bellevue, WA", "address": {"street": "10333 NE 1st St", "city": "Bellevue", "state": "WA", "zip": "98004", "country": "USA"}, "gps": {"latitude": 47.610717, "longitude": -122.202226}, "stallCount": 8, "powerKilowatt": 72, "distanceKm": "11.043"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "zip": {"type": "string"}, "country": {"type": "string"}}, "required": ["city", "country", "state", "street", "zip"]}, "gps": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["latitude", "longitude"]}, "stallCount": {"type": "integer"}, "powerKilowatt": {"type": "integer"}, "distanceKm": {"type": "string"}}, "required": ["address", "distanceKm", "gps", "id", "name", "powerKilowatt", "stallCount"]}} |
cac40e1b-ee3e-41ae-a4e1-1a15bd7022ee/74d68f04-951d-4faf-9f49-b81911121c3d/0/0 | IPinfo by CC | Pinpoint your users’ exact location, no matter where they are in the world. Find out which internet service provider your visitors are using. Identify the company name and domain for whoever is using the IP address. | null | Look up ASN | Look up via ASN data related to the ASN of the target IP. | 200 | Response | {"asn": "AS15169", "name": "Google LLC", "domain": "google.com", "route": "8.8.8.0/24", "type": "business"} | {"type": "object", "properties": {"asn": {"type": "string"}, "name": {"type": "string"}, "domain": {"type": "string"}, "route": {"type": "string"}, "type": {"type": "string"}}} |
cac40e1b-ee3e-41ae-a4e1-1a15bd7022ee/f8412e09-6231-4c63-9507-791af825aef6/0/0 | IPinfo by CC | Pinpoint your users’ exact location, no matter where they are in the world. Find out which internet service provider your visitors are using. Identify the company name and domain for whoever is using the IP address. | null | Look up IP | look up via ip address. | 200 | Response | {"ip": "", "hostname": "", "city": "", "region": "", "country": "", "loc": "", "org": "", "postal": "", "timezone": "", "countryCode": ""} | {"type": "object", "properties": {"ip": {"type": "string"}, "hostname": {"type": "string"}, "city": {"type": "string"}, "region": {"type": "string"}, "country": {"type": "string"}, "loc": {"type": "string"}, "org": {"type": "string"}, "postal": {"type": "string"}, "timezone": {"type": "string"}, "countryCode": {"type": "string"}}} |
cac40e1b-ee3e-41ae-a4e1-1a15bd7022ee/8eacb271-fb02-4c25-8a25-1a046615a2ab/0/0 | IPinfo by CC | Pinpoint your users’ exact location, no matter where they are in the world. Find out which internet service provider your visitors are using. Identify the company name and domain for whoever is using the IP address. | null | Get Ip Info | Get client's IP information in JSON. | 200 | Response | {"ip": "54.224.170.16", "hostname": "ec2-54-224-170-16.compute-1.amazonaws.com", "city": "Ashburn", "region": "Virginia", "country": "US", "loc": "39.0437,-77.4875", "org": "AS14618 Amazon.com, Inc.", "postal": "20147", "timezone": "America/New_York"} | {"type": "object", "properties": {"ip": {"type": "string"}, "hostname": {"type": "string"}, "city": {"type": "string"}, "region": {"type": "string"}, "country": {"type": "string"}, "loc": {"type": "string"}, "org": {"type": "string"}, "postal": {"type": "string"}, "timezone": {"type": "string"}}} |
5a7311ac-bd51-4202-b726-4ed2aaebf08b/ceaf36d2-dffb-43e7-a327-5eedfd24fdc1/0/0 | Distance Between | Calculate the distance between two coordinates and display it in any unit of length! | 5.3 | Distance Between Current Location And A Coordinate | Calculate the distance between the user's current location and a coordinate and obtain it in any format. | 200 | New Example | {"distance": 228.93817474381785, "formatted_distance": "228.94 km"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"distance": {"type": "number"}, "formatted_distance": {"type": "string"}}, "required": ["distance", "formatted_distance"]} |
5a7311ac-bd51-4202-b726-4ed2aaebf08b/643381dd-88d6-4d64-ab23-397978c24733/0/0 | Distance Between | Calculate the distance between two coordinates and display it in any unit of length! | 5.3 | Distance Between Two Coordinates | Calculate the distance between two coordinates and obtain it in any format. | 200 | New Example | {"distance": 233.45170773615834, "formatted_distance": "233.45 km"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"distance": {"type": "number"}, "formatted_distance": {"type": "string"}}, "required": ["distance", "formatted_distance"]} |
65f0ca9c-497f-465e-8800-d401ba480679/8fb78a26-7aca-4936-8b05-d84326daccef/0/0 | Location | Get the locations using a REST API simple and free. | 6.8 | Get the timezones | Get the timezones. | 200 | Response | [{"id": "af8c4391-fdde-4df3-bf95-4b30ba10931d", "name": "Africa/Abidjan", "timezone": "+00:00", "countries": [{"id": "91d338fe-e5ac-4a9d-9407-e3887c21200c", "name": "C\u00f4te d'Ivoire"}, {"id": "c6be3cb4-5810-4614-b9da-b63fb37e0a20", "name": "Burkina Faso"}, {"id": "5a0803ce-1196-4a22-9741-095e141bc824", "name": "Mali"}, {"id": "d20c4144-b599-494e-97e3-ad0302d23005", "name": "Sierra Leone"}, {"id": "289d3e73-55fc-4d83-82ba-e3d6345cdedb", "name": "Ghana"}, {"id": "25679ce4-1528-49ad-9b27-32a3f0c16706", "name": "Togo"}, {"id": "85dfa0cf-bbe7-46a6-a1f3-e8e8f82a83d1", "name": "Senegal"}, {"id": "e65343e5-53dc-457b-a28c-858a37d55313", "name": "Saint Helena, Ascension and Tristan da Cunha"}, {"id": "3aaa4238-7594-4faa-bc1e-1652c0339b6c", "name": "Guinea"}, {"id": "39825f70-bd26-47eb-9dab-c7c019b88e1b", "name": "Gambia"}, {"id": "fee06657-8f85-434f-b1e8-4c126711c779", "name": "Mauritania"}]}, {"id": "3425bb8b-9783-4e3b-bcbe-c132fedb7630", "name": "Africa/Accra", "timezone": "+00:00", "countries": [{"id": "289d3e73-55fc-4d83-82ba-e3d6345cdedb", "name": "Ghana"}]}, {"id": "0c2ae43c-d5ce-4009-84cd-427ec02ddf0d", "name": "Africa/Addis_Ababa", "timezone": "+03:00", "countries": [{"id": "fe45b3e5-2c87-4a2e-8dfc-3582e45cc55a", "name": "Ethiopia"}]}, {"id": "8b89c072-5566-4c9f-8f31-47dfcd16c6ce", "name": "Africa/Algiers", "timezone": "+01:00", "countries": [{"id": "c3913c90-c84c-11ea-bab5-b30a9abafba3", "name": "Algeria"}]}, {"id": "85bbd451-ca64-491d-8919-aa960e9a7d18", "name": "Africa/Asmara", "timezone": "+03:00", "countries": [{"id": "dcf8c62d-d01f-413a-ac60-c9af4c64e95f", "name": "Eritrea"}]}, {"id": "cfe5d074-12e8-4b07-a28a-6ac8aed34811", "name": "Africa/Asmera", "timezone": "+03:00", "countries": [{"id": "dcf8c62d-d01f-413a-ac60-c9af4c64e95f", "name": "Eritrea"}]}, {"id": "e1f02f30-e817-4d57-a7f8-5e47e0056154", "name": "Africa/Bamako", "timezone": "+00:00", "countries": [{"id": "5a0803ce-1196-4a22-9741-095e141bc824", "name": "Mali"}]}, {"id": "557d917f-7506-414c-96f4-174e5aaa08cd", "name": "Africa/Bangui", "timezone": "+01:00"}, {"id": "e5d9d733-f5c3-4e1e-b37a-550b322ff51a", "name": "Africa/Banjul", "timezone": "+00:00", "countries": [{"id": "39825f70-bd26-47eb-9dab-c7c019b88e1b", "name": "Gambia"}]}, {"id": "4f7fbf61-e90a-40a7-9067-b15ac37d33d8", "name": "Africa/Bissau", "timezone": "+00:00", "countries": [{"id": "5167104c-63e6-42f7-8da0-94eb793e2b1a", "name": "Guinea-Bissau"}]}, {"id": "a7ad76b0-d4f7-4ecd-be83-b152ac619492", "name": "Africa/Blantyre", "timezone": "+02:00", "countries": [{"id": "e6bb67a6-3cf3-4831-8451-d574e6fb86e3", "name": "Malawi"}]}, {"id": "01441b7f-a40a-4543-92b8-534df4af568a", "name": "Africa/Brazzaville", "timezone": "+01:00", "countries": [{"id": "405be4ff-6b5a-4ed4-955a-523f46ef8d06", "name": "The Democratic Republic Of The Congo"}]}, {"id": "8be1b199-30e6-437a-b2dd-eb4db7be8c90", "name": "Africa/Bujumbura", "timezone": "+02:00", "countries": [{"id": "ee5aca13-ae9f-43a7-b27b-7c814e4eb1f8", "name": "Burundi"}]}, {"id": "049d27ad-8183-4840-8f32-0de07d2d00d4", "name": "Africa/Cairo", "timezone": "+02:00", "countries": [{"id": "b8d032a0-7c9c-49e4-b45b-5f8ccb1d465d", "name": "Egypt"}]}, {"id": "434185c5-239c-49d2-b3c0-9f334b22181f", "name": "Africa/Casablanca", "timezone": "+01:00", "countries": [{"id": "1c99f4fc-b430-4f61-b160-e7f8868a0232", "name": "Morocco"}]}, {"id": "c7a42c91-fc4e-42f0-8596-53c3610ac347", "name": "Africa/Ceuta", "timezone": "+01:00", "countries": [{"id": "ae8c29e0-b4c4-4ac4-90a7-8bd577b0fe8c", "name": "Spain"}]}, {"id": "e59d2ee5-239c-49a0-8984-426b9f14ef0e", "name": "Africa/Conakry", "timezone": "+00:00", "countries": [{"id": "3aaa4238-7594-4faa-bc1e-1652c0339b6c", "name": "Guinea"}]}, {"id": "fad9df2c-c7d9-42d0-93f1-4b545535f425", "name": "Africa/Dakar", "timezone": "+00:00", "countries": [{"id": "85dfa0cf-bbe7-46a6-a1f3-e8e8f82a83d1", "name": "Senegal"}]}, {"id": "732142c5-f193-43bc-8a71-03ddeb5094a7", "name": "Africa/Dar_es_Salaam", "timezone": "+03:00", "countries": [{"id": "49dbe127-0996-48c3-bd64-3e8db8b4d103", "name": "Tanzania"}]}, {"id": "be824f5d-83bc-4d1e-ad00-916be5004667", "name": "Africa/Djibouti", "timezone": "+03:00", "countries": [{"id": "1ba6acec-0fdc-4372-a904-d8414087cda6", "name": "Djibouti"}]}, {"id": "ecb89f9d-66bf-4c87-998a-f661c4d116ab", "name": "Africa/Douala", "timezone": "+01:00", "countries": [{"id": "85405bba-34f8-4d81-ae72-7cfb65fd7b2e", "name": "Cameroon"}]}, {"id": "d2e72f3c-cdc0-4b2e-b026-3b5fb57ccf40", "name": "Africa/El_Aaiun", "timezone": "+01:00", "countries": [{"id": "788df87b-360a-4e25-9c17-ee1f951a896e", "name": "Western Sahara"}]}, {"id": "de1a0140-e542-48dd-bebc-b6a2aa358861", "name": "Africa/Freetown", "timezone": "+00:00", "countries": [{"id": "d20c4144-b599-494e-97e3-ad0302d23005", "name": "Sierra Leone"}]}, {"id": "aa03f7db-b496-4bae-9051-b13390c18c8a", "name": "Africa/Gaborone", "timezone": "+02:00", "countries": [{"id": "c7f7d28e-514e-43ed-8420-5e1e482ab71a", "name": "Botswana"}]}, {"id": "6b34ddfa-905d-4d12-9498-cfa5ac5020c6", "name": "Africa/Harare", "timezone": "+02:00", "countries": [{"id": "f0f59e17-726e-4a01-9f1e-a41e81cd6c6b", "name": "Zimbabwe"}]}, {"id": "93cf6ef3-9afa-4e3e-bd13-16b619de062d", "name": "Africa/Johannesburg", "timezone": "+02:00", "countries": [{"id": "0e067b59-753c-45e6-bf51-72112e2b6eeb", "name": "Eswatini"}, {"id": "936685dc-ac96-43aa-94bc-c2b9db6caa69", "name": "Lesotho"}, {"id": "5ebd3bd1-1562-4796-b87f-1f67dc7a92c6", "name": "South Africa"}]}, {"id": "df0f0d2f-16aa-4711-b30f-618b1cf37fb9", "name": "Africa/Juba", "timezone": "+02:00", "countries": [{"id": "03c19e5b-eb42-42fc-b72c-9a31740cc1da", "name": "South Sudan"}]}, {"id": "6e497210-10bc-4589-9fc9-b1fac32a16ec", "name": "Africa/Kampala", "timezone": "+03:00", "countries": [{"id": "b498ed53-dcd1-4108-a331-d59ebb7cd79f", "name": "Uganda"}]}, {"id": "40e0ca01-60e8-4ef8-913c-22dceb65dcee", "name": "Africa/Khartoum", "timezone": "+02:00", "countries": [{"id": "646129ec-f223-49e8-92c6-88d4f036afe7", "name": "Sudan"}]}, {"id": "638be2b8-d136-4bc9-a678-501abe344188", "name": "Africa/Kigali", "timezone": "+02:00", "countries": [{"id": "38c9347f-e720-44b8-93d1-5d15078b3602", "name": "Rwanda"}]}, {"id": "d628410b-a33b-4886-81e8-cdcc106b7986", "name": "Africa/Kinshasa", "timezone": "+01:00", "countries": [{"id": "ca7219a1-8fdd-4887-a794-deb57562aef0", "name": "Congo"}]}, {"id": "b8d580f6-e7f6-459f-b9fa-414068784bdf", "name": "Africa/Lagos", "timezone": "+01:00", "countries": [{"id": "557d917f-7506-414c-96f4-174e5aaa08cd", "name": "Central African Republic"}, {"id": "83ac70f3-9080-4a08-a217-38a455dbbe5c", "name": "Gabon"}, {"id": "405be4ff-6b5a-4ed4-955a-523f46ef8d06", "name": "The Democratic Republic Of The Congo"}, {"id": "8358e991-02a8-4449-90a6-9342d6a64eb5", "name": "Equatorial Guinea"}, {"id": "ac7e5dd8-f44f-11ea-ab08-1fb8e9df7d36", "name": "Angola"}, {"id": "59d88311-3434-4661-8539-ef8386b95b42", "name": "Nigeria"}, {"id": "1e72c85a-e9d6-441e-a1ae-40f8d9be2035", "name": "Benin"}, {"id": "85405bba-34f8-4d81-ae72-7cfb65fd7b2e", "name": "Cameroon"}, {"id": "ca7219a1-8fdd-4887-a794-deb57562aef0", "name": "Congo"}, {"id": "6a19b608-91aa-4c45-a4f2-2a105ac5110c", "name": "Niger"}]}, {"id": "e5d7f03d-a437-4715-927c-900e0bb3a2e6", "name": "Africa/Libreville", "timezone": "+01:00", "countries": [{"id": "83ac70f3-9080-4a08-a217-38a455dbbe5c", "name": "Gabon"}]}, {"id": "45aafcd4-45c3-40a1-ae40-7c65230cfcd9", "name": "Africa/Lome", "timezone": "+00:00", "countries": [{"id": "25679ce4-1528-49ad-9b27-32a3f0c16706", "name": "Togo"}]}, {"id": "3569b338-6ef5-441b-a61f-455084cb9032", "name": "Africa/Luanda", "timezone": "+01:00", "countries": [{"id": "ac7e5dd8-f44f-11ea-ab08-1fb8e9df7d36", "name": "Angola"}]}, {"id": "23f94fc2-ad4f-4e19-ad09-d5c89cb76961", "name": "Africa/Lubumbashi", "timezone": "+02:00", "countries": [{"id": "ca7219a1-8fdd-4887-a794-deb57562aef0", "name": "Congo"}]}, {"id": "17ff7f34-ddd7-4021-927f-b63254ab9f85", "name": "Africa/Lusaka", "timezone": "+02:00", "countries": [{"id": "7b8f977e-662e-44e1-8218-df0851ede096", "name": "Zambia"}]}, {"id": "b7ec8320-6f4c-4820-a262-be015b898554", "name": "Africa/Malabo", "timezone": "+01:00", "countries": [{"id": "8358e991-02a8-4449-90a6-9342d6a64eb5", "name": "Equatorial Guinea"}]}, {"id": "8d8c2d40-d147-4801-9ee2-af1bcbfad6f9", "name": "Africa/Maputo", "timezone": "+02:00", "countries": [{"id": "ca7219a1-8fdd-4887-a794-deb57562aef0", "name": "Congo"}, {"id": "e6bb67a6-3cf3-4831-8451-d574e6fb86e3", "name": "Malawi"}, {"id": "f0f59e17-726e-4a01-9f1e-a41e81cd6c6b", "name": "Zimbabwe"}, {"id": "38c9347f-e720-44b8-93d1-5d15078b3602", "name": "Rwanda"}, {"id": "7b8f977e-662e-44e1-8218-df0851ede096", "name": "Zambia"}, {"id": "c7f7d28e-514e-43ed-8420-5e1e482ab71a", "name": "Botswana"}, {"id": "ee5aca13-ae9f-43a7-b27b-7c814e4eb1f8", "name": "Burundi"}, {"id": "2711647e-d075-45b3-9219-b9fdad1cf915", "name": "Mozambique"}]}, {"id": "33493ad3-2bd2-4c03-bfb1-e6769e2a3b1d", "name": "Africa/Maseru", "timezone": "+02:00", "countries": [{"id": "936685dc-ac96-43aa-94bc-c2b9db6caa69", "name": "Lesotho"}]}, {"id": "1e3f05bf-96df-4791-9b70-c4da36923d0a", "name": "Africa/Mbabane", "timezone": "+02:00", "countries": [{"id": "0e067b59-753c-45e6-bf51-72112e2b6eeb", "name": "Eswatini"}]}, {"id": "969df7c6-db6e-40b2-8980-b37c2fc02818", "name": "Africa/Mogadishu", "timezone": "+03:00", "countries": [{"id": "87d15a09-e1df-4a3f-8663-7dd060b0e344", "name": "Somalia"}]}, {"id": "28c5d391-50ce-4cbb-8cca-72cd2be87bfe", "name": "Africa/Monrovia", "timezone": "+00:00", "countries": [{"id": "71cb1192-17b4-468b-9a75-07c8e9938f48", "name": "Liberia"}]}, {"id": "6676fca4-eaaf-4101-983d-a9030022c64b", "name": "Africa/Nairobi", "timezone": "+03:00", "countries": [{"id": "1ba6acec-0fdc-4372-a904-d8414087cda6", "name": "Djibouti"}, {"id": "fe45b3e5-2c87-4a2e-8dfc-3582e45cc55a", "name": "Ethiopia"}, {"id": "87d15a09-e1df-4a3f-8663-7dd060b0e344", "name": "Somalia"}, {"id": "dcf8c62d-d01f-413a-ac60-c9af4c64e95f", "name": "Eritrea"}, {"id": "b498ed53-dcd1-4108-a331-d59ebb7cd79f", "name": "Uganda"}, {"id": "f24ae8cc-fb95-4b3e-b1d3-1cf9a0725a9b", "name": "Madagascar"}, {"id": "49dbe127-0996-48c3-bd64-3e8db8b4d103", "name": "Tanzania"}, {"id": "a11afba6-3c57-436b-81af-b423d12a3b46", "name": "Mayotte"}, {"id": "0989a972-4257-41f5-94bd-afc6b754fcee", "name": "Comoros"}, {"id": "3ee9760b-7808-4eb9-9001-9c8af24c3bd6", "name": "Kenya"}]}, {"id": "288ffb86-6f7a-4920-a2fb-7b83f82f9bd3", "name": "Africa/Ndjamena", "timezone": "+01:00", "countries": [{"id": "dde6bf7a-44c6-4f4b-88cd-40d9fbafb1f1", "name": "Chad"}]}, {"id": "e7e87746-6eda-4aa5-80b4-b96f5563c1bc", "name": "Africa/Niamey", "timezone": "+01:00", "countries": [{"id": "6a19b608-91aa-4c45-a4f2-2a105ac5110c", "name": "Niger"}]}, {"id": "c4a28cc5-3999-4d2e-a215-c933f565674f", "name": "Africa/Nouakchott", "timezone": "+00:00", "countries": [{"id": "fee06657-8f85-434f-b1e8-4c126711c779", "name": "Mauritania"}]}, {"id": "0877a594-d24b-42f1-b09d-9c02fe9636c5", "name": "Africa/Ouagadougou", "timezone": "+00:00", "countries": [{"id": "c6be3cb4-5810-4614-b9da-b63fb37e0a20", "name": "Burkina Faso"}]}, {"id": "e4b4a6ca-1768-428a-b2fc-b91f41992c70", "name": "Africa/Porto-Novo", "timezone": "+01:00", "countries": [{"id": "1e72c85a-e9d6-441e-a1ae-40f8d9be2035", "name": "Benin"}]}, {"id": "07822420-9895-45f0-9e48-c0e7b1b4a981", "name": "Africa/Sao_Tome", "timezone": "+00:00", "countries": [{"id": "fbe0e850-7fd7-434a-8589-999c3b859618", "name": "Sao Tome and Principe"}]}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "timezone": {"type": "string"}, "countries": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}}}, "required": ["id", "name", "timezone"]}} |
65f0ca9c-497f-465e-8800-d401ba480679/05c29fea-1536-4784-b037-0849258a4e13/0/0 | Location | Get the locations using a REST API simple and free. | 6.8 | Get the continents | Get the continents. | 200 | Response | [{"id": "726bf790-8efe-4cbf-ab87-19e57705f496", "name": "Africa"}, {"id": "9eb117fd-675f-482e-bfeb-e635a53cd854", "name": "Antarctica"}, {"id": "f308ed6c-c84a-11ea-845d-4764357ff282", "name": "Asia"}, {"id": "c37370a1-6c4a-4e01-bd79-e71337fe42cf", "name": "Australia"}, {"id": "64f26da3-c14c-4880-abaa-44fb66d177ee", "name": "Europe"}, {"id": "17b8c324-ce0f-4475-b071-9dd7c83bdb9f", "name": "North America"}, {"id": "02a478aa-eb02-4d16-a503-3b0adb11eaf7", "name": "South America"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}} |
65f0ca9c-497f-465e-8800-d401ba480679/4b1deb6c-a46d-4241-9be7-98ee0adb3a27/0/0 | Location | Get the locations using a REST API simple and free. | 6.8 | Get the countries | Get the countries. | 200 | Response | [{"id": "f308ed6c-c84a-11ea-845d-4764357ff282", "name": "Afghanistan", "alpha2": "AF", "alpha3": "AFG", "number": 4, "countryCode": "93", "location": {"latitude": 33.7680065, "longitude": 66.2385139}}, {"id": "c08a451e-c84c-11ea-8818-d7cea74e4e8f", "name": "Albania", "alpha2": "AL", "alpha3": "ALB", "number": 8, "countryCode": "355", "location": {"latitude": 41.000028, "longitude": 19.9999619}}, {"id": "c3913c90-c84c-11ea-bab5-b30a9abafba3", "name": "Algeria", "alpha2": "DZ", "alpha3": "DZA", "number": 12, "countryCode": "213", "location": {"latitude": 28.1434487, "longitude": 2.6065063}}, {"id": "c822b2b6-c84c-11ea-ac47-5f1ac00c8b88", "name": "American Samoa", "alpha2": "AS", "alpha3": "ASM", "number": 16, "countryCode": "684", "location": {"latitude": -14.27271, "longitude": -170.70349}}, {"id": "a871c734-f44f-11ea-98a7-f7e448e35236", "name": "Andorra", "alpha2": "AD", "alpha3": "AND", "number": 20, "countryCode": "376", "location": {"latitude": 42.5407167, "longitude": 1.5732033}}, {"id": "ac7e5dd8-f44f-11ea-ab08-1fb8e9df7d36", "name": "Angola", "alpha2": "AO", "alpha3": "AGO", "number": 24, "countryCode": "244", "location": {"latitude": -11.986935141127036, "longitude": 17.929687500000004}}, {"id": "af376f9c-f44f-11ea-9039-03134e8b6905", "name": "Anguilla", "alpha2": "AI", "alpha3": "AIA", "number": 660, "countryCode": "264", "location": {"latitude": 18.22127018221668, "longitude": -63.04744720458985}}, {"id": "b30914e0-f44f-11ea-a5fc-03ebf0a934bf", "name": "Antarctica", "alpha2": "AQ", "alpha3": "ATA", "number": 10, "countryCode": "672", "location": {"latitude": -77.67646728166673, "longitude": 17.226562500000004}}, {"id": "b789915c-f44f-11ea-adbb-e3fe3fd0c1f8", "name": "Antigua and Barbuda", "alpha2": "AG", "alpha3": "ATG", "number": 28, "countryCode": "268", "location": {"latitude": 17.080989378928102, "longitude": -61.80908203125001}}, {"id": "ba654f60-f44f-11ea-abff-1bdb0c744acc", "name": "Argentina", "alpha2": "AR", "alpha3": "ARG", "number": 32, "countryCode": "54", "location": {"latitude": -36.13011084340013, "longitude": -64.11621093750001}}, {"id": "bdfb75b4-f44f-11ea-b0d7-977595cb0b7f", "name": "Armenia", "alpha2": "AM", "alpha3": "ARM", "number": 51, "countryCode": "374", "location": {"latitude": 40.60652433834119, "longitude": 44.6484375}}, {"id": "c1950870-f44f-11ea-ac5d-9383d9fe2266", "name": "Aruba", "alpha2": "AW", "alpha3": "ABW", "number": 533, "countryCode": "297", "location": {"latitude": 12.513152711332841, "longitude": -69.96917724609376}}, {"id": "c5b04c30-f44f-11ea-861d-8fb0aac8e630", "name": "Australia", "alpha2": "AU", "alpha3": "AUS", "number": 36, "countryCode": "61", "location": {"latitude": -25.147770882723552, "longitude": 134.20898437500003}}, {"id": "c8895398-f44f-11ea-9dd4-2f2233e2a7f5", "name": "Austria", "alpha2": "AT", "alpha3": "AUT", "number": 40, "countryCode": "43", "location": {"latitude": 47.63740298054964, "longitude": 14.271240234375002}}, {"id": "cba67f38-f44f-11ea-b813-e376b6b19d69", "name": "Azerbaijan", "alpha2": "AZ", "alpha3": "AZE", "number": 31, "countryCode": "994", "location": {"latitude": 40.41441094701144, "longitude": 47.71362304687501}}, {"id": "ceb7d71c-f44f-11ea-bbd2-d728dec7ca39", "name": "Bahamas", "alpha2": "BS", "alpha3": "BHS", "number": 44, "countryCode": "1", "location": {"latitude": 24.487695336073156, "longitude": -77.95074462890626}}, {"id": "d1e13654-f44f-11ea-83b7-5b3e0f8793f9", "name": "Bahrain", "alpha2": "BH", "alpha3": "BHR", "number": 48, "countryCode": "973", "location": {"latitude": 26.02524196813728, "longitude": 50.55084228515626}}, {"id": "9e6ae120-a465-4b8f-a82d-dc3199cbc0d6", "name": "Bangladesh", "alpha2": "BD", "alpha3": "BGD", "number": 50, "countryCode": "880", "location": {"latitude": 24.409326384018204, "longitude": 90.10986328125001}}, {"id": "47138e92-805e-4c90-948f-74c0cef72303", "name": "Barbados", "alpha2": "BB", "alpha3": "BRB", "number": 52, "countryCode": "246", "location": {"latitude": 13.168040763762123, "longitude": -59.55551147460938}}, {"id": "839ff925-fb23-40f6-a12b-3e14f4055d87", "name": "Belarus", "alpha2": "BY", "alpha3": "BLR", "number": 112, "countryCode": "375", "location": {"latitude": 53.567841401762436, "longitude": 28.081054687500004}}, {"id": "be554fd0-e07d-4c28-a458-2312a1c4bd40", "name": "Belgium", "alpha2": "BE", "alpha3": "BEL", "number": 56, "countryCode": "32", "location": {"latitude": 50.7789150886042, "longitude": 4.570312500000001}}, {"id": "b9f361b8-2fb9-41fd-b493-532bbbafb98d", "name": "Belize", "alpha2": "BZ", "alpha3": "BLZ", "number": 84, "countryCode": "501", "location": {"latitude": 17.199670250042022, "longitude": -88.63220214843751}}, {"id": "1e72c85a-e9d6-441e-a1ae-40f8d9be2035", "name": "Benin", "alpha2": "BJ", "alpha3": "BEN", "number": 204, "countryCode": "229", "location": {"latitude": 10.338900334535888, "longitude": 2.4060058593750004}}, {"id": "75d375c0-6b77-421b-b973-30d3d1c373aa", "name": "Bermuda", "alpha2": "BM", "alpha3": "BMU", "number": 60, "countryCode": "1", "location": {"latitude": 32.30867123559578, "longitude": -64.74895477294923}}, {"id": "019f92f4-b15d-4283-914a-f944f2c40fb5", "name": "Bhutan", "alpha2": "BT", "alpha3": "BTN", "number": 64, "countryCode": "975", "location": {"latitude": 27.471419764609934, "longitude": 90.41748046875001}}, {"id": "50d7f476-6cac-4e6a-b94c-5b155865f719", "name": "Bolivia", "alpha2": "BO", "alpha3": "BOL", "number": 68, "countryCode": "591", "location": {"latitude": -16.795338325615734, "longitude": -64.16015625000001}}, {"id": "83bbe180-5b4e-459e-89fc-d23f2431f573", "name": "Bonaire", "alpha2": "BQ", "alpha3": "BES", "number": 535, "countryCode": "599", "location": {"latitude": 12.190521784230937, "longitude": -68.26148986816408}}, {"id": "db27c8f1-88d5-4357-8cff-7f536277c8c9", "name": "Bosnia and Herzegovina", "alpha2": "BA", "alpha3": "BIH", "number": 70, "countryCode": "387", "location": {"latitude": 44.2075577272807, "longitude": 17.819824218750004}}, {"id": "c7f7d28e-514e-43ed-8420-5e1e482ab71a", "name": "Botswana", "alpha2": "BW", "alpha3": "BWA", "number": 72, "countryCode": "267", "location": {"latitude": -22.081186001274013, "longitude": 24.125976562500004}}, {"id": "6d8e0f6b-3bb4-484e-8eca-bcb35350aa3e", "name": "Bouvet Island", "alpha2": "BV", "alpha3": "BVT", "number": 74, "countryCode": "", "location": {"latitude": -54.42228211818634, "longitude": 3.3587265014648438}}, {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55", "location": {"latitude": -9.482926612399341, "longitude": -51.24023437500001}}, {"id": "e3789578-dbca-4e42-b428-09a6192493dc", "name": "British Indian Ocean Territory", "alpha2": "IO", "alpha3": "IOT", "number": 86, "countryCode": "246", "location": {"latitude": -7.3126777376145125, "longitude": 72.41603851318361}}, {"id": "b2baf8ac-1d03-4632-82f5-520eaa4ff0b1", "name": "Brunei Darussalam", "alpha2": "BN", "alpha3": "BRN", "number": 96, "countryCode": "673", "location": {"latitude": 4.4319046570239875, "longitude": 114.57916259765626}}, {"id": "2698e771-d1a4-4765-adf7-dd55a66a1558", "name": "Bulgaria", "alpha2": "BG", "alpha3": "BGR", "number": 100, "countryCode": "359", "location": {"latitude": 42.8052249434887, "longitude": 25.2685546875}}, {"id": "c6be3cb4-5810-4614-b9da-b63fb37e0a20", "name": "Burkina Faso", "alpha2": "BF", "alpha3": "BFA", "number": 854, "countryCode": "226", "location": {"latitude": 12.374544809665405, "longitude": -1.4941406250000002}}, {"id": "ee5aca13-ae9f-43a7-b27b-7c814e4eb1f8", "name": "Burundi", "alpha2": "BI", "alpha3": "BDI", "number": 108, "countryCode": "257", "location": {"latitude": -3.419008670098089, "longitude": 29.932250976562504}}, {"id": "75d85529-96cc-4935-96c8-9217927c8eb5", "name": "Cambodia", "alpha2": "KH", "alpha3": "KHM", "number": 116, "countryCode": "855", "location": {"latitude": 12.739144624228036, "longitude": 105.00732421875001}}, {"id": "85405bba-34f8-4d81-ae72-7cfb65fd7b2e", "name": "Cameroon", "alpha2": "CM", "alpha3": "CMR", "number": 120, "countryCode": "237", "location": {"latitude": 5.073845528943994, "longitude": 12.304687500000002}}, {"id": "89d40e75-64d3-498a-993f-6a1f80762aaa", "name": "Canada", "alpha2": "CA", "alpha3": "CAN", "number": 124, "countryCode": "1", "location": {"latitude": 59.55380845543803, "longitude": -106.87500000000001}}, {"id": "2815d8c4-627a-4593-9b68-bc8329b60f90", "name": "Cape Verde", "alpha2": "CV", "alpha3": "CPV", "number": 132, "countryCode": "238", "location": {"latitude": 15.085963729748508, "longitude": -23.620605468750004}}, {"id": "21a3de13-a503-4b5d-af54-6930d3845722", "name": "Cayman Islands", "alpha2": "KY", "alpha3": "CYM", "number": 136, "countryCode": "345", "location": {"latitude": 19.321906083932063, "longitude": -81.22604370117189}}, {"id": "557d917f-7506-414c-96f4-174e5aaa08cd", "name": "Central African Republic", "alpha2": "CF", "alpha3": "CAF", "number": 140, "countryCode": "236", "location": {"latitude": 6.713027557596768, "longitude": 20.500488281250004}}, {"id": "dde6bf7a-44c6-4f4b-88cd-40d9fbafb1f1", "name": "Chad", "alpha2": "TD", "alpha3": "TCD", "number": 148, "countryCode": "148", "location": {"latitude": 15.54300672053683, "longitude": 18.720703125000004}}, {"id": "27a2ddfd-383f-4b43-a2cd-23db4994226b", "name": "Chile", "alpha2": "CL", "alpha3": "CHL", "number": 152, "countryCode": "56", "location": {"latitude": -26.73365267221282, "longitude": -69.74121093750001}}, {"id": "24f63aeb-e4b1-4784-9731-f1ffe3b10759", "name": "China", "alpha2": "CN", "alpha3": "CHN", "number": 156, "countryCode": "86", "location": {"latitude": 35.525241118615824, "longitude": 101.942138671875}}, {"id": "48703bc6-d637-4eeb-926d-ec6a020b4feb", "name": "Christmas Island", "alpha2": "CX", "alpha3": "CXR", "number": 162, "countryCode": "61", "location": {"latitude": -10.48631383574561, "longitude": 105.62873840332033}}, {"id": "1e7be26b-6418-4952-887f-88324cb1db38", "name": "Cocos (Keeling) Islands", "alpha2": "CC", "alpha3": "CCK", "number": 166, "countryCode": "61", "location": {"latitude": -12.158681616561728, "longitude": 96.87263488769531}}, {"id": "0ce8e32c-7b45-47d6-9db4-086dcbd2b496", "name": "Colombia", "alpha2": "CO", "alpha3": "COL", "number": 170, "countryCode": "57", "location": {"latitude": 3.1014353612479963, "longitude": -73.05908203125001}}, {"id": "0989a972-4257-41f5-94bd-afc6b754fcee", "name": "Comoros", "alpha2": "KM", "alpha3": "COM", "number": 174, "countryCode": "269", "location": {"latitude": -11.896328049496944, "longitude": 43.80523681640626}}, {"id": "ca7219a1-8fdd-4887-a794-deb57562aef0", "name": "Congo", "alpha2": "CD", "alpha3": "COD", "number": 180, "countryCode": "242", "location": {"latitude": -0.31190718134890716, "longitude": 15.974121093750002}}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "alpha2": {"type": "string"}, "alpha3": {"type": "string"}, "number": {"type": "integer"}, "countryCode": {"type": "string"}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["latitude", "longitude"]}}, "required": ["alpha2", "alpha3", "countryCode", "id", "location", "name", "number"]}} |
65f0ca9c-497f-465e-8800-d401ba480679/27274944-1edb-4ee6-b66e-f00655ea47e1/0/0 | Location | Get the locations using a REST API simple and free. | 6.8 | Get the states | Get the states. | 200 | Response | [{"id": "0b119ef6-d6ef-4492-bdb7-17d6e397c1fc", "name": "Acre", "abbreviation": "AC", "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "f368176e-c2b5-4652-a043-f4c1e73c9a0c", "name": "Alagoas", "abbreviation": "AL", "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "2e184d89-0d16-4924-b355-4d5f8f7b9f2b", "name": "Amap\u00e1", "abbreviation": "AP", "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "ad813564-2c93-45d7-ab17-bacb5b1a7cc8", "name": "Amazonas", "abbreviation": "AM", "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "f1d13480-77a3-4262-bb79-1de755074dbe", "name": "Arizona", "abbreviation": "AZ", "country": {"id": "de43ba57-fe0f-4839-91e8-da509434b8f9", "name": "United States of America", "alpha2": "US", "alpha3": "USA", "number": 840, "countryCode": "1"}}, {"id": "9b87bb16-eae9-406d-857e-7f0e23c33a0f", "name": "Bahia", "abbreviation": "BA", "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "4e9f2953-b7f2-4dab-ae81-6b90ca066324", "name": "Bayern", "abbreviation": "BY", "country": {"id": "69f8f0c8-500b-469e-a2a4-7996b5111e21", "name": "Germany", "alpha2": "DE", "alpha3": "DEU", "number": 276, "countryCode": "49"}}, {"id": "1481ef43-98bd-4ad9-8842-b0649d9ca0e2", "name": "Berlin", "abbreviation": "BE", "country": {"id": "69f8f0c8-500b-469e-a2a4-7996b5111e21", "name": "Germany", "alpha2": "DE", "alpha3": "DEU", "number": 276, "countryCode": "49"}}, {"id": "580742a4-57aa-4dd0-ad4b-fba3bcc0ee1a", "name": "Buenos Aires", "abbreviation": "BA", "country": {"id": "ba654f60-f44f-11ea-abff-1bdb0c744acc", "name": "Argentina", "alpha2": "AR", "alpha3": "ARG", "number": 32, "countryCode": "54"}}, {"id": "a79087a6-477f-44f4-a083-7dc299d4416c", "name": "California", "abbreviation": "CA", "country": {"id": "de43ba57-fe0f-4839-91e8-da509434b8f9", "name": "United States of America", "alpha2": "US", "alpha3": "USA", "number": 840, "countryCode": "1"}}, {"id": "78d61055-51a2-4095-8748-3962a94bea4c", "name": "Cear\u00e1", "abbreviation": "CE", "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "91256462-2a41-4c15-bf75-06bd10f0ef8f", "name": "Colorado", "abbreviation": "CO", "country": {"id": "de43ba57-fe0f-4839-91e8-da509434b8f9", "name": "United States of America", "alpha2": "US", "alpha3": "USA", "number": 840, "countryCode": "1"}}, {"id": "46233dad-b056-47ea-96d1-3483fa0e5b35", "name": "Connecticut", "abbreviation": "CT", "country": {"id": "de43ba57-fe0f-4839-91e8-da509434b8f9", "name": "United States of America", "alpha2": "US", "alpha3": "USA", "number": 840, "countryCode": "1"}}, {"id": "9d3495ca-4b95-4f1c-ac46-cc3985ccc992", "name": "C\u00f3rdoba", "abbreviation": "CB", "country": {"id": "ba654f60-f44f-11ea-abff-1bdb0c744acc", "name": "Argentina", "alpha2": "AR", "alpha3": "ARG", "number": 32, "countryCode": "54"}}, {"id": "0c5563a0-f8fe-4119-b92d-4f3040aa156e", "name": "Distrito Federal", "abbreviation": "DF", "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "96719a7f-6d69-40e8-a9e8-35e23310cd36", "name": "East", "country": {"id": "c822b2b6-c84c-11ea-ac47-5f1ac00c8b88", "name": "American Samoa", "alpha2": "AS", "alpha3": "ASM", "number": 16, "countryCode": "684"}}, {"id": "f0078a77-1697-4ddb-ab47-3c0822e9cba6", "name": "Elbasan", "country": {"id": "c08a451e-c84c-11ea-8818-d7cea74e4e8f", "name": "Albania", "alpha2": "AL", "alpha3": "ALB", "number": 8, "countryCode": "355"}}, {"id": "e5baa2d3-bdb4-488c-bae8-1aafa4621c4d", "name": "England", "abbreviation": "ENG", "country": {"id": "5a0bd983-89eb-4b0b-9e2e-68982eb03b3c", "name": "United Kingdom", "alpha2": "GB", "alpha3": "GBR", "number": 826, "countryCode": "44"}}, {"id": "0ac5c660-854d-461a-90b4-c9cc61d77480", "name": "Esp\u00edrito Santo", "abbreviation": "ES", "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "d736c4f6-9665-4e43-b97b-badeed91c0d2", "name": "Etel\u00e4-Suomi", "abbreviation": "ES", "country": {"id": "6129d405-3761-41cb-9680-9e82145e3699", "name": "Finland", "alpha2": "FI", "alpha3": "FIN", "number": 246, "countryCode": "358"}}, {"id": "556815e9-840e-4c82-818a-e788436b749b", "name": "Florida", "abbreviation": "FL", "country": {"id": "de43ba57-fe0f-4839-91e8-da509434b8f9", "name": "United States of America", "alpha2": "US", "alpha3": "USA", "number": 840, "countryCode": "1"}}, {"id": "dab26ecc-d888-4217-b0d3-9b01f0fb523b", "name": "Goi\u00e1s", "abbreviation": "GO", "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "457f59b2-ca23-4083-a4c0-1467228919f5", "name": "Hamburg", "abbreviation": "HH", "country": {"id": "69f8f0c8-500b-469e-a2a4-7996b5111e21", "name": "Germany", "alpha2": "DE", "alpha3": "DEU", "number": 276, "countryCode": "49"}}, {"id": "339db4ea-cd7a-4c6a-a7d6-7163432a71f9", "name": "Illinois", "abbreviation": "IL", "country": {"id": "de43ba57-fe0f-4839-91e8-da509434b8f9", "name": "United States of America", "alpha2": "US", "alpha3": "USA", "number": 840, "countryCode": "1"}}, {"id": "6373a2e3-06d6-4f53-8767-445f74f9c2e2", "name": "Iowa", "abbreviation": "IA", "country": {"id": "de43ba57-fe0f-4839-91e8-da509434b8f9", "name": "United States of America", "alpha2": "US", "alpha3": "USA", "number": 840, "countryCode": "1"}}, {"id": "c2bbb73a-01b4-444f-9af9-80f0fd02da6d", "name": "Kerala", "country": {"id": "663b4793-8415-4f17-b36a-8fe3b17a35ff", "name": "India", "alpha2": "IN", "alpha3": "IND", "number": 356, "countryCode": "91"}}, {"id": "d32c1da2-01ac-4abc-bc5f-e4ab4a904b3e", "name": "Maharashtra", "country": {"id": "663b4793-8415-4f17-b36a-8fe3b17a35ff", "name": "India", "alpha2": "IN", "alpha3": "IND", "number": 356, "countryCode": "91"}}, {"id": "27538e1c-59cc-4048-9ad5-2e666bb393a5", "name": "Maranh\u00e3o", "abbreviation": "MA", "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "0de7e8ba-8748-4f71-9c58-33d26e6a6f9c", "name": "Maryland", "abbreviation": "MD", "country": {"id": "de43ba57-fe0f-4839-91e8-da509434b8f9", "name": "United States of America", "alpha2": "US", "alpha3": "USA", "number": 840, "countryCode": "1"}}, {"id": "ab60db81-879b-4afc-9565-9a308ea34289", "name": "Mato Grosso", "abbreviation": "MT", "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "8eca9e3f-2e92-45d6-8701-bd44c32f8bd3", "name": "Mato Grosso do Sul", "abbreviation": "MS", "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "02f3d40e-4d05-46e2-9dcf-dfd59c68a383", "name": "Michigan", "abbreviation": "MI", "country": {"id": "de43ba57-fe0f-4839-91e8-da509434b8f9", "name": "United States of America", "alpha2": "US", "alpha3": "USA", "number": 840, "countryCode": "1"}}, {"id": "b03c63a8-4e06-4c83-9432-f84f196afc63", "name": "Minas Gerais", "abbreviation": "MG", "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "551fadaa-8bec-4b47-a849-a13cd8f057c1", "name": "Missouri", "abbreviation": "MO", "country": {"id": "de43ba57-fe0f-4839-91e8-da509434b8f9", "name": "United States of America", "alpha2": "US", "alpha3": "USA", "number": 840, "countryCode": "1"}}, {"id": "111e96b8-1670-414f-aefa-05afd0181be9", "name": "Nevada", "abbreviation": "NV", "country": {"id": "de43ba57-fe0f-4839-91e8-da509434b8f9", "name": "United States of America", "alpha2": "US", "alpha3": "USA", "number": 840, "countryCode": "1"}}, {"id": "452e590e-2f9b-492a-ae37-be0efcd096ac", "name": "New York", "country": {"id": "de43ba57-fe0f-4839-91e8-da509434b8f9", "name": "United States of America", "alpha2": "US", "alpha3": "USA", "number": 840, "countryCode": "1"}}, {"id": "a1712268-7795-4051-ac5d-c82dd269ee4d", "name": "North Carolina", "abbreviation": "NC", "country": {"id": "de43ba57-fe0f-4839-91e8-da509434b8f9", "name": "United States of America", "alpha2": "US", "alpha3": "USA", "number": 840, "countryCode": "1"}}, {"id": "6dd672d5-c5db-4839-bdec-2b293c51effa", "name": "Ohio", "abbreviation": "OH", "country": {"id": "de43ba57-fe0f-4839-91e8-da509434b8f9", "name": "United States of America", "alpha2": "US", "alpha3": "USA", "number": 840, "countryCode": "1"}}, {"id": "ac795355-3172-4b63-9ca1-258381964851", "name": "Ontario", "abbreviation": "ON", "country": {"id": "89d40e75-64d3-498a-993f-6a1f80762aaa", "name": "Canada", "alpha2": "CA", "alpha3": "CAN", "number": 124, "countryCode": "1"}}, {"id": "31edc8c5-1dbe-4f44-bef8-fa8b8b256d68", "name": "Paran\u00e1", "abbreviation": "PR", "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "4ce708ca-4443-47a4-a467-9996a16b745f", "name": "Para\u00edba", "abbreviation": "PB", "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "8ee95720-ab22-48d5-83a7-74ec1ff3d8f7", "name": "Par\u00e1", "abbreviation": "PA", "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "6741f138-5e1c-466b-ba3b-f2e149c04438", "name": "Pernambuco", "abbreviation": "PE", "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "04241b3c-765c-40b8-b11c-2c644a948f7f", "name": "Piau\u00ed", "abbreviation": "PI", "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "0de9c735-065b-4db9-9c64-e6b29ba40b44", "name": "Quebec", "abbreviation": "QC", "country": {"id": "89d40e75-64d3-498a-993f-6a1f80762aaa", "name": "Canada", "alpha2": "CA", "alpha3": "CAN", "number": 124, "countryCode": "1"}}, {"id": "553d538d-ba4b-441d-91dd-355eb10f4c80", "name": "Rio Grande do Norte", "abbreviation": "RN", "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "51644ba5-40de-4891-8fa2-ba10c2e522bd", "name": "Rio Grande do Sul", "abbreviation": "RS", "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "3b48545d-6c61-4033-917c-4a59a69b33c4", "name": "Rio de Janeiro", "abbreviation": "RJ", "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "e39306a7-b7c6-4da1-9da9-00efdd42dd18", "name": "Rond\u00f4nia", "abbreviation": "RO", "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "d31a45bd-820c-41b8-bf0b-9bc5762fb047", "name": "Roraima", "abbreviation": "RR", "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "abbreviation": {"type": "string"}, "country": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "alpha2": {"type": "string"}, "alpha3": {"type": "string"}, "number": {"type": "integer"}, "countryCode": {"type": "string"}}, "required": ["alpha2", "alpha3", "countryCode", "id", "name", "number"]}}, "required": ["country", "id", "name"]}} |
65f0ca9c-497f-465e-8800-d401ba480679/e19f7dd1-3783-486f-909e-b94d23648e3c/0/0 | Location | Get the locations using a REST API simple and free. | 6.8 | Get the cities | Get the cities. | 200 | Response | [{"id": "63df7b70-60a1-42e5-8dca-3a07c9e97a20", "name": "Abacate da Pedreira", "state": {"id": "2e184d89-0d16-4924-b355-4d5f8f7b9f2b", "name": "Amap\u00e1", "abbreviation": "AP"}, "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "3b3ebf41-d606-4ca6-8518-d8b105cd866b", "name": "Abadia", "state": {"id": "9b87bb16-eae9-406d-857e-7f0e23c33a0f", "name": "Bahia", "abbreviation": "BA"}, "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "85f977a7-ba63-4b25-8ed3-e843ebc66938", "name": "Abadia de Goias", "state": {"id": "dab26ecc-d888-4217-b0d3-9b01f0fb523b", "name": "Goi\u00e1s", "abbreviation": "GO"}, "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "e72c41ce-6067-4454-9182-2fec1646d9f7", "name": "Abadia dos Dourados", "state": {"id": "b03c63a8-4e06-4c83-9432-f84f196afc63", "name": "Minas Gerais", "abbreviation": "MG"}, "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "6d027286-a0fb-434e-8f3b-24b9f14ffd9b", "name": "Abadiania", "state": {"id": "dab26ecc-d888-4217-b0d3-9b01f0fb523b", "name": "Goi\u00e1s", "abbreviation": "GO"}, "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "384cbe58-669e-47ed-8f98-85638ee87195", "name": "Abaete", "state": {"id": "b03c63a8-4e06-4c83-9432-f84f196afc63", "name": "Minas Gerais", "abbreviation": "MG"}, "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "bbee348e-d7fc-4516-94f3-6b1277a3ae7a", "name": "Abaete dos Mendes", "state": {"id": "b03c63a8-4e06-4c83-9432-f84f196afc63", "name": "Minas Gerais", "abbreviation": "MG"}, "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "c8756e7a-9d4d-4c18-81e0-b0f470a0e988", "name": "Abaetetuba", "state": {"id": "8ee95720-ab22-48d5-83a7-74ec1ff3d8f7", "name": "Par\u00e1", "abbreviation": "PA"}, "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "4efd3a65-1221-4188-8780-16d25cff98ab", "name": "Abaiara", "state": {"id": "78d61055-51a2-4095-8748-3962a94bea4c", "name": "Cear\u00e1", "abbreviation": "CE"}, "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "1dfae0b0-47f0-461b-bdc0-a4d566420bb9", "name": "Abaiba", "state": {"id": "b03c63a8-4e06-4c83-9432-f84f196afc63", "name": "Minas Gerais", "abbreviation": "MG"}, "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "2a2c6701-ddf1-4065-8b09-42d1b369f86c", "name": "Abaira", "state": {"id": "9b87bb16-eae9-406d-857e-7f0e23c33a0f", "name": "Bahia", "abbreviation": "BA"}, "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "09e2a419-4c89-4fe6-bc9a-6db1b7964948", "name": "Abapa", "state": {"id": "31edc8c5-1dbe-4f44-bef8-fa8b8b256d68", "name": "Paran\u00e1", "abbreviation": "PR"}, "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "5c830a2c-1433-4b77-92b0-a90931da1a3c", "name": "Abare", "state": {"id": "9b87bb16-eae9-406d-857e-7f0e23c33a0f", "name": "Bahia", "abbreviation": "BA"}, "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "662a1fed-c249-4ef7-999e-30fd915159b6", "name": "Abarracamento", "state": {"id": "3b48545d-6c61-4033-917c-4a59a69b33c4", "name": "Rio de Janeiro", "abbreviation": "RJ"}, "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "080a0b9c-c295-4bcb-8960-4492a4bdbaf2", "name": "Abatia", "state": {"id": "31edc8c5-1dbe-4f44-bef8-fa8b8b256d68", "name": "Paran\u00e1", "abbreviation": "PR"}, "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "220b340c-ea2a-4fa2-8dfa-48a2fa6fa3bc", "name": "Abdon Batista", "state": {"id": "79969f57-4770-4342-b0b8-3607cf4b7877", "name": "Santa Catarina", "abbreviation": "SC"}, "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "964ce6d1-86de-459e-b5c3-c5471eeb65f4", "name": "Abel Figueiredo", "state": {"id": "8ee95720-ab22-48d5-83a7-74ec1ff3d8f7", "name": "Par\u00e1", "abbreviation": "PA"}, "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "2583ca00-eb1e-40cc-b2d0-1fb7d0090be6", "name": "Abelardo Luz", "state": {"id": "79969f57-4770-4342-b0b8-3607cf4b7877", "name": "Santa Catarina", "abbreviation": "SC"}, "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "f47671aa-c2cc-413a-a04b-f9cbe2daf687", "name": "Abelhas", "state": {"id": "9b87bb16-eae9-406d-857e-7f0e23c33a0f", "name": "Bahia", "abbreviation": "BA"}, "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "953a9106-3a66-48cb-8e57-420c49bc12ee", "name": "Abilio Martins", "state": {"id": "78d61055-51a2-4095-8748-3962a94bea4c", "name": "Cear\u00e1", "abbreviation": "CE"}, "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "7e8609a9-2eda-4717-abc9-b77d7cb31bd0", "name": "Abobora", "state": {"id": "9b87bb16-eae9-406d-857e-7f0e23c33a0f", "name": "Bahia", "abbreviation": "BA"}, "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "a5fed70e-6370-45d2-9c48-a8025178524a", "name": "Abraao", "state": {"id": "3b48545d-6c61-4033-917c-4a59a69b33c4", "name": "Rio de Janeiro", "abbreviation": "RJ"}, "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "6a96d3ac-a938-4c08-927f-37541da08f7c", "name": "Abrantes", "state": {"id": "9b87bb16-eae9-406d-857e-7f0e23c33a0f", "name": "Bahia", "abbreviation": "BA"}, "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "3ec59ad6-53cc-4912-8f98-1a376798c086", "name": "Abre Campo", "state": {"id": "b03c63a8-4e06-4c83-9432-f84f196afc63", "name": "Minas Gerais", "abbreviation": "MG"}, "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "a2e40caf-6868-4fea-8a5e-19216b504625", "name": "Abreu E Lima", "state": {"id": "6741f138-5e1c-466b-ba3b-f2e149c04438", "name": "Pernambuco", "abbreviation": "PE"}, "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "41c89112-ad02-490b-b6cb-491e91951f8b", "name": "Abreulandia", "state": {"id": "40ab78e6-064e-429f-a2b8-f3acd78a753c", "name": "Tocantins", "abbreviation": "TO"}, "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "cefca653-5caa-44cc-8356-e13b66f23737", "name": "Abreus", "state": {"id": "b03c63a8-4e06-4c83-9432-f84f196afc63", "name": "Minas Gerais", "abbreviation": "MG"}, "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "f445f41c-998d-4c66-90c7-1874a70aad02", "name": "Abuna", "state": {"id": "e39306a7-b7c6-4da1-9da9-00efdd42dd18", "name": "Rond\u00f4nia", "abbreviation": "RO"}, "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "b1c522d3-dc00-416e-8cf4-ad77a45cf3bb", "name": "Acaiaca", "state": {"id": "b03c63a8-4e06-4c83-9432-f84f196afc63", "name": "Minas Gerais", "abbreviation": "MG"}, "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "1dcb8da3-52ea-46a1-9afd-cafba197ded7", "name": "Acailandia", "state": {"id": "27538e1c-59cc-4048-9ad5-2e666bb393a5", "name": "Maranh\u00e3o", "abbreviation": "MA"}, "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "2e7919da-d950-45e4-8827-4be638efd05e", "name": "Acajutiba", "state": {"id": "9b87bb16-eae9-406d-857e-7f0e23c33a0f", "name": "Bahia", "abbreviation": "BA"}, "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "6d0611aa-e05f-4724-b583-492323715d2a", "name": "Acampamento das Minas", "state": {"id": "31edc8c5-1dbe-4f44-bef8-fa8b8b256d68", "name": "Paran\u00e1", "abbreviation": "PR"}, "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "bfa3ae1f-29b7-45a9-883e-b26d71fc5356", "name": "Acara", "state": {"id": "8ee95720-ab22-48d5-83a7-74ec1ff3d8f7", "name": "Par\u00e1", "abbreviation": "PA"}, "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "cd3e3a11-c4e5-4629-87b5-c492ed672d8c", "name": "Acarape", "state": {"id": "78d61055-51a2-4095-8748-3962a94bea4c", "name": "Cear\u00e1", "abbreviation": "CE"}, "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "246dcabd-0106-4821-8c43-9b37780cba56", "name": "Acarau", "state": {"id": "78d61055-51a2-4095-8748-3962a94bea4c", "name": "Cear\u00e1", "abbreviation": "CE"}, "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "bf8ed454-9d7e-4766-905a-81780081f34a", "name": "Acari", "state": {"id": "553d538d-ba4b-441d-91dd-355eb10f4c80", "name": "Rio Grande do Norte", "abbreviation": "RN"}, "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "67c17387-f844-46ab-9060-23ce33f434f3", "name": "Acaua", "state": {"id": "04241b3c-765c-40b8-b11c-2c644a948f7f", "name": "Piau\u00ed", "abbreviation": "PI"}, "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "a2fe4d05-4517-4f6d-8d2c-01efe897fc1a", "name": "Acegua", "state": {"id": "51644ba5-40de-4891-8fa2-ba10c2e522bd", "name": "Rio Grande do Sul", "abbreviation": "RS"}, "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "4a24a4a6-83a7-4703-9cde-2b7419f14bf0", "name": "Acioli", "state": {"id": "0ac5c660-854d-461a-90b4-c9cc61d77480", "name": "Esp\u00edrito Santo", "abbreviation": "ES"}, "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "603e5777-8ac7-436b-a6db-afde0cfb4e60", "name": "Acopiara", "state": {"id": "78d61055-51a2-4095-8748-3962a94bea4c", "name": "Cear\u00e1", "abbreviation": "CE"}, "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "8da50a8c-784d-4aa3-975a-778bf334ade2", "name": "Acorizal", "state": {"id": "ab60db81-879b-4afc-9565-9a308ea34289", "name": "Mato Grosso", "abbreviation": "MT"}, "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "5f35941e-3381-47be-ad49-12dcfc22a7f9", "name": "Acrelandia", "state": {"id": "0b119ef6-d6ef-4492-bdb7-17d6e397c1fc", "name": "Acre", "abbreviation": "AC"}, "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "140cfaa7-c2ba-485e-bc4c-a9d87661f036", "name": "Acreuna", "state": {"id": "dab26ecc-d888-4217-b0d3-9b01f0fb523b", "name": "Goi\u00e1s", "abbreviation": "GO"}, "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "8a298c50-4f95-4988-b636-2cc2580b1298", "name": "Acu", "state": {"id": "553d538d-ba4b-441d-91dd-355eb10f4c80", "name": "Rio Grande do Norte", "abbreviation": "RN"}, "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "fe473dc2-a0bc-4c2c-abc3-23e972387bfb", "name": "Acu da Torre", "state": {"id": "9b87bb16-eae9-406d-857e-7f0e23c33a0f", "name": "Bahia", "abbreviation": "BA"}, "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "ad3e205c-7c99-4502-afcf-69db278103d7", "name": "Acucena", "state": {"id": "b03c63a8-4e06-4c83-9432-f84f196afc63", "name": "Minas Gerais", "abbreviation": "MG"}, "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "e2a9a596-644b-4efa-97bf-0de79625ca8b", "name": "Acudina", "state": {"id": "9b87bb16-eae9-406d-857e-7f0e23c33a0f", "name": "Bahia", "abbreviation": "BA"}, "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "ae7f90f3-ae47-408f-8ba4-0e5d1a2a010f", "name": "Acungui", "state": {"id": "31edc8c5-1dbe-4f44-bef8-fa8b8b256d68", "name": "Paran\u00e1", "abbreviation": "PR"}, "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "d7db1a5f-2c87-48f7-9cd4-b5c011e86d0f", "name": "Acupe", "state": {"id": "9b87bb16-eae9-406d-857e-7f0e23c33a0f", "name": "Bahia", "abbreviation": "BA"}, "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}, {"id": "0d5086dd-15c3-4f6b-9fcb-338c5440c291", "name": "Acurui", "state": {"id": "b03c63a8-4e06-4c83-9432-f84f196afc63", "name": "Minas Gerais", "abbreviation": "MG"}, "country": {"id": "8880c1e0-96b9-499b-9eb6-3104e1655d5b", "name": "Brasil", "alpha2": "BR", "alpha3": "BRA", "number": 76, "countryCode": "55"}}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "state": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "abbreviation": {"type": "string"}}, "required": ["abbreviation", "id", "name"]}, "country": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "alpha2": {"type": "string"}, "alpha3": {"type": "string"}, "number": {"type": "integer"}, "countryCode": {"type": "string"}}, "required": ["alpha2", "alpha3", "countryCode", "id", "name", "number"]}}, "required": ["country", "id", "name", "state"]}} |
65f0ca9c-497f-465e-8800-d401ba480679/63ebe184-4f40-4a07-a571-df5c8c8fde46/0/0 | Location | Get the locations using a REST API simple and free. | 6.8 | Get the addresses by IP | Get the addresses by IP. | 200 | Response | {"ip": "54.72.54.234", "postalCode": "1", "street": "O'Connell Street Lower", "neighborhood": "Dublin 1", "city": {"name": "Dublin"}, "state": {}, "country": {"id": "f8dcfdf5-fd39-4032-b50d-f0f1ac0872e3", "name": "Ireland", "alpha2": "IE", "alpha3": "IRL"}, "coordinates": {"latitude": 53.3498, "longitude": -6.26034}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"ip": {"type": "string"}, "postalCode": {"type": "string"}, "street": {"type": "string"}, "neighborhood": {"type": "string"}, "city": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "state": {"type": "object"}, "country": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "alpha2": {"type": "string"}, "alpha3": {"type": "string"}}, "required": ["alpha2", "alpha3", "id", "name"]}, "coordinates": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["latitude", "longitude"]}}, "required": ["city", "coordinates", "country", "ip", "neighborhood", "postalCode", "state", "street"]} |
65f0ca9c-497f-465e-8800-d401ba480679/92f8f2ee-124f-40e4-aced-54df412613eb/0/0 | Location | Get the locations using a REST API simple and free. | 6.8 | Get the addresses by latitude and longitude | Get the addresses by latitude and longitude. | 200 | Response | {"postalCode": "SW1P 3", "street": "Parliament Square", "neighborhood": "Westminster", "city": {"name": "London"}, "state": {"id": "e5baa2d3-bdb4-488c-bae8-1aafa4621c4d", "name": "England", "abbreviation": "ENG"}, "country": {"id": "5a0bd983-89eb-4b0b-9e2e-68982eb03b3c", "name": "United Kingdom", "alpha2": "GB", "alpha3": "GBR"}, "coordinates": {"latitude": 51.50061, "longitude": -0.12697}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"postalCode": {"type": "string"}, "street": {"type": "string"}, "neighborhood": {"type": "string"}, "city": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "state": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "abbreviation": {"type": "string"}}, "required": ["abbreviation", "id", "name"]}, "country": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "alpha2": {"type": "string"}, "alpha3": {"type": "string"}}, "required": ["alpha2", "alpha3", "id", "name"]}, "coordinates": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["latitude", "longitude"]}}, "required": ["city", "coordinates", "country", "neighborhood", "postalCode", "state", "street"]} |
65f0ca9c-497f-465e-8800-d401ba480679/db22ff6c-cf63-4091-9002-39d531679118/0/0 | Location | Get the locations using a REST API simple and free. | 6.8 | Get the addresses by postal code | Get the addresses by postal code. | 200 | Response | {"postalCode": "SW1A 2JR", "street": "Bridge Street", "neighborhood": "Westminster", "city": {"name": "London"}, "state": {"name": "England"}, "country": {"name": "United Kingdom", "alpha3": "GBR"}, "coordinates": {"latitude": 51.50117, "longitude": -0.12525}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"postalCode": {"type": "string"}, "street": {"type": "string"}, "neighborhood": {"type": "string"}, "city": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "state": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "country": {"type": "object", "properties": {"name": {"type": "string"}, "alpha3": {"type": "string"}}, "required": ["alpha3", "name"]}, "coordinates": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["latitude", "longitude"]}}, "required": ["city", "coordinates", "country", "neighborhood", "postalCode", "state", "street"]} |
c8d9a3ac-a241-41aa-81ba-b241478cec90/5599e008-e214-44b0-91c8-6548ee4dd77c/0/0 | IP To Location - Apiip | Apiip.net is an API service allowing customers to automate IP address validation and geolocation lookup in websites, applications, and back-office systems. | 7.2 | Get IP data | Detailed information on our website: https://apiip.net/ | 200 | Example Response | {"ip": "67.250.186.196", "continentCode": "NA", "continentName": "North America", "countryCode": "US", "countryName": "United States", "countryNameNative": "United States", "city": "New York", "postalCode": "10001", "latitude": 40.8271, "longitude": -73.9359, "capital": "Washington D.C.", "phoneCode": "1", "countryFlagEmoj": "\ud83c\uddfa\ud83c\uddf8", "countryFlagEmojUnicode": "U+1F1FA U+1F1F8", "isEu": false, "borders": ["CAN", "MEX"], "topLevelDomains": [".us"], "languages": {"en": {"code": "en", "name": "English", "native": "English"}}, "currency": {"code": "USD", "name": "US Dollar", "symbol": "$", "number": "840", "rates": {"EURUSD": 1.11}}, "timeZone": {"id": "America/New_York", "currentTime": "10/26/2021, 2:54:10 PM", "code": "EDT", "timeZoneName": "EDT", "utcOffset": -14400}, "connection": {"asn": 12271, "isp": "Charter Communications Inc"}, "security": {"isPublicProxy": false, "isResidentialProxy": false, "isTorExitNode": false, "network": "67.250.176.0/20"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"ip": {"type": "string"}, "continentCode": {"type": "string"}, "continentName": {"type": "string"}, "countryCode": {"type": "string"}, "countryName": {"type": "string"}, "countryNameNative": {"type": "string"}, "city": {"type": "string"}, "postalCode": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "capital": {"type": "string"}, "phoneCode": {"type": "string"}, "countryFlagEmoj": {"type": "string"}, "countryFlagEmojUnicode": {"type": "string"}, "isEu": {"type": "boolean"}, "borders": {"type": "array", "items": {"type": "string"}}, "topLevelDomains": {"type": "array", "items": {"type": "string"}}, "languages": {"type": "object", "properties": {"en": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "native": {"type": "string"}}, "required": ["code", "name", "native"]}}, "required": ["en"]}, "currency": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "symbol": {"type": "string"}, "number": {"type": "string"}, "rates": {"type": "object", "properties": {"EURUSD": {"type": "number"}}, "required": ["EURUSD"]}}, "required": ["code", "name", "number", "rates", "symbol"]}, "timeZone": {"type": "object", "properties": {"id": {"type": "string"}, "currentTime": {"type": "string"}, "code": {"type": "string"}, "timeZoneName": {"type": "string"}, "utcOffset": {"type": "integer"}}, "required": ["code", "currentTime", "id", "timeZoneName", "utcOffset"]}, "connection": {"type": "object", "properties": {"asn": {"type": "integer"}, "isp": {"type": "string"}}, "required": ["asn", "isp"]}, "security": {"type": "object", "properties": {"isPublicProxy": {"type": "boolean"}, "isResidentialProxy": {"type": "boolean"}, "isTorExitNode": {"type": "boolean"}, "network": {"type": "string"}}, "required": ["isPublicProxy", "isResidentialProxy", "isTorExitNode", "network"]}}, "required": ["borders", "capital", "city", "connection", "continentCode", "continentName", "countryCode", "countryFlagEmoj", "countryFlagEmojUnicode", "countryName", "countryNameNative", "currency", "ip", "isEu", "languages", "latitude", "longitude", "phoneCode", "postalCode", "security", "timeZone", "topLevelDomains"]} |
2570fb4a-1640-480d-a19a-02a15277c2e9/169f48bd-3ee5-4ccb-9537-e7b48bb0b4f1/0/0 | Address Validation Correction Geocoding and Information | Global Address Verification Correction Geocoding and Location Information API. | null | Country Information | This endpoint exposes general information like the country's phone code, time zone, etc..
Required Argument:
country: country name | 200 | Response | {"Capital": "Astana", "CountryCode": "KZ", "CountryName": "Kazakhstan", "PhoneCode": "+7", "TimeZoneNames": ["Asia/Almaty", "Asia/Qyzylorda", "Asia/Aqtobe", "Asia/Aqtau", "Asia/Oral"], "TimeZoneOffsets": [[6], [6], [5], [5], [5]]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Capital": {"type": "string"}, "CountryCode": {"type": "string"}, "CountryName": {"type": "string"}, "PhoneCode": {"type": "string"}, "TimeZoneNames": {"type": "array", "items": {"type": "string"}}, "TimeZoneOffsets": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["Capital", "CountryCode", "CountryName", "PhoneCode", "TimeZoneNames", "TimeZoneOffsets"]} |
2570fb4a-1640-480d-a19a-02a15277c2e9/7220816c-aae4-40e9-8a54-eb88e2e98f2b/0/0 | Address Validation Correction Geocoding and Information | Global Address Verification Correction Geocoding and Location Information API. | null | Geo-coordinates Timezone Information | From this endpoint you can retrieve the timezone offset and the timezone name with Geo-coordinates.
Required Arguments:
lat : Latitude
lon : Longitude | 200 | Response | {"TimeZoneName": "Europe/Athens", "TimeZoneOffset": "3:00:00 UTC", "lat": "40.449182163660325", "lon": "25.60237781327888533"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"TimeZoneName": {"type": "string"}, "TimeZoneOffset": {"type": "string"}, "lat": {"type": "string"}, "lon": {"type": "string"}}, "required": ["TimeZoneName", "TimeZoneOffset", "lat", "lon"]} |
2570fb4a-1640-480d-a19a-02a15277c2e9/4169987f-987f-46a7-bbf7-228e64ca1ab3/0/0 | Address Validation Correction Geocoding and Information | Global Address Verification Correction Geocoding and Location Information API. | null | City Information | City Info Endpoint gives you informations like state, state code, timezone etc. about the given city.
Required Arguments:
city: City name
country: Country Name
state: name of the state where the given city is located | 200 | Response | {"City": "Napoli", "Country": "Italy", "Error": "0", "Geo": ["40.90969000", "14.34205000"], "PhoneCode": "+39", "State": "Campania", "StateCode": "72", "TimeZoneName": "Europe/Rome", "TimeZoneOffset": "2:00:00 UTC"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"City": {"type": "string"}, "Country": {"type": "string"}, "Error": {"type": "string"}, "Geo": {"type": "array", "items": {"type": "string"}}, "PhoneCode": {"type": "string"}, "State": {"type": "string"}, "StateCode": {"type": "string"}, "TimeZoneName": {"type": "string"}, "TimeZoneOffset": {"type": "string"}}, "required": ["City", "Country", "Error", "Geo", "PhoneCode", "State", "StateCode", "TimeZoneName", "TimeZoneOffset"]} |
910fde30-1645-458e-92f5-bcb9b183e132/f5742a7e-8c0a-4cce-bece-db59c3ece400/0/0 | Reverse Geocoding | Translate locations on the map into human-readable addresses. | 5.5 | Reverse Geocoding | Translate locations on the map into human-readable addresses. | 200 | Response | {"id": "a-fcf8791b-92a6-4ee7-b879-f230e1a998da", "status": "Success", "data": [{"query": "40.7624284 -73.973794", "address": "725 5th Ave, New York, NY 10022", "city": "New York", "country_code": "US", "county": "Manhattan", "photo": "https://lh5.googleusercontent.com/p/AF1QipNTlWz6ZZk9wZlktzx-VcNyfXaYrf9VVreGcFeH=w800-h500-k-no", "plus_code": "725 5th ave", "postal_code": "10022", "state": "NY", "street": "725 5Th Ave", "time_zone": "America/New_York"}]} | {"type": "object", "properties": {"id": {"type": "string"}, "status": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"query": {"type": "string"}, "address": {"type": "string"}, "city": {"type": "string"}, "country_code": {"type": "string"}, "county": {"type": "string"}, "photo": {"type": "string"}, "plus_code": {"type": "string"}, "postal_code": {"type": "string"}, "state": {"type": "string"}, "street": {"type": "string"}, "time_zone": {"type": "string"}}}}}} |
970ad8d5-30d1-42a4-9d19-cfdcac982306/fced278e-5d7f-4000-bad5-ccf4f75332e7/0/0 | Address Distance Calculator | Calculate the distance between addresses via API | null | Get Distance | Location Addresses | 200 | Response | {"distances": 162.75385376182723, "metric": "miles"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"distances": {"type": "number"}, "metric": {"type": "string"}}, "required": ["distances", "metric"]} |
a1476f66-b22c-4195-ad8e-ee47f16f968e/2384e026-0f05-4391-92fc-3c81367680da/0/0 | Find By PostCode | “Find By PostCode” API get addresses for the given UK PostCode. This API provides a JSON interface to search UK addresses for a postcode.his API uses the latest PAF and Multiple Residence data from Royal Mail. | 0.2 | Find By PostCode | “Find By PostCode” API get addresses for the given UK PostCode. This API provides a JSON interface to search UK addresses for a postcode. | 200 | New Example | {"status": 200, "message": "Success", "noOfItems": 1, "result": {"postcode": "SW1A 0AA", "district": "Westminster", "ward": "St James's", "county": "Inner London", "country": "England", "geocode": {"eastings": "530268", "northings": "0179545", "lattitude": "51.499840", "longitude": "-0.124663"}, "addresses": [{"po_box": "", "line_2": "Houses Of Parliament", "postcode_type": "L", "line_3": "", "su_organisation_indicator": " ", "building_number": " ", "udprn": "23747208", "thoroughfare": "", "line_1": "House Of Commons", "postcode_outcode": "SW1A", "postcode_compact": "SW1A0AA", "dependant_thoroughfare": "", "premise": "Houses Of Parliament", "post_town": "LONDON", "building_name": "Houses Of Parliament", "organisation_name": "House Of Commons", "postcode": "SW1A 0AA", "department_name": "", "postcode_incode": "0AA", "address": "House Of Commons, Houses Of Parliament, LONDON, SW1A 0AA", "double_dependant_locality": "", "sub_building_name": "", "dependant_locality": "", "delivery_point_suffix": "1A"}]}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "noOfItems": {"type": "integer"}, "result": {"type": "object", "properties": {"postcode": {"type": "string"}, "district": {"type": "string"}, "ward": {"type": "string"}, "county": {"type": "string"}, "country": {"type": "string"}, "geocode": {"type": "object", "properties": {"eastings": {"type": "string"}, "northings": {"type": "string"}, "lattitude": {"type": "string"}, "longitude": {"type": "string"}}, "required": ["eastings", "lattitude", "longitude", "northings"]}, "addresses": {"type": "array", "items": {"type": "object", "properties": {"po_box": {"type": "string"}, "line_2": {"type": "string"}, "postcode_type": {"type": "string"}, "line_3": {"type": "string"}, "su_organisation_indicator": {"type": "string"}, "building_number": {"type": "string"}, "udprn": {"type": "string"}, "thoroughfare": {"type": "string"}, "line_1": {"type": "string"}, "postcode_outcode": {"type": "string"}, "postcode_compact": {"type": "string"}, "dependant_thoroughfare": {"type": "string"}, "premise": {"type": "string"}, "post_town": {"type": "string"}, "building_name": {"type": "string"}, "organisation_name": {"type": "string"}, "postcode": {"type": "string"}, "department_name": {"type": "string"}, "postcode_incode": {"type": "string"}, "address": {"type": "string"}, "double_dependant_locality": {"type": "string"}, "sub_building_name": {"type": "string"}, "dependant_locality": {"type": "string"}, "delivery_point_suffix": {"type": "string"}}, "required": ["address", "building_name", "building_number", "delivery_point_suffix", "department_name", "dependant_locality", "dependant_thoroughfare", "double_dependant_locality", "line_1", "line_2", "line_3", "organisation_name", "po_box", "post_town", "postcode", "postcode_compact", "postcode_incode", "postcode_outcode", "postcode_type", "premise", "su_organisation_indicator", "sub_building_name", "thoroughfare", "udprn"]}}}, "required": ["addresses", "country", "county", "district", "geocode", "postcode", "ward"]}}, "required": ["message", "noOfItems", "result", "status"]} |
aa7d7f2d-b11d-47a4-966d-5893e376d0e9/01155bd9-639a-4ec1-94a5-18ecbbac3558/0/0 | IP Address Location | we provide you detailed information of an IP address including security information | null | getLocation | GET request that takes in ip address param and returns all info.
Check sample response for return data | 200 | Successful Response | {"ip": "8.8.8.8", "type": "IPv4", "hostname": null, "carrier": {"name": null, "mcc": null, "mnc": null}, "company": {"domain": "google.com", "name": "Google LLC", "type": "business"}, "connection": {"asn": 15169, "domain": "google.com", "organization": "Google LLC", "route": "8.8.8.0/24", "type": "business"}, "currency": {"code": "USD", "name": "US Dollar", "name_native": "US Dollar", "plural": "US dollars", "plural_native": "US dollars", "symbol": "$", "symbol_native": "$", "format": {"negative": {"prefix": "-$", "suffix": ""}, "positive": {"prefix": "$", "suffix": ""}}}, "location": {"continent": {"code": "NA", "name": "North America"}, "country": {"area": 9629091, "borders": ["CA", "MX"], "calling_code": "1", "capital": "Washington D.C.", "code": "US", "name": "United States", "population": 329484123, "population_density": 34.22, "languages": [{"code": "en", "name": "English", "native": "English"}, {"code": "es", "name": "Spanish", "native": "espa\u00f1ol"}, {"code": "fr", "name": "French", "native": "fran\u00e7ais"}], "tld": ".us"}, "region": {"code": "US-CA", "name": "California"}, "city": "Mountain View", "postal": "94043", "latitude": 37.41463, "longitude": -122.09439, "language": {"code": "en", "name": "English", "native": "English"}, "in_eu": false}, "security": {"is_bogon": false, "is_cloud_provider": false, "is_tor": false, "is_tor_exit": false, "is_proxy": false, "is_anonymous": false, "is_abuser": false, "is_attacker": false, "is_threat": false}, "time_zone": {"id": "America/Los_Angeles", "abbreviation": "PST", "current_time": "2021-12-21T08:49:20-08:00", "name": "Pacific Standard Time", "offset": -28800, "in_daylight_saving": false}} | {"type": "object", "properties": {"ip": {"type": "string"}, "type": {"type": "string"}, "hostname": {"type": "null"}, "carrier": {"type": "object", "properties": {"name": {"type": "null"}, "mcc": {"type": "null"}, "mnc": {"type": "null"}}}, "company": {"type": "object", "properties": {"domain": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}}, "connection": {"type": "object", "properties": {"asn": {"type": "integer"}, "domain": {"type": "string"}, "organization": {"type": "string"}, "route": {"type": "string"}, "type": {"type": "string"}}}, "currency": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "name_native": {"type": "string"}, "plural": {"type": "string"}, "plural_native": {"type": "string"}, "symbol": {"type": "string"}, "symbol_native": {"type": "string"}, "format": {"type": "object", "properties": {"negative": {"type": "object", "properties": {"prefix": {"type": "string"}, "suffix": {"type": "string"}}}, "positive": {"type": "object", "properties": {"prefix": {"type": "string"}, "suffix": {"type": "string"}}}}}}}, "location": {"type": "object", "properties": {"continent": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}, "country": {"type": "object", "properties": {"area": {"type": "integer"}, "borders": {"type": "array", "items": {"type": "string"}}, "calling_code": {"type": "string"}, "capital": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "population": {"type": "integer"}, "population_density": {"type": "number"}, "languages": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "native": {"type": "string"}}}}, "tld": {"type": "string"}}}, "region": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}, "city": {"type": "string"}, "postal": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "language": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "native": {"type": "string"}}}, "in_eu": {"type": "boolean"}}}, "security": {"type": "object", "properties": {"is_bogon": {"type": "boolean"}, "is_cloud_provider": {"type": "boolean"}, "is_tor": {"type": "boolean"}, "is_tor_exit": {"type": "boolean"}, "is_proxy": {"type": "boolean"}, "is_anonymous": {"type": "boolean"}, "is_abuser": {"type": "boolean"}, "is_attacker": {"type": "boolean"}, "is_threat": {"type": "boolean"}}}, "time_zone": {"type": "object", "properties": {"id": {"type": "string"}, "abbreviation": {"type": "string"}, "current_time": {"type": "string"}, "name": {"type": "string"}, "offset": {"type": "integer"}, "in_daylight_saving": {"type": "boolean"}}}}} |
1cc750ea-d94f-4699-9c13-360b69174058/7ea836f4-86da-466a-bcb8-dc8783a6b01f/0/0 | IP Location | IP Geolocation API for City, Country, Currency, Languages, Timezone, and Maps | 9 | getLocationByIP | Use this API for mapping an IPv4 or IPv6 address to city name. | 404 | response | {"error": {"message": "No information is available on the IP specified"}} | {"type": "object", "required": ["error"], "properties": {"error": {"required": ["message"], "type": "object", "properties": {"message": {"type": "string", "description": "developer-friendly description of what went wrong"}}}}} |
1cc750ea-d94f-4699-9c13-360b69174058/7ea836f4-86da-466a-bcb8-dc8783a6b01f/1/0 | IP Location | IP Geolocation API for City, Country, Currency, Languages, Timezone, and Maps | 9 | getLocationByIP | Use this API for mapping an IPv4 or IPv6 address to city name. | 200 | Example_1 | {"ip": "208.116.147.1", "isEuropeanUnion": false, "l10n": {"currencyName": "Dollar", "currencyCode": "USD", "currencySymbol": "$", "langCodes": ["en-US", "es-US", "haw", "fr"]}, "locationData": {"countryName": "United States", "countryCode": "US", "cityName": "Boston, MA", "cityGeonamesId": 4930956, "lat": 42.36, "lng": -71.06, "tz": "America/New_York", "continentCode": "NA"}} | {"type": "object", "required": ["ip", "isEuropeanUnion", "locationData", "l10n"], "properties": {"ip": {"type": "string", "description": "the IP address which is described in this response", "example": "74.199.164.1"}, "isEuropeanUnion": {"type": "boolean", "description": "True if the country is a member state of the European Union", "example": false}, "locationData": {"type": "object", "description": "Geo-location data for this IP", "properties": {"countryName": {"type": "string", "description": "Country name as a display string", "example": "United States"}, "countryCode": {"type": "string", "description": "Country name as an ISO 3166-1 code", "example": "US"}, "cityName": {"type": "string", "description": "City name", "example": "Boston, MA"}, "cityGeonamesId": {"type": "integer", "format": "uint64", "description": "Lookup key for the city in Geonames.org", "example": 4930956, "default": 0}, "lat": {"type": "number", "description": "Latitude representing the approximate location", "example": 42.36}, "lng": {"type": "number", "description": "Longitude representing the approximate location", "example": -71.06}, "tz": {"type": "string", "description": "Time zone for the region", "example": "America/New_York"}, "continentCode": {"type": "string", "description": "2-letter continent code", "example": "NA"}}, "required": ["cityName", "countryName", "countryCode", "continentCode", "lat", "lng", "tz", "cityGeonamesId"]}, "l10n": {"description": "Localization related attributes", "type": "object", "properties": {"currencyName": {"type": "string", "description": "Currency name in abbreviated form", "example": "Dollar"}, "currencyCode": {"type": "string", "description": "Currency code in 3-letter ISO 4217 form", "example": "USD"}, "currencySymbol": {"type": "string", "description": "Currency symbol in abbreviated form (e.g $ and not US$)", "example": "$"}, "langCodes": {"type": "array", "items": {"type": "string"}, "description": "List of language codes or locales that are used in the country", "example": ["en-US", "es-US", "haw", "fr"], "default": ["en"], "minItems": 1}}, "required": ["currencyCode", "currencyName", "currencySymbol", "langCodes"]}}} |
1cc750ea-d94f-4699-9c13-360b69174058/7ea836f4-86da-466a-bcb8-dc8783a6b01f/2/0 | IP Location | IP Geolocation API for City, Country, Currency, Languages, Timezone, and Maps | 9 | getLocationByIP | Use this API for mapping an IPv4 or IPv6 address to city name. | 400 | response | {"error": {"message": "The IP specified (192.168.2.1) is not publicly addressable - see the IANA IPv4 Special-Purpose Address Registry"}} | {"type": "object", "required": ["error"], "properties": {"error": {"required": ["message"], "type": "object", "properties": {"message": {"type": "string", "description": "developer-friendly description of what went wrong"}}}}} |
fa572e24-ffec-4e80-abab-ba0b6058c6c6/168f773d-8254-4f9d-a181-0cd1fd94a578/0/0 | Maps API | Get the distance between the origin and destination addresses | 0 | Get Places | This API provides a comprehensive address for the provided input. You can utilize this address as the origin and destination in the /getDistance API to obtain more precise results. | 200 | New Example | {"success": true, "message": "Successfully got places for Delhi", "data": ["Delhi \u2013 Mumbai Expressway, Gujarat, India", "Delhi - Mumbai Expressway, Kurawan, Madhya Pradesh, India", "Delhi - Meerut Expressway, Bhim Nagar, Nai Basti Dundahera, Ghaziabad, Uttar Pradesh, India"]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "string"}}}, "required": ["data", "message", "success"]} |
ebfd6c37-0b3f-49f6-8d8a-c5dde0dd3fb8/fd998fa5-4d15-4dfb-aee5-82f9fee32189/0/0 | Microburbs (Test) | An API that retrieves data relating to areas of Australia collected and processed by Microburbs. Data is available on the area's house prices, education levels, crime rates and much more. | null | Figure All Level 1 | Gets the latest and previous values of a figure from an area.
Only gets figures of premium Level 1. Use GET fields endpoint to view the level of a field.
Field and area_name are required.
For each figure returns:
- The details passed into the query (area_name and field)
- The region_level the figure belongs to
- The date the figure was recorded
- The value of the figure
- The rank amongst other areas.
- The number of areas that it is being compared to in rank. | 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": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
ebfd6c37-0b3f-49f6-8d8a-c5dde0dd3fb8/fd998fa5-4d15-4dfb-aee5-82f9fee32189/1/0 | Microburbs (Test) | An API that retrieves data relating to areas of Australia collected and processed by Microburbs. Data is available on the area's house prices, education levels, crime rates and much more. | null | Figure All Level 1 | Gets the latest and previous values of a figure from an area.
Only gets figures of premium Level 1. Use GET fields endpoint to view the level of a field.
Field and area_name are required.
For each figure returns:
- The details passed into the query (area_name and field)
- The region_level the figure belongs to
- The date the figure was recorded
- The value of the figure
- The rank amongst other areas.
- The number of areas that it is being compared to in rank. | 200 | Response | {"note": "Calling this API does not confer publication or resale rights. Email [email protected] to discuss further.", "results": [{"region_level": "sal", "field": "census_population", "area_name": "Bondi", "dat": "2016-12-31", "value": 8900, "rank": 170, "areas": 771}, {"region_level": "sal", "field": "census_population", "area_name": "Bondi", "dat": "2021-12-31", "value": 9600, "rank": 165, "areas": 771}]} | {"type": "object", "properties": {"note": {"type": "string"}, "results": {"type": "array", "items": {"type": "object", "properties": {"region_level": {"type": "string"}, "field": {"type": "string"}, "area_name": {"type": "string"}, "dat": {"type": "string"}, "value": {"type": "integer"}, "rank": {"type": "integer"}, "areas": {"type": "integer"}}}}}} |
ebfd6c37-0b3f-49f6-8d8a-c5dde0dd3fb8/ae6d4655-58dc-4b98-8ae5-fadbd492d95d/0/0 | Microburbs (Test) | An API that retrieves data relating to areas of Australia collected and processed by Microburbs. Data is available on the area's house prices, education levels, crime rates and much more. | null | Figures All Level 3 | Gets the latest and previous values of a figure from an area.
Only gets figures of premium Level 3. Use GET fields endpoint to view the level of a field.
Field and area_name are required.
For each figure returns:
- The details passed into the query (area_name and field)
- The region_level the figure belongs to
- The date the figure was recorded
- The value of the figure
- The rank amongst other areas.
- The number of areas that it is being compared to in rank. | 200 | Response | {"note": "Calling this API does not confer publication or resale rights. Email [email protected] to discuss further.", "results": [{"region_level": "sal", "field": "mib_combined_income_diversification", "area_name": "South Yarra", "dat": "2001-12-31", "value": 8.4, "rank": 3, "areas": 564}, {"region_level": "sal", "field": "mib_combined_income_diversification", "area_name": "South Yarra", "dat": "2004-12-31", "value": 8.3, "rank": 3, "areas": 564}, {"region_level": "sal", "field": "mib_combined_income_diversification", "area_name": "South Yarra", "dat": "2005-12-31", "value": 8.2, "rank": 2, "areas": 564}, {"region_level": "sal", "field": "mib_combined_income_diversification", "area_name": "South Yarra", "dat": "2006-12-31", "value": 8.3, "rank": 2, "areas": 564}, {"region_level": "sal", "field": "mib_combined_income_diversification", "area_name": "South Yarra", "dat": "2007-12-31", "value": 8.4, "rank": 3, "areas": 564}, {"region_level": "sal", "field": "mib_combined_income_diversification", "area_name": "South Yarra", "dat": "2008-12-31", "value": 7.3, "rank": 6, "areas": 564}, {"region_level": "sal", "field": "mib_combined_income_diversification", "area_name": "South Yarra", "dat": "2009-12-31", "value": 7.2, "rank": 11, "areas": 564}, {"region_level": "sal", "field": "mib_combined_income_diversification", "area_name": "South Yarra", "dat": "2010-12-31", "value": 7.4, "rank": 8, "areas": 564}, {"region_level": "sal", "field": "mib_combined_income_diversification", "area_name": "South Yarra", "dat": "2012-12-31", "value": 7.1, "rank": 4, "areas": 564}, {"region_level": "sal", "field": "mib_combined_income_diversification", "area_name": "South Yarra", "dat": "2013-09-30", "value": 7.2, "rank": 8, "areas": 564}, {"region_level": "sal", "field": "mib_combined_income_diversification", "area_name": "South Yarra", "dat": "2013-12-31", "value": 7.4, "rank": 11, "areas": 564}, {"region_level": "sal", "field": "mib_combined_income_diversification", "area_name": "South Yarra", "dat": "2014-03-31", "value": 7.6, "rank": 11, "areas": 564}, {"region_level": "sal", "field": "mib_combined_income_diversification", "area_name": "South Yarra", "dat": "2014-06-30", "value": 7.9, "rank": 11, "areas": 564}, {"region_level": "sal", "field": "mib_combined_income_diversification", "area_name": "South Yarra", "dat": "2014-09-30", "value": 8.1, "rank": 11, "areas": 564}, {"region_level": "sal", "field": "mib_combined_income_diversification", "area_name": "South Yarra", "dat": "2014-12-31", "value": 8.4, "rank": 11, "areas": 564}, {"region_level": "sal", "field": "mib_combined_income_diversification", "area_name": "South Yarra", "dat": "2015-03-31", "value": 8.5, "rank": 11, "areas": 564}, {"region_level": "sal", "field": "mib_combined_income_diversification", "area_name": "South Yarra", "dat": "2015-06-30", "value": 8.7, "rank": 10, "areas": 564}, {"region_level": "sal", "field": "mib_combined_income_diversification", "area_name": "South Yarra", "dat": "2015-09-30", "value": 8.9, "rank": 10, "areas": 564}, {"region_level": "sal", "field": "mib_combined_income_diversification", "area_name": "South Yarra", "dat": "2015-12-31", "value": 9.1, "rank": 5, "areas": 564}, {"region_level": "sal", "field": "mib_combined_income_diversification", "area_name": "South Yarra", "dat": "2016-01-01", "value": 9, "rank": 9, "areas": 564}, {"region_level": "sal", "field": "mib_combined_income_diversification", "area_name": "South Yarra", "dat": "2016-03-31", "value": 9, "rank": 10, "areas": 564}, {"region_level": "sal", "field": "mib_combined_income_diversification", "area_name": "South Yarra", "dat": "2016-06-30", "value": 8.9, "rank": 10, "areas": 564}, {"region_level": "sal", "field": "mib_combined_income_diversification", "area_name": "South Yarra", "dat": "2016-09-30", "value": 8.9, "rank": 10, "areas": 564}, {"region_level": "sal", "field": "mib_combined_income_diversification", "area_name": "South Yarra", "dat": "2016-12-31", "value": 8.8, "rank": 11, "areas": 564}, {"region_level": "sal", "field": "mib_combined_income_diversification", "area_name": "South Yarra", "dat": "2017-03-31", "value": 8.8, "rank": 11, "areas": 564}, {"region_level": "sal", "field": "mib_combined_income_diversification", "area_name": "South Yarra", "dat": "2017-06-30", "value": 8.7, "rank": 11, "areas": 564}, {"region_level": "sal", "field": "mib_combined_income_diversification", "area_name": "South Yarra", "dat": "2017-09-30", "value": 8.6, "rank": 23, "areas": 564}, {"region_level": "sal", "field": "mib_combined_income_diversification", "area_name": "South Yarra", "dat": "2017-12-31", "value": 8.6, "rank": 24, "areas": 564}, {"region_level": "sal", "field": "mib_combined_income_diversification", "area_name": "South Yarra", "dat": "2018-03-31", "value": 8.6, "rank": 24, "areas": 564}, {"region_level": "sal", "field": "mib_combined_income_diversification", "area_name": "South Yarra", "dat": "2018-06-30", "value": 8.6, "rank": 24, "areas": 564}, {"region_level": "sal", "field": "mib_combined_income_diversification", "area_name": "South Yarra", "dat": "2018-09-30", "value": 8.7, "rank": 24, "areas": 564}, {"region_level": "sal", "field": "mib_combined_income_diversification", "area_name": "South Yarra", "dat": "2018-12-31", "value": 8.7, "rank": 24, "areas": 564}, {"region_level": "sal", "field": "mib_combined_income_diversification", "area_name": "South Yarra", "dat": "2019-03-31", "value": 8.7, "rank": 24, "areas": 564}, {"region_level": "sal", "field": "mib_combined_income_diversification", "area_name": "South Yarra", "dat": "2019-06-30", "value": 8.6, "rank": 24, "areas": 564}, {"region_level": "sal", "field": "mib_combined_income_diversification", "area_name": "South Yarra", "dat": "2019-09-30", "value": 8.6, "rank": 26, "areas": 564}, {"region_level": "sal", "field": "mib_combined_income_diversification", "area_name": "South Yarra", "dat": "2019-12-31", "value": 8.6, "rank": 26, "areas": 564}, {"region_level": "sal", "field": "mib_combined_income_diversification", "area_name": "South Yarra", "dat": "2020-03-31", "value": 8.5, "rank": 26, "areas": 564}, {"region_level": "sal", "field": "mib_combined_income_diversification", "area_name": "South Yarra", "dat": "2020-06-30", "value": 8.5, "rank": 26, "areas": 564}, {"region_level": "sal", "field": "mib_combined_income_diversification", "area_name": "South Yarra", "dat": "2020-09-30", "value": 8.5, "rank": 26, "areas": 564}, {"region_level": "sal", "field": "mib_combined_income_diversification", "area_name": "South Yarra", "dat": "2020-12-31", "value": 8.5, "rank": 26, "areas": 564}, {"region_level": "sal", "field": "mib_combined_income_diversification", "area_name": "South Yarra", "dat": "2021-01-01", "value": 8.5, "rank": 23, "areas": 525}, {"region_level": "sal", "field": "mib_combined_income_diversification", "area_name": "South Yarra", "dat": "2021-03-31", "value": 8.5, "rank": 23, "areas": 525}, {"region_level": "sal", "field": "mib_combined_income_diversification", "area_name": "South Yarra", "dat": "2021-06-30", "value": 8.5, "rank": 23, "areas": 525}, {"region_level": "sal", "field": "mib_combined_income_diversification", "area_name": "South Yarra", "dat": "2021-09-30", "value": 8.5, "rank": 23, "areas": 525}, {"region_level": "sal", "field": "mib_combined_income_diversification", "area_name": "South Yarra", "dat": "2021-12-31", "value": 8.5, "rank": 23, "areas": 525}, {"region_level": "sal", "field": "mib_combined_income_diversification", "area_name": "South Yarra", "dat": "2022-03-31", "value": 8.5, "rank": 23, "areas": 525}, {"region_level": "sal", "field": "mib_combined_income_diversification", "area_name": "South Yarra", "dat": "2022-06-30", "value": 8.5, "rank": 23, "areas": 525}]} | {"type": "object", "properties": {"note": {"type": "string"}, "results": {"type": "array", "items": {"type": "object", "properties": {"region_level": {"type": "string"}, "field": {"type": "string"}, "area_name": {"type": "string"}, "dat": {"type": "string"}, "value": {"type": "number"}, "rank": {"type": "integer"}, "areas": {"type": "integer"}}}}}} |
ebfd6c37-0b3f-49f6-8d8a-c5dde0dd3fb8/e63c7aae-6e30-4eeb-9cc7-b9baa141abf9/0/0 | Microburbs (Test) | An API that retrieves data relating to areas of Australia collected and processed by Microburbs. Data is available on the area's house prices, education levels, crime rates and much more. | null | Sections | Gets the names of Sections and the topics they are a part of.
Every field belongs to a section.
A topic can be passed into filter out sections not belonging to that topic. | 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": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
ebfd6c37-0b3f-49f6-8d8a-c5dde0dd3fb8/e63c7aae-6e30-4eeb-9cc7-b9baa141abf9/1/0 | Microburbs (Test) | An API that retrieves data relating to areas of Australia collected and processed by Microburbs. Data is available on the area's house prices, education levels, crime rates and much more. | null | Sections | Gets the names of Sections and the topics they are a part of.
Every field belongs to a section.
A topic can be passed into filter out sections not belonging to that topic. | 200 | Response | {"note": "Calling this API does not confer publication or resale rights. Email [email protected] to discuss further.", "sections": ["Commute methods", "Education", "Employment", "Family", "General", "Income", "Industries of employment", "Migration", "Occupations", "Poverty", "Seniors", "Summary", "top"]} | {"title": "Section_Return", "required": ["sections"], "type": "object", "properties": {"sections": {"title": "Sections", "type": "array", "items": {"type": "string"}}}} |
ebfd6c37-0b3f-49f6-8d8a-c5dde0dd3fb8/f6251542-8d1f-48ec-8a5a-5ac0af9c2a1b/0/0 | Microburbs (Test) | An API that retrieves data relating to areas of Australia collected and processed by Microburbs. Data is available on the area's house prices, education levels, crime rates and much more. | null | Figures Latest Level 3 | Gets the latest value of a figure in an area.
Only gets figures of premium Level 3. Use GET fields endpoint to view the level of a field.
Field and area name are required.
Returns:
- The details passed into the query (area_name and field)
- The region_level the figure belongs to
- The date the figure was recorded
- The value of the figure
- The rank amongst other areas.
- The number of areas that it is being compared to in rank. | 200 | Response | {"note": "Calling this API does not confer publication or resale rights. Email [email protected] to discuss further.", "result": {"region_level": "sal", "field": "mib_combined_income_diversification", "area_name": "Bondi", "dat": "2022-06-30", "value": 8.6, "rank": 39, "areas": 771}} | {"type": "object", "properties": {"note": {"type": "string"}, "result": {"type": "object", "properties": {"region_level": {"type": "string"}, "field": {"type": "string"}, "area_name": {"type": "string"}, "dat": {"type": "string"}, "value": {"type": "number"}, "rank": {"type": "integer"}, "areas": {"type": "integer"}}}}} |
ebfd6c37-0b3f-49f6-8d8a-c5dde0dd3fb8/52a7d1d0-90cd-4308-be33-510f8cb5676b/0/0 | Microburbs (Test) | An API that retrieves data relating to areas of Australia collected and processed by Microburbs. Data is available on the area's house prices, education levels, crime rates and much more. | null | Figures All Level 2 | Gets the latest and previous values of a figure from an area.
Only gets figures of premium Level 2. Use GET fields endpoint to view the level of a field.
Field and area_name are required.
For each figure returns:
- The details passed into the query (area_name and field)
- The region_level the figure belongs to
- The date the figure was recorded
- The value of the figure
- The rank amongst other areas.
- The number of areas that it is being compared to in rank. | 200 | Response | {"note": "Calling this API does not confer publication or resale rights. Email [email protected] to discuss further.", "results": [{"region_level": "sal", "field": "census_education_degree_holders", "area_name": "South Yarra", "dat": "2016-12-31", "value": 0.03, "rank": 337, "areas": 518}, {"region_level": "sal", "field": "census_education_degree_holders", "area_name": "South Yarra", "dat": "2021-12-31", "value": 0.036, "rank": 336, "areas": 520}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"note": {"type": "string"}, "results": {"type": "array", "items": {"type": "object", "properties": {"region_level": {"type": "string"}, "field": {"type": "string"}, "area_name": {"type": "string"}, "dat": {"type": "string"}, "value": {"type": "number"}, "rank": {"type": "integer"}, "areas": {"type": "integer"}}, "required": ["area_name", "areas", "dat", "field", "rank", "region_level", "value"]}}}, "required": ["note", "results"]} |
ebfd6c37-0b3f-49f6-8d8a-c5dde0dd3fb8/07ba205c-af9a-4266-b186-6814f78af3e3/0/0 | Microburbs (Test) | An API that retrieves data relating to areas of Australia collected and processed by Microburbs. Data is available on the area's house prices, education levels, crime rates and much more. | null | Figures Latest Level 2 | Gets the latest value of a figure in an area.
Only gets figures of premium Level 2. Use GET fields endpoint to view the level of a field.
Field and area name are required.
Returns:
- The details passed into the query (area_name and field)
- The region_level the figure belongs to
- The date the figure was recorded
- The value of the figure
- The rank amongst other areas.
- The number of areas that it is being compared to in rank. | 200 | Response | {"note": "Calling this API does not confer publication or resale rights. Email [email protected] to discuss further.", "result": {"region_level": "sal", "field": "census_it_degree_holders", "area_name": "Melbourne", "dat": "2021-12-31", "value": 0.063, "rank": 8, "areas": 520}} | {"type": "object", "properties": {"note": {"type": "string"}, "result": {"type": "object", "properties": {"region_level": {"type": "string"}, "field": {"type": "string"}, "area_name": {"type": "string"}, "dat": {"type": "string"}, "value": {"type": "number"}, "rank": {"type": "integer"}, "areas": {"type": "integer"}}}}} |
ebfd6c37-0b3f-49f6-8d8a-c5dde0dd3fb8/4c0b7612-5b4a-4ddb-a021-0c57dc5f8ce7/0/0 | Microburbs (Test) | An API that retrieves data relating to areas of Australia collected and processed by Microburbs. Data is available on the area's house prices, education levels, crime rates and much more. | null | Topics | Gets the names of all topics.
Topics are borad categories and the parents of sections. | 200 | Example_1 | {"topics": []} | {"title": "Topics", "required": ["topics"], "type": "object", "properties": {"topics": {"title": "Topics", "type": "array", "items": {"type": "string"}}}} |
ebfd6c37-0b3f-49f6-8d8a-c5dde0dd3fb8/f87fc985-dc14-48f7-9589-70eaf8fcf40d/0/0 | Microburbs (Test) | An API that retrieves data relating to areas of Australia collected and processed by Microburbs. Data is available on the area's house prices, education levels, crime rates and much more. | null | Figure Latest Level 1 | Gets the latest value of a figure in an area.
Only gets figures of premium Level 1. Use GET fields endpoint to view the level of a field.
Field and area name are required.
Returns:
- The details passed into the query (area_name and field)
- The region_level the figure belongs to
- The date the figure was recorded
- The value of the figure
- The rank amongst other areas.
- The number of areas that it is being compared to in rank. | 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": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
ebfd6c37-0b3f-49f6-8d8a-c5dde0dd3fb8/f87fc985-dc14-48f7-9589-70eaf8fcf40d/1/0 | Microburbs (Test) | An API that retrieves data relating to areas of Australia collected and processed by Microburbs. Data is available on the area's house prices, education levels, crime rates and much more. | null | Figure Latest Level 1 | Gets the latest value of a figure in an area.
Only gets figures of premium Level 1. Use GET fields endpoint to view the level of a field.
Field and area name are required.
Returns:
- The details passed into the query (area_name and field)
- The region_level the figure belongs to
- The date the figure was recorded
- The value of the figure
- The rank amongst other areas.
- The number of areas that it is being compared to in rank. | 200 | Response | {"note": "Calling this API does not confer publication or resale rights. Email [email protected] to discuss further.", "result": {"region_level": "sal", "field": "census_population", "area_name": "South Yarra", "dat": "2021-12-31", "value": 22000, "rank": 48, "areas": 525}} | {"type": "object", "properties": {"note": {"type": "string"}, "result": {"type": "object", "properties": {"region_level": {"type": "string"}, "field": {"type": "string"}, "area_name": {"type": "string"}, "dat": {"type": "string"}, "value": {"type": "integer"}, "rank": {"type": "integer"}, "areas": {"type": "integer"}}}}} |
6a35bd76-ea08-490e-aff0-09e4aa9f9294/f3f50ffb-68bb-4b96-a8af-235916d3807b/0/0 | IP Geolocation | GET IP information | null | GET IP location | GET IP location, support ipv4 and ipv6 | 200 | New Example | {"code": 200, "msg": "success", "data": {"ip": "199.193.126.68", "isp": "IT7 Networks Inc", "country": "United States", "region": "California", "city": "Los Angeles", "continentCode": "NA", "countryCode": "US", "regionCode": "CA", "timezone": "America/Los_Angeles", "asn": 21887, "asnOrganization": "FIBER-LOGIC", "longitude": -118.2661, "latitude": 34.0494}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "integer"}, "msg": {"type": "string"}, "data": {"type": "object", "properties": {"ip": {"type": "string"}, "isp": {"type": "string"}, "country": {"type": "string"}, "region": {"type": "string"}, "city": {"type": "string"}, "continentCode": {"type": "string"}, "countryCode": {"type": "string"}, "regionCode": {"type": "string"}, "timezone": {"type": "string"}, "asn": {"type": "integer"}, "asnOrganization": {"type": "string"}, "longitude": {"type": "number"}, "latitude": {"type": "number"}}, "required": ["asn", "asnOrganization", "city", "continentCode", "country", "countryCode", "ip", "isp", "latitude", "longitude", "region", "regionCode", "timezone"]}}, "required": ["code", "data", "msg"]} |
5b63b446e4b02799e7f5fe9b/5b63d9ece4b0e91cbd2b75db/0/0 | IP to Country Geolocation | This API returns detailed information about the country identified by geolocating the provided IPv4 IP address. This includes ISO defined names, languages, currencies, United Nations and Word Bank defined region names and income levels. Powered by patent pending Next Generation IP Geolocation Technology. | null | IP to Country | Quickly and accurately resolve where your website visitors are actually coming from | 200 | Example_1 | {"ip": "8.8.8.8", "country": {"isoAlpha2": "US", "isoAlpha3": "USA", "isoName": "United States of America (the)", "isoLanguages": [{"isAdministrative": true, "language": {"isoAlpha3": "eng", "isoAlpha2": "en", "isoName": "English"}}], "currency": {"numericCode": 840, "code": "USD", "name": "US Dollar", "minorUnits": 2}, "wbRegion": {"id": "NAC", "iso2Code": "XU", "value": "North America"}, "wbIncomeLevel": {"id": "HIC", "iso2Code": "XD", "value": "High income"}, "callingCode": "1", "countryFlagEmoji": "\ud83c\uddfa\ud83c\uddf8"}} | {"type": "object", "properties": {"ip": {"type": "string"}, "country": {"type": "object", "properties": {"isoAlpha2": {"type": "string"}, "isoAlpha3": {"type": "string"}, "isoName": {"type": "string"}, "isoLanguages": {"type": "array", "items": {"type": "object", "properties": {"isAdministrative": {"type": "boolean"}, "language": {"type": "object", "properties": {"isoAlpha3": {"type": "string"}, "isoAlpha2": {"type": "string"}, "isoName": {"type": "string"}}}}}}, "currency": {"type": "object", "properties": {"numericCode": {"type": "integer"}, "code": {"type": "string"}, "name": {"type": "string"}, "minorUnits": {"type": "integer"}}}, "wbRegion": {"type": "object", "properties": {"id": {"type": "string"}, "iso2Code": {"type": "string"}, "value": {"type": "string"}}}, "wbIncomeLevel": {"type": "object", "properties": {"id": {"type": "string"}, "iso2Code": {"type": "string"}, "value": {"type": "string"}}}, "callingCode": {"type": "string"}, "countryFlagEmoji": {"type": "string"}}}}} |
7ff0cec8-a3b0-4405-adfa-cc839e2671b4/5fe67b96-f254-4ecc-a695-0c1a0bdf6db3/0/0 | Simple Time Zone Lookup | Given a city or latitude/longitude, return the local time zone | 5.1 | City and Country | Provide the name of a city and its country, get the time zone | 200 | New Example | {"data": {"originalQuery": "Toronto, Canada", "name": "Toronto, ON", "timeZone": "America/Toronto", "utc_offset": "-5:00", "generic_time_zone_name": "Eastern Standard Time", "utc_offset_with_dst": "-4:00", "generic_time_zone_name_with_dst": "Eastern Daylight Time", "timezone_current_local_time": "2023-08-14T14:09:19.424139-04:00"}} | {"type": "object", "properties": {"data": {"type": "object", "properties": {"originalQuery": {"type": "string"}, "name": {"type": "string"}, "timeZone": {"type": "string"}, "utc_offset": {"type": "string"}, "generic_time_zone_name": {"type": "string"}, "utc_offset_with_dst": {"type": "string"}, "generic_time_zone_name_with_dst": {"type": "string"}, "timezone_current_local_time": {"type": "string"}}}}} |
7ff0cec8-a3b0-4405-adfa-cc839e2671b4/73b038f4-2d26-47ca-8651-83178ea4c951/0/0 | Simple Time Zone Lookup | Given a city or latitude/longitude, return the local time zone | 5.1 | Point | Given latitude and longitude, return the local time zone | 200 | New Example | {"data": {"originalQuery": {"latitude": "61.768335", "longitude": "-158.808765"}, "timeZone": "America/Anchorage", "utc_offset": "-9:00", "generic_time_zone_name": "Alaskan Standard Time", "utc_offset_with_dst": "-8:00", "generic_time_zone_name_with_dst": "Alaskan Daylight Time", "timezone_current_local_time": "2023-08-14T10:09:44.163341-08:00"}} | {"type": "object", "properties": {"data": {"type": "object", "properties": {"originalQuery": {"type": "object", "properties": {"latitude": {"type": "string"}, "longitude": {"type": "string"}}}, "timeZone": {"type": "string"}, "utc_offset": {"type": "string"}, "generic_time_zone_name": {"type": "string"}, "utc_offset_with_dst": {"type": "string"}, "generic_time_zone_name_with_dst": {"type": "string"}, "timezone_current_local_time": {"type": "string"}}}}} |
6f4d20ff-b369-4ee0-aded-9efbd64045e7/422ae9c7-1c52-4382-a107-61c45adb0776/0/0 | Public Toilets UK | An API that displays information on all public toilets in the United Kingdom. | null | Public Toilet GraphQL | The GraphQL endpoint to use for querying all data on public toilets in the UK. Examples of use could be entering coordinates of a location and a radius to get all public toilets within that search area. Public toilet information can include its coordinates, whether its free to use, has a changing table, has disabled access etc.. | 200 | Response | {"data": {"loosByProximity": [{"id": "ae87e8d402510e3034553694", "name": null, "location": {"lat": 50.72389070000001, "lng": -3.5298179999999997}, "noPayment": true, "allGender": null, "automatic": null, "accessible": false, "babyChange": null, "radar": null, "campaignUOL": null}, {"id": "f7f5513c1fb41442c6eeeb58", "name": null, "location": {"lat": 50.72398390000005, "lng": -3.5294283999999987}, "noPayment": false, "allGender": null, "automatic": null, "accessible": false, "babyChange": null, "radar": null, "campaignUOL": null}, {"id": "11e5d503a5a8a596943aff32", "name": null, "location": {"lat": 50.72541160000006, "lng": -3.5243543}, "noPayment": true, "allGender": null, "automatic": null, "accessible": false, "babyChange": null, "radar": null, "campaignUOL": null}, {"id": "f5578af2619fd954e423258a", "name": null, "location": {"lat": 50.71821180000001, "lng": -3.5299155}, "noPayment": true, "allGender": null, "automatic": null, "accessible": false, "babyChange": null, "radar": null, "campaignUOL": null}, {"id": "5dda40e4c761f906b408b826", "name": null, "location": {"lat": 50.7170479, "lng": -3.5449766}, "noPayment": true, "allGender": null, "automatic": null, "accessible": false, "babyChange": null, "radar": null, "campaignUOL": null}, {"id": "3f52abc978d123e486bbfff0", "name": null, "location": {"lat": 50.73545840000001, "lng": -3.5339823999999997}, "noPayment": true, "allGender": null, "automatic": null, "accessible": false, "babyChange": null, "radar": null, "campaignUOL": null}, {"id": "69b3eea4924a7c25fe4ee389", "name": null, "location": {"lat": 50.7108003, "lng": -3.5446295}, "noPayment": true, "allGender": null, "automatic": null, "accessible": false, "babyChange": null, "radar": null, "campaignUOL": null}, {"id": "26e504d5803b3ead0deb7f3c", "name": "Sainsburys", "location": {"lat": 50.70673972875404, "lng": -3.5362643357802885}, "noPayment": true, "allGender": false, "automatic": null, "accessible": true, "babyChange": null, "radar": null, "campaignUOL": null}, {"id": "1a8a2d7e2f9607b906dee893", "name": null, "location": {"lat": 50.7221858125001, "lng": -3.4992845124999996}, "noPayment": true, "allGender": null, "automatic": null, "accessible": false, "babyChange": null, "radar": null, "campaignUOL": null}, {"id": "e9986ba7b42166aedf0bf053", "name": "Matford Park & Ride", "location": {"lat": 50.69496929710107, "lng": -3.520002365112305}, "noPayment": true, "allGender": null, "automatic": null, "accessible": false, "babyChange": null, "radar": null, "campaignUOL": null}, {"id": "25fd74d4ca16e173e77f7464", "name": "King George playing fields", "location": {"lat": 50.700898, "lng": -3.496086999999997}, "noPayment": true, "allGender": null, "automatic": null, "accessible": false, "babyChange": null, "radar": null, "campaignUOL": null}]}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"loosByProximity": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": ["null", "string"]}, "location": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "noPayment": {"type": "boolean"}, "allGender": {"type": ["boolean", "null"]}, "automatic": {"type": "null"}, "accessible": {"type": "boolean"}, "babyChange": {"type": "null"}, "radar": {"type": "null"}, "campaignUOL": {"type": "null"}}, "required": ["accessible", "allGender", "automatic", "babyChange", "campaignUOL", "id", "location", "name", "noPayment", "radar"]}}}, "required": ["loosByProximity"]}}, "required": ["data"]} |
f39a4943-0007-4410-8e0a-a59f836f7a05/0a03301f-fd93-4405-854f-fabda22ea580/0/0 | UK Address and Postcodes | Autofill addresses from postcodes and UK Royal Mail address finder | null | Fetch suggested addresses for auto complete | Returns a list of suggested addresses which best match the supplied partial address. Typically this endpoint is called as the user types an address on a form. The suggested addresses are then displayed for the user to select the actual correct address. | 200 | New Example | {"message": "Success", "result": {"hits": [{"addressId": 247394150194452, "suggestion": "4 TOPSTREET WAY, HARPENDEN, HERTFORDSHIRE, AL5 5TT"}, {"addressId": 753444730498683, "suggestion": "6 TOPSTREET WAY, HARPENDEN, HERTFORDSHIRE, AL5 5TT"}, {"addressId": 282562647576262, "suggestion": "11 TOPSTREET WAY, HARPENDEN, HERTFORDSHIRE, AL5 5TU"}, {"addressId": 230619170197073, "suggestion": "13 TOPSTREET WAY, HARPENDEN, HERTFORDSHIRE, AL5 5TU"}, {"addressId": 725467350414105, "suggestion": "15 TOPSTREET WAY, HARPENDEN, HERTFORDSHIRE, AL5 5TU"}, {"addressId": 376915575540763, "suggestion": "19 TOPSTREET WAY, HARPENDEN, HERTFORDSHIRE, AL5 5TU"}, {"addressId": 465151339603244, "suggestion": "21 TOPSTREET WAY, HARPENDEN, HERTFORDSHIRE, AL5 5TU"}, {"addressId": 514664034369551, "suggestion": "23 TOPSTREET WAY, HARPENDEN, HERTFORDSHIRE, AL5 5TU"}, {"addressId": 130377761082095, "suggestion": "31 TOPSTREET WAY, HARPENDEN, HERTFORDSHIRE, AL5 5TU"}, {"addressId": 725791236352733, "suggestion": "33 TOPSTREET WAY, HARPENDEN, HERTFORDSHIRE, AL5 5TU"}]}} | {"properties": {"message": {"type": "string"}, "result": {"properties": {"hits": {"items": {"properties": {"addressId": {"type": "integer"}, "suggestion": {"type": "string"}}, "type": "object"}, "type": "array"}}, "type": "object"}}, "type": "object"} |
f39a4943-0007-4410-8e0a-a59f836f7a05/8eb52faa-3f5b-4c98-aecf-fbc290efb9a5/0/0 | UK Address and Postcodes | Autofill addresses from postcodes and UK Royal Mail address finder | null | Fetch the full address of a suggested address | Fetches the full address given an addressId from an auto completion suggested address. Call this API to get the full address used to auto populate an address form when a user selects a suggested address. | 200 | New Example | {"message": "Success", "result": {"line_1": "4 TOPSTREET WAY", "line_2": "", "line_3": "", "post_town": "HARPENDEN", "postcode": "AL5 5TT"}} | {"type": "object", "properties": {"message": {"type": "string"}, "result": {"type": "object", "properties": {"line_1": {"type": "string"}, "line_2": {"type": "string"}, "line_3": {"type": "string"}, "post_town": {"type": "string"}, "postcode": {"type": "string"}}}}} |
56a6793e-1d79-47e6-a280-395986d3ce09/c2d1bd7b-0316-481b-b025-ac68958c5a2a/0/0 | Geofencing | Geofencing API provides functionality used to detect whether a coordinate is inside a circle or polygon. Accept batch requests. | null | Polygon Batch | This endpoint returns array of true or false whether multiple coordinates are inside a polygon. A batch may contain up to 100 coordinate pairs. | 200 | New Example | [true, false] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "boolean"}} |
56a6793e-1d79-47e6-a280-395986d3ce09/b476151f-e3aa-4fbd-a4d4-61d7b249b62f/0/0 | Geofencing | Geofencing API provides functionality used to detect whether a coordinate is inside a circle or polygon. Accept batch requests. | null | Circle Batch | This endpoint returns array of true or false whether multiple coordinates are inside a circle. A batch may contain up to 100 coordinate pairs. | 200 | New Example | [false, false] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "boolean"}} |
a4a5877c-a8e0-4719-8d27-5d3f3d1fc476/e82200f0-e00e-4353-a0da-a97132c93ea1/0/0 | Countries Cities | Provides geo location and information about countries and cities | 9.3 | Cities in the Country | Returns the list of cities for the specified population. Maximum 1000 cities per page and the default population is greater than 15000 | 200 | Response | {"links": {"first": "/country/US/city/list?format=json&min_population=1501&language=en&page=1&per_page=20", "last": "/country/US/city/list?format=json&min_population=1501&language=en&page=676&per_page=20", "next": "/country/US/city/list?format=json&min_population=1501&language=en&page=3&per_page=20", "previous": "/country/US/city/list?format=json&min_population=1501&language=en&page=1&per_page=20"}, "page": 2, "per_page": 20, "total_pages": 676, "total_cities": 13514, "cities": [{"geonameid": 4928662, "population": 15985, "name": "Abington", "latitude": 42.10482, "longitude": -70.94532, "country": {"code": "US"}, "division": {"code": "US-MA", "geonameid": 6254926}}, {"geonameid": 5177773, "population": 55310, "name": "Abington", "latitude": 40.12067, "longitude": -75.11795, "country": {"code": "US"}, "division": {"code": "US-PA", "geonameid": 6254927}}, {"geonameid": 4314388, "population": 2499, "name": "Abita Springs", "latitude": 30.47864, "longitude": -90.04008, "country": {"code": "US"}, "division": {"code": "US-LA", "geonameid": 4331987}}, {"geonameid": 4669672, "population": 2067, "name": "Abram", "latitude": 26.1998, "longitude": -98.41113, "country": {"code": "US"}, "division": {"code": "US-TX", "geonameid": 4736286}}, {"geonameid": 4500458, "population": 8317, "name": "Absecon", "latitude": 39.42845, "longitude": -74.49571, "country": {"code": "US"}, "division": {"code": "US-NJ", "geonameid": 5101760}}, {"geonameid": 4346952, "population": 10573, "name": "Accokeek", "latitude": 38.66762, "longitude": -77.02831, "country": {"code": "US"}, "division": {"code": "US-MD", "geonameid": 4361885}}, {"geonameid": 4846317, "population": 1560, "name": "Ackley", "latitude": 42.55415, "longitude": -93.05326, "country": {"code": "US"}, "division": {"code": "US-IA", "geonameid": 4862182}}, {"geonameid": 5177826, "population": 3833, "name": "Acme", "latitude": 40.12674, "longitude": -79.42865, "country": {"code": "US"}, "division": {"code": "US-PA", "geonameid": 6254927}}, {"geonameid": 5411358, "population": 3007, "name": "Acres Green", "latitude": 39.55666, "longitude": -104.89609, "country": {"code": "US"}, "division": {"code": "US-CO", "geonameid": 5417618}}, {"geonameid": 4928703, "population": 20897, "name": "Acton", "latitude": 42.48509, "longitude": -71.43284, "country": {"code": "US"}, "division": {"code": "US-MA", "geonameid": 6254926}}, {"geonameid": 4956462, "population": 2230, "name": "Acton", "latitude": 43.53425, "longitude": -70.90978, "country": {"code": "US"}, "division": {"code": "US-ME", "geonameid": 4971068}}, {"geonameid": 5322317, "population": 7596, "name": "Acton", "latitude": 34.46999, "longitude": -118.19674, "country": {"code": "US"}, "division": {"code": "US-CA", "geonameid": 5332921}}, {"geonameid": 4928720, "population": 10850, "name": "Acushnet", "latitude": 41.68066, "longitude": -70.90782, "country": {"code": "US"}, "division": {"code": "US-MA", "geonameid": 6254926}}, {"geonameid": 7257523, "population": 3073, "name": "Acushnet Center", "latitude": 41.68508, "longitude": -70.90642, "country": {"code": "US"}, "division": {"code": "US-MA", "geonameid": 6254926}}, {"geonameid": 4179074, "population": 22131, "name": "Acworth", "latitude": 34.06635, "longitude": -84.67837, "country": {"code": "US"}, "division": {"code": "US-GA", "geonameid": 4197000}}, {"geonameid": 5145374, "population": 5811, "name": "Ada", "latitude": 40.7695, "longitude": -83.82271, "country": {"code": "US"}, "division": {"code": "US-OH", "geonameid": 5165418}}, {"geonameid": 5015844, "population": 1656, "name": "Ada", "latitude": 47.29969, "longitude": -96.51535, "country": {"code": "US"}, "division": {"code": "US-MN", "geonameid": 5037779}}, {"geonameid": 4529096, "population": 17303, "name": "Ada", "latitude": 34.77453, "longitude": -96.67834, "country": {"code": "US"}, "division": {"code": "US-OK", "geonameid": 4544379}}, {"geonameid": 4179094, "population": 4778, "name": "Adairsville", "latitude": 34.3687, "longitude": -84.93411, "country": {"code": "US"}, "division": {"code": "US-GA", "geonameid": 4197000}}, {"geonameid": 5106734, "population": 1829, "name": "Adams", "latitude": 43.80923, "longitude": -76.02409, "country": {"code": "US"}, "division": {"code": "US-NY", "geonameid": 5128638}}], "country_code": "US", "status": "success"} | {"properties": {"cities": {"items": {"properties": {"geonameid": {"type": "integer"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "name": {"type": "string"}, "population": {"type": "integer"}, "timezone": {"type": "string"}}, "type": "object"}, "type": "array"}, "links": {"properties": {"first": {"type": "string"}, "last": {"type": "string"}, "next": {"type": "string"}, "previous": {"type": "string"}}, "type": "object"}, "page": {"type": "integer"}, "per_page": {"type": "integer"}, "status": {"type": "string"}, "total_cities": {"type": "integer"}, "total_pages": {"type": "integer"}}, "type": "object"} |
a4a5877c-a8e0-4719-8d27-5d3f3d1fc476/75f5f566-ab7e-41d1-b3fb-bc202edc6364/0/0 | Countries Cities | Provides geo location and information about countries and cities | 9.3 | Countries List | Returns the list of all countries with country codes | 200 | Example_1 | {"countries": {"AD": "Andorra", "AE": "United Arab Emirates", "AF": "Afghanistan", "AG": "Antigua and Barbuda", "AI": "Anguilla", "AL": "Albania", "AM": "Armenia", "AN": "Netherlands Antilles", "AO": "Angola", "AQ": "Antarctica", "AR": "Argentina", "AS": "American Samoa", "AT": "Austria", "AU": "Australia", "AW": "Aruba", "AX": "Aland Islands", "AZ": "Azerbaijan", "BA": "Bosnia and Herzegovina", "BB": "Barbados", "BD": "Bangladesh", "BE": "Belgium", "BF": "Burkina Faso", "BG": "Bulgaria", "BH": "Bahrain", "BI": "Burundi", "BJ": "Benin", "BL": "Saint Barthelemy", "BM": "Bermuda", "BN": "Brunei", "BO": "Bolivia", "BQ": "Bonaire, Saint Eustatius and Saba ", "BR": "Brazil", "BS": "Bahamas", "BT": "Bhutan", "BV": "Bouvet Island", "BW": "Botswana", "BY": "Belarus", "BZ": "Belize", "CA": "Canada", "CC": "Cocos Islands", "CD": "Democratic Republic of the Congo", "CF": "Central African Republic", "CG": "Republic of the Congo", "CH": "Switzerland", "CI": "Ivory Coast", "CK": "Cook Islands", "CL": "Chile", "CM": "Cameroon", "CN": "China", "CO": "Colombia", "CR": "Costa Rica", "CS": "Serbia and Montenegro", "CU": "Cuba", "CV": "Cape Verde", "CW": "Curacao", "CX": "Christmas Island", "CY": "Cyprus", "CZ": "Czechia", "DE": "Germany", "DJ": "Djibouti", "DK": "Denmark", "DM": "Dominica", "DO": "Dominican Republic", "DZ": "Algeria", "EC": "Ecuador", "EE": "Estonia", "EG": "Egypt", "EH": "Western Sahara", "ER": "Eritrea", "ES": "Spain", "ET": "Ethiopia", "FI": "Finland", "FJ": "Fiji", "FK": "Falkland Islands", "FM": "Micronesia", "FO": "Faroe Islands", "FR": "France", "GA": "Gabon", "GB": "United Kingdom", "GD": "Grenada", "GE": "Georgia", "GF": "French Guiana", "GG": "Guernsey", "GH": "Ghana", "GI": "Gibraltar", "GL": "Greenland", "GM": "Gambia", "GN": "Guinea", "GP": "Guadeloupe", "GQ": "Equatorial Guinea", "GR": "Greece", "GS": "South Georgia and the South Sandwich Islands", "GT": "Guatemala", "GU": "Guam", "GW": "Guinea-Bissau", "GY": "Guyana", "HK": "Hong Kong", "HM": "Heard Island and McDonald Islands", "HN": "Honduras", "HR": "Croatia", "HT": "Haiti", "HU": "Hungary", "ID": "Indonesia", "IE": "Ireland", "IL": "Israel", "IM": "Isle of Man", "IN": "India", "IO": "British Indian Ocean Territory", "IQ": "Iraq", "IR": "Iran", "IS": "Iceland", "IT": "Italy", "JE": "Jersey", "JM": "Jamaica", "JO": "Jordan", "JP": "Japan", "KE": "Kenya", "KG": "Kyrgyzstan", "KH": "Cambodia", "KI": "Kiribati", "KM": "Comoros", "KN": "Saint Kitts and Nevis", "KP": "North Korea", "KR": "South Korea", "KW": "Kuwait", "KY": "Cayman Islands", "KZ": "Kazakhstan", "LA": "Laos", "LB": "Lebanon", "LC": "Saint Lucia", "LI": "Liechtenstein", "LK": "Sri Lanka", "LR": "Liberia", "LS": "Lesotho", "LT": "Lithuania", "LU": "Luxembourg", "LV": "Latvia", "LY": "Libya", "MA": "Morocco", "MC": "Monaco", "MD": "Moldova", "ME": "Montenegro", "MF": "Saint Martin", "MG": "Madagascar", "MH": "Marshall Islands", "MK": "Macedonia", "ML": "Mali", "MM": "Myanmar", "MN": "Mongolia", "MO": "Macao", "MP": "Northern Mariana Islands", "MQ": "Martinique", "MR": "Mauritania", "MS": "Montserrat", "MT": "Malta", "MU": "Mauritius", "MV": "Maldives", "MW": "Malawi", "MX": "Mexico", "MY": "Malaysia", "MZ": "Mozambique", "NA": "Namibia", "NC": "New Caledonia", "NE": "Niger", "NF": "Norfolk Island", "NG": "Nigeria", "NI": "Nicaragua", "NL": "Netherlands", "NO": "Norway", "NP": "Nepal", "NR": "Nauru", "NU": "Niue", "NZ": "New Zealand", "OM": "Oman", "PA": "Panama", "PE": "Peru", "PF": "French Polynesia", "PG": "Papua New Guinea", "PH": "Philippines", "PK": "Pakistan", "PL": "Poland", "PM": "Saint Pierre and Miquelon", "PN": "Pitcairn", "PR": "Puerto Rico", "PS": "Palestinian Territory", "PT": "Portugal", "PW": "Palau", "PY": "Paraguay", "QA": "Qatar", "RE": "Reunion", "RO": "Romania", "RS": "Serbia", "RU": "Russia", "RW": "Rwanda", "SA": "Saudi Arabia", "SB": "Solomon Islands", "SC": "Seychelles", "SD": "Sudan", "SE": "Sweden", "SG": "Singapore", "SH": "Saint Helena", "SI": "Slovenia", "SJ": "Svalbard and Jan Mayen", "SK": "Slovakia", "SL": "Sierra Leone", "SM": "San Marino", "SN": "Senegal", "SO": "Somalia", "SR": "Suriname", "SS": "South Sudan", "ST": "Sao Tome and Principe", "SV": "El Salvador", "SX": "Sint Maarten", "SY": "Syria", "SZ": "Swaziland", "TC": "Turks and Caicos Islands", "TD": "Chad", "TF": "French Southern Territories", "TG": "Togo", "TH": "Thailand", "TJ": "Tajikistan", "TK": "Tokelau", "TL": "Timor Leste", "TM": "Turkmenistan", "TN": "Tunisia", "TO": "Tonga", "TR": "Turkey", "TT": "Trinidad and Tobago", "TV": "Tuvalu", "TW": "Taiwan", "TZ": "Tanzania", "UA": "Ukraine", "UG": "Uganda", "UM": "United States Minor Outlying Islands", "US": "United States", "UY": "Uruguay", "UZ": "Uzbekistan", "VA": "Vatican", "VC": "Saint Vincent and the Grenadines", "VE": "Venezuela", "VG": "British Virgin Islands", "VI": "U.S. Virgin Islands", "VN": "Vietnam", "VU": "Vanuatu", "WF": "Wallis and Futuna", "WS": "Samoa", "XK": "Kosovo", "YE": "Yemen", "YT": "Mayotte", "ZA": "South Africa", "ZM": "Zambia", "ZW": "Zimbabwe"}, "status": "success"} | {"properties": {"countries": {"properties": {"AD": {"type": "string"}, "AE": {"type": "string"}, "AF": {"type": "string"}, "AG": {"type": "string"}, "AI": {"type": "string"}, "AL": {"type": "string"}, "AM": {"type": "string"}, "AN": {"type": "string"}, "AO": {"type": "string"}, "AQ": {"type": "string"}, "AR": {"type": "string"}, "AS": {"type": "string"}, "AT": {"type": "string"}, "AU": {"type": "string"}, "AW": {"type": "string"}, "AX": {"type": "string"}, "AZ": {"type": "string"}, "BA": {"type": "string"}, "BB": {"type": "string"}, "BD": {"type": "string"}, "BE": {"type": "string"}, "BF": {"type": "string"}, "BG": {"type": "string"}, "BH": {"type": "string"}, "BI": {"type": "string"}, "BJ": {"type": "string"}, "BL": {"type": "string"}, "BM": {"type": "string"}, "BN": {"type": "string"}, "BO": {"type": "string"}, "BQ": {"type": "string"}, "BR": {"type": "string"}, "BS": {"type": "string"}, "BT": {"type": "string"}, "BV": {"type": "string"}, "BW": {"type": "string"}, "BY": {"type": "string"}, "BZ": {"type": "string"}, "CA": {"type": "string"}, "CC": {"type": "string"}, "CD": {"type": "string"}, "CF": {"type": "string"}, "CG": {"type": "string"}, "CH": {"type": "string"}, "CI": {"type": "string"}, "CK": {"type": "string"}, "CL": {"type": "string"}, "CM": {"type": "string"}, "CN": {"type": "string"}, "CO": {"type": "string"}, "CR": {"type": "string"}, "CS": {"type": "string"}, "CU": {"type": "string"}, "CV": {"type": "string"}, "CW": {"type": "string"}, "CX": {"type": "string"}, "CY": {"type": "string"}, "CZ": {"type": "string"}, "DE": {"type": "string"}, "DJ": {"type": "string"}, "DK": {"type": "string"}, "DM": {"type": "string"}, "DO": {"type": "string"}, "DZ": {"type": "string"}, "EC": {"type": "string"}, "EE": {"type": "string"}, "EG": {"type": "string"}, "EH": {"type": "string"}, "ER": {"type": "string"}, "ES": {"type": "string"}, "ET": {"type": "string"}, "FI": {"type": "string"}, "FJ": {"type": "string"}, "FK": {"type": "string"}, "FM": {"type": "string"}, "FO": {"type": "string"}, "FR": {"type": "string"}, "GA": {"type": "string"}, "GB": {"type": "string"}, "GD": {"type": "string"}, "GE": {"type": "string"}, "GF": {"type": "string"}, "GG": {"type": "string"}, "GH": {"type": "string"}, "GI": {"type": "string"}, "GL": {"type": "string"}, "GM": {"type": "string"}, "GN": {"type": "string"}, "GP": {"type": "string"}, "GQ": {"type": "string"}, "GR": {"type": "string"}, "GS": {"type": "string"}, "GT": {"type": "string"}, "GU": {"type": "string"}, "GW": {"type": "string"}, "GY": {"type": "string"}, "HK": {"type": "string"}, "HM": {"type": "string"}, "HN": {"type": "string"}, "HR": {"type": "string"}, "HT": {"type": "string"}, "HU": {"type": "string"}, "ID": {"type": "string"}, "IE": {"type": "string"}, "IL": {"type": "string"}, "IM": {"type": "string"}, "IN": {"type": "string"}, "IO": {"type": "string"}, "IQ": {"type": "string"}, "IR": {"type": "string"}, "IS": {"type": "string"}, "IT": {"type": "string"}, "JE": {"type": "string"}, "JM": {"type": "string"}, "JO": {"type": "string"}, "JP": {"type": "string"}, "KE": {"type": "string"}, "KG": {"type": "string"}, "KH": {"type": "string"}, "KI": {"type": "string"}, "KM": {"type": "string"}, "KN": {"type": "string"}, "KP": {"type": "string"}, "KR": {"type": "string"}, "KW": {"type": "string"}, "KY": {"type": "string"}, "KZ": {"type": "string"}, "LA": {"type": "string"}, "LB": {"type": "string"}, "LC": {"type": "string"}, "LI": {"type": "string"}, "LK": {"type": "string"}, "LR": {"type": "string"}, "LS": {"type": "string"}, "LT": {"type": "string"}, "LU": {"type": "string"}, "LV": {"type": "string"}, "LY": {"type": "string"}, "MA": {"type": "string"}, "MC": {"type": "string"}, "MD": {"type": "string"}, "ME": {"type": "string"}, "MF": {"type": "string"}, "MG": {"type": "string"}, "MH": {"type": "string"}, "MK": {"type": "string"}, "ML": {"type": "string"}, "MM": {"type": "string"}, "MN": {"type": "string"}, "MO": {"type": "string"}, "MP": {"type": "string"}, "MQ": {"type": "string"}, "MR": {"type": "string"}, "MS": {"type": "string"}, "MT": {"type": "string"}, "MU": {"type": "string"}, "MV": {"type": "string"}, "MW": {"type": "string"}, "MX": {"type": "string"}, "MY": {"type": "string"}, "MZ": {"type": "string"}, "NA": {"type": "string"}, "NC": {"type": "string"}, "NE": {"type": "string"}, "NF": {"type": "string"}, "NG": {"type": "string"}, "NI": {"type": "string"}, "NL": {"type": "string"}, "NO": {"type": "string"}, "NP": {"type": "string"}, "NR": {"type": "string"}, "NU": {"type": "string"}, "NZ": {"type": "string"}, "OM": {"type": "string"}, "PA": {"type": "string"}, "PE": {"type": "string"}, "PF": {"type": "string"}, "PG": {"type": "string"}, "PH": {"type": "string"}, "PK": {"type": "string"}, "PL": {"type": "string"}, "PM": {"type": "string"}, "PN": {"type": "string"}, "PR": {"type": "string"}, "PS": {"type": "string"}, "PT": {"type": "string"}, "PW": {"type": "string"}, "PY": {"type": "string"}, "QA": {"type": "string"}, "RE": {"type": "string"}, "RO": {"type": "string"}, "RS": {"type": "string"}, "RU": {"type": "string"}, "RW": {"type": "string"}, "SA": {"type": "string"}, "SB": {"type": "string"}, "SC": {"type": "string"}, "SD": {"type": "string"}, "SE": {"type": "string"}, "SG": {"type": "string"}, "SH": {"type": "string"}, "SI": {"type": "string"}, "SJ": {"type": "string"}, "SK": {"type": "string"}, "SL": {"type": "string"}, "SM": {"type": "string"}, "SN": {"type": "string"}, "SO": {"type": "string"}, "SR": {"type": "string"}, "SS": {"type": "string"}, "ST": {"type": "string"}, "SV": {"type": "string"}, "SX": {"type": "string"}, "SY": {"type": "string"}, "SZ": {"type": "string"}, "TC": {"type": "string"}, "TD": {"type": "string"}, "TF": {"type": "string"}, "TG": {"type": "string"}, "TH": {"type": "string"}, "TJ": {"type": "string"}, "TK": {"type": "string"}, "TL": {"type": "string"}, "TM": {"type": "string"}, "TN": {"type": "string"}, "TO": {"type": "string"}, "TR": {"type": "string"}, "TT": {"type": "string"}, "TV": {"type": "string"}, "TW": {"type": "string"}, "TZ": {"type": "string"}, "UA": {"type": "string"}, "UG": {"type": "string"}, "UM": {"type": "string"}, "US": {"type": "string"}, "UY": {"type": "string"}, "UZ": {"type": "string"}, "VA": {"type": "string"}, "VC": {"type": "string"}, "VE": {"type": "string"}, "VG": {"type": "string"}, "VI": {"type": "string"}, "VN": {"type": "string"}, "VU": {"type": "string"}, "WF": {"type": "string"}, "WS": {"type": "string"}, "XK": {"type": "string"}, "YE": {"type": "string"}, "YT": {"type": "string"}, "ZA": {"type": "string"}, "ZM": {"type": "string"}, "ZW": {"type": "string"}}, "type": "object"}, "status": {"type": "string"}}, "type": "object"} |
a4a5877c-a8e0-4719-8d27-5d3f3d1fc476/3735b700-8035-4ecf-bb34-0f342df74449/0/0 | Countries Cities | Provides geo location and information about countries and cities | 9.3 | City Details | Returns a detailed information about the city and it's location | 200 | Response | {"geonameid": 5128580, "name": "New Woodstock", "population": 0, "latitude": 42.8484, "longitude": -75.85436, "division": {"code": null, "geonameid": 5125630, "name": "Madison", "type": "ADM2"}, "country": {"code": "US", "name": "United States of America", "geonameid": 6252001, "depends_on": null}, "currency": {"code": "USD", "name": "United States dollar"}, "timezone": {"timezone": "America/New_York", "gmt_offset": -18000, "is_daylight_saving": false, "code": "EST"}, "wiki_id": null, "wiki_url": null, "status": "success"} | {"$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": "null"}, "geonameid": {"type": "integer"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "geonameid", "name", "type"]}, "country": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "geonameid": {"type": "integer"}, "depends_on": {"type": "null"}}, "required": ["code", "depends_on", "geonameid", "name"]}, "currency": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}, "required": ["code", "name"]}, "timezone": {"type": "object", "properties": {"timezone": {"type": "string"}, "gmt_offset": {"type": "integer"}, "is_daylight_saving": {"type": "boolean"}, "code": {"type": "string"}}, "required": ["code", "gmt_offset", "is_daylight_saving", "timezone"]}, "wiki_id": {"type": "null"}, "wiki_url": {"type": "null"}, "status": {"type": "string"}}, "required": ["country", "currency", "division", "geonameid", "latitude", "longitude", "name", "population", "status", "timezone", "wiki_id", "wiki_url"]} |
a4a5877c-a8e0-4719-8d27-5d3f3d1fc476/3d9d1d60-8bda-47d4-a003-2d46c7277b09/0/0 | Countries Cities | Provides geo location and information about countries and cities | 9.3 | Country Details | Returns capital, location, timezone, population, currency, languages, phone code of the country | 200 | Response | {"geonameid": 2635167, "name": "United Kingdom", "code": "GB", "capital": {"name": "London", "geonameid": 2643743}, "area_size": "244820.00 sq. km", "population": 66488991, "phone_code": "44", "is_in_eu": false, "languages": {"en": "English language", "cy": "Welsh language", "gd": "Scottish Gaelic"}, "flag": {"file": "https://commons.wikimedia.org/wiki/Special:FilePath/Flag_of_the_United_Kingdom.svg", "emoji": "\ud83c\uddec\ud83c\udde7", "unicode": "U+1F1EC U+1F1E7"}, "tld": ".uk", "depends_on": null, "territories": {"MS": "Montserrat", "GG": "Guernsey", "FK": "Falkland Islands", "IM": "Isle of Man", "HM": "Heard Island and McDonald Islands", "BM": "Bermuda", "GS": "South Georgia and the South Sandwich Islands", "GI": "Gibraltar", "AI": "Anguilla", "SH": "Saint Helena", "KY": "Cayman Islands", "JE": "Jersey", "TC": "Turks and Caicos Islands", "VG": "British Virgin Islands", "PN": "Pitcairn Islands", "IO": "British Indian Ocean Territory"}, "wiki_id": "Q145", "wiki_url": "https://en.wikipedia.org/wiki/United_Kingdom", "total_iso_divisions": 4, "total_adm_divisions": 53, "total_cities": 6543, "currency": {"code": "GBP", "name": "Pound sterling"}, "timezone": {"timezone": "Europe/London", "gmt_offset": 0, "is_daylight_saving": false, "code": "GMT"}, "continent": {"geonameid": 6255148, "name": "Europe", "code": "EU"}, "status": "success"} | {"type": "object", "properties": {"area_size": {"type": "string"}, "capital": {"type": "string"}, "code": {"type": "string"}, "continent": {"type": "object", "properties": {"code": {"type": "string"}, "geonameid": {"type": "integer"}, "name": {"type": "string"}}}, "currency": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}, "geonameid": {"type": "integer"}, "is_in_eu": {"type": "boolean"}, "languages": {"type": "object", "properties": {"en": {"type": "string"}, "es": {"type": "string"}, "fr": {"type": "string"}, "haw": {"type": "string"}}}, "name": {"type": "string"}, "phone_code": {"type": "string"}, "population": {"type": "integer"}, "status": {"type": "string"}, "timezone": {"type": "object", "properties": {"gtm_offset": {"type": "integer"}, "time": {"type": "string"}, "timezone": {"type": "string"}}}}} |
a4a5877c-a8e0-4719-8d27-5d3f3d1fc476/1a43874d-0862-4624-8ce6-fdd8cfede713/0/0 | Countries Cities | Provides geo location and information about countries and cities | 9.3 | Cities Nearby | list of the cities next to the location | 200 | Response | {"links": {"first": "/city/nearby?radius=25&latitude=55.11&longitude=37.02&min_population=99&max_population=10000&language=en&page=1&per_page=10", "last": "/city/nearby?radius=25&latitude=55.11&longitude=37.02&min_population=99&max_population=10000&language=en&page=1&per_page=10", "next": "", "previous": ""}, "page": 1, "per_page": 10, "total_pages": 1, "total_cities": 9, "cities": [{"geonameid": 577856, "population": 8421, "name": "Belousovo", "latitude": 55.09499, "longitude": 36.6732, "country": {"code": "RU"}, "division": {"code": "RU-KLU", "geonameid": 553899}, "distance": "22.15 km"}, {"geonameid": 571131, "population": 310, "name": "Bukholovka", "latitude": 55.18919, "longitude": 36.9099, "country": {"code": "RU"}, "division": {"code": "RU-KLU", "geonameid": 553899}, "distance": "11.26 km"}, {"geonameid": 567835, "population": 130, "name": "Chubarovo", "latitude": 55.1993, "longitude": 36.9223, "country": {"code": "RU"}, "division": {"code": "RU-KLU", "geonameid": 553899}, "distance": "11.72 km"}, {"geonameid": 553686, "population": 151, "name": "Kamenka", "latitude": 55.22077, "longitude": 36.99473, "country": {"code": "RU"}, "division": {"code": "RU-MOS", "geonameid": 524925}, "distance": "12.44 km"}, {"geonameid": 6730265, "population": 5264, "name": "Obolensk", "latitude": 54.97741, "longitude": 37.22449, "country": {"code": "RU"}, "division": {"code": "RU-MOS", "geonameid": 524925}, "distance": "19.70 km"}, {"geonameid": 512855, "population": 159, "name": "Panino", "latitude": 55.20764, "longitude": 36.94085, "country": {"code": "RU"}, "division": {"code": "RU-KLU", "geonameid": 553899}, "distance": "11.98 km"}, {"geonameid": 502514, "population": 876, "name": "Raisemenovskoe", "latitude": 55.00786, "longitude": 37.33515, "country": {"code": "RU"}, "division": {"code": "RU-MOS", "geonameid": 524925}, "distance": "23.09 km"}, {"geonameid": 472141, "population": 240, "name": "Vorob'i", "latitude": 55.14559, "longitude": 36.80463, "country": {"code": "RU"}, "division": {"code": "RU-KLU", "geonameid": 553899}, "distance": "14.27 km"}, {"geonameid": 470195, "population": 1931, "name": "Vysokinichi", "latitude": 54.90928, "longitude": 36.93148, "country": {"code": "RU"}, "division": {"code": "RU-KLU", "geonameid": 553899}, "distance": "23.05 km"}], "radius": 25, "location": {"latitude": 55.11, "longitude": 37.02}, "status": "success"} | {"properties": {"cities": {"items": {"properties": {"distance": {"type": "string"}, "geonameid": {"type": "integer"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "name": {"type": "string"}, "population": {"type": "integer"}}, "type": "object"}, "type": "array"}, "links": {"properties": {"first": {"type": "string"}, "last": {"type": "string"}, "next": {"type": "string"}, "previous": {"type": "string"}}, "type": "object"}, "location": {"properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}}, "type": "object"}, "page": {"type": "integer"}, "per_page": {"type": "integer"}, "radius": {"type": "integer"}, "status": {"type": "string"}, "total_cities": {"type": "integer"}, "total_pages": {"type": "integer"}}, "type": "object"} |
528646cd-885e-48c0-bb02-e0856830f7fc/4995b693-ed27-4e9e-8075-6171411c888f/0/0 | NSW Strata Details | Details for NSW Strata Properties,
Lookup an individual plan or find plans within a suburb or local government area. | 7.6 | List Of Suburbs | Retrieve a list of all of the suburbs and the number of strata plans within that suburb. | 200 | New Example | {"response": {"data": [{"name": "Abercrombie", "count": 1, "slug": "abercrombie"}, {"name": "Albion Park", "count": 176, "slug": "albion-park"}, {"name": "Beverly Hills", "count": 102, "slug": "beverly-hills"}, {"name": "Bray Park", "count": 9, "slug": "bray-park"}, {"name": "Cootamundra", "count": 30, "slug": "cootamundra"}, {"name": "Mount Kuring-Gai", "count": 25, "slug": "mount-kuring-gai"}, {"name": "South Windsor", "count": 139, "slug": "south-windsor"}, {"name": "Woronora", "count": 6, "slug": "woronora"}, {"name": "Woronora Heights", "count": 4, "slug": "woronora-heights"}, {"name": "Worrigee", "count": 21, "slug": "worrigee"}, {"name": "Woy Woy", "count": 371, "slug": "woy-woy"}, {"name": "Woy Woy Bay", "count": 1, "slug": "woy-woy-bay"}, {"name": "Wyalong", "count": 1, "slug": "wyalong"}, {"name": "Wyee", "count": 13, "slug": "wyee"}, {"name": "Wyee Point", "count": 1, "slug": "wyee-point"}, {"name": "Wyoming", "count": 56, "slug": "wyoming"}, {"name": "Yarrawarrah", "count": 8, "slug": "yarrawarrah"}, {"name": "Yass", "count": 28, "slug": "yass"}, {"name": "Yenda", "count": 2, "slug": "yenda"}, {"name": "Yennora", "count": 13, "slug": "yennora"}, {"name": "Yippin Creek", "count": 11, "slug": "yippin-creek"}, {"name": "Yoogali", "count": 4, "slug": "yoogali"}, {"name": "Young", "count": 56, "slug": "young"}, {"name": "Yowie Bay", "count": 37, "slug": "yowie-bay"}, {"name": "Zetland", "count": 73, "slug": "zetland"}], "num_pages": 1, "page": 1, "num_results": 1385}, "status": {"code": 200, "message": "OK"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"response": {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "count": {"type": "integer"}, "slug": {"type": "string"}}, "required": ["count", "name", "slug"]}}, "num_pages": {"type": "integer"}, "page": {"type": "integer"}, "num_results": {"type": "integer"}}, "required": ["data", "num_pages", "num_results", "page"]}, "status": {"type": "object", "properties": {"code": {"type": "integer"}, "message": {"type": "string"}}, "required": ["code", "message"]}}, "required": ["response", "status"]} |
528646cd-885e-48c0-bb02-e0856830f7fc/256567b2-eab8-47c2-ab19-91266742fc9d/0/0 | NSW Strata Details | Details for NSW Strata Properties,
Lookup an individual plan or find plans within a suburb or local government area. | 7.6 | Strata Plan Details | Retrieve a single strata plan including 2021 Australian Census dervied data for both the suburb and local government areas. | 200 | Example Response | {"response": {"data": {"address": "189 Liverpool Rd", "lga_slug": "burwood", "number_of_lots": 19, "lga": "Burwood", "postcode": 2134, "suburb": "Burwood", "state": "NSW", "plan": "SP1", "plan_number": 1, "date_registered": -266061600000, "suburb_slug": "burwood"}, "lga_demographics": {"median_age": 34, "num_dwellings": 16160, "average_people_per_household": 2.7, "percent_male": 48.9, "numFamilies": 9816, "children_per_familt": 1.7, "median_weekly_rent": 500, "num_male": 19666, "num_people": 40217, "median_household_income": 1867, "num_female": 20551, "average_vehicles_per_dwelling": 1.3, "children_per_household": 0.6, "percent_female": 51.1, "median_monthly_mortgage_repayment": 2500}, "suburb_demographics": {"median_age": 32, "num_dwellings": 7851, "average_people_per_household": 2.5, "percent_male": 48.9, "numFamilies": 4284, "children_per_familt": 1.5, "median_weekly_rent": 500, "num_male": 8912, "num_people": 18224, "median_household_income": 1671, "num_female": 9312, "average_vehicles_per_dwelling": 1, "children_per_household": 0.4, "percent_female": 51.1, "median_monthly_mortgage_repayment": 2449}}, "status": {"code": 200, "message": "OK"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"response": {"type": "object", "properties": {"data": {"type": "object", "properties": {"address": {"type": "string"}, "lga_slug": {"type": "string"}, "number_of_lots": {"type": "integer"}, "lga": {"type": "string"}, "postcode": {"type": "integer"}, "suburb": {"type": "string"}, "state": {"type": "string"}, "plan": {"type": "string"}, "plan_number": {"type": "integer"}, "date_registered": {"type": "integer"}, "suburb_slug": {"type": "string"}}, "required": ["address", "date_registered", "lga", "lga_slug", "number_of_lots", "plan", "plan_number", "postcode", "state", "suburb", "suburb_slug"]}, "lga_demographics": {"type": "object", "properties": {"median_age": {"type": "integer"}, "num_dwellings": {"type": "integer"}, "average_people_per_household": {"type": "number"}, "percent_male": {"type": "number"}, "numFamilies": {"type": "integer"}, "children_per_familt": {"type": "number"}, "median_weekly_rent": {"type": "integer"}, "num_male": {"type": "integer"}, "num_people": {"type": "integer"}, "median_household_income": {"type": "integer"}, "num_female": {"type": "integer"}, "average_vehicles_per_dwelling": {"type": "number"}, "children_per_household": {"type": "number"}, "percent_female": {"type": "number"}, "median_monthly_mortgage_repayment": {"type": "integer"}}, "required": ["average_people_per_household", "average_vehicles_per_dwelling", "children_per_familt", "children_per_household", "median_age", "median_household_income", "median_monthly_mortgage_repayment", "median_weekly_rent", "numFamilies", "num_dwellings", "num_female", "num_male", "num_people", "percent_female", "percent_male"]}, "suburb_demographics": {"type": "object", "properties": {"median_age": {"type": "integer"}, "num_dwellings": {"type": "integer"}, "average_people_per_household": {"type": "number"}, "percent_male": {"type": "number"}, "numFamilies": {"type": "integer"}, "children_per_familt": {"type": "number"}, "median_weekly_rent": {"type": "integer"}, "num_male": {"type": "integer"}, "num_people": {"type": "integer"}, "median_household_income": {"type": "integer"}, "num_female": {"type": "integer"}, "average_vehicles_per_dwelling": {"type": "integer"}, "children_per_household": {"type": "number"}, "percent_female": {"type": "number"}, "median_monthly_mortgage_repayment": {"type": "integer"}}, "required": ["average_people_per_household", "average_vehicles_per_dwelling", "children_per_familt", "children_per_household", "median_age", "median_household_income", "median_monthly_mortgage_repayment", "median_weekly_rent", "numFamilies", "num_dwellings", "num_female", "num_male", "num_people", "percent_female", "percent_male"]}}, "required": ["data", "lga_demographics", "suburb_demographics"]}, "status": {"type": "object", "properties": {"code": {"type": "integer"}, "message": {"type": "string"}}, "required": ["code", "message"]}}, "required": ["response", "status"]} |
528646cd-885e-48c0-bb02-e0856830f7fc/81992402-101f-42df-b60d-8d22ba95a2fe/0/0 | NSW Strata Details | Details for NSW Strata Properties,
Lookup an individual plan or find plans within a suburb or local government area. | 7.6 | Strata Plans Within A Local Government Area (LGA) | Retrieve a list of all of the strata plans that are within a specific local government area including 2021 Australian Census dervied data . | 200 | Example Response | {"response": {"data": [{"address": "31 Maher St", "lga_slug": "balranald", "number_of_lots": 3, "lga": "Balranald", "postcode": 2737, "suburb": "Euston", "state": "NSW", "plan": "SP67881", "plan_number": 67881, "date_registered": 1023804000000, "suburb_slug": "euston"}, {"address": "18 Shailer Tce", "lga_slug": "balranald", "number_of_lots": 3, "lga": "Balranald", "postcode": 2737, "suburb": "Euston", "state": "NSW", "plan": "SP69852", "plan_number": 69852, "date_registered": 1048510800000, "suburb_slug": "euston"}, {"address": "2 Perry St", "lga_slug": "balranald", "number_of_lots": 3, "lga": "Balranald", "postcode": 2737, "suburb": "Euston", "state": "NSW", "plan": "SP83423", "plan_number": 83423, "date_registered": 1270040400000, "suburb_slug": "euston"}], "num_pages": 1, "page": 1, "lga_demographics": {"median_age": 43, "num_dwellings": 1075, "average_people_per_household": 2.5, "percent_male": 50.4, "numFamilies": 518, "children_per_familt": 2.1, "median_weekly_rent": 200, "num_male": 1113, "num_people": 2208, "median_household_income": 1370, "num_female": 1095, "average_vehicles_per_dwelling": 2, "children_per_household": 0.7, "percent_female": 49.6, "median_monthly_mortgage_repayment": 1083}, "num_results": 3, "total_results": 3}, "status": {"code": 200, "message": "OK"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"response": {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"address": {"type": "string"}, "lga_slug": {"type": "string"}, "number_of_lots": {"type": "integer"}, "lga": {"type": "string"}, "postcode": {"type": "integer"}, "suburb": {"type": "string"}, "state": {"type": "string"}, "plan": {"type": "string"}, "plan_number": {"type": "integer"}, "date_registered": {"type": "integer"}, "suburb_slug": {"type": "string"}}, "required": ["address", "date_registered", "lga", "lga_slug", "number_of_lots", "plan", "plan_number", "postcode", "state", "suburb", "suburb_slug"]}}, "num_pages": {"type": "integer"}, "page": {"type": "integer"}, "lga_demographics": {"type": "object", "properties": {"median_age": {"type": "integer"}, "num_dwellings": {"type": "integer"}, "average_people_per_household": {"type": "number"}, "percent_male": {"type": "number"}, "numFamilies": {"type": "integer"}, "children_per_familt": {"type": "number"}, "median_weekly_rent": {"type": "integer"}, "num_male": {"type": "integer"}, "num_people": {"type": "integer"}, "median_household_income": {"type": "integer"}, "num_female": {"type": "integer"}, "average_vehicles_per_dwelling": {"type": "integer"}, "children_per_household": {"type": "number"}, "percent_female": {"type": "number"}, "median_monthly_mortgage_repayment": {"type": "integer"}}, "required": ["average_people_per_household", "average_vehicles_per_dwelling", "children_per_familt", "children_per_household", "median_age", "median_household_income", "median_monthly_mortgage_repayment", "median_weekly_rent", "numFamilies", "num_dwellings", "num_female", "num_male", "num_people", "percent_female", "percent_male"]}, "num_results": {"type": "integer"}, "total_results": {"type": "integer"}}, "required": ["data", "lga_demographics", "num_pages", "num_results", "page", "total_results"]}, "status": {"type": "object", "properties": {"code": {"type": "integer"}, "message": {"type": "string"}}, "required": ["code", "message"]}}, "required": ["response", "status"]} |
528646cd-885e-48c0-bb02-e0856830f7fc/1cdb4f4b-1fb2-4f5c-99da-7870641be011/0/0 | NSW Strata Details | Details for NSW Strata Properties,
Lookup an individual plan or find plans within a suburb or local government area. | 7.6 | List Of Local Government Areas | Retrieve a list of all of the local government areas and the number of strata plans within that local government area. | 200 | New Example | {"response": {"data": [{"name": "Albury", "count": 1081, "slug": "albury"}, {"name": "Edward River", "count": 44, "slug": "edward-river"}, {"name": "Parramatta", "count": 2612, "slug": "parramatta"}, {"name": "Penrith", "count": 2241, "slug": "penrith"}, {"name": "Port Macquarie-Hastings", "count": 1606, "slug": "port-macquarie-hastings"}, {"name": "Willoughby", "count": 810, "slug": "willoughby"}, {"name": "Yass Valley", "count": 29, "slug": "yass-valley"}], "num_pages": 1, "page": 1, "num_results": 121}, "status": {"code": 200, "message": "OK"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"response": {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "count": {"type": "integer"}, "slug": {"type": "string"}}, "required": ["count", "name", "slug"]}}, "num_pages": {"type": "integer"}, "page": {"type": "integer"}, "num_results": {"type": "integer"}}, "required": ["data", "num_pages", "num_results", "page"]}, "status": {"type": "object", "properties": {"code": {"type": "integer"}, "message": {"type": "string"}}, "required": ["code", "message"]}}, "required": ["response", "status"]} |
528646cd-885e-48c0-bb02-e0856830f7fc/67ca45e3-734d-4554-8c90-459cefcea4d5/0/0 | NSW Strata Details | Details for NSW Strata Properties,
Lookup an individual plan or find plans within a suburb or local government area. | 7.6 | Strata Plans Within A Suburb | Retrieve a list of all of the strata plans that are within a specific suburb including 2021 Australian Census dervied data . | 200 | Example Response | {"response": {"data": [{"address": "213 Ophir Rd", "lga_slug": "bathurst-regional", "number_of_lots": 2, "lga": "Bathurst Regional", "postcode": 2795, "suburb": "Abercrombie", "state": "NSW", "plan": "SP65472", "plan_number": 65472, "date_registered": 988639200000, "suburb_slug": "abercrombie"}], "num_pages": 1, "page": 1, "suburb_demographics": {"median_age": 39, "num_dwellings": 19027, "average_people_per_household": 2.5, "percent_male": 50.3, "numFamilies": 11636, "children_per_familt": 1.9, "median_weekly_rent": 320, "num_male": 22674, "num_people": 45077, "median_household_income": 1593, "num_female": 22403, "average_vehicles_per_dwelling": 2, "children_per_household": 0.7, "percent_female": 49.7, "median_monthly_mortgage_repayment": 1733}, "num_results": 1, "total_results": 1}, "status": {"code": 200, "message": "OK"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"response": {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"address": {"type": "string"}, "lga_slug": {"type": "string"}, "number_of_lots": {"type": "integer"}, "lga": {"type": "string"}, "postcode": {"type": "integer"}, "suburb": {"type": "string"}, "state": {"type": "string"}, "plan": {"type": "string"}, "plan_number": {"type": "integer"}, "date_registered": {"type": "integer"}, "suburb_slug": {"type": "string"}}, "required": ["address", "date_registered", "lga", "lga_slug", "number_of_lots", "plan", "plan_number", "postcode", "state", "suburb", "suburb_slug"]}}, "num_pages": {"type": "integer"}, "page": {"type": "integer"}, "suburb_demographics": {"type": "object", "properties": {"median_age": {"type": "integer"}, "num_dwellings": {"type": "integer"}, "average_people_per_household": {"type": "number"}, "percent_male": {"type": "number"}, "numFamilies": {"type": "integer"}, "children_per_familt": {"type": "number"}, "median_weekly_rent": {"type": "integer"}, "num_male": {"type": "integer"}, "num_people": {"type": "integer"}, "median_household_income": {"type": "integer"}, "num_female": {"type": "integer"}, "average_vehicles_per_dwelling": {"type": "integer"}, "children_per_household": {"type": "number"}, "percent_female": {"type": "number"}, "median_monthly_mortgage_repayment": {"type": "integer"}}, "required": ["average_people_per_household", "average_vehicles_per_dwelling", "children_per_familt", "children_per_household", "median_age", "median_household_income", "median_monthly_mortgage_repayment", "median_weekly_rent", "numFamilies", "num_dwellings", "num_female", "num_male", "num_people", "percent_female", "percent_male"]}, "num_results": {"type": "integer"}, "total_results": {"type": "integer"}}, "required": ["data", "num_pages", "num_results", "page", "suburb_demographics", "total_results"]}, "status": {"type": "object", "properties": {"code": {"type": "integer"}, "message": {"type": "string"}}, "required": ["code", "message"]}}, "required": ["response", "status"]} |
2820b428-0743-4919-9fab-5a91c45dbf37/85591344-7893-46f2-b93f-23130f3e2ee0/0/0 | Geo APIs | Search for zip codes, Cites or Countries | 5.6 | Autosuggestion City Names | search for cities around the world | 200 | New Example | {"totalHits": 72, "totalHitsRelation": "EQUAL_TO", "maxScore": 9.853626, "scrollId": null, "searchHits": [{"index": "zip-1", "id": "-sBrqh_eKDRC4a1pmr", "score": 9.853626, "sortValues": [], "content": {"id": "-sBrqh_eKDRC4a1pmr", "countryCode": "GB", "postalCode": "EC4R", "name": "London", "state": "England", "stateCode": "ENG", "provinceCode": "11609024", "provinceName": "Greater London", "accuracy": 4, "location": {"lat": 51.51150131225586, "lon": -0.09120000153779984}}, "highlightFields": {}, "innerHits": {}, "nestedMetaData": null, "routing": null, "explanation": null, "matchedQueries": []}, {"index": "zip-1", "id": "1zuY3ipKx4NWzK1A-_", "score": 9.853626, "sortValues": [], "content": {"id": "1zuY3ipKx4NWzK1A-_", "countryCode": "GB", "postalCode": "EC3P", "name": "London", "state": "England", "stateCode": "ENG", "provinceCode": "11609024", "provinceName": "Greater London", "accuracy": 4, "location": {"lat": 51.50849914550781, "lon": -0.1256999969482422}}, "highlightFields": {}, "innerHits": {}, "nestedMetaData": null, "routing": null, "explanation": null, "matchedQueries": []}, {"index": "zip-1", "id": "4W8CYuzF5FLgA7TWpF", "score": 9.853626, "sortValues": [], "content": {"id": "4W8CYuzF5FLgA7TWpF", "countryCode": "GB", "postalCode": "W1T", "name": "London", "state": "England", "stateCode": "ENG", "provinceCode": "11609024", "provinceName": "Greater London", "accuracy": 4, "location": {"lat": 51.50849914550781, "lon": -0.1256999969482422}}, "highlightFields": {}, "innerHits": {}, "nestedMetaData": null, "routing": null, "explanation": null, "matchedQueries": []}, {"index": "zip-1", "id": "4t7p63i9vh87_fRsVg", "score": 9.853626, "sortValues": [], "content": {"id": "4t7p63i9vh87_fRsVg", "countryCode": "GB", "postalCode": "EC2R", "name": "London", "state": "England", "stateCode": "ENG", "provinceCode": "11609024", "provinceName": "Greater London", "accuracy": 4, "location": {"lat": 51.516700744628906, "lon": -0.09279999881982803}}, "highlightFields": {}, "innerHits": {}, "nestedMetaData": null, "routing": null, "explanation": null, "matchedQueries": []}, {"index": "zip-1", "id": "QA3nAUmx4ufoctn39J", "score": 9.853626, "sortValues": [], "content": {"id": "QA3nAUmx4ufoctn39J", "countryCode": "GB", "postalCode": "EC2P", "name": "London", "state": "England", "stateCode": "ENG", "provinceCode": "11609024", "provinceName": "Greater London", "accuracy": 4, "location": {"lat": 51.50849914550781, "lon": -0.1256999969482422}}, "highlightFields": {}, "innerHits": {}, "nestedMetaData": null, "routing": null, "explanation": null, "matchedQueries": []}, {"index": "zip-1", "id": "Rg2ULDp3xEszIm2leL", "score": 9.853626, "sortValues": [], "content": {"id": "Rg2ULDp3xEszIm2leL", "countryCode": "GB", "postalCode": "SW1X", "name": "London", "state": "England", "stateCode": "ENG", "provinceCode": "11609024", "provinceName": "Greater London", "accuracy": 4, "location": {"lat": 51.49729919433594, "lon": -0.15530000627040863}}, "highlightFields": {}, "innerHits": {}, "nestedMetaData": null, "routing": null, "explanation": null, "matchedQueries": []}, {"index": "zip-1", "id": "POR8s0MyxivlajLHx9", "score": 9.853626, "sortValues": [], "content": {"id": "POR8s0MyxivlajLHx9", "countryCode": "GB", "postalCode": "EC3V", "name": "London", "state": "England", "stateCode": "ENG", "provinceCode": "11609024", "provinceName": "Greater London", "accuracy": 4, "location": {"lat": 51.51359939575195, "lon": -0.08730000257492065}}, "highlightFields": {}, "innerHits": {}, "nestedMetaData": null, "routing": null, "explanation": null, "matchedQueries": []}, {"index": "zip-1", "id": "O8ds2wtTH51YXTyemi", "score": 9.853626, "sortValues": [], "content": {"id": "O8ds2wtTH51YXTyemi", "countryCode": "GB", "postalCode": "SW1Y", "name": "London", "state": "England", "stateCode": "ENG", "provinceCode": "11609024", "provinceName": "Greater London", "accuracy": 4, "location": {"lat": 51.50849914550781, "lon": -0.1256999969482422}}, "highlightFields": {}, "innerHits": {}, "nestedMetaData": null, "routing": null, "explanation": null, "matchedQueries": []}, {"index": "zip-1", "id": "NblAv3fNSAtSTWUOX8", "score": 9.853626, "sortValues": [], "content": {"id": "NblAv3fNSAtSTWUOX8", "countryCode": "GB", "postalCode": "WC2R", "name": "London", "state": "England", "stateCode": "ENG", "provinceCode": "11609024", "provinceName": "Greater London", "accuracy": 4, "location": {"lat": 51.50849914550781, "lon": -0.1256999969482422}}, "highlightFields": {}, "innerHits": {}, "nestedMetaData": null, "routing": null, "explanation": null, "matchedQueries": []}, {"index": "zip-1", "id": "NtO6f-Kd0OAPT-TG6l", "score": 9.853626, "sortValues": [], "content": {"id": "NtO6f-Kd0OAPT-TG6l", "countryCode": "GB", "postalCode": "WC1N", "name": "London", "state": "England", "stateCode": "ENG", "provinceCode": "11609024", "provinceName": "Greater London", "accuracy": 4, "location": {"lat": 51.50849914550781, "lon": -0.1256999969482422}}, "highlightFields": {}, "innerHits": {}, "nestedMetaData": null, "routing": null, "explanation": null, "matchedQueries": []}, {"index": "zip-1", "id": "J9xIumaJJoSbF-QlxJ", "score": 9.853626, "sortValues": [], "content": {"id": "J9xIumaJJoSbF-QlxJ", "countryCode": "GB", "postalCode": "WC2E", "name": "London", "state": "England", "stateCode": "ENG", "provinceCode": "11609024", "provinceName": "Greater London", "accuracy": 4, "location": {"lat": 51.50849914550781, "lon": -0.1256999969482422}}, "highlightFields": {}, "innerHits": {}, "nestedMetaData": null, "routing": null, "explanation": null, "matchedQueries": []}, {"index": "zip-1", "id": "IlqW2Uy5SeRzv9wrxs", "score": 9.853626, "sortValues": [], "content": {"id": "IlqW2Uy5SeRzv9wrxs", "countryCode": "GB", "postalCode": "W1U", "name": "London", "state": "England", "stateCode": "ENG", "provinceCode": "11609024", "provinceName": "Greater London", "accuracy": 4, "location": {"lat": 51.50849914550781, "lon": -0.1256999969482422}}, "highlightFields": {}, "innerHits": {}, "nestedMetaData": null, "routing": null, "explanation": null, "matchedQueries": []}, {"index": "zip-1", "id": "MOrS02SbXrwW49i3dg", "score": 9.853626, "sortValues": [], "content": {"id": "MOrS02SbXrwW49i3dg", "countryCode": "GB", "postalCode": "W1J", "name": "London", "state": "England", "stateCode": "ENG", "provinceCode": "11609024", "provinceName": "Greater London", "accuracy": 4, "location": {"lat": 51.50849914550781, "lon": -0.1256999969482422}}, "highlightFields": {}, "innerHits": {}, "nestedMetaData": null, "routing": null, "explanation": null, "matchedQueries": []}, {"index": "zip-1", "id": "MDTTEEFh5EOEmRRzcx", "score": 9.853626, "sortValues": [], "content": {"id": "MDTTEEFh5EOEmRRzcx", "countryCode": "GB", "postalCode": "W1C", "name": "London", "state": "England", "stateCode": "ENG", "provinceCode": "11609024", "provinceName": "Greater London", "accuracy": 4, "location": {"lat": 51.50849914550781, "lon": -0.1256999969482422}}, "highlightFields": {}, "innerHits": {}, "nestedMetaData": null, "routing": null, "explanation": null, "matchedQueries": []}, {"index": "zip-1", "id": "Epx5mz_idjQL1dnyqF", "score": 9.853626, "sortValues": [], "content": {"id": "Epx5mz_idjQL1dnyqF", "countryCode": "GB", "postalCode": "SW1P", "name": "London", "state": "England", "stateCode": "ENG", "provinceCode": "11609024", "provinceName": "Greater London", "accuracy": 4, "location": {"lat": 51.50849914550781, "lon": -0.1256999969482422}}, "highlightFields": {}, "innerHits": {}, "nestedMetaData": null, "routing": null, "explanation": null, "matchedQueries": []}], "aggregations": null, "suggest": null, "empty": false} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"totalHits": {"type": "integer"}, "totalHitsRelation": {"type": "string"}, "maxScore": {"type": "number"}, "scrollId": {"type": "null"}, "searchHits": {"type": "array", "items": {"type": "object", "properties": {"index": {"type": "string"}, "id": {"type": "string"}, "score": {"type": "number"}, "sortValues": {"type": "array"}, "content": {"type": "object", "properties": {"id": {"type": "string"}, "countryCode": {"type": "string"}, "postalCode": {"type": "string"}, "name": {"type": "string"}, "state": {"type": "string"}, "stateCode": {"type": "string"}, "provinceCode": {"type": "string"}, "provinceName": {"type": "string"}, "accuracy": {"type": "integer"}, "location": {"type": "object", "properties": {"lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["lat", "lon"]}}, "required": ["accuracy", "countryCode", "id", "location", "name", "postalCode", "provinceCode", "provinceName", "state", "stateCode"]}, "highlightFields": {"type": "object"}, "innerHits": {"type": "object"}, "nestedMetaData": {"type": "null"}, "routing": {"type": "null"}, "explanation": {"type": "null"}, "matchedQueries": {"type": "array"}}, "required": ["content", "explanation", "highlightFields", "id", "index", "innerHits", "matchedQueries", "nestedMetaData", "routing", "score", "sortValues"]}}, "aggregations": {"type": "null"}, "suggest": {"type": "null"}, "empty": {"type": "boolean"}}, "required": ["aggregations", "empty", "maxScore", "scrollId", "searchHits", "suggest", "totalHits", "totalHitsRelation"]} |
2820b428-0743-4919-9fab-5a91c45dbf37/f69ee630-3dde-4bba-8be9-59cf9ccdb305/0/0 | Geo APIs | Search for zip codes, Cites or Countries | 5.6 | Zip Code Search | find countries, geo location, zip/postal -codes around the world | 200 | New Example | {"totalHits": 3, "totalHitsRelation": "EQUAL_TO", "maxScore": 1, "scrollId": null, "searchHits": [{"index": "zip-1", "id": "JpoODbmWaWXcHuXOVL", "score": 1, "sortValues": [], "content": {"id": "JpoODbmWaWXcHuXOVL", "countryCode": "KR", "postalCode": "10559", "name": "\uace0\uc591\uc2dc \ub355\uc591\uad6c", "state": "\uacbd\uae30\ub3c4", "stateCode": "13", "provinceCode": "\uace0\uc591\uc2dc \ub355\uc591\uad6c", "provinceName": "31101", "accuracy": 6, "location": {"lat": 37.65359878540039, "lon": 126.877197265625}}, "highlightFields": {}, "innerHits": {}, "nestedMetaData": null, "routing": null, "explanation": null, "matchedQueries": []}], "aggregations": null, "suggest": null, "empty": false} | {"type": "object", "properties": {"totalHits": {"type": "integer"}, "totalHitsRelation": {"type": "string"}, "maxScore": {"type": "integer"}, "scrollId": {"type": "null"}, "searchHits": {"type": "array", "items": {"type": "object", "properties": {"index": {"type": "string"}, "id": {"type": "string"}, "score": {"type": "integer"}, "sortValues": {"type": "array"}, "content": {"type": "object", "properties": {"id": {"type": "string"}, "countryCode": {"type": "string"}, "postalCode": {"type": "string"}, "name": {"type": "string"}, "state": {"type": "string"}, "stateCode": {"type": "string"}, "provinceCode": {"type": "string"}, "provinceName": {"type": "string"}, "accuracy": {"type": "integer"}, "location": {"type": "object", "properties": {"lat": {"type": "number"}, "lon": {"type": "number"}}}}}, "highlightFields": {"type": "object"}, "innerHits": {"type": "object"}, "nestedMetaData": {"type": "null"}, "routing": {"type": "null"}, "explanation": {"type": "null"}, "matchedQueries": {"type": "array"}}}}, "aggregations": {"type": "null"}, "suggest": {"type": "null"}, "empty": {"type": "boolean"}}} |
f535f7c8-ce21-4930-83d8-650b2a0c14d3/6729da00-cca6-4449-a685-8d28f5bcd557/0/0 | Daddy: ZIP CODE - NICARAGUA | Zip Code -> City , City -> Zip Code | null | City | Search zip code by City Name | 200 | New Example | {"zip_code": 42500, "city": "Catarina", "country": "Nicaragua"} | {"type": "object", "properties": {"zip_code": {"type": "integer"}, "city": {"type": "string"}, "country": {"type": "string"}}} |
f535f7c8-ce21-4930-83d8-650b2a0c14d3/093477ff-63c8-4fc3-8e7a-321c529c6093/0/0 | Daddy: ZIP CODE - NICARAGUA | Zip Code -> City , City -> Zip Code | null | Zip | Search zip code | 200 | New Example | {"zip_code": 42500, "city": "Catarina", "country": "Nicaragua"} | {"type": "object", "properties": {"zip_code": {"type": "integer"}, "city": {"type": "string"}, "country": {"type": "string"}}} |
d136674b-fea2-45a0-b7bc-447deb29dcbe/bfe269ba-8909-4673-a697-e38bc97e364a/0/0 | IP Location | Get IP address country, region, city, latitude, longitude, zip code and time zone | null | Get IP location details in json | Get IP address details including country, region, city, latitude, longitude, zip code and time zone in JSON format. | 200 | Response | {"status": "success", "msg": "", "result": {"country_code": "US", "country_name": "United States of America", "region_name": "California", "city_name": "Mountain View", "latitude": "37.405992", "longitude": "-122.078515", "zip_code": "94043", "time_zone": "-08:00"}} | {"status": "string", "msg": "string", "result": {"country_code": "string", "country_name": "string", "region_name": "string", "city_name": "string", "latitude": "string", "longitude": "string", "zip_code": "string", "time_zone": "string"}} |
e00baab5-3d24-42eb-9bd1-4917d44ed267/15aca3fd-6363-4129-9367-5d6fdc6ee652/0/0 | IP Geo | API returns location data such as country, city, latitude, longitude, timezone, asn, currency, security data for IPv4 and IPv6 addresses in JSON formats. | 6.1 | Location IP | Location IP | 200 | New Example | {"ip": "77.129.21.184", "country_code": "FR", "country_name": "France", "region_name": "Ile-de-France", "city_name": "Paris", "latitude": "48.858364", "longitude": "2.294532", "zipcode": "92659", "timezone": "+02:00"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"ip": {"type": "string"}, "country_code": {"type": "string"}, "country_name": {"type": "string"}, "region_name": {"type": "string"}, "city_name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "zipcode": {"type": "string"}, "timezone": {"type": "string"}}, "required": ["city_name", "country_code", "country_name", "ip", "latitude", "longitude", "region_name", "timezone", "zipcode"]} |
aaf916b3-4c3d-4ab9-8e7b-5ecd8fe0019c/012ca4ab-76bc-4029-82b2-7351350d926b/0/0 | IP Lookup - Find Any IP Location | Convert latitude and longitude coordinates into meaningful location information within the United States. With this API, you can easily integrate reverse geocoding capabilities into your applications, platforms, or services, enabling you to retrieve accurate address details based on geographic coordinates. | 5.3 | Lookup IP | Lookup IP Location Details | 200 | New Example | {"status": "ok", "timestamp": 1688800598876, "data": {"range": [2284027904, 2284060671], "country": "US", "region": "", "eu": "0", "timezone": "America/Chicago", "city": "", "metro": 0, "area": 1000, "ip": "136.35.174.41", "coordinates": [37.751, -97.822]}} | {"type": "object", "properties": {"status": {"type": "string"}, "timestamp": {"type": "integer"}, "data": {"type": "object", "properties": {"range": {"type": "array", "items": {"type": "integer"}}, "country": {"type": "string"}, "region": {"type": "string"}, "eu": {"type": "string"}, "timezone": {"type": "string"}, "city": {"type": "string"}, "metro": {"type": "integer"}, "area": {"type": "integer"}, "ip": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}}}} |
5400a5a7-918d-43bb-b848-8c9797821887/eb56121f-5b68-4fd2-ae41-74b9d4549f38/0/0 | Geospatial APIs | A variety of geospatial APIs, offering a range of location-based services. These services encompass geocoding, reverse geocoding, distance calculations, and disaster zone checks, providing valuable tools for accessing and analyzing location-specific data across diverse applications. | 5.7 | urbanRuralCheck | The API provides a straightforward way to classify the type of a location as either urban or rural.
It takes two inputs, latitude and longitude, and based on this information, it determines whether the specified location falls into an urban or rural category. The response includes the classification as well as additional details, such as the town name, town or village code, district name and code, state name, and state code. | 200 | Example_1 | {"message": "Data Fetched Successfully!!", "data": {"latitude": 18.5529805, "longitude": 73.9482617, "is_negative_area": false}} | {"type": "object"} |
5400a5a7-918d-43bb-b848-8c9797821887/cf0c7920-8c4b-49cf-a2e2-7f77ae95a629/0/0 | Geospatial APIs | A variety of geospatial APIs, offering a range of location-based services. These services encompass geocoding, reverse geocoding, distance calculations, and disaster zone checks, providing valuable tools for accessing and analyzing location-specific data across diverse applications. | 5.7 | disasterZoneCheck | The API determines if the given location falls within different disaster risk zones. The response includes detailed information about potential risks, such as earthquake, flood, wind, cyclone, and landslide hazards.
Disaster Zone API is a powerful tool that evaluates the safety and risk associated with a specific location based on various natural disaster factors | 200 | Example_1 | {"message": "Data Fetched Successfully!!", "data": {"latitude": 18.5529805, "longitude": 73.9482617, "is_negative_area": false}} | {"type": "object"} |
5400a5a7-918d-43bb-b848-8c9797821887/1405b344-6b27-4d97-98f6-fabe7357280b/0/0 | Geospatial APIs | A variety of geospatial APIs, offering a range of location-based services. These services encompass geocoding, reverse geocoding, distance calculations, and disaster zone checks, providing valuable tools for accessing and analyzing location-specific data across diverse applications. | 5.7 | addressAutofillGetLocality | This API allows you to obtain a comprehensive list of localities within a specified city and postal code.
By providing the city name and postal code as input parameters, you can retrieve a detailed inventory of all local areas situated within that particular city and postal region | 200 | Example_1 | {"message": "Data Fetched Successfully!!", "data": {"city": "Pune", "localities": ["Hadapsar", "Manjari Budruk"]}} | {"type": "object"} |
5400a5a7-918d-43bb-b848-8c9797821887/e176abaa-844c-4aab-9c79-ac50bdacf1cf/0/0 | Geospatial APIs | A variety of geospatial APIs, offering a range of location-based services. These services encompass geocoding, reverse geocoding, distance calculations, and disaster zone checks, providing valuable tools for accessing and analyzing location-specific data across diverse applications. | 5.7 | addressAutofillGetPincodes | This API retrieve a comprehensive list of postal codes (pincodes) associated with a specific city | 200 | Example_1 | {"message": "Data Fetched Successfully!!", "data": {"city": "Pune", "pincodes": ["411001", "411002", "411003", "411004", "411005", "411006", "411007", "411008", "411009", "411011", "411013", "411014", "411015", "411016", "411020", "411021", "411023", "411024", "411028", "411030", "411031", "411032", "411033", "411036", "411037", "411038", "411040", "411041", "411042", "411043", "411045", "411046", "411047", "411048", "411051", "411052", "411057", "411058", "411060", "412105", "412115", "412207", "412307", "412308"]}} | {"type": "object"} |
5400a5a7-918d-43bb-b848-8c9797821887/c3a4881e-58d2-4adf-8b7a-46652b528573/0/0 | Geospatial APIs | A variety of geospatial APIs, offering a range of location-based services. These services encompass geocoding, reverse geocoding, distance calculations, and disaster zone checks, providing valuable tools for accessing and analyzing location-specific data across diverse applications. | 5.7 | addressAutofillGetSubLocality | This API retrieve a comprehensive list of sub-localities by supplying the city, pincode, and locality as input parameters.
This feature facilitates detailed geographic exploration, enabling users to obtain a comprehensive breakdown of smaller geographic divisions within a given city, pincode, and locality | 200 | Example_1 | {"message": "Data Fetched Successfully!!", "data": {"city": "pune", "localities": "hadapsar", "subLocality": ["Amar Srushti", "Gopalpatti", "Jay Malhar Colony", "Mahadeonagar", "Mathurai Colony", "Shiv Malhar Colony"]}} | {"type": "object"} |
5400a5a7-918d-43bb-b848-8c9797821887/ae99a8ae-4470-4a6b-a542-2445a10d11d2/0/0 | Geospatial APIs | A variety of geospatial APIs, offering a range of location-based services. These services encompass geocoding, reverse geocoding, distance calculations, and disaster zone checks, providing valuable tools for accessing and analyzing location-specific data across diverse applications. | 5.7 | addressAutofillGetCity | This API serves as a valuable tool to retrieve the city associated with a given Pincode.
By providing a Pincode as input, the API returns the corresponding city, enabling applications and services to effortlessly obtain location information based on Pincode data | 200 | Example_1 | {"message": "Data Fetched Successfully!!", "data": {"pincode": 411045, "cities": "Pune"}} | {"type": "object"} |
5400a5a7-918d-43bb-b848-8c9797821887/bbfda472-cc13-4bd9-8b6c-66a426207ce0/0/0 | Geospatial APIs | A variety of geospatial APIs, offering a range of location-based services. These services encompass geocoding, reverse geocoding, distance calculations, and disaster zone checks, providing valuable tools for accessing and analyzing location-specific data across diverse applications. | 5.7 | negativeAreaByLatLong | This api checks whether these coordinates fall within predefined negative areas or blacklisted regions. By doing so, it helps determine if an address is located in an undesirable or restricted zone | 200 | Example_1 | {"message": "Data Fetched Successfully!!", "data": {"latitude": 18.5529805, "longitude": 73.9482617, "is_negative_area": false}} | {"type": "object"} |
5400a5a7-918d-43bb-b848-8c9797821887/b38786ec-6229-4001-9d02-7cbd8e1680b0/0/0 | Geospatial APIs | A variety of geospatial APIs, offering a range of location-based services. These services encompass geocoding, reverse geocoding, distance calculations, and disaster zone checks, providing valuable tools for accessing and analyzing location-specific data across diverse applications. | 5.7 | aerialDistance | This API is designed to calculate the shortest distance between two specified locations.
By providing the geographical coordinates (latitude and longitude) of both the source and destination points, the API enables you to determine the most efficient and direct route between them. | 200 | Example_1 | {"message": "Data Fetched Successfully!!", "data": {"aerial_distance": "321 m"}} | {"type": "object"} |
28e375ad-540d-48b5-b95e-9c9a22991aa1/ffaef6ff-74a5-48e9-9a09-95d71068b87e/0/0 | Global Zip codes with Lat and Lng | Get the postal code details of 94 countries with state, latitude and longitude, distance between two areas and more details. There are more than 4 million zip codes from 94 countries covered with this API. | 7.9 | Get Country Details | Get the full details of a country by its country code | 200 | New Example | {"code": "IN", "country": "India", "capital": "New Delhi", "area": 3, "population": 1352617328, "continent_name": "Asia"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "string"}, "country": {"type": "string"}, "capital": {"type": "string"}, "area": {"type": "integer"}, "population": {"type": "integer"}, "continent_name": {"type": "string"}}, "required": ["area", "capital", "code", "continent_name", "country", "population"]} |
28e375ad-540d-48b5-b95e-9c9a22991aa1/4897e863-48e6-48e2-b9f5-c6f30aa665f4/0/0 | Global Zip codes with Lat and Lng | Get the postal code details of 94 countries with state, latitude and longitude, distance between two areas and more details. There are more than 4 million zip codes from 94 countries covered with this API. | 7.9 | Get All Countries | Get the list of countries with country code, capital, area, population and continent name. | 200 | New Example | {"current_page": 1, "data": [{"code": "AD", "country": "Andorra", "capital": "Andorra la Vella", "area": 468, "population": 77006, "continent_name": "Europe"}, {"code": "AE", "country": "United Arab Emirates", "capital": "Abu Dhabi", "area": 82, "population": 9630959, "continent_name": "Asia"}, {"code": "AF", "country": "Afghanistan", "capital": "Kabul", "area": 647, "population": 37172386, "continent_name": "Asia"}, {"code": "AG", "country": "Antigua and Barbuda", "capital": "St. John's", "area": 443, "population": 96286, "continent_name": "North America"}, {"code": "AI", "country": "Anguilla", "capital": "The Valley", "area": 102, "population": 13254, "continent_name": "North America"}, {"code": "AL", "country": "Albania", "capital": "Tirana", "area": 28, "population": 2866376, "continent_name": "Europe"}, {"code": "AM", "country": "Armenia", "capital": "Yerevan", "area": 29, "population": 2951776, "continent_name": "Asia"}, {"code": "AN", "country": "Netherlands Antilles", "capital": "Willemstad", "area": 960, "population": 300000, "continent_name": "North America"}, {"code": "AO", "country": "Angola", "capital": "Luanda", "area": 1, "population": 30809762, "continent_name": "Africa"}, {"code": "AQ", "country": "Antarctica", "capital": "", "area": 14, "population": 0, "continent_name": "Antarctica"}, {"code": "AR", "country": "Argentina", "capital": "Buenos Aires", "area": 2, "population": 44494502, "continent_name": "South America"}, {"code": "AS", "country": "American Samoa", "capital": "Pago Pago", "area": 199, "population": 55465, "continent_name": "Australia/Oceana"}, {"code": "AT", "country": "Austria", "capital": "Vienna", "area": 83, "population": 8847037, "continent_name": "Europe"}, {"code": "AU", "country": "Australia", "capital": "Canberra", "area": 7, "population": 24992369, "continent_name": "Australia/Oceana"}, {"code": "AW", "country": "Aruba", "capital": "Oranjestad", "area": 193, "population": 105845, "continent_name": "North America"}, {"code": "AX", "country": "\u00c5land", "capital": "Mariehamn", "area": 1, "population": 26711, "continent_name": "Europe"}, {"code": "AZ", "country": "Azerbaijan", "capital": "Baku", "area": 86, "population": 9942334, "continent_name": "Asia"}, {"code": "BA", "country": "Bosnia and Herzegovina", "capital": "Sarajevo", "area": 51, "population": 3323929, "continent_name": "Europe"}, {"code": "BB", "country": "Barbados", "capital": "Bridgetown", "area": 431, "population": 286641, "continent_name": "North America"}, {"code": "BD", "country": "Bangladesh", "capital": "Dhaka", "area": 144, "population": 161356039, "continent_name": "Asia"}, {"code": "BE", "country": "Belgium", "capital": "Brussels", "area": 30, "population": 11422068, "continent_name": "Europe"}, {"code": "BF", "country": "Burkina Faso", "capital": "Ouagadougou", "area": 274, "population": 19751535, "continent_name": "Africa"}, {"code": "BG", "country": "Bulgaria", "capital": "Sofia", "area": 110, "population": 7000039, "continent_name": "Europe"}, {"code": "BH", "country": "Bahrain", "capital": "Manama", "area": 665, "population": 1569439, "continent_name": "Asia"}, {"code": "BI", "country": "Burundi", "capital": "Gitega", "area": 27, "population": 11175378, "continent_name": "Africa"}, {"code": "BJ", "country": "Benin", "capital": "Porto-Novo", "area": 112, "population": 11485048, "continent_name": "Africa"}, {"code": "BL", "country": "Saint Barth\u00e9lemy", "capital": "Gustavia", "area": 21, "population": 8450, "continent_name": "North America"}, {"code": "BM", "country": "Bermuda", "capital": "Hamilton", "area": 53, "population": 63968, "continent_name": "North America"}, {"code": "BN", "country": "Brunei", "capital": "Bandar Seri Begawan", "area": 5, "population": 428962, "continent_name": "Asia"}, {"code": "BO", "country": "Bolivia", "capital": "Sucre", "area": 1, "population": 11353142, "continent_name": "South America"}, {"code": "BQ", "country": "Bonaire, Sint Eustatius, and Saba", "capital": "", "area": 328, "population": 18012, "continent_name": "North America"}, {"code": "BR", "country": "Brazil", "capital": "Brasilia", "area": 8, "population": 209469333, "continent_name": "South America"}, {"code": "BS", "country": "Bahamas", "capital": "Nassau", "area": 13, "population": 385640, "continent_name": "North America"}, {"code": "BT", "country": "Bhutan", "capital": "Thimphu", "area": 47, "population": 754394, "continent_name": "Asia"}, {"code": "BV", "country": "Bouvet Island", "capital": "", "area": 49, "population": 0, "continent_name": "Antarctica"}, {"code": "BW", "country": "Botswana", "capital": "Gaborone", "area": 600, "population": 2254126, "continent_name": "Africa"}, {"code": "BY", "country": "Belarus", "capital": "Minsk", "area": 207, "population": 9485386, "continent_name": "Europe"}, {"code": "BZ", "country": "Belize", "capital": "Belmopan", "area": 22, "population": 383071, "continent_name": "North America"}, {"code": "CA", "country": "Canada", "capital": "Ottawa", "area": 9, "population": 37058856, "continent_name": "North America"}, {"code": "CC", "country": "Cocos [Keeling] Islands", "capital": "West Island", "area": 14, "population": 628, "continent_name": "Asia"}, {"code": "CD", "country": "DR Congo", "capital": "Kinshasa", "area": 2, "population": 84068091, "continent_name": "Africa"}, {"code": "CF", "country": "Central African Republic", "capital": "Bangui", "area": 622, "population": 4666377, "continent_name": "Africa"}, {"code": "CG", "country": "Congo Republic", "capital": "Brazzaville", "area": 342, "population": 5244363, "continent_name": "Africa"}, {"code": "CH", "country": "Switzerland", "capital": "Bern", "area": 41, "population": 8516543, "continent_name": "Europe"}, {"code": "CI", "country": "Ivory Coast", "capital": "Yamoussoukro", "area": 322, "population": 25069229, "continent_name": "Africa"}, {"code": "CK", "country": "Cook Islands", "capital": "Avarua", "area": 240, "population": 21388, "continent_name": "Australia/Oceana"}, {"code": "CL", "country": "Chile", "capital": "Santiago", "area": 756, "population": 18729160, "continent_name": "South America"}, {"code": "CM", "country": "Cameroon", "capital": "Yaounde", "area": 475, "population": 25216237, "continent_name": "Africa"}, {"code": "CN", "country": "China", "capital": "Beijing", "area": 9, "population": 1392730000, "continent_name": "Asia"}, {"code": "CO", "country": "Colombia", "capital": "Bogota", "area": 1, "population": 49648685, "continent_name": "South America"}], "first_page_url": "https://geocodes.vigowebs.com/api/v1/country?page=1", "from": 1, "last_page": 6, "last_page_url": "https://geocodes.vigowebs.com/api/v1/country?page=6", "links": [{"url": null, "label": "« Previous", "active": false}, {"url": "https://geocodes.vigowebs.com/api/v1/country?page=1", "label": "1", "active": true}, {"url": "https://geocodes.vigowebs.com/api/v1/country?page=2", "label": "2", "active": false}, {"url": "https://geocodes.vigowebs.com/api/v1/country?page=3", "label": "3", "active": false}, {"url": "https://geocodes.vigowebs.com/api/v1/country?page=4", "label": "4", "active": false}, {"url": "https://geocodes.vigowebs.com/api/v1/country?page=5", "label": "5", "active": false}, {"url": "https://geocodes.vigowebs.com/api/v1/country?page=6", "label": "6", "active": false}, {"url": "https://geocodes.vigowebs.com/api/v1/country?page=2", "label": "Next »", "active": false}], "next_page_url": "https://geocodes.vigowebs.com/api/v1/country?page=2", "path": "https://geocodes.vigowebs.com/api/v1/country", "per_page": 50, "prev_page_url": null, "to": 50, "total": 252} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"current_page": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "country": {"type": "string"}, "capital": {"type": "string"}, "area": {"type": "integer"}, "population": {"type": "integer"}, "continent_name": {"type": "string"}}, "required": ["area", "capital", "code", "continent_name", "country", "population"]}}, "first_page_url": {"type": "string"}, "from": {"type": "integer"}, "last_page": {"type": "integer"}, "last_page_url": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": ["null", "string"]}, "label": {"type": "string"}, "active": {"type": "boolean"}}, "required": ["active", "label", "url"]}}, "next_page_url": {"type": "string"}, "path": {"type": "string"}, "per_page": {"type": "integer"}, "prev_page_url": {"type": "null"}, "to": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["current_page", "data", "first_page_url", "from", "last_page", "last_page_url", "links", "next_page_url", "path", "per_page", "prev_page_url", "to", "total"]} |
28e375ad-540d-48b5-b95e-9c9a22991aa1/e8b55ca4-e21b-4cf3-8c52-519c84eea911/0/0 | Global Zip codes with Lat and Lng | Get the postal code details of 94 countries with state, latitude and longitude, distance between two areas and more details. There are more than 4 million zip codes from 94 countries covered with this API. | 7.9 | Get All Continents | Get all the continents list | 200 | New Example | [{"code": "EU", "name": "Europe"}, {"code": "AS", "name": "Asia"}, {"code": "NA", "name": "North America"}, {"code": "AF", "name": "Africa"}, {"code": "AN", "name": "Antarctica"}, {"code": "SA", "name": "South America"}, {"code": "OC", "name": "Australia/Oceana"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}, "required": ["code", "name"]}} |
28e375ad-540d-48b5-b95e-9c9a22991aa1/e32f45f6-e8d5-4228-b891-738abffd3bcb/0/0 | Global Zip codes with Lat and Lng | Get the postal code details of 94 countries with state, latitude and longitude, distance between two areas and more details. There are more than 4 million zip codes from 94 countries covered with this API. | 7.9 | Get Continent Detail | Get the details of a single Continent | 200 | New Example | [{"code": "AS", "name": "Asia", "countries_count": 51, "countries": [{"code": "AE", "country": "United Arab Emirates", "capital": "Abu Dhabi", "area": 82, "population": 9630959, "continent_name": "Asia"}]}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "countries_count": {"type": "integer"}, "countries": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "country": {"type": "string"}, "capital": {"type": "string"}, "area": {"type": "integer"}, "population": {"type": "integer"}, "continent_name": {"type": "string"}}, "required": ["area", "capital", "code", "continent_name", "country", "population"]}}}, "required": ["code", "countries", "countries_count", "name"]}} |
28e375ad-540d-48b5-b95e-9c9a22991aa1/caebdedf-30ac-4680-b87d-2cd56e9d5091/0/0 | Global Zip codes with Lat and Lng | Get the postal code details of 94 countries with state, latitude and longitude, distance between two areas and more details. There are more than 4 million zip codes from 94 countries covered with this API. | 7.9 | Distance between two lat and lng | Given the two latitude and longitude of two places, it will return the distance between the two points | 200 | New Example | {"distance": 243880.04, "unit": "meter"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"distance": {"type": "number"}, "unit": {"type": "string"}}, "required": ["distance", "unit"]} |
28e375ad-540d-48b5-b95e-9c9a22991aa1/b3aba0f5-12fd-488a-a8bd-e0a7ebde700e/0/0 | Global Zip codes with Lat and Lng | Get the postal code details of 94 countries with state, latitude and longitude, distance between two areas and more details. There are more than 4 million zip codes from 94 countries covered with this API. | 7.9 | Countries with Postal Codes | This will return the array of country codes which postal codes are available in this api | 200 | New Example | ["AD", "AR", "AS", "AT", "AU", "AX", "AZ", "BD", "BE", "BG", "BM", "BR", "BY", "CA", "CH", "CL", "CO", "CR", "CY", "CZ", "DE", "DK", "DO", "DZ", "EE", "ES", "FI", "FM", "FO", "FR", "GB", "GF", "GG", "GL", "GP", "GT", "GU", "HR", "HU", "IE", "IM", "IN", "IS", "IT", "JE", "JP", "KR", "LI", "LK", "LT", "LU", "LV", "MC", "MD", "MH", "MK", "MP", "MQ", "MT", "MW", "MX", "MY", "NC", "NL", "NO", "NZ", "PE", "PH", "PK", "PL", "PM", "PR", "PT", "PW", "RE", "RO", "RS", "RU", "SE", "SG", "SI", "SJ", "SK", "SM", "TH", "TR", "UA", "US", "UY", "VA", "VI", "WF", "YT", "ZA"] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "string"}} |
28e375ad-540d-48b5-b95e-9c9a22991aa1/4d969a1b-0521-4a5f-b150-4dccc90cce04/0/0 | Global Zip codes with Lat and Lng | Get the postal code details of 94 countries with state, latitude and longitude, distance between two areas and more details. There are more than 4 million zip codes from 94 countries covered with this API. | 7.9 | Distance between Two Zip Codes | Given two valid zip codes of two places, it will return the distance between them | 200 | New Example | {"distance": 253567.3, "unit": "meter"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"distance": {"type": "number"}, "unit": {"type": "string"}}, "required": ["distance", "unit"]} |
28e375ad-540d-48b5-b95e-9c9a22991aa1/c4704daf-f1a8-48ec-ab8c-30ea09536915/0/0 | Global Zip codes with Lat and Lng | Get the postal code details of 94 countries with state, latitude and longitude, distance between two areas and more details. There are more than 4 million zip codes from 94 countries covered with this API. | 7.9 | Get Nearby Places | Given a zip code search a nearby places around a radius | 200 | New Example | {"total_places": 91, "current_page": 2, "total_pages": 4, "places": [{"postal_code": "600031", "place_name": "Chetput", "lat": 13.07, "lng": 80.2408, "admin_name1": "Tamil Nadu", "admin_name2": "Chennai", "admin_name3": "Egmore Nungambakkam", "distance": 3.25, "distance_unit": "mile"}, {"postal_code": "600031", "place_name": "World University Centre", "lat": 13.07, "lng": 80.2408, "admin_name1": "Tamil Nadu", "admin_name2": "Chennai", "admin_name3": "Egmore Nungambakkm", "distance": 3.25, "distance_unit": "mile"}, {"postal_code": "600051", "place_name": "Madhavaram Milk Colony", "lat": 13.1501, "lng": 80.242, "admin_name1": "Tamil Nadu", "admin_name2": "Tiruvallur", "admin_name3": "Ponneri", "distance": 3.35, "distance_unit": "mile"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"total_places": {"type": "integer"}, "current_page": {"type": "integer"}, "total_pages": {"type": "integer"}, "places": {"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "lat": {"type": "number"}, "lng": {"type": "number"}, "admin_name1": {"type": "string"}, "admin_name2": {"type": "string"}, "admin_name3": {"type": "string"}, "distance": {"type": "number"}, "distance_unit": {"type": "string"}}, "required": ["admin_name1", "admin_name2", "admin_name3", "distance", "distance_unit", "lat", "lng", "place_name", "postal_code"]}}}, "required": ["current_page", "places", "total_pages", "total_places"]} |
28e375ad-540d-48b5-b95e-9c9a22991aa1/d7c1d042-3d7a-4c33-92b6-98c494c4b108/0/0 | Global Zip codes with Lat and Lng | Get the postal code details of 94 countries with state, latitude and longitude, distance between two areas and more details. There are more than 4 million zip codes from 94 countries covered with this API. | 7.9 | Get Nearby Places by Lat and Lng | Get the nearby places around the given latitude and longitude within a radius | 200 | New Example | {"total_places": 101, "current_page": 1, "total_pages": 5, "places": [{"postal_code": "600106", "place_name": "Arumbakkam", "lat": 13.0734, "lng": 80.2069, "admin_name1": "Tamil Nadu", "admin_name2": "Chennai", "admin_name3": "Maduravoyal", "distance": 0.27, "distance_unit": "mile"}, {"postal_code": "600106", "place_name": "D G Vaishnav College", "lat": 13.0734, "lng": 80.2069, "admin_name1": "Tamil Nadu", "admin_name2": "Chennai", "admin_name3": "Egmore Nungambakkam", "distance": 0.27, "distance_unit": "mile"}, {"postal_code": "600107", "place_name": "Koyambedu Wholesale Market Com", "lat": 13.0722, "lng": 80.2014, "admin_name1": "Tamil Nadu", "admin_name2": "Chennai", "admin_name3": "Chennai City Corporation", "distance": 0.27, "distance_unit": "mile"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"total_places": {"type": "integer"}, "current_page": {"type": "integer"}, "total_pages": {"type": "integer"}, "places": {"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "lat": {"type": "number"}, "lng": {"type": "number"}, "admin_name1": {"type": "string"}, "admin_name2": {"type": "string"}, "admin_name3": {"type": "string"}, "distance": {"type": "number"}, "distance_unit": {"type": "string"}}, "required": ["admin_name1", "admin_name2", "admin_name3", "distance", "distance_unit", "lat", "lng", "place_name", "postal_code"]}}}, "required": ["current_page", "places", "total_pages", "total_places"]} |
28e375ad-540d-48b5-b95e-9c9a22991aa1/0e68c777-cf36-4b06-b986-d4080c49de66/0/0 | Global Zip codes with Lat and Lng | Get the postal code details of 94 countries with state, latitude and longitude, distance between two areas and more details. There are more than 4 million zip codes from 94 countries covered with this API. | 7.9 | Get details of a Geocode | Get the full details of a Geocode | 200 | New Example | [{"country_code": "IN", "postal_code": "600015", "place_name": "Guindy North", "lat": 13.1096, "lng": 80.2146, "state": "Tamil Nadu", "district": "Chennai", "area": "Chennai City Corporation"}, {"country_code": "IN", "postal_code": "600015", "place_name": "Saidapet (Chennai)", "lat": 13.1096, "lng": 80.2146, "state": "Tamil Nadu", "district": "Chennai", "area": "Chennai City Corporation"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"country_code": {"type": "string"}, "postal_code": {"type": "string"}, "place_name": {"type": "string"}, "lat": {"type": "number"}, "lng": {"type": "number"}, "state": {"type": "string"}, "district": {"type": "string"}, "area": {"type": "string"}}, "required": ["area", "country_code", "district", "lat", "lng", "place_name", "postal_code", "state"]}} |
28e375ad-540d-48b5-b95e-9c9a22991aa1/e90bbdd3-b6c8-49f0-b3f5-122e3cda323b/0/0 | Global Zip codes with Lat and Lng | Get the postal code details of 94 countries with state, latitude and longitude, distance between two areas and more details. There are more than 4 million zip codes from 94 countries covered with this API. | 7.9 | Validate Geocode | Validate a geocode and return true if valid with the zip code details. | 200 | New Example | {"valid": true, "details": [{"country_code": "IN", "postal_code": "600015", "place_name": "Guindy North", "lat": 13.1096, "lng": 80.2146, "state": "Tamil Nadu", "district": "Chennai", "area": "Chennai City Corporation"}, {"country_code": "IN", "postal_code": "600015", "place_name": "Saidapet (Chennai)", "lat": 13.1096, "lng": 80.2146, "state": "Tamil Nadu", "district": "Chennai", "area": "Chennai City Corporation"}, {"country_code": "RO", "postal_code": "600015", "place_name": "Bac\u0103u", "lat": 46.5672, "lng": 26.9138, "state": "Bac\u0103u", "district": "", "area": ""}, {"country_code": "RU", "postal_code": "600015", "place_name": "\u0412\u043b\u0430\u0434\u0438\u043c\u0438\u0440 15", "lat": 53.4714, "lng": 102.6547, "state": "\u0412\u043b\u0430\u0434\u0438\u043c\u0438\u0440\u0441\u043a\u0430\u044f \u041e\u0431\u043b\u0430\u0441\u0442\u044c", "district": "", "area": ""}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"valid": {"type": "boolean"}, "details": {"type": "array", "items": {"type": "object", "properties": {"country_code": {"type": "string"}, "postal_code": {"type": "string"}, "place_name": {"type": "string"}, "lat": {"type": "number"}, "lng": {"type": "number"}, "state": {"type": "string"}, "district": {"type": "string"}, "area": {"type": "string"}}, "required": ["area", "country_code", "district", "lat", "lng", "place_name", "postal_code", "state"]}}}, "required": ["details", "valid"]} |
87eb2e4b-07c4-4f5c-a5bb-684a5eb9dbb2/e337351d-019d-474a-8f84-faff9a1ffe22/2/0 | Countries API | Provides information about countries.
You can get the list of all countries or you can search country by iso code. | null | /countries/iso | 400 | null | {"type": "", "title": "", "status": 0, "detail": "", "instance": ""} | {"type": "object", "properties": {"type": {"type": ["string", "null"]}, "title": {"type": ["string", "null"]}, "status": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "detail": {"type": ["string", "null"]}, "instance": {"type": ["string", "null"]}}, "additionalProperties": {}} |
|
87eb2e4b-07c4-4f5c-a5bb-684a5eb9dbb2/e337351d-019d-474a-8f84-faff9a1ffe22/3/0 | Countries API | Provides information about countries.
You can get the list of all countries or you can search country by iso code. | null | /countries/iso | 400 | null | {"type": "", "title": "", "status": 0, "detail": "", "instance": ""} | {"type": "object", "properties": {"type": {"type": ["string", "null"]}, "title": {"type": ["string", "null"]}, "status": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "detail": {"type": ["string", "null"]}, "instance": {"type": ["string", "null"]}}, "additionalProperties": {}} |
|
87eb2e4b-07c4-4f5c-a5bb-684a5eb9dbb2/e337351d-019d-474a-8f84-faff9a1ffe22/4/0 | Countries API | Provides information about countries.
You can get the list of all countries or you can search country by iso code. | null | /countries/iso | 200 | null | {"httpStatusCode": 0, "isSuccess": true, "errorMessages": []} | {"type": "object", "properties": {"httpStatusCode": {"enum": [100, 101, 102, 103, 200, 201, 202, 203, 204, 205, 206, 207, 208, 226, 300, 301, 302, 303, 304, 305, 306, 307, 308, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 421, 422, 423, 424, 426, 428, 429, 431, 451, 500, 501, 502, 503, 504, 505, 506, 507, 508, 510, 511], "type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "isSuccess": {"type": "boolean"}, "errorMessages": {"type": ["array", "null"], "items": {"type": "string"}}, "data": {}}, "additionalProperties": false} |
|
87eb2e4b-07c4-4f5c-a5bb-684a5eb9dbb2/e337351d-019d-474a-8f84-faff9a1ffe22/5/0 | Countries API | Provides information about countries.
You can get the list of all countries or you can search country by iso code. | null | /countries/iso | 404 | null | {"type": "", "title": "", "status": 0, "detail": "", "instance": ""} | {"type": "object", "properties": {"type": {"type": ["string", "null"]}, "title": {"type": ["string", "null"]}, "status": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "detail": {"type": ["string", "null"]}, "instance": {"type": ["string", "null"]}}, "additionalProperties": {}} |
|
87eb2e4b-07c4-4f5c-a5bb-684a5eb9dbb2/e337351d-019d-474a-8f84-faff9a1ffe22/6/0 | Countries API | Provides information about countries.
You can get the list of all countries or you can search country by iso code. | null | /countries/iso | 200 | null | {"httpStatusCode": 0, "isSuccess": true, "errorMessages": []} | {"type": "object", "properties": {"httpStatusCode": {"enum": [100, 101, 102, 103, 200, 201, 202, 203, 204, 205, 206, 207, 208, 226, 300, 301, 302, 303, 304, 305, 306, 307, 308, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 421, 422, 423, 424, 426, 428, 429, 431, 451, 500, 501, 502, 503, 504, 505, 506, 507, 508, 510, 511], "type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "isSuccess": {"type": "boolean"}, "errorMessages": {"type": ["array", "null"], "items": {"type": "string"}}, "data": {}}, "additionalProperties": false} |
|
87eb2e4b-07c4-4f5c-a5bb-684a5eb9dbb2/e337351d-019d-474a-8f84-faff9a1ffe22/7/0 | Countries API | Provides information about countries.
You can get the list of all countries or you can search country by iso code. | null | /countries/iso | 404 | null | {"type": "", "title": "", "status": 0, "detail": "", "instance": ""} | {"type": "object", "properties": {"type": {"type": ["string", "null"]}, "title": {"type": ["string", "null"]}, "status": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "detail": {"type": ["string", "null"]}, "instance": {"type": ["string", "null"]}}, "additionalProperties": {}} |
|
87eb2e4b-07c4-4f5c-a5bb-684a5eb9dbb2/115b2a3a-e0da-492b-b02e-afa2399d0d1e/0/0 | Countries API | Provides information about countries.
You can get the list of all countries or you can search country by iso code. | null | /countries | 200 | null | {"httpStatusCode": 0, "isSuccess": true, "errorMessages": []} | {"type": "object", "properties": {"httpStatusCode": {"enum": [100, 101, 102, 103, 200, 201, 202, 203, 204, 205, 206, 207, 208, 226, 300, 301, 302, 303, 304, 305, 306, 307, 308, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 421, 422, 423, 424, 426, 428, 429, 431, 451, 500, 501, 502, 503, 504, 505, 506, 507, 508, 510, 511], "type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "isSuccess": {"type": "boolean"}, "errorMessages": {"type": ["array", "null"], "items": {"type": "string"}}, "data": {}}, "additionalProperties": false} |
|
87eb2e4b-07c4-4f5c-a5bb-684a5eb9dbb2/115b2a3a-e0da-492b-b02e-afa2399d0d1e/1/0 | Countries API | Provides information about countries.
You can get the list of all countries or you can search country by iso code. | null | /countries | 400 | null | {"type": "", "title": "", "status": 0, "detail": "", "instance": ""} | {"type": "object", "properties": {"type": {"type": ["string", "null"]}, "title": {"type": ["string", "null"]}, "status": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "detail": {"type": ["string", "null"]}, "instance": {"type": ["string", "null"]}}, "additionalProperties": {}} |
|
87eb2e4b-07c4-4f5c-a5bb-684a5eb9dbb2/115b2a3a-e0da-492b-b02e-afa2399d0d1e/2/0 | Countries API | Provides information about countries.
You can get the list of all countries or you can search country by iso code. | null | /countries | 404 | null | {"type": "", "title": "", "status": 0, "detail": "", "instance": ""} | {"type": "object", "properties": {"type": {"type": ["string", "null"]}, "title": {"type": ["string", "null"]}, "status": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "detail": {"type": ["string", "null"]}, "instance": {"type": ["string", "null"]}}, "additionalProperties": {}} |
|
87eb2e4b-07c4-4f5c-a5bb-684a5eb9dbb2/115b2a3a-e0da-492b-b02e-afa2399d0d1e/5/0 | Countries API | Provides information about countries.
You can get the list of all countries or you can search country by iso code. | null | /countries | 400 | null | {"type": "", "title": "", "status": 0, "detail": "", "instance": ""} | {"type": "object", "properties": {"type": {"type": ["string", "null"]}, "title": {"type": ["string", "null"]}, "status": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "detail": {"type": ["string", "null"]}, "instance": {"type": ["string", "null"]}}, "additionalProperties": {}} |
|
87eb2e4b-07c4-4f5c-a5bb-684a5eb9dbb2/115b2a3a-e0da-492b-b02e-afa2399d0d1e/6/0 | Countries API | Provides information about countries.
You can get the list of all countries or you can search country by iso code. | null | /countries | 404 | null | {"type": "", "title": "", "status": 0, "detail": "", "instance": ""} | {"type": "object", "properties": {"type": {"type": ["string", "null"]}, "title": {"type": ["string", "null"]}, "status": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "detail": {"type": ["string", "null"]}, "instance": {"type": ["string", "null"]}}, "additionalProperties": {}} |
|
87eb2e4b-07c4-4f5c-a5bb-684a5eb9dbb2/115b2a3a-e0da-492b-b02e-afa2399d0d1e/7/0 | Countries API | Provides information about countries.
You can get the list of all countries or you can search country by iso code. | null | /countries | 200 | null | {"httpStatusCode": 0, "isSuccess": true, "errorMessages": []} | {"type": "object", "properties": {"httpStatusCode": {"enum": [100, 101, 102, 103, 200, 201, 202, 203, 204, 205, 206, 207, 208, 226, 300, 301, 302, 303, 304, 305, 306, 307, 308, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 421, 422, 423, 424, 426, 428, 429, 431, 451, 500, 501, 502, 503, 504, 505, 506, 507, 508, 510, 511], "type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "isSuccess": {"type": "boolean"}, "errorMessages": {"type": ["array", "null"], "items": {"type": "string"}}, "data": {}}, "additionalProperties": false} |
|
15992f9c-a057-4563-9395-1555c5d32b0d/78b5fafc-8354-4e8f-96ee-623c12dde535/0/0 | Nearby Places | Get nearby establishments. | 8.2 | Nearby - (ArcGIS) | Returns nearby places sorted by distance from the origin coordinates in ascending order.
Only type values from /v2/types (ArcGIS) are valid.
Maximum returned places is 50. | 200 | Good results | {"status": "OK", "results": [{"location": {"lat": 49.277010000000075, "lng": -123.04406999999998}, "name": "Cafca Tacos & Tea", "address": "826 Renfrew St, Vancouver, British Columbia, V5K", "phone": "(604) 563-8523", "distanceMeter": 420.9054044964641}, {"location": {"lat": 49.28146000000004, "lng": -123.04705999999999}, "name": "Starbucks", "address": "Vancouver, British Columbia, V5K", "phone": "(604) 215-2424", "distanceMeter": 428.1566908329304}]} | {"type": "object", "properties": {"status": {"type": "string"}, "results": {"type": "array", "items": {"type": "object", "properties": {"location": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}, "name": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}, "distanceMeter": {"type": "number"}}}}}} |
15992f9c-a057-4563-9395-1555c5d32b0d/78b5fafc-8354-4e8f-96ee-623c12dde535/0/1 | Nearby Places | Get nearby establishments. | 8.2 | Nearby - (ArcGIS) | Returns nearby places sorted by distance from the origin coordinates in ascending order.
Only type values from /v2/types (ArcGIS) are valid.
Maximum returned places is 50. | 200 | No results | {"status": "ZERO_RESULTS", "message": "No results found. Try a larger radius.", "results": []} | {"type": "object", "properties": {"status": {"type": "string"}, "results": {"type": "array", "items": {"type": "object", "properties": {"location": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}, "name": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}, "distanceMeter": {"type": "number"}}}}}} |
15992f9c-a057-4563-9395-1555c5d32b0d/78b5fafc-8354-4e8f-96ee-623c12dde535/1/0 | Nearby Places | Get nearby establishments. | 8.2 | Nearby - (ArcGIS) | Returns nearby places sorted by distance from the origin coordinates in ascending order.
Only type values from /v2/types (ArcGIS) are valid.
Maximum returned places is 50. | 400 | Invalid Type | {"status": "BAD_REQUEST", "message": "Type parameter value entered is not supported"} | {"type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}}} |
15992f9c-a057-4563-9395-1555c5d32b0d/78b5fafc-8354-4e8f-96ee-623c12dde535/1/1 | Nearby Places | Get nearby establishments. | 8.2 | Nearby - (ArcGIS) | Returns nearby places sorted by distance from the origin coordinates in ascending order.
Only type values from /v2/types (ArcGIS) are valid.
Maximum returned places is 50. | 400 | Missing required params | {"status": "BAD_REQUEST", "message": "Missing required parameters: 'lat', 'lng'"} | {"type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}}} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.