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 |
|---|---|---|---|---|---|---|---|---|---|
8f803f38-7e29-4546-89c9-770ca4d6912f/98d42141-0eb6-4146-8f42-9175a1d0401b/0/0 | Australian postcode to suburb | Find out all the Australian suburbs using postcode. | 8 | Get a list of suburbs | This endpoint will return all matching suburbs for the passed postcode. The response also includes the state for each suburb and, if available, latitude and longitude for the suburb. | 200 | New Example | [{"suburb": "Barangaroo", "state": "NSW", "latitude": "-33.86051951", "longitude": "151.2015802"}, {"suburb": "Dawes Point", "state": "NSW", "latitude": "-33.85659644", "longitude": "151.2069524"}, {"suburb": "Haymarket", "state": "NSW", "latitude": "-33.88096124", "longitude": "151.2050073"}, {"suburb": "Millers Point... | {"type": "array", "items": {"type": "object", "properties": {"suburb": {"type": "string"}, "state": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}}}} |
8d5b1b9c-45bf-4e76-b9f3-a71276bd4d8e/1b5c5494-3571-4cd9-9ba6-9bb0824f8989/0/0 | IP Geolocation Metadata | Get all metadata from an IP address | 6.2 | IP-Locator | The API supports .csv, .xml and .json as output formats. | 200 | Response | {"ip": "92.223.89.73", "country_code": "LU", "country_name": "Luxemburgo", "region_code": "LU", "region_name": "", "city": "Luxemburgo", "zip_code": "L-1661", "time_zone": "Europe/Luxembourg", "latitude": 49.6113, "longitude": 6.1294, "metro_code": 0} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"ip": {"type": "string"}, "country_code": {"type": "string"}, "country_name": {"type": "string"}, "region_code": {"type": "string"}, "region_name": {"type": "string"}, "city": {"type": "string"}, "zip_code": {"type": "string"}, "time_zone": ... |
40516ec7-c4e9-4b88-8f47-42e1e0426568/230ac7d9-a341-41ee-9949-b6cbdf148e62/0/0 | GoApis Geocoding API | Goapis Geocoding API is an efficient and affordable alternative to Google Maps Geocoding API. It enables developers to convert addresses into coordinates and vice versa, for accurate location mapping and distance calculation. It's an ideal solution for businesses seeking a reliable geocoding service that can enhance th... | null | Geocding | Geocoding is the process of converting a physical address into geographic coordinates, such as latitude and longitude. It allows for the identification of a specific location on the Earth's surface, making it possible to map and analyze data spatially | 200 | Response | {"plus_code": {"compound_code": "QHFJ+X69 SoMa, San Francisco, CA, USA", "global_code": "849VQHFJ+X69"}, "results": [{"address_components": [{"long_name": "1500-1514", "short_name": "1500-1514", "types": ["street_number"]}, {"long_name": "Market Street", "short_name": "Market St", "types": ["route"]}, {"long_name": "Ci... | {"type": "object", "properties": {"plus_code": {"type": "object", "properties": {"compound_code": {"type": "string"}, "global_code": {"type": "string"}}}, "results": {"type": "array", "items": {"type": "object"}}, "status": {"type": "string"}}} |
372d5057-89c8-492c-8389-a063fe0a63ee/c2120746-3d14-4fd2-8953-4dabe899519e/0/0 | Lightbase Zip Codes | Find nearest cities, calculate distances between cities, get state, county and gps coords. | null | City Zip Codes | Get all zip codes within a city. | 200 | Response | {"Zips": ["98101", "98102", "98103", "98104", "98105", "98106", "98107", "98108", "98109", "98111", "98112", "98113", "98114", "98115", "98116", "98117", "98118", "98119", "98121", "98122", "98124", "98125", "98126", "98127", "98129", "98131", "98133", "98134", "98136", "98138", "98139", "98141", "98144", "98145", "981... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Zips": {"type": "array", "items": {"type": "string"}}}, "required": ["Zips"]} |
372d5057-89c8-492c-8389-a063fe0a63ee/bd21c88a-9294-4939-967f-0c291d10bc9d/0/0 | Lightbase Zip Codes | Find nearest cities, calculate distances between cities, get state, county and gps coords. | null | Distance Calculator | Calculate distance between two zip codes. | 200 | Response | {"Distance": 2400.1136569571404} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Distance": {"type": "number"}}, "required": ["Distance"]} |
372d5057-89c8-492c-8389-a063fe0a63ee/05c098c1-fa82-45bb-812a-0573e3a6d20b/0/0 | Lightbase Zip Codes | Find nearest cities, calculate distances between cities, get state, county and gps coords. | null | Find Nearest Cities | Find cities within a given radius. | 200 | Response | [{"City": "Mercer Island", "Co": "US", "Distance": 0, "State": "Washington", "Zip": "98040"}, {"City": "Seattle", "Co": "US", "Distance": 2.5542936999227615, "State": "Washington", "Zip": "98118"}, {"City": "Bellevue", "Co": "US", "Distance": 3.3996226270382013, "State": "Washington", "Zip": "98006"}, {"City": "Bellevu... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"City": {"type": "string"}, "Co": {"type": "string"}, "Distance": {"type": "number"}, "State": {"type": "string"}, "Zip": {"type": "string"}}, "required": ["City", "Co", "Distance", "State", "Zip"]}} |
372d5057-89c8-492c-8389-a063fe0a63ee/161feddf-374c-485d-86c4-6fddaab17e93/0/0 | Lightbase Zip Codes | Find nearest cities, calculate distances between cities, get state, county and gps coords. | null | Zip Code Info | Get city, state, county, region, and geo information for a zip code. | 200 | Response | {"Acc": 4, "C2": "033", "City": "Mercer Island", "Co": "US", "County": "King", "Lat": 47.5603, "Long": -122.2281, "R2": "", "Region": "", "S2": "WA", "State": "Washington", "Zip": "98040"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Acc": {"type": "integer"}, "C2": {"type": "string"}, "City": {"type": "string"}, "Co": {"type": "string"}, "County": {"type": "string"}, "Lat": {"type": "number"}, "Long": {"type": "number"}, "R2": {"type": "string"}, "Region": {"type": "st... |
f3979388-74ef-4bf9-9f33-3245ffc34f59/1326c0ff-12aa-475f-9d0a-cc13970b3901/0/0 | Location | Calculation operations for map locations such as measuring distance, area, center point, inside of polygon #location #map #distance #area
I’m on telegram chat me if there a problem/request
https://t.me/franc0jr | 5.8 | Convert Point to GeoJSON | Convert Point to GEOJSON Format | 200 | New Example | {"type": "Point", "coordinates": [55.792017, -2.087402]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["coordinates", "type"]} |
f3979388-74ef-4bf9-9f33-3245ffc34f59/fa351c4c-f47d-4353-81cf-88c10b7ec71a/0/0 | Location | Calculation operations for map locations such as measuring distance, area, center point, inside of polygon #location #map #distance #area
I’m on telegram chat me if there a problem/request
https://t.me/franc0jr | 5.8 | Calculate Distance | Calculate Between two point (lat, lng) with preferable unit (km/miles) | 200 | New Example | {"distance": 106894.177, "unit": "km"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"distance": {"type": "number"}, "unit": {"type": "string"}}, "required": ["distance", "unit"]} |
f3979388-74ef-4bf9-9f33-3245ffc34f59/566b0f4c-cf10-4cb7-8807-82c582f0622c/0/0 | Location | Calculation operations for map locations such as measuring distance, area, center point, inside of polygon #location #map #distance #area
I’m on telegram chat me if there a problem/request
https://t.me/franc0jr | 5.8 | Convert Point to Degrees | Convert Point to Degrees Format | 200 | New Example | {"coordinate": "02\u00b0 05' 15\" S 055\u00b0 47' 31\" E"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"coordinate": {"type": "string"}}, "required": ["coordinate"]} |
f3979388-74ef-4bf9-9f33-3245ffc34f59/418b71bf-3119-4354-b96d-0c8fd9962b3c/0/0 | Location | Calculation operations for map locations such as measuring distance, area, center point, inside of polygon #location #map #distance #area
I’m on telegram chat me if there a problem/request
https://t.me/franc0jr | 5.8 | Check Coordinate | Check is given lat, lng is inside Area of Polygon | 200 | New Example | {"is_inside": false, "nearest_distance": {"distance": 998.425, "distance_miles": 620.392, "distance_kilometers": 0.998, "coordinate": [-2.106628, 55.759577]}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"is_inside": {"type": "boolean"}, "nearest_distance": {"type": "object", "properties": {"distance": {"type": "number"}, "distance_miles": {"type": "number"}, "distance_kilometers": {"type": "number"}, "coordinate": {"type": "array", "items":... |
f3979388-74ef-4bf9-9f33-3245ffc34f59/d156a455-f7c1-4f7c-ad9e-668425df8acc/0/0 | Location | Calculation operations for map locations such as measuring distance, area, center point, inside of polygon #location #map #distance #area
I’m on telegram chat me if there a problem/request
https://t.me/franc0jr | 5.8 | Calculate Center Point | Calculate Center Point of Polygon GeoJson | 200 | New Example | {"lat": 52.57106038311583, "lng": -1.4777263179804274, "link": "https://www.google.com/maps/search/?api=1&query=52.571060383116,-1.4777263179804"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}, "link": {"type": "string"}}, "required": ["lat", "link", "lng"]} |
f3979388-74ef-4bf9-9f33-3245ffc34f59/2d19575e-0e5e-4dbf-91c0-e1bf89be57b9/0/0 | Location | Calculation operations for map locations such as measuring distance, area, center point, inside of polygon #location #map #distance #area
I’m on telegram chat me if there a problem/request
https://t.me/franc0jr | 5.8 | Calculate Area | Calculate Area of Polygon GeoJson in Meter, Km & Miles | 200 | New Example | {"area_in_miles": 85454.484, "area_in_meters": 137525703064.198, "area_in_kilometers": 137525.703064198} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"area_in_miles": {"type": "number"}, "area_in_meters": {"type": "number"}, "area_in_kilometers": {"type": "number"}}, "required": ["area_in_kilometers", "area_in_meters", "area_in_miles"]} |
53aa4eeee4b0b60946a2f323/5ad67f4ce4b084deb4eb04c2/0/0 | RedLine Zipcode | The Zip Code API provides the following functions: Distance Between Zip Code API - The API allows you to quickly and easily figure out the distance between zip codes.Zip Codes in Radius API - You can use this API to find all zip codes within a given radius from another zip code.Zip Code to City and State API and Zip Co... | 9.8 | Multiple Zip Codes to Location Information | Returns location information for multiple zip codes (up to 100). This information includes city, state, latitude, longitude, and time zone information. It also contains a list of other acceptable city names for the locations. Each zip code provided will count as a separate request. For example, if you send 5 zip cod... | 200 | Example_1 | {"08057": {"zip_code": "08057", "lat": 39.979676, "lng": -74.941163, "city": "Moorestown", "state": "NJ", "timezone": {"timezone_identifier": "America/New_York", "timezone_abbr": "EDT", "utc_offset_sec": -14400, "is_dst": "T"}, "acceptable_city_names": [{"city": "Lenola", "state": "NJ"}]}, "08055": {"zip_code": "08055"... | {"type": "object", "properties": {"08057": {"type": "object", "properties": {"zip_code": {"type": "string"}, "lat": {"type": "number"}, "lng": {"type": "number"}, "city": {"type": "string"}, "state": {"type": "string"}, "timezone": {"type": "object", "properties": {"timezone_identifier": {"type": "string"}, "timezone_a... |
53aa4eeee4b0b60946a2f323/5acea619e4b0a62b51d0ee5d/0/0 | RedLine Zipcode | The Zip Code API provides the following functions: Distance Between Zip Code API - The API allows you to quickly and easily figure out the distance between zip codes.Zip Codes in Radius API - You can use this API to find all zip codes within a given radius from another zip code.Zip Code to City and State API and Zip Co... | 9.8 | State to Zip Codes | Get all zip codes for a state. Each 10 zip codes returned are charged as separate request. For example, if the state you select returns 200 zip codes, you will be charged for 20 requests. | 200 | Example_1 | {"zip_codes": ["12345", "54321", "67890", "09876"]} | {"type": "object", "properties": {"zip_codes": {"type": "array", "items": {"type": "string"}}}} |
200962ef-ca01-432e-a95f-702a4be3617f/8eb61915-984b-41c8-97e6-101b4c294914/0/0 | Geocode address to location | Convert any address to a Lat/Lon location - parse, validate and format the address to store it in a database or show on a map. | 9.3 | Address completion | Address autocomplete endpoint for address forms. Send a part of an address and get address suggestions + their Latitude/Longitude coordinates. | 200 | Example_1 | {"features": [{"geometry": {"coordinates": [13.3888599, 52.5170365], "type": "Point"}, "type": "Feature", "properties": {"country": "Germany", "city": "Berlin", "postcode": "10117", "name": "Berlin", "state": "Berlin", "datasource": {"sourcename": "openstreetmap", "osm_id": 240109189, "osm_type": "N", "osm_key": "place... | {"type": "object", "properties": {"features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}}, "type": {"type": "string"}, "properties": {"type": "object", "properties":... |
200962ef-ca01-432e-a95f-702a4be3617f/7cd838c7-3c23-46fd-8c3f-6022314846d1/0/0 | Geocode address to location | Convert any address to a Lat/Lon location - parse, validate and format the address to store it in a database or show on a map. | 9.3 | Geocoding | Send a street address and get the corresponding latitude/longitude coordinates, address parts, and the formatted address. | 200 | Example_1 | {"features": [{"geometry": {"coordinates": [-73.98565461987332, 40.748428399999995], "type": "Point"}, "type": "Feature", "properties": {"country": "United States of America", "housenumber": "350", "city": "New York", "street": "5th Avenue", "postcode": "10018", "name": "Empire State Building", "state": "New York", "da... | {"type": "object", "properties": {"features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}}, "type": {"type": "string"}, "properties": {"type": "object", "properties":... |
655faf2c-4683-4195-92b8-b725ed7a15c0/d6f4fa64-5bb3-4106-9304-30990c21c0f4/0/0 | Dubai Makani | An official geographic addressing system in the emirates. | null | GetMakaniInfoFromCoordination | When entering the coordinate (latitude & longitude) for certain
location, this method/function will return building details (in case
this location falls inside a building), Makani details for the building
and latitude & longitude for each Makani Number. Makani
entrance(s) for the building can be plotted / pinned on an
... | 200 | Example_1 | {"status": 1, "message": "Done Successfully", "result": {"MAKANI_INFO": [{"ENT_NAME_E": "", "ENT_NAME_A": "", "ENT_NO": " ", "LATLNG": "25.26475,55.31154", "SHORT_URL": "http://www.makani.ae/q?l=E&m=29969 95333", "MAKANI": "29969 95333"}, {"ENT_NAME_E": "", "ENT_NAME_A": "", "ENT_NO": " ", "LATLNG": "25.26472,55.31202"... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "result": {"type": "object", "properties": {"MAKANI_INFO": {"type": "array", "items": {"type": "object", "properties": {"ENT_NAME_E": {"type": "string"}, "ENT_NAME_A": {"type": "s... |
74d3593d-a98a-42a9-8db8-5bb6a02305ee/230dc544-78ab-472d-a90c-510667b89738/0/0 | World Countries | An API that provides geolocation and country and city informations. | null | Cities Nearby | Returns Nearby Cities | 200 | Response | {"total": 11, "perPage": 10, "page": 1, "totalPages": 2, "nextPage": null, "prevPage": null, "radius": 25, "location": {"latitude": 55.11, "longitude": 37.02}, "data": [{"geonameid": 470195, "country": {"code": "RU", "name": "Russia"}, "currency": {"code": "RUB", "name": "Russian ruble"}, "latitude": 54.90928, "longitu... | {"type": "object", "properties": {"total": {"type": "integer"}, "perPage": {"type": "integer"}, "page": {"type": "integer"}, "totalPages": {"type": "integer"}, "nextPage": {"type": "null"}, "prevPage": {"type": "null"}, "radius": {"type": "integer"}, "location": {"type": "object", "properties": {"latitude": {"type": "n... |
74d3593d-a98a-42a9-8db8-5bb6a02305ee/51556d00-005c-428b-9294-64dc9bbf1fe0/0/0 | World Countries | An API that provides geolocation and country and city informations. | null | Countries List with details | Get list of countries with full details | 200 | Response | {"totalDocs": 235, "perPage": 10, "page": 1, "totalPages": 24, "nextPage": 2, "hasPrevPage": false, "prevPage": null, "data": [{"geonameid": 1149361, "area_size": "647500.00 sq. km", "capital": {"geonameid": 1138958, "name": "Kabul"}, "code": "AF", "continent": {"geonameid": "6255147", "code": "AS", "name": "Asia"}, "c... | {"type": "object", "properties": {"totalDocs": {"type": "integer"}, "perPage": {"type": "integer"}, "page": {"type": "integer"}, "totalPages": {"type": "integer"}, "nextPage": {"type": "integer"}, "hasPrevPage": {"type": "boolean"}, "prevPage": {"type": "null"}, "data": {"type": "array", "items": {"type": "object", "pr... |
74d3593d-a98a-42a9-8db8-5bb6a02305ee/dab5300e-56bd-45a5-97bf-545846d671c6/0/0 | World Countries | An API that provides geolocation and country and city informations. | null | Cities List By Country | Get the list of cities by country | 200 | Response | {"totalDocs": 30691, "perPage": 10, "page": 1, "totalPages": 3070, "nextPage": 2, "hasPrevPage": false, "prevPage": null, "countryCode": "FR", "data": [{"geonameid": 3038809, "country": {"code": "FR", "name": "France"}, "currency": {"code": "EUR", "name": "Euro"}, "latitude": 43.28916, "longitude": -0.09044, "name": "A... | {"type": "object", "properties": {"totalDocs": {"type": "integer"}, "perPage": {"type": "integer"}, "page": {"type": "integer"}, "totalPages": {"type": "integer"}, "nextPage": {"type": "integer"}, "hasPrevPage": {"type": "boolean"}, "prevPage": {"type": "null"}, "countryCode": {"type": "string"}, "data": {"type": "arra... |
74d3593d-a98a-42a9-8db8-5bb6a02305ee/de0529a4-2893-4517-98a9-55f6c239eda3/0/0 | World Countries | An API that provides geolocation and country and city informations. | null | Countries List | Get the list of countries | 200 | Response | {"totalDocs": 235, "perPage": 10, "page": 1, "totalPages": 24, "nextPage": 2, "hasPrevPage": false, "prevPage": null, "data": [{"code": "AF", "name": "Afghanistan"}, {"code": "AX", "name": "\u00c5land Islands"}, {"code": "AL", "name": "Albania"}, {"code": "DZ", "name": "Algeria"}, {"code": "AS", "name": "American Samoa... | {"type": "object", "properties": {"totalDocs": {"type": "integer"}, "perPage": {"type": "integer"}, "page": {"type": "integer"}, "totalPages": {"type": "integer"}, "nextPage": {"type": "integer"}, "hasPrevPage": {"type": "boolean"}, "prevPage": {"type": "null"}, "data": {"type": "array", "items": {"type": "object", "pr... |
74d3593d-a98a-42a9-8db8-5bb6a02305ee/4c8a6dce-2bf9-4f28-bf07-48ffec973470/0/0 | World Countries | An API that provides geolocation and country and city informations. | null | Cities List All Countries | Get the list of cities in world | 200 | Response | {"totalDocs": 129819, "perPage": 10, "page": 1, "totalPages": 12982, "nextPage": 2, "hasPrevPage": false, "prevPage": null, "data": [{"geonameid": 8265550, "country": {"code": "IL", "name": "Israel"}, "currency": {"code": "ILS", "name": "Israeli new shekel"}, "latitude": 32.78486, "longitude": 35.17282, "name": "'Adi",... | {"type": "object", "properties": {"totalDocs": {"type": "integer"}, "perPage": {"type": "integer"}, "page": {"type": "integer"}, "totalPages": {"type": "integer"}, "nextPage": {"type": "integer"}, "hasPrevPage": {"type": "boolean"}, "prevPage": {"type": "null"}, "data": {"type": "array", "items": {"type": "object", "pr... |
74d3593d-a98a-42a9-8db8-5bb6a02305ee/5dc4ea1e-5bab-4490-8e36-1172c6a9eecc/0/0 | World Countries | An API that provides geolocation and country and city informations. | null | Country Details | Get country details by code | 200 | Response | {"geonameid": 3017382, "area_size": "547030.00 sq. km", "capital": {"geonameid": 2988507, "name": "Paris"}, "code": "FR", "continent": {"geonameid": "6255148", "code": "EU", "name": "Europe"}, "currency": {"code": "EUR", "name": "Euro"}, "languages": [{"code": "fr", "name": "French language"}, {"code": "br", "name": "B... | {"type": "object", "properties": {"geonameid": {"type": "integer"}, "area_size": {"type": "string"}, "capital": {"type": "object", "properties": {"geonameid": {"type": "integer"}, "name": {"type": "string"}}}, "code": {"type": "string"}, "continent": {"type": "object", "properties": {"geonameid": {"type": "string"}, "c... |
74d3593d-a98a-42a9-8db8-5bb6a02305ee/24fd8ade-e811-41c0-a62d-a1732741c94f/0/0 | World Countries | An API that provides geolocation and country and city informations. | null | City Details | Get cyty details by geonameid | 200 | Response | {"geonameid": 784321, "country": {"code": "RS", "name": "Serbia"}, "currency": {"code": "RSD", "name": "Serbian dinar"}, "latitude": 43.69968, "longitude": 22.07275, "name": "Vla\u0161ko Polje", "population": 0, "timezone": "Europe/Belgrade"} | {"type": "object", "properties": {"geonameid": {"type": "integer"}, "country": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}, "currency": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}, "latitude": {"type": "number"}, "longitude": ... |
a35985dd-9d78-4935-b1ec-b41443b5e912/e7de2574-d493-47fa-a35d-97730fe0f24f/0/0 | Criminal Insights Nearby in São Paulo State | Consultation of criminal statistics for the São Paulo state nearby. | 7.5 | /api/v1/ocorrencia | Quantidade de ocorrências criminais agrupadas por rúbrica, registradas dentro do período de tempo especificado, num raio de 500m das coordenadas fornecidas. | 200 | Default | [{"rubrica": "Roubo (art. 157)", "qtd_total_ocorrencias": 35}, {"rubrica": "Furto (art. 155)", "qtd_total_ocorrencias": 29}, {"rubrica": "Perda/Extravio", "qtd_total_ocorrencias": 22}, {"rubrica": "Extors\u00e3o (art. 158)", "qtd_total_ocorrencias": 5}, {"rubrica": "Les\u00e3o corporal (art. 129)", "qtd_total_ocorrenci... | {"type": "array", "items": {"type": "object", "properties": {"rubrica": {"type": "string"}, "qtd_total_ocorrencias": {"type": "integer"}}}} |
a35985dd-9d78-4935-b1ec-b41443b5e912/0a5d1da6-6c15-49de-a74d-2893ec52c21b/0/0 | Criminal Insights Nearby in São Paulo State | Consultation of criminal statistics for the São Paulo state nearby. | 7.5 | /api/v1/ocorrencia/detail | Lista detalhada de ocorrências criminais registradas dentro do período de tempo especificado, num raio de 500m das coordenadas fornecidas. | 200 | Default | [{"_metadata": [], "rubrica": "Roubo (art. 157)", "__v": 0, "distancia": "18.65 m", "data_ocorrencia": "2023-03-27T05:35:00.000Z", "base_consulta": "celulares subtraidos"}, {"_metadata": [], "rubrica": "Roubo (art. 157)", "__v": 0, "distancia": "18.65 m", "data_ocorrencia": "2023-03-27T02:35:00.000Z", "base_consulta": ... | {"type": "array", "items": {"type": "object", "properties": {"_metadata": {"type": "array"}, "rubrica": {"type": "string"}, "__v": {"type": "integer"}, "distancia": {"type": "string"}, "data_ocorrencia": {"type": "string"}, "base_consulta": {"type": "string"}}}} |
4c519316-a06a-4e76-aa74-566790856b1c/67133ba1-b736-4c6d-a46f-f6157535d947/0/0 | IP | Get IP address in plain text or Json format. Returns the visitor IP address , useful for shell scripts or to find the external Internet routable address. | null | ip | Get IP address in plain text or Json format. Returns the visitor IP address , useful for shell scripts or to find the external Internet routable address. | 200 | Example_1 | {"ip": "67.230.162.132"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"ip": {"type": "string"}}, "required": ["ip"]} |
4c519316-a06a-4e76-aa74-566790856b1c/43b3b0c7-2406-4acf-ada9-c73537d1e794/0/0 | IP | Get IP address in plain text or Json format. Returns the visitor IP address , useful for shell scripts or to find the external Internet routable address. | null | location | offers a JSON IP and REST API allowing to get a visitor IP address and to query location information from any IP address | 200 | Example_1 | {"AccuracyRadius": 1000, "City": "Los Angeles", "Country": "United States", "CountryCode": "US", "IpAddress": "67.230.162.132", "Latitude": 34.0584, "Longitude": -118.278, "NetworkOperator": null, "PostCode": "90017", "Province": "California", "ProvinceCode": "CA"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"AccuracyRadius": {"type": "integer"}, "City": {"type": "string"}, "Country": {"type": "string"}, "CountryCode": {"type": "string"}, "IpAddress": {"type": "string"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "NetworkOp... |
ccaca309-0bca-47f5-8e14-bbec138ba658/a42a5968-13bc-4c01-bf90-fc184cc86c3d/0/0 | iknaia-dev | Realtime position tracking API for your user / customer | null | Create Session | This is the first and primary step to be taken, A session could last for 72 hours, you may delete the session after completion or the session will deleted automatically after the 72 hours time window passed. | 200 | Response | {"long_tracking_url": "https://tracker.iknaia.dev/?v=2&t=eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJleHBpcmVzSW4iOiIyNGgiLCJzZWVkIjoiUFdEQWFlaEhIVUhaZGFZYlYxN2o5VExON3RaeXNuN2NUelREQ2RvSlE3VFhQRUJzMGxiM0Fma3F0RHlpcmtwN3Q1bWc3b0JWd2hmZHZWekpQaEtwTUZLWEZQWHJFdUt1ekY3SHhYaDd1TTFFRmRzUDUyd0lNODJWT3FCSk90RVUiLCJzaWQiOiJlYjZlNj... | {"type": "object", "properties": {"long_tracking_url": {"type": "string", "description": "Long version URL for tracking"}, "session_id": {"type": "string", "description": "UUID-v4 generated id string for the current session"}, "session_token": {"type": "string", "description": "Save this token into a secure / encrypted... |
7e898c63-c89e-41e4-966d-780a060b70e7/2083bc18-144e-4662-96f1-e8d8cc7b8f10/0/0 | Zipcode Info - United States | Get information about all the US zipcodes | null | Get zip code information by passing zipcode in query | This endpoint provides you with complete information on a particular zip code | 400 | New Example | {"message": "success", "data": null} | {"type": "object", "properties": {"message": {"type": "string"}, "data": {"type": "null"}}} |
7e898c63-c89e-41e4-966d-780a060b70e7/2083bc18-144e-4662-96f1-e8d8cc7b8f10/1/0 | Zipcode Info - United States | Get information about all the US zipcodes | null | Get zip code information by passing zipcode in query | This endpoint provides you with complete information on a particular zip code | 200 | New Example | {"message": "success", "data": {"_id": "12345", "zipCodes": {"zip": "12325", "cities": [{"city": "Schenectady", "preferred": "P"}, {"city": "Glenville", "preferred": "A"}, {"city": "Schdy", "preferred": "N"}], "county": "Schenectady", "state": "NY", "country": "U", "area_code": "518", "fips": "36093", "time_zone": "EST... | {"type": "object", "properties": {"message": {"type": "string"}, "data": {"type": "object", "properties": {"_id": {"type": "string"}, "zipCodes": {"type": "object", "properties": {"zip": {"type": "string"}, "cities": {"type": "array", "items": {"type": "object", "properties": {"city": {"type": "string"}, "preferred": {... |
c0291462-3c7d-49b9-ac28-9d7d775f7322/07f188fd-0cb1-4815-ae90-44a84fcf5cf2/0/0 | Parse.Earth | Magic address parsing, from raw text to structured json, powered by ChatGPT ✨🌎✨ | null | Parse raw address | This endpoint takes a raw text address and returns structured json. Handles non Latin characters, spelling mistakes, and poorly ordered text, including no commas. | 200 | Example response | {"house_number": "41A", "road": "Castle Rd", "postcode": "CO1 1UN", "city": "Colchester", "country": "United Kingdom"} | {"type": "object", "properties": {"house_number": {"type": "string"}, "road": {"type": "string"}, "postcode": {"type": "string"}, "city": {"type": "string"}, "country": {"type": "string"}}} |
7e7f8bbd-1b66-4eda-9fe2-075cf36af62c/15547456-819b-4f47-bcd7-61d21902bffb/0/0 | India Pincode with Latitude and Longitude | Indian Pincode or Postal code API provides the 29 states and seven territories pincodes data with latitude and longitude details. You can get the nearby area of pincodes, pincodes by districts, distances between two pincodes, nearby area and distance between pincodes by latitude and longitude information. There are 20k... | 9.5 | PincodeDetails | The Pincode details including area name, state, latitude and longitude. | 200 | Response | [{"area": "Chennai", "district": "Chennai", "lat": 13.097147, "lng": 80.290666, "pincode": 600001, "state": "Tamilnadu"}, {"area": "Flower Bazaar", "district": "Chennai", "lat": 13.02233, "lng": 80.22503, "pincode": 600001, "state": "Tamilnadu"}] | {"items": {"properties": {"area": {"type": "string"}, "district": {"type": "string"}, "lat": {"type": "number"}, "lng": {"type": "number"}, "pincode": {"type": "integer"}, "state": {"type": "string"}}, "type": "object"}, "type": "array"} |
7e7f8bbd-1b66-4eda-9fe2-075cf36af62c/6685d18d-6c83-4ac2-99cd-23f95c3003c7/0/0 | India Pincode with Latitude and Longitude | Indian Pincode or Postal code API provides the 29 states and seven territories pincodes data with latitude and longitude details. You can get the nearby area of pincodes, pincodes by districts, distances between two pincodes, nearby area and distance between pincodes by latitude and longitude information. There are 20k... | 9.5 | GetDistricts | Get all the districts of the Indian states | 200 | Response | [{"district": "Ariyalur", "state": "Tamilnadu"}, {"district": "Chennai", "state": "Tamilnadu"}, {"district": "Coimbatore", "state": "Tamilnadu"}, {"district": "Cuddalore", "state": "Tamilnadu"}, {"district": "Dharmapuri", "state": "Tamilnadu"}, {"district": "Dindigul", "state": "Tamilnadu"}, {"district": "Erode", "stat... | {"items": {"properties": {"district": {"type": "string"}, "state": {"type": "string"}}, "type": "object"}, "type": "array"} |
7e7f8bbd-1b66-4eda-9fe2-075cf36af62c/2445fcae-d559-4c3e-8820-49df48997721/0/0 | India Pincode with Latitude and Longitude | Indian Pincode or Postal code API provides the 29 states and seven territories pincodes data with latitude and longitude details. You can get the nearby area of pincodes, pincodes by districts, distances between two pincodes, nearby area and distance between pincodes by latitude and longitude information. There are 20k... | 9.5 | DistanceBetweenTwoLat,Lng | This api returns the distance between two latitudes and longitudes | 200 | Response | {"distance": 246858.25, "unit": "meter"} | {"properties": {"distance": {"type": "number"}, "unit": {"type": "string"}}, "type": "object"} |
7e7f8bbd-1b66-4eda-9fe2-075cf36af62c/cb4b0c33-3a07-40c9-8dc7-5f697b18256b/0/0 | India Pincode with Latitude and Longitude | Indian Pincode or Postal code API provides the 29 states and seven territories pincodes data with latitude and longitude details. You can get the nearby area of pincodes, pincodes by districts, distances between two pincodes, nearby area and distance between pincodes by latitude and longitude information. There are 20k... | 9.5 | DistanceBetweenTwoPincodes | This api returns the distance between two Pincodes. | 200 | Response | {"distance": 13.66, "unit": "mile"} | {"items": {"default": "Andaman and Nicobar Islands", "description": "", "type": "string"}, "type": "array"} |
7e7f8bbd-1b66-4eda-9fe2-075cf36af62c/8c442e89-3812-42c7-abb9-6449457860fc/0/0 | India Pincode with Latitude and Longitude | Indian Pincode or Postal code API provides the 29 states and seven territories pincodes data with latitude and longitude details. You can get the nearby area of pincodes, pincodes by districts, distances between two pincodes, nearby area and distance between pincodes by latitude and longitude information. There are 20k... | 9.5 | DistrictofaPincode | The details of the given Pincode with latitude, longitude, area, district and state. | 200 | Response | {"district": "Chennai"} | {"properties": {"district": {"type": "string"}}, "type": "object"} |
7e7f8bbd-1b66-4eda-9fe2-075cf36af62c/3d6a0117-e4c2-429a-8769-2ff8c3b6d7a7/0/0 | India Pincode with Latitude and Longitude | Indian Pincode or Postal code API provides the 29 states and seven territories pincodes data with latitude and longitude details. You can get the nearby area of pincodes, pincodes by districts, distances between two pincodes, nearby area and distance between pincodes by latitude and longitude information. There are 20k... | 9.5 | NearByAreasByPincode | This api returns the neary areas details (including area name, district, city, latitude and longitude) of the nearby given Pincode. | 200 | Response | {"areas": [{"area": "Mannady (Chennai)", "distance": "0.13", "distance_unit": "mile", "district": "Chennai", "lat": 13.09645, "lng": 80.28893, "pincode": 600001, "state": "Tamilnadu"}, {"area": "Royapuram", "distance": "0.64", "distance_unit": "mile", "district": "Madurai", "lat": 13.10596, "lng": 80.2935, "pincode": 6... | {"properties": {"areas": {"items": {"properties": {"area": {"type": "string"}, "distance": {"type": "string"}, "distance_unit": {"type": "string"}, "district": {"type": "string"}, "lat": {"type": "number"}, "lng": {"type": "number"}, "pincode": {"type": "integer"}, "state": {"type": "string"}}, "type": "object"}, "type... |
7e7f8bbd-1b66-4eda-9fe2-075cf36af62c/24cac13e-662c-473c-9b59-6c9d82373fa1/0/0 | India Pincode with Latitude and Longitude | Indian Pincode or Postal code API provides the 29 states and seven territories pincodes data with latitude and longitude details. You can get the nearby area of pincodes, pincodes by districts, distances between two pincodes, nearby area and distance between pincodes by latitude and longitude information. There are 20k... | 9.5 | StateofaPincode | This api returns the State name of the given Pincode. | 200 | Response | {"state": "Tamilnadu"} | {"properties": {"state": {"type": "string"}}, "type": "object"} |
7e7f8bbd-1b66-4eda-9fe2-075cf36af62c/e29a0f33-1e6c-402b-ba82-a6a118f5ff0a/0/0 | India Pincode with Latitude and Longitude | Indian Pincode or Postal code API provides the 29 states and seven territories pincodes data with latitude and longitude details. You can get the nearby area of pincodes, pincodes by districts, distances between two pincodes, nearby area and distance between pincodes by latitude and longitude information. There are 20k... | 9.5 | ValidatePincode | This api validates the given Pincode and returns true or false. | 200 | Response | {"valid": true} | {"properties": {"valid": {"type": "boolean"}}, "type": "object"} |
7e7f8bbd-1b66-4eda-9fe2-075cf36af62c/60eeb63d-94c9-441e-a8b1-6ad65b5cea4d/0/0 | India Pincode with Latitude and Longitude | Indian Pincode or Postal code API provides the 29 states and seven territories pincodes data with latitude and longitude details. You can get the nearby area of pincodes, pincodes by districts, distances between two pincodes, nearby area and distance between pincodes by latitude and longitude information. There are 20k... | 9.5 | GetStates | Returns the list of all the states in India | 200 | Response | ["Andaman and Nicobar Islands", "Andhra Pradesh", "Arunachal Pradesh", "Assam", "Bihar", "Chandigarh", "Chhattisgarh", "Dadra and Nagar", "Delhi", "Goa", "Gujarat", "Haryana", "Himachal Pradesh", "Jammu and Kashmir", "Jharkhand", "Karnataka", "Kerala", "Ladakh", "Lakshadweep", "Madhya Pradesh", "Maharashtra", "Manipur"... | {"items": {"type": "string"}, "type": "array"} |
979656e0-55bc-4f87-a400-e1bf2b989165/0ec31328-352d-4bf7-a764-70064e57c244/0/0 | Greek TK | A list of all Greek postal codes by Street, City, and County | null | Get Postal code by City | Get Postal code by City | 200 | Response | [{"id": 1, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "3\u0397\u03a3 (\u0393') \u03a3\u0395\u03a0\u03a4\u0395\u039c\u0392\u03a1\u0399\u039f\u03a5", "Postal_code": "104 31"}, {"id": 2, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0391\u0393\u0399\u039f\u03a5 \u039a\u03a9\u039d\u03a3\u03a4\u0391\u039d\... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "City": {"type": "string"}, "Street": {"type": "string"}, "Postal_code": {"type": "string"}}, "required": ["City", "Postal_code", "Street", "id"]}} |
979656e0-55bc-4f87-a400-e1bf2b989165/973a26d7-bb02-4cec-869d-379ddcd225d1/0/0 | Greek TK | A list of all Greek postal codes by Street, City, and County | null | Get all postal code numbers by street, city, and county | Get all postal code numbers by street, city, and county | 200 | Response | [{"id": 1, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "3\u0397\u03a3 (\u0393') \u03a3\u0395\u03a0\u03a4\u0395\u039c\u0392\u03a1\u0399\u039f\u03a5", "Postal_code": "104 31"}, {"id": 2, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0391\u0393\u0399\u039f\u03a5 \u039a\u03a9\u039d\u03a3\u03a4\u0391\u039d\... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "City": {"type": "string"}, "Street": {"type": "string"}, "Postal_code": {"type": "string"}}, "required": ["City", "Postal_code", "Street", "id"]}} |
175a15fc-2bad-4f7b-a392-48654d7f19b0/d353d8cd-08d9-4b17-88c8-447cbe8daccc/0/0 | US Zip Code Information | The fastest API to access ZIP Code Information like City, State, County, AreaCode, Latitude, Longitude etc for a given zip code | 9.4 | Get ZIP Info | This Endpoint returns the zip information | 200 | Response | [{"ZipCode": "30043", "City": "LAWRENCEVILLE", "State": "GA", "County": "GWINNETT", "AreaCode": "770/678", "CityType": "P", "CityAliasAbbreviation": "", "CityAliasName": "LAWRENCEVILLE", "Latitude": "34.004652", "Longitude": "-84.013", "TimeZone": "5", "Elevation": "1121", "CountyFIPS": "135", "DayLightSaving": "Y", "P... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"ZipCode": {"type": "string"}, "City": {"type": "string"}, "State": {"type": "string"}, "County": {"type": "string"}, "AreaCode": {"type": "string"}, "CityType": {"type": "string"}, "CityAliasAbbreviation": {"type"... |
23690864-ecf5-4ffa-abb0-4cb62a2f6c68/61f70257-304c-46a3-907c-1b755a7ab938/0/0 | IP Lookup API | This api can be used to lookup on ip address from hostname,reverse ip address lookup, ip address location lookup, and retrieve client ip address. | 6.5 | ipv4 address location lookup | This request is used to lookup on an ipv4 location
Maximum length of hostnames addresses that are allowed is 20 | 200 | New Example | [{"success": true, "ipAddress": "74.6.143.26", "data": {"City": "Lockport", "Region": "New York (NY)", "Country": "United States (US)", "Continent": "North America (NA)", "Metro code": "514", "Coordinates": "43.1721 (lat) / -78.6913 (long)", "Time": "2023-11-09 06:22:34 (America/New_York)", "ipAddress": "74.6.143.26", ... | {"type": "array", "items": {"type": "object"}} |
23690864-ecf5-4ffa-abb0-4cb62a2f6c68/054c6079-f763-4ee1-bc8c-ad3195da43a0/0/0 | IP Lookup API | This api can be used to lookup on ip address from hostname,reverse ip address lookup, ip address location lookup, and retrieve client ip address. | 6.5 | reverse ipv4 address to hostname | This request is used to reverse an ipv4 address to hostname
Maximum length of ip addresses that are allowed is 20 | 200 | reverse ipv4 address | [{"success": false, "ipAddress": "de.204.29.69", "hostname": "provided ip address is not ipv4"}, {"success": false, "ipAddress": "2c0f:fb50:4003:802::200e", "hostname": "provided ip address is not ipv4"}, {"success": false, "ipAddress": "2c0f:fb50:4003:801::200e", "hostname": "provided ip address is not ipv4"}, {"succe... | {"type": "array", "items": {"type": "object"}} |
23690864-ecf5-4ffa-abb0-4cb62a2f6c68/41c3f274-b24a-4cdf-b860-9263a5248b50/0/0 | IP Lookup API | This api can be used to lookup on ip address from hostname,reverse ip address lookup, ip address location lookup, and retrieve client ip address. | 6.5 | hostnames to ip address | This request is used to convert from hostnames to ip address(both ipv4 address and ipv6 address).
Maximum length of hostnames addresses that are allowed is 50 | 200 | hostname to ip | [{"success": true, "hostname": "www.paypal.com", "ipaddress": ["146.75.41.21"]}, {"success": true, "hostname": "www.instagram.com", "ipaddress": ["31.13.70.174", "2a03:2880:f275:1e9:face:b00c:0:4420"]}, {"success": true, "hostname": "www.yahoo.com", "ipaddress": ["74.6.160.107", "69.147.80.12", "74.6.160.106", "69.147.... | {"type": "array", "items": {"type": "object"}} |
23690864-ecf5-4ffa-abb0-4cb62a2f6c68/4b0094fa-bcaf-4ab7-9050-375d8d8c78a5/0/0 | IP Lookup API | This api can be used to lookup on ip address from hostname,reverse ip address lookup, ip address location lookup, and retrieve client ip address. | 6.5 | hostnames to ipv6 address | This request is used to convert from hostnames to ipv6 address.
Maximum length of hostnames addresses that are allowed is 50 | 200 | hostname to ipv6 | [{"success": true, "hostname": "www.paypal.com", "ipaddress": []}, {"success": true, "hostname": "www.instagram.com", "ipaddress": ["2a03:2880:f20d:e5:face:b00c:0:4420"]}, {"success": true, "hostname": "www.yahoo.com", "ipaddress": ["2001:4998:64:800::6001", "2001:4998:c:900f::2001", "2001:4998:64:800::6000", "2001:499... | {"type": "array", "items": {"type": "object"}} |
23690864-ecf5-4ffa-abb0-4cb62a2f6c68/8659c34a-427d-4d7a-8f4a-f1091c4a1d59/0/0 | IP Lookup API | This api can be used to lookup on ip address from hostname,reverse ip address lookup, ip address location lookup, and retrieve client ip address. | 6.5 | hostnames to ipv4 address | This request is used to convert from hostnames to ipv4 address.
Maximum length of hostnames addresses that are allowed is 50 | 200 | hostnames to ipv4 | [{"success": true, "hostname": "www.paypal.com", "ipaddress": ["151.101.21.21"]}, {"success": true, "hostname": "www.instagram.com", "ipaddress": ["157.240.254.174"]}, {"success": true, "hostname": "www.yahoo.com", "ipaddress": ["69.147.80.15", "69.147.80.12", "74.6.160.107", "74.6.160.106"]}, {"success": true, "hostna... | {"type": "array", "items": {"type": "object"}} |
b9aef0ab-4917-423b-8c8e-50c090cec017/aefc6156-128e-4cd3-9f20-e546a5dacf43/0/0 | Find By UDPRN | “Find By UDPRN” API gets address for the specified UDPRN.
UDPRN stands for ‘Unique Delivery Point Reference Number. A UDPRN is a unique numeric code (e.g. 64983) for any premise on the Postcode Address File.
This API uses the latest PAF and Multiple Residence data from Royal Mail.UDPRN are unique identifiers for every ... | 0 | Find By UDPRN | “Find By UDPRN” API gets address for the specified UDPRN.
UDPRN stands for ‘Unique Delivery Point Reference Number. A UDPRN is a unique numeric code (e.g. 64983) for any premise on the Postcode Address File.
This API uses the latest PAF and Multiple Residence data from Royal Mail.UDPRN are unique identifiers for every ... | 200 | New Example | {"status": 200, "message": "Success", "result": {"building_number": " ", "premise": "Houses Of Parliament", "building_name": "Houses Of Parliament", "sub_building_name": "", "organisation_name": "House Of Commons", "line_1": "House Of Commons", "line_2": "Houses Of Parliament", "line_3": "", "postcode": "SW1A 0AA", "th... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "result": {"type": "object", "properties": {"building_number": {"type": "string"}, "premise": {"type": "string"}, "building_name": {"type": "string"}, "sub_building_name": {"type"... |
8166120e-19f6-4abb-ad0e-4eeab284cee8/endpoint_170899f5-31b8-4ae8-a1b8-62430d8c9799/0/0 | APIItaly | API to obtain official informations about cities, provinces and regions of Italy | null | Region | Obtain all italian regions | 200 | Response | [{"geo": "Nord-ovest", "geoCode": 1, "region": "Piemonte", "regionID": "01"}, {"geo": "Nord-ovest", "geoCode": 1, "region": "Valle d'Aosta/Vall\u00e9e d'Aoste", "regionID": "02"}, {"geo": "Nord-ovest", "geoCode": 1, "region": "Lombardia", "regionID": "03"}, {"geo": "Nord-est", "geoCode": 2, "region": "Trentino-Alto Adi... | {"items": {"properties": {"geo": {"type": "string"}, "geoCode": {"type": "integer"}, "region": {"type": "string"}, "regionID": {"type": "string"}}, "type": "object"}, "type": "array"} |
8166120e-19f6-4abb-ad0e-4eeab284cee8/endpoint_f0ac2555-2b5b-42d8-ab0f-dc44274e6cd6/0/0 | APIItaly | API to obtain official informations about cities, provinces and regions of Italy | null | ProvinceID | Obtain a specific italian province with provinceID | 200 | ProvinceID | {"carCode": "MI", "geo": "Nord-ovest", "geoCode": 1, "province": "Milano", "provinceID": "015", "region": "Lombardia", "regionID": "03"} | {"properties": {"carCode": {"type": "string"}, "geo": {"type": "string"}, "geoCode": {"type": "integer"}, "province": {"type": "string"}, "provinceID": {"type": "string"}, "region": {"type": "string"}, "regionID": {"type": "string"}}, "type": "object"} |
8166120e-19f6-4abb-ad0e-4eeab284cee8/endpoint_ae86b1e3-0246-4b02-9521-327647c76e39/0/0 | APIItaly | API to obtain official informations about cities, provinces and regions of Italy | null | RegionID | Obtain a specific italian region with regionID | 200 | region/regionID | {"geo": "Nord-ovest", "geoCode": 1, "region": "Lombardia", "regionID": "03"} | {"properties": {"geo": {"type": "string"}, "geoCode": {"type": "integer"}, "region": {"type": "string"}, "regionID": {"type": "string"}}, "type": "object"} |
8166120e-19f6-4abb-ad0e-4eeab284cee8/endpoint_b2812938-4401-49e2-aa1c-2538bfcec865/0/0 | APIItaly | API to obtain official informations about cities, provinces and regions of Italy | null | Province/Region/RegionID | Obtain a specific italian province with regionID | 200 | Response | [{"carCode": "VA", "geo": "Nord-ovest", "geoCode": 1, "province": "Varese", "provinceID": "012", "region": "Lombardia", "regionID": "03"}, {"carCode": "CO", "geo": "Nord-ovest", "geoCode": 1, "province": "Como", "provinceID": "013", "region": "Lombardia", "regionID": "03"}, {"carCode": "SO", "geo": "Nord-ovest", "geoCo... | {"properties": {"carCode": {"type": "string"}, "geo": {"type": "string"}, "geoCode": {"type": "integer"}, "province": {"type": "string"}, "provinceID": {"type": "string"}, "region": {"type": "string"}, "regionID": {"type": "string"}}, "type": "object"} |
8166120e-19f6-4abb-ad0e-4eeab284cee8/endpoint_edbe1229-8b37-46f3-ade8-3b72bae10347/0/0 | APIItaly | API to obtain official informations about cities, provinces and regions of Italy | null | City/CityID | Obtain a specific italian city with cityID | 200 | Response | {"NUTS1": "ITC", "NUTS2(3)": "ITC4", "NUTS3": "ITC4C", "capitalCity": 1, "carCode": "MI", "city": "Milano", "cityAlphaCode": "015146", "cityCatCode": "F205", "cityID": 15146, "cityID1995_2005": 15146, "cityID2006_2009": 15146, "cityID2010_2016": 15146, "cityIT": "Milano", "geo": "Nord-ovest", "geoCode": 1, "population"... | {"properties": {"NUTS1": {"type": "string"}, "NUTS2(3)": {"type": "string"}, "NUTS3": {"type": "string"}, "capitalCity": {"type": "integer"}, "carCode": {"type": "string"}, "city": {"type": "string"}, "cityAlphaCode": {"type": "string"}, "cityCatCode": {"type": "string"}, "cityID": {"type": "integer"}, "cityID1995_2005... |
8166120e-19f6-4abb-ad0e-4eeab284cee8/endpoint_c432cd23-51ec-40b1-aa56-9347c412ac68/0/0 | APIItaly | API to obtain official informations about cities, provinces and regions of Italy | null | City/Region/RegionID | Obtain italian cities with a specific region | 200 | Response | [{"NUTS1": "ITC", "NUTS2(3)": "ITC4", "NUTS3": "ITC41", "capitalCity": 0, "carCode": "VA", "city": "Agra", "cityAlphaCode": "012001", "cityCatCode": "A085", "cityID": 12001, "cityID1995_2005": 12001, "cityID2006_2009": 12001, "cityID2010_2016": 12001, "cityIT": "Agra", "geo": "Nord-ovest", "geoCode": 1, "population": 3... | {"items": {"properties": {"NUTS1": {"type": "string"}, "NUTS2(3)": {"type": "string"}, "NUTS3": {"type": "string"}, "capitalCity": {"type": "integer"}, "carCode": {"type": "string"}, "city": {"type": "string"}, "cityAlphaCode": {"type": "string"}, "cityCatCode": {"type": "string"}, "cityID": {"type": "integer"}, "cityI... |
8166120e-19f6-4abb-ad0e-4eeab284cee8/endpoint_16037b54-955f-4309-abea-e091b8e7b97f/0/0 | APIItaly | API to obtain official informations about cities, provinces and regions of Italy | null | City/Province/ProvinceID | Obtain italian cities with a specific province | 200 | Response | [{"NUTS1": "ITC", "NUTS2(3)": "ITC4", "NUTS3": "ITC4C", "capitalCity": 0, "carCode": "MI", "city": "Abbiategrasso", "cityAlphaCode": "015002", "cityCatCode": "A010", "cityID": 15002, "cityID1995_2005": 15002, "cityID2006_2009": 15002, "cityID2010_2016": 15002, "cityIT": "Abbiategrasso", "geo": "Nord-ovest", "geoCode": ... | {"items": {"properties": {"NUTS1": {"type": "string"}, "NUTS2(3)": {"type": "string"}, "NUTS3": {"type": "string"}, "capitalCity": {"type": "integer"}, "carCode": {"type": "string"}, "city": {"type": "string"}, "cityAlphaCode": {"type": "string"}, "cityCatCode": {"type": "string"}, "cityID": {"type": "integer"}, "cityI... |
8166120e-19f6-4abb-ad0e-4eeab284cee8/endpoint_88f6de3f-f3f8-46b6-a465-c4bd8a2ca952/0/0 | APIItaly | API to obtain official informations about cities, provinces and regions of Italy | null | Province | Obtain all italian provinces | 200 | Province | {"carCode": "TO", "geo": "Nord-ovest", "geoCode": 1, "province": "Torino", "provinceID": "001", "region": "Piemonte", "regionID": "01"} | {"properties": {"carCode": {"type": "string"}, "geo": {"type": "string"}, "geoCode": {"type": "integer"}, "province": {"type": "string"}, "provinceID": {"type": "string"}, "region": {"type": "string"}, "regionID": {"type": "string"}}, "type": "object"} |
8166120e-19f6-4abb-ad0e-4eeab284cee8/endpoint_e542c601-f84d-47bf-a5df-cec8b53fc785/0/0 | APIItaly | API to obtain official informations about cities, provinces and regions of Italy | null | Region/Geocode/GeocodeID | Obtain italian regions with geographic coordinates. | 200 | Response | [{"geo": "Nord-est", "geoCode": 2, "region": "Trentino-Alto Adige/S\u00fcdtirol", "regionID": "04"}, {"geo": "Nord-est", "geoCode": 2, "region": "Veneto", "regionID": "05"}, {"geo": "Nord-est", "geoCode": 2, "region": "Friuli-Venezia Giulia", "regionID": "06"}, {"geo": "Nord-est", "geoCode": 2, "region": "Emilia-Romagn... | {"items": {"properties": {"geo": {"type": "string"}, "geoCode": {"type": "integer"}, "region": {"type": "string"}, "regionID": {"type": "string"}}, "type": "object"}, "type": "array"} |
8166120e-19f6-4abb-ad0e-4eeab284cee8/endpoint_2c859239-86c4-473d-a441-32b8ff5069fd/0/0 | APIItaly | API to obtain official informations about cities, provinces and regions of Italy | null | Province/Select/Carcode | Obtain all italian province car codes | 200 | Response | [{"carCode": "TO", "province": "Torino", "provinceID": "001", "region": "Piemonte", "regionID": "01"}, {"carCode": "VC", "province": "Vercelli", "provinceID": "002", "region": "Piemonte", "regionID": "01"}, {"carCode": "NO", "province": "Novara", "provinceID": "003", "region": "Piemonte", "regionID": "01"}, {"carCode":... | {"items": {"properties": {"carCode": {"type": "string"}, "province": {"type": "string"}, "provinceID": {"type": "string"}, "region": {"type": "string"}, "regionID": {"type": "string"}}, "type": "object"}, "type": "array"} |
8166120e-19f6-4abb-ad0e-4eeab284cee8/endpoint_a78641ea-b4e6-4677-83e9-a3a8880eae51/0/0 | APIItaly | API to obtain official informations about cities, provinces and regions of Italy | null | City/Select/Carcode/Region/RegionId | Obtain all italian cities car codes with a specific region bt regionID | 200 | Response | [{"carCode": "VR", "city": "Affi", "cityID": 23001, "province": "Verona", "provinceID": "023", "region": "Veneto", "regionID": "05"}, {"carCode": "VI", "city": "Agugliaro", "cityID": 24001, "province": "Vicenza", "provinceID": "024", "region": "Veneto", "regionID": "05"}, {"carCode": "BL", "city": "Agordo", "cityID": 2... | {"items": {"properties": {"carCode": {"type": "string"}, "city": {"type": "string"}, "cityID": {"type": "integer"}, "province": {"type": "string"}, "provinceID": {"type": "string"}, "region": {"type": "string"}, "regionID": {"type": "string"}}, "type": "object"}, "type": "array"} |
8166120e-19f6-4abb-ad0e-4eeab284cee8/endpoint_8c3cc53f-ad1c-4287-8eb1-340ac3843526/0/0 | APIItaly | API to obtain official informations about cities, provinces and regions of Italy | null | Province/Geocode/GeocodeID | Obtain italian provinces with geographic coordinates. | 200 | Response | [{"carCode": "BZ", "geo": "Nord-est", "geoCode": 2, "province": "Bolzano/Bozen", "provinceID": "021", "region": "Trentino-Alto Adige/S\u00fcdtirol", "regionID": "04"}, {"carCode": "TN", "geo": "Nord-est", "geoCode": 2, "province": "Trento", "provinceID": "022", "region": "Trentino-Alto Adige/S\u00fcdtirol", "regionID":... | {"items": {"properties": {"carCode": {"type": "string"}, "geo": {"type": "string"}, "geoCode": {"type": "integer"}, "province": {"type": "string"}, "provinceID": {"type": "string"}, "region": {"type": "string"}, "regionID": {"type": "string"}}, "type": "object"}, "type": "array"} |
8166120e-19f6-4abb-ad0e-4eeab284cee8/endpoint_018e9f03-664e-46a8-a387-7eee869844e8/0/0 | APIItaly | API to obtain official informations about cities, provinces and regions of Italy | null | Province/Select/Carcode/Region/RegionId | Obtain italian car codes with a specific region | 200 | Response | [{"carCode": "VR", "province": "Verona", "provinceID": "023", "region": "Veneto", "regionID": "05"}, {"carCode": "VI", "province": "Vicenza", "provinceID": "024", "region": "Veneto", "regionID": "05"}, {"carCode": "BL", "province": "Belluno", "provinceID": "025", "region": "Veneto", "regionID": "05"}, {"carCode": "TV",... | {"items": {"properties": {"carCode": {"type": "string"}, "province": {"type": "string"}, "provinceID": {"type": "string"}, "region": {"type": "string"}, "regionID": {"type": "string"}}, "type": "object"}, "type": "array"} |
8166120e-19f6-4abb-ad0e-4eeab284cee8/endpoint_b7493e16-601d-4f8a-8ccc-2c19040fca95/0/0 | APIItaly | API to obtain official informations about cities, provinces and regions of Italy | null | City/Select/Carcode/Province/ProvinceId | Obtain all italian cities car codes with a specific province by provinceID | 200 | Response | [{"carCode": "TV", "city": "Altivole", "cityID": 26001, "province": "Treviso", "provinceID": "026", "region": "Veneto", "regionID": "05"}] | {"items": {"properties": {"carCode": {"type": "string"}, "city": {"type": "string"}, "cityID": {"type": "integer"}, "province": {"type": "string"}, "provinceID": {"type": "string"}, "region": {"type": "string"}, "regionID": {"type": "string"}}, "type": "object"}, "type": "array"} |
8166120e-19f6-4abb-ad0e-4eeab284cee8/endpoint_9126c7fa-e424-429a-bed4-c19bc25c6e64/0/0 | APIItaly | API to obtain official informations about cities, provinces and regions of Italy | null | Province/Query/Search | Obtain italian provinces using query string | 404 | Response | [{"geo": "Nord-est", "geoCode": 2, "region": "Veneto", "regionID": "05"}] | {"items": {"properties": {"geo": {"type": "string"}, "geoCode": {"type": "integer"}, "region": {"type": "string"}, "regionID": {"type": "string"}}, "type": "object"}, "type": "array"} |
8166120e-19f6-4abb-ad0e-4eeab284cee8/endpoint_fcde70d1-c74b-4821-8b9f-3ec16699918d/0/0 | APIItaly | API to obtain official informations about cities, provinces and regions of Italy | null | City/Geocode/GeocodeID | Obtain italian cities with geographic coordinates. | 200 | Response | [{"NUTS1": "ITH", "NUTS2(3)": "ITH1", "NUTS3": "ITH10", "capitalCity": 0, "carCode": "BZ", "city": "Aldino/Aldein", "cityAlphaCode": "021001", "cityCatCode": "A179", "cityID": 21001, "cityID1995_2005": 21001, "cityID2006_2009": 21001, "cityID2010_2016": 21001, "cityIT": "Aldino", "citySTRA": "Aldein", "geo": "Nord-est"... | {"items": {"type": "object"}, "type": "array"} |
8166120e-19f6-4abb-ad0e-4eeab284cee8/endpoint_81232ad6-b9c8-40f3-a3a7-f28f8d89096a/0/0 | APIItaly | API to obtain official informations about cities, provinces and regions of Italy | null | Province/Select/Only/Carcode | Obtain all italian province car codes | 200 | Response | [{"carCode": "TO"}, {"carCode": "VC"}, {"carCode": "NO"}, {"carCode": "CN"}, {"carCode": "AT"}, {"carCode": "AL"}, {"carCode": "BI"}, {"carCode": "VB"}, {"carCode": "AO"}, {"carCode": "VA"}, {"carCode": "CO"}, {"carCode": "SO"}, {"carCode": "MI"}, {"carCode": "BG"}, {"carCode": "BS"}, {"carCode": "PV"}, {"carCode": "CR... | {"items": {"properties": {"carCode": {"type": "string"}}, "type": "object"}, "type": "array"} |
8166120e-19f6-4abb-ad0e-4eeab284cee8/endpoint_c837c3c8-de22-4a79-995c-a825c5c43cd4/0/0 | APIItaly | API to obtain official informations about cities, provinces and regions of Italy | null | City/Select/Capital/Region/RegionId | Obtain italian capital cities with a specific region | 200 | Response | [{"NUTS1": "ITH", "NUTS2(3)": "ITH3", "NUTS3": "ITH31", "capitalCity": 1, "carCode": "VR", "city": "Verona", "cityAlphaCode": "023091", "cityCatCode": "L781", "cityID": 23091, "cityID1995_2005": 23091, "cityID2006_2009": 23091, "cityID2010_2016": 23091, "cityIT": "Verona", "geo": "Nord-est", "geoCode": 2, "population":... | {"items": {"properties": {"NUTS1": {"type": "string"}, "NUTS2(3)": {"type": "string"}, "NUTS3": {"type": "string"}, "capitalCity": {"type": "integer"}, "carCode": {"type": "string"}, "city": {"type": "string"}, "cityAlphaCode": {"type": "string"}, "cityCatCode": {"type": "string"}, "cityID": {"type": "integer"}, "cityI... |
8166120e-19f6-4abb-ad0e-4eeab284cee8/endpoint_580fff60-13fa-4b83-8c2e-03d49562b59b/0/0 | APIItaly | API to obtain official informations about cities, provinces and regions of Italy | null | City/Select/Carcode | Obtain all italian cities car codes | 200 | Response | [{"carCode": "TO", "city": "Agli\u00e8", "cityID": 1001, "province": "Torino", "provinceID": "001", "region": "Piemonte", "regionID": "01"}, {"carCode": "VC", "city": "Alagna Valsesia", "cityID": 2002, "province": "Vercelli", "provinceID": "002", "region": "Piemonte", "regionID": "01"}, {"carCode": "NO", "city": "Agrat... | {"items": {"properties": {"carCode": {"type": "string"}, "city": {"type": "string"}, "cityID": {"type": "integer"}, "province": {"type": "string"}, "provinceID": {"type": "string"}, "region": {"type": "string"}, "regionID": {"type": "string"}}, "type": "object"}, "type": "array"} |
8166120e-19f6-4abb-ad0e-4eeab284cee8/endpoint_3a123263-8b65-420c-9576-ab33a8cfab83/0/0 | APIItaly | API to obtain official informations about cities, provinces and regions of Italy | null | City/Select/Capital | Obtain italian Capital Cities | 200 | Response | [{"NUTS1": "ITC", "NUTS2(3)": "ITC1", "NUTS3": "ITC11", "capitalCity": 1, "carCode": "TO", "city": "Torino", "cityAlphaCode": "001272", "cityCatCode": "L219", "cityID": 1272, "cityID1995_2005": 1272, "cityID2006_2009": 1272, "cityID2010_2016": 1272, "cityIT": "Torino", "geo": "Nord-ovest", "geoCode": 1, "population": 8... | {"items": {"type": "object"}, "type": "array"} |
8166120e-19f6-4abb-ad0e-4eeab284cee8/endpoint_94bc7d7d-9568-44bf-8ff3-0af4d2648632/0/0 | APIItaly | API to obtain official informations about cities, provinces and regions of Italy | null | City/Query/Search | Obtain italian cities using query string | 404 | Response | [{"geo": "Nord-est", "geoCode": 2, "region": "Veneto", "regionID": "05"}] | {"items": {"properties": {"geo": {"type": "string"}, "geoCode": {"type": "integer"}, "region": {"type": "string"}, "regionID": {"type": "string"}}, "type": "object"}, "type": "array"} |
8166120e-19f6-4abb-ad0e-4eeab284cee8/endpoint_94bc7d7d-9568-44bf-8ff3-0af4d2648632/1/0 | APIItaly | API to obtain official informations about cities, provinces and regions of Italy | null | City/Query/Search | Obtain italian cities using query string | 304 | Response | [{"carCode": "PV", "geo": "Nord-ovest", "geoCode": 1, "province": "Pavia", "provinceID": "018", "region": "Lombardia", "regionID": "03"}] | {"items": {"properties": {"carCode": {"type": "string"}, "geo": {"type": "string"}, "geoCode": {"type": "integer"}, "province": {"type": "string"}, "provinceID": {"type": "string"}, "region": {"type": "string"}, "regionID": {"type": "string"}}, "type": "object"}, "type": "array"} |
8166120e-19f6-4abb-ad0e-4eeab284cee8/endpoint_94bc7d7d-9568-44bf-8ff3-0af4d2648632/2/0 | APIItaly | API to obtain official informations about cities, provinces and regions of Italy | null | City/Query/Search | Obtain italian cities using query string | 200 | Response | [{"NUTS1": "ITC", "NUTS2(3)": "ITC4", "NUTS3": "ITC48", "capitalCity": 1, "carCode": "PV", "city": "Pavia", "cityAlphaCode": "018110", "cityCatCode": "G388", "cityID": 18110, "cityID1995_2005": 18110, "cityID2006_2009": 18110, "cityID2010_2016": 18110, "cityIT": "Pavia", "geo": "Nord-ovest", "geoCode": 1, "population":... | {"items": {"properties": {"NUTS1": {"type": "string"}, "NUTS2(3)": {"type": "string"}, "NUTS3": {"type": "string"}, "capitalCity": {"type": "integer"}, "carCode": {"type": "string"}, "city": {"type": "string"}, "cityAlphaCode": {"type": "string"}, "cityCatCode": {"type": "string"}, "cityID": {"type": "integer"}, "cityI... |
8166120e-19f6-4abb-ad0e-4eeab284cee8/endpoint_60f87141-cc09-4212-85a4-d18b354c77f7/0/0 | APIItaly | API to obtain official informations about cities, provinces and regions of Italy | null | City/Select/Only/Carcode | Obtain all italian cities car codes | 200 | Response | [{"carCode": "TO"}, {"carCode": "VC"}, {"carCode": "NO"}, {"carCode": "CN"}, {"carCode": "AT"}, {"carCode": "AL"}, {"carCode": "BI"}, {"carCode": "VB"}, {"carCode": "AO"}, {"carCode": "VA"}, {"carCode": "CO"}, {"carCode": "SO"}, {"carCode": "MI"}, {"carCode": "BG"}, {"carCode": "BS"}, {"carCode": "PV"}, {"carCode": "CR... | {"items": {"properties": {"carCode": {"type": "string"}}, "type": "object"}, "type": "array"} |
8166120e-19f6-4abb-ad0e-4eeab284cee8/endpoint_e286e32b-f7e4-425f-bccc-252f95499002/0/0 | APIItaly | API to obtain official informations about cities, provinces and regions of Italy | null | City/Select/Capital/Province/ProvinceId | Obtain italian capital cities with a specific province | 200 | Response | [{"NUTS1": "ITH", "NUTS2(3)": "ITH3", "NUTS3": "ITH34", "capitalCity": 1, "carCode": "TV", "city": "Treviso", "cityAlphaCode": "026086", "cityCatCode": "L407", "cityID": 26086, "cityID1995_2005": 26086, "cityID2006_2009": 26086, "cityID2010_2016": 26086, "cityIT": "Treviso", "geo": "Nord-est", "geoCode": 2, "population... | {"items": {"properties": {"NUTS1": {"type": "string"}, "NUTS2(3)": {"type": "string"}, "NUTS3": {"type": "string"}, "capitalCity": {"type": "integer"}, "carCode": {"type": "string"}, "city": {"type": "string"}, "cityAlphaCode": {"type": "string"}, "cityCatCode": {"type": "string"}, "cityID": {"type": "integer"}, "cityI... |
10560948-e5fd-49ca-a82b-64ba02a6522c/e5282669-4d8f-4be3-ba96-5b001b7d6d4c/0/0 | Get All Cities | Get all cities present in a country | 0 | Get Cities | This endpoint will fetch an object with "cities" as key, and a STRING value of all cities (using CSV) after a request is made. (URL/{country}) | 200 | Response | {"cities": "Dubai,Sharjah,Abu Dhabi,Al `Ayn,Ra's al Khaymah,Al Fujayrah,Umm al Qaywayn,`Ajman"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"cities": {"type": "string"}}, "required": ["cities"]} |
b09186cc-916f-4eea-bc0b-69c28731ff64/67e90e5f-9bc3-433a-885c-c5586a633ed5/0/0 | newgeo | Tell us your preferred distance from key locations, and we'll use our algorithms to find areas that perfectly match your requirements. | 7.4 | search | Returns areas matching all distance requirements. | 200 | Example_1 | {"input_parameters": {"search_area_lat_lng": {"lat": 56.97407696541117, "lng": 9.850202168249963}, "max_distance_to_bus_stop": "500", "max_distance_to_motorway_access": "3000", "max_distance_to_park": "2000", "max_distance_to_school": "1000", "max_distance_to_supermarket": "1000", "max_distance_to_train_station": "3000... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"input_parameters": {"type": "object", "properties": {"search_area_lat_lng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "max_distance_to_bus_stop": {"type": "string"}... |
b09186cc-916f-4eea-bc0b-69c28731ff64/67e90e5f-9bc3-433a-885c-c5586a633ed5/1/0 | newgeo | Tell us your preferred distance from key locations, and we'll use our algorithms to find areas that perfectly match your requirements. | 7.4 | search | Returns areas matching all distance requirements. | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
bc5dcbe2-4867-4ce1-99e1-ce93d91221ea/bb8f70bd-e07c-44fc-934d-4adb4402a277/0/0 | IP Geolocation | Locate and identify website visitors' info (latitude, logintude, connection, currency, timezone etc...) by IP address. | null | Geo location endpoint | Get geolocation endpoint | 200 | New Example | {"ip": "5.197.252.85", "hostname": "", "type": "ipv", "continent_code": "AS", "continent_name": "Asia", "country_code2": "AZ", "country_code3": "AZE", "country_name": "Azerbaijan", "region_name": "Baki", "city": "Artyom", "zip": "AZ 0100", "latitude": "40.472259521484375", "longitude": "50.333038330078125", "location":... | {"type": "object", "properties": {"ip": {"type": "string"}, "hostname": {"type": "string"}, "type": {"type": "string"}, "continent_code": {"type": "string"}, "continent_name": {"type": "string"}, "country_code2": {"type": "string"}, "country_code3": {"type": "string"}, "country_name": {"type": "string"}, "region_name":... |
c683c13d-e42e-4274-a7a2-83b8e91a0464/47163a32-af41-4955-b240-8011dcab33d9/0/0 | ipwhois | ipwhois focused on retrieving and parsing whois data for IPv4 and IPv6 addresses. | null | ipwhois | ipwhois info | 200 | New Example | {"nir": null, "asn_registry": "apnic", "asn": "13335", "asn_cidr": "1.0.0.0/24", "asn_country_code": "AU", "asn_date": "2011-08-11", "asn_description": "CLOUDFLARENET, US", "query": "1.0.0.255", "network": {"handle": "1.0.0.0 - 1.0.0.255", "status": ["active"], "remarks": [{"title": "description", "description": "APNIC... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"nir": {"type": "null"}, "asn_registry": {"type": "string"}, "asn": {"type": "string"}, "asn_cidr": {"type": "string"}, "asn_country_code": {"type": "string"}, "asn_date": {"type": "string"}, "asn_description": {"type": "string"}, "query": {... |
2afaf0f3-acec-4f1d-ad26-cba7a492e24e/7c514280-abb9-4564-bd91-fd97fe1973a0/0/0 | ViaCEP | Webservice gratuito para pesquisa de endereço via CEP. https://viacep.com.br | 8.1 | Consulta CEP | Consulta CEP | 200 | Response | {"cep": "01310-100", "logradouro": "Avenida Paulista", "complemento": "de 612 a 1510 - lado par", "bairro": "Bela Vista", "localidade": "S\u00e3o Paulo", "uf": "SP", "ibge": "3550308", "gia": "1004", "ddd": "11", "siafi": "7107"} | {"type": "object", "properties": {"cep": {"type": "string"}, "logradouro": {"type": "string"}, "complemento": {"type": "string"}, "bairro": {"type": "string"}, "localidade": {"type": "string"}, "uf": {"type": "string"}, "ibge": {"type": "string"}, "gia": {"type": "string"}, "ddd": {"type": "string"}, "siafi": {"type": ... |
9bc86c5c-6433-4a60-9157-d61564896d86/a8c7f6ce-c824-4e7b-8f29-4c734e3f6f57/0/0 | Timezone by Coordinates | Get the Timezone, DST offset, and UTC offset of a location. | 7.5 | Timezone | Get the timezone of the coordinate location. | 200 | Response | {"dstOffset": 0, "rawOffset": -28800, "timeZoneId": "America/Vancouver", "timeZoneName": "Pacific Standard Time"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"dstOffset": {"type": "integer"}, "rawOffset": {"type": "integer"}, "timeZoneId": {"type": "string"}, "timeZoneName": {"type": "string"}}, "required": ["dstOffset", "rawOffset", "timeZoneId", "timeZoneName"]} |
b2d81af8-862c-47b3-abe9-63c44600ab30/c7eadea8-1c5f-4d27-99ed-55e62729fbcd/0/0 | Geography | Get data on cities, states and countries. | null | City Details | Get details about a city. | 200 | Response | {"id": "126382", "name": "Shreveport", "state_id": "1457", "state_code": "LA", "state_name": "Louisiana", "country_id": "233", "country_code": "US", "country_name": "United States", "latitude": "32.52515000", "longitude": "-93.75018000", "wikiDataId": "Q80517"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "state_id": {"type": "string"}, "state_code": {"type": "string"}, "state_name": {"type": "string"}, "country_id": {"type": "string"}, "country_code": {"type": "string"}, "country_name": {... |
b2d81af8-862c-47b3-abe9-63c44600ab30/f5d709ad-20a6-495e-ad87-1841bae6830b/0/0 | Geography | Get data on cities, states and countries. | null | State Details | Get details about a state. | 200 | Response | {"id": "1457", "name": "Louisiana", "country_id": "233", "country_code": "US", "country_name": "United States", "state_code": "LA", "type": "state", "latitude": "30.98429770", "longitude": "-91.96233270"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "country_id": {"type": "string"}, "country_code": {"type": "string"}, "country_name": {"type": "string"}, "state_code": {"type": "string"}, "type": {"type": "string"}, "latitude": {"type"... |
b2d81af8-862c-47b3-abe9-63c44600ab30/650d42c3-b8d6-4485-a8f0-036c9229bd9f/0/0 | Geography | Get data on cities, states and countries. | null | Country Details | Get details about a country. | 200 | Response | {"name": "United States", "iso3": "USA", "iso2": "US", "numeric_code": "840", "phone_code": "1", "capital": "Washington", "currency": "USD", "currency_name": "United States dollar", "currency_symbol": "$", "tld": ".us", "native": "United States", "region": "Americas", "subregion": "Northern America", "timezones": [{"zo... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"name": {"type": "string"}, "iso3": {"type": "string"}, "iso2": {"type": "string"}, "numeric_code": {"type": "string"}, "phone_code": {"type": "string"}, "capital": {"type": "string"}, "currency": {"type": "string"}, "currency_name": {"type"... |
b2d81af8-862c-47b3-abe9-63c44600ab30/82b624ac-9d27-42b0-ac77-6a7778c88fdf/0/0 | Geography | Get data on cities, states and countries. | null | List Cities by State | Get a list of cities in a state. | 200 | Response | [{"city_id": "110966", "city_name": "Abbeville"}, {"city_id": "110987", "city_name": "Abita Springs"}, {"city_id": "110991", "city_name": "Acadia Parish"}, {"city_id": "111033", "city_name": "Addis"}, {"city_id": "111103", "city_name": "Albany"}, {"city_id": "111150", "city_name": "Alexandria"}, {"city_id": "111191", "... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"city_id": {"type": "string"}, "city_name": {"type": "string"}}, "required": ["city_id", "city_name"]}} |
b2d81af8-862c-47b3-abe9-63c44600ab30/ead0f855-6a2e-4421-b4f9-7b650474d2e3/0/0 | Geography | Get data on cities, states and countries. | null | List States | Get a list of all states in a country. | 200 | Response | [{"state_id": "1456", "state_name": "Alabama"}, {"state_id": "1400", "state_name": "Alaska"}, {"state_id": "1424", "state_name": "American Samoa"}, {"state_id": "1434", "state_name": "Arizona"}, {"state_id": "1444", "state_name": "Arkansas"}, {"state_id": "1402", "state_name": "Baker Island"}, {"state_id": "1416", "sta... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"state_id": {"type": "string"}, "state_name": {"type": "string"}}, "required": ["state_id", "state_name"]}} |
b2d81af8-862c-47b3-abe9-63c44600ab30/619f8edf-0ec2-467f-b960-12e5091d7fad/0/0 | Geography | Get data on cities, states and countries. | null | List Countries | Get a list of all countries. | 200 | Response | [{"country_id": "1", "country_name": "Afghanistan"}, {"country_id": "2", "country_name": "Aland Islands"}, {"country_id": "3", "country_name": "Albania"}, {"country_id": "4", "country_name": "Algeria"}, {"country_id": "5", "country_name": "American Samoa"}, {"country_id": "6", "country_name": "Andorra"}, {"country_id":... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"country_id": {"type": "string"}, "country_name": {"type": "string"}}, "required": ["country_id", "country_name"]}} |
c78a08ea-66a6-46dd-8ac3-38f0ef4e86dc/d3de6e17-d48e-4872-b4c9-c88801422859/0/0 | ip-to-location | API returns location data such as country, city, latitude, longitude, timezone ... | 8.9 | IP Lookup | Returns the IP address of the client with all the location data | 200 | New Example | {"ip": "118.69.55.211", "geo": {"range": [1984245760, 1984247807], "country": "VN", "region": "SG", "eu": "0", "timezone": "Asia/Ho_Chi_Minh", "city": "Ho Chi Minh City", "ll": [10.8142, 106.6438], "metro": 0, "area": 20}} | {"type": "object", "properties": {"ip": {"type": "string"}, "geo": {"type": "object", "properties": {"range": {"type": "array", "items": {"type": "integer"}}, "country": {"type": "string"}, "region": {"type": "string"}, "eu": {"type": "string"}, "timezone": {"type": "string"}, "city": {"type": "string"}, "ll": {"type":... |
902d3644-4eb7-4adc-8134-5a9017e4c21d/c9538010-ab74-4972-a6b5-9b246d3c8e36/0/0 | IP Geolocation | API returns location data such as Location, Continent, Country, Region, City, ZIP Code, Latitude, Longitude, Geoname ID, Capital, Languages, Country Flag, Calling Code, etc... | 5.5 | IP Lookup | Provides geolocation information for the given IP | 200 | New Example | {"ip": "172.66.41.24", "type": "ipv4", "continent_code": "NA", "continent_name": "North America", "country_code": "US", "country_name": "United States", "region_code": "CA", "region_name": "California", "city": "San Francisco", "zip": "94107", "latitude": 37.76784896850586, "longitude": -122.39286041259766, "location":... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"ip": {"type": "string"}, "type": {"type": "string"}, "continent_code": {"type": "string"}, "continent_name": {"type": "string"}, "country_code": {"type": "string"}, "country_name": {"type": "string"}, "region_code": {"type": "string"}, "reg... |
e36fba42-8a6a-478e-b3b5-1c3c96a39cf0/355dc3d6-13c7-45b0-b3b7-d8f476e2e358/0/0 | IP forensics - IP Geolocation, Currency Exchange And Threat Intelligence API | IP Geolocation, Currency Exchange And Threat Intelligence API
Understand your audience and act upon — locate visitors by IP address, enrich forms, target mobile users, detect VPNs, prevent online fraud, analyze logs, perform geo IP redirections, and more.
We provide real-time and historical exchange rates for 200+ wo... | null | Origin Lookup | Origin Lookup
This endpoint returns details for the calling address. It allows you to look up your own —or a visitor to your site IP address details without knowing the IP address in advance:
This endpoint makes sense when it is invoked from a client browser only. If you invoke it from a server node, we will return IP ... | 200 | New Example | {"status": true, "code": 200, "message": "Successful", "meta_data": {"ip": "102.219.153.59", "type": "IPv4", "hostname": null, "asn": {"asn": 36920, "domain": "kkontech.com", "organization": "Kkon Technologies Ltd", "route": "102.219.153.0/24", "type": "isp"}, "geolocation": {"calling_code": "234", "capital": "Abuja", ... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "boolean"}, "code": {"type": "integer"}, "message": {"type": "string"}, "meta_data": {"type": "object", "properties": {"ip": {"type": "string"}, "type": {"type": "string"}, "hostname": {"type": "null"}, "asn": {"type": "ob... |
e36fba42-8a6a-478e-b3b5-1c3c96a39cf0/082307c9-6a77-4770-ab87-2486322c6876/0/0 | IP forensics - IP Geolocation, Currency Exchange And Threat Intelligence API | IP Geolocation, Currency Exchange And Threat Intelligence API
Understand your audience and act upon — locate visitors by IP address, enrich forms, target mobile users, detect VPNs, prevent online fraud, analyze logs, perform geo IP redirections, and more.
We provide real-time and historical exchange rates for 200+ wo... | null | Single Lookup | Single Lookup
This is the primary IpForensics endpoint. It is used to look up any given IPv4 or IPv6 addresses.
To call this endpoint, simply attach an IP address to the API's base URL (HTTP GET method):
Each request to the single IP lookup endpoint consumes 1 token. | 200 | New Example | {"status": true, "code": 200, "message": "Successful", "meta_data": {"ip": "102.219.153.59", "type": "IPv4", "hostname": null, "asn": {"asn": 36920, "domain": "kkontech.com", "organization": "Kkon Technologies Ltd", "route": "102.219.153.0/24", "type": "isp"}, "geolocation": {"calling_code": "234", "capital": "Abuja", ... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "boolean"}, "code": {"type": "integer"}, "message": {"type": "string"}, "meta_data": {"type": "object", "properties": {"ip": {"type": "string"}, "type": {"type": "string"}, "hostname": {"type": "null"}, "asn": {"type": "ob... |
5b611ebbe4b07e7b7f71c979/5b62a331e4b0aa2f76d1e6b8/0/0 | IP to Network and ASN lookup | Get the most up-to-date, extended network information for an individual IP address or a CIDR range. Explore for the active BGP prefixes, RIR registry data and Autonomous Systems (AS) involved | null | AS Info | Returns detailed information about an Autonomous System (AS) by AS number. The information includes registration, IPv4 address space announcements and ranking. | 200 | Example_1 | {"asn": "AS1234", "asnNumeric": 1234, "organisation": "Fortum", "name": "FORTUM-AS", "registry": "RIPE", "registeredCountry": "FI", "registeredCountryName": "Finland", "registrationDate": "2002-07-01", "registrationLastChange": "2017-11-15", "totalIpv4Addresses": 67584, "totalIpv4Prefixes": 2, "totalIpv4BogonPrefixes":... | {"type": "object", "properties": {"asn": {"type": "string"}, "asnNumeric": {"type": "integer"}, "organisation": {"type": "string"}, "name": {"type": "string"}, "registry": {"type": "string"}, "registeredCountry": {"type": "string"}, "registeredCountryName": {"type": "string"}, "registrationDate": {"type": "string"}, "r... |
5b611ebbe4b07e7b7f71c979/5b62a1c7e4b0aa2f76d1e6b5/0/0 | IP to Network and ASN lookup | Get the most up-to-date, extended network information for an individual IP address or a CIDR range. Explore for the active BGP prefixes, RIR registry data and Autonomous Systems (AS) involved | null | IP to Network and AS Lookup | This API returns detailed information about the active network a specific IP address belongs to. Including Autonomous Systems (AS) that announce and serve that network. | 200 | Example_1 | {"ip": "8.8.8.8", "registry": "ARIN", "registryStatus": "assigned", "registredCountryAlpha2": "US", "registredCountryName": "United States of America (the)", "organisation": "Google LLC", "isReachableGlobally": true, "bgpPrefix": "8.8.8.0/24", "bgpPrefixNetworkAddress": "8.8.8.0", "bgpPrefixLastAddress": "8.8.8.255", "... | {"type": "object", "properties": {"ip": {"type": "string"}, "registry": {"type": "string"}, "registryStatus": {"type": "string"}, "registredCountryAlpha2": {"type": "string"}, "registredCountryName": {"type": "string"}, "organisation": {"type": "string"}, "isReachableGlobally": {"type": "boolean"}, "bgpPrefix": {"type"... |
e74f1872-7c31-40c8-b05a-73f52d7f853d/89d3284c-7c2b-403a-ab33-5c067ceb783c/0/0 | Stadia Maps Time Zone API | The Stadia TZ API provides time zone information, as well as information about any special offset (such as DST) in effect, now or in the future. | 7.7 | TZ Lookup by Location | The Stadia TZ Lookup API provides time zone information, as well as information about any special offset (such as DST) in effect based on the latest IANA TZDB. Note that this API may not be accurate for timestamps in the past and does not claim to report precise nautical times in the open ocean beyond territorial water... | 404 | Response | {"status_code": 404, "msg": "tz"} | {"type": "object", "properties": {"status_code": {"type": "integer"}, "msg": {"type": "string"}}} |
e74f1872-7c31-40c8-b05a-73f52d7f853d/89d3284c-7c2b-403a-ab33-5c067ceb783c/1/0 | Stadia Maps Time Zone API | The Stadia TZ API provides time zone information, as well as information about any special offset (such as DST) in effect, now or in the future. | 7.7 | TZ Lookup by Location | The Stadia TZ Lookup API provides time zone information, as well as information about any special offset (such as DST) in effect based on the latest IANA TZDB. Note that this API may not be accurate for timestamps in the past and does not claim to report precise nautical times in the open ocean beyond territorial water... | 200 | Response | {"tz_id": "America/New_York", "base_utc_offset": -18000, "dst_offset": 3600} | {"tzResponse": {"type": "object", "properties": {"tz_id": {"type": "string", "description": "The canonical time zone ID. In the event that multiple time zones could be returned, the first one from the Unicode CLDR timezone.xml is returned."}, "base_utc_offset": {"type": "integer", "description": "The base offset, in se... |
b57bb819-d7e4-4796-8a15-98f89af86a53/18e24f50-6b55-4880-9988-84e46f4172ba/2/0 | SG Postal Code Information | Convert Postal Code to information like region, estate, street name, etc. | null | Postal Code to Full Address | Input a valid SG postal code to retrieve full address information | 200 | New Example | {"address": "Albert Street, 60", "city": "Singapore", "country": "Singapore (SG)", "estate": "Bugis, Victoria Street, Rochor", "full_address": "Og Albert Complex, Albert Street, 60, Singapore, Albert, Bugis, Victoria Street, Rochor, Central", "postal_code": "189969", "region": "Central", "street_name": "Albert"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"address": {"type": "string"}, "city": {"type": "string"}, "country": {"type": "string"}, "estate": {"type": "string"}, "full_address": {"type": "string"}, "postal_code": {"type": "string"}, "region": {"type": "string"}, "street_name": {"typ... |
8d84e166-cff4-4f0f-b0fc-988262407523/6485d193-5691-4e9c-8ea5-3c5bf2f36d0c/0/0 | UK PostCode API | Auto populate your app & service with accurate and comprehensive PAF & Geocoding data from the Royal Mail | 0.2 | /postcodes/{postcode} | Gets addresses for the given UK PostCode | 200 | Response | {"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"... | {"type": "object", "properties": {"status": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "message": {"type": "string"}, "noOfItems": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "result": {"type": "object", "properties": {"postcode": {"... |
8d84e166-cff4-4f0f-b0fc-988262407523/f8aa5953-d955-4edb-ae80-d17a1ffb0aa0/0/0 | UK PostCode API | Auto populate your app & service with accurate and comprehensive PAF & Geocoding data from the Royal Mail | 0.2 | /addresses/autocomplete | Suggests address results for a given search term. | 200 | Response | {"status": 200, "message": "Success", "result": {"total": 9, "hits": [{"address": "115 Queen's Gate, LONDON, SW7 5LP", "udprn": "23870881", "urls": {"findByUDPRN": "https://postcode.apitier.com/v1/udprn/23870881?x-api-key=Vi4JOGZXEG7eglBeuyr2f8uMY8d6RrrG6TIYsnHP"}}, {"address": "15 Queen's Gate Place, LONDON, SW7 5NX",... | {"type": "object", "properties": {"status": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "message": {"type": "string"}, "result": {"type": "object", "properties": {"total": {"type": "object", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hits": {"type": "a... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.