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
|
---|---|---|---|---|---|---|---|---|---|
28b827de-e241-4dc7-8904-8bf3652deb59/797d0ec2-6406-4d88-8f9f-54c2c183ee25/1/0 | Huge Maps | A rich toolkit for mapping ,geocoding and elevation | 0.1 | /geocoding/tolatlng | convert address to latitude and longitude | 200 | Example_1 | {"request_address": "Yiding Hotel", "formated_address": "W57J+8RJ Zhaoxing Dongzhai Yiding Hotel, Next to the bonfire show venue in Xiazhai Village, Zhaoxing, Guizhou, Liping County, Guizhou, China", "latitude": 0, "longitude": 0} | {"type": "object", "properties": {"request_address": {"type": "string"}, "formated_address": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}}} |
26063fd1-e4d6-473a-b202-39807ff3f7d1/5ee0494b-5680-462d-89ff-8c1c971134d4/0/0 | Distance Matrix/Routing | Distance Matrix service computes travel distance and journey duration between multiple origins and destinations using a given mode of travel. | null | Distance Calculation | This endpoint allows to get travel distance and time for a matrix of origin and destination. Response of this API looks like Google Maps API compact response. | 200 | Repsonse | {"destination": "52.522199,13.425576", "origin": "52.429892,13.505498", "rows": [{"elements": {"distance": {"text": "13.498 km", "value": 13.498}, "duration": {"text": "161.97 mins", "value": 161.97}, "status": "OK"}}], "status": "OK"} | {"type": "object", "properties": {"destination": {"type": "string"}, "origin": {"type": "string"}, "rows": {"type": "array", "items": {"type": "object", "properties": {"elements": {"type": "object", "properties": {"distance": {"type": "object", "properties": {"text": {"type": "string"}, "value": {"type": "number"}}}, "duration": {"type": "object", "properties": {"text": {"type": "string"}, "value": {"type": "number"}}}, "status": {"type": "string"}}}}}}, "status": {"type": "string"}}} |
b9f02042-4a67-4a6b-8bbb-d37113d4f75f/e612c833-9b36-4148-a84c-e59741f64777/1/0 | GeoApi | Fast spatial operations api containing services such as area, union, intersects,buffer etc. | null | /api/Geo/IsWithinDistance | Check is first and second geometry distance is less or equal to specified distance | 200 | Example_1 | {"Success": true, "Message": ""} | {"type": "object", "properties": {"Data": {}, "Success": {"type": "boolean"}, "Message": {"type": ["string", "null"]}}, "additionalProperties": false} |
b9f02042-4a67-4a6b-8bbb-d37113d4f75f/a7912939-2aa6-4f96-b877-a3860d1317aa/1/0 | GeoApi | Fast spatial operations api containing services such as area, union, intersects,buffer etc. | null | /api/Geo/Overlaps | Check if first gemetry overlaps other | 200 | Example_1 | {"Success": true, "Message": ""} | {"type": "object", "properties": {"Data": {}, "Success": {"type": "boolean"}, "Message": {"type": ["string", "null"]}}, "additionalProperties": false} |
b9f02042-4a67-4a6b-8bbb-d37113d4f75f/e8f0bcaf-0213-497c-a50f-0d7bb327cd0e/0/0 | GeoApi | Fast spatial operations api containing services such as area, union, intersects,buffer etc. | null | /api/Geo/EndPoint | Find the end coordinate of the geometry | 200 | Example_1 | {"Success": true, "Message": ""} | {"type": "object", "properties": {"Data": {}, "Success": {"type": "boolean"}, "Message": {"type": ["string", "null"]}}, "additionalProperties": false} |
b9f02042-4a67-4a6b-8bbb-d37113d4f75f/842a0019-d4c4-4e8d-92dd-9c4f9e55e52e/0/0 | GeoApi | Fast spatial operations api containing services such as area, union, intersects,buffer etc. | null | /api/Geo/Area | 200 | null | {"Success": true, "Message": ""} | {"type": "object", "properties": {"Data": {}, "Success": {"type": "boolean"}, "Message": {"type": ["string", "null"]}}, "additionalProperties": false} |
|
b9f02042-4a67-4a6b-8bbb-d37113d4f75f/842a0019-d4c4-4e8d-92dd-9c4f9e55e52e/1/0 | GeoApi | Fast spatial operations api containing services such as area, union, intersects,buffer etc. | null | /api/Geo/Area | 200 | null | {"Success": true, "Message": ""} | {"type": "object", "properties": {"Data": {}, "Success": {"type": "boolean"}, "Message": {"type": ["string", "null"]}}, "additionalProperties": false} |
|
b9f02042-4a67-4a6b-8bbb-d37113d4f75f/f8266968-ee17-4ca2-8ca2-b22c24925c4e/0/0 | GeoApi | Fast spatial operations api containing services such as area, union, intersects,buffer etc. | null | /api/Geo/Centroid | 200 | null | {"Success": true, "Message": ""} | {"type": "object", "properties": {"Data": {}, "Success": {"type": "boolean"}, "Message": {"type": ["string", "null"]}}, "additionalProperties": false} |
|
b9f02042-4a67-4a6b-8bbb-d37113d4f75f/f8266968-ee17-4ca2-8ca2-b22c24925c4e/1/0 | GeoApi | Fast spatial operations api containing services such as area, union, intersects,buffer etc. | null | /api/Geo/Centroid | 200 | null | {"Success": true, "Message": ""} | {"type": "object", "properties": {"Data": {}, "Success": {"type": "boolean"}, "Message": {"type": ["string", "null"]}}, "additionalProperties": false} |
|
b9f02042-4a67-4a6b-8bbb-d37113d4f75f/07b11fde-d608-4a13-b861-e33827d8b4b6/0/0 | GeoApi | Fast spatial operations api containing services such as area, union, intersects,buffer etc. | null | /api/Geo/Touches | 200 | null | {"Success": true, "Message": ""} | {"type": "object", "properties": {"Data": {}, "Success": {"type": "boolean"}, "Message": {"type": ["string", "null"]}}, "additionalProperties": false} |
|
b9f02042-4a67-4a6b-8bbb-d37113d4f75f/07b11fde-d608-4a13-b861-e33827d8b4b6/1/0 | GeoApi | Fast spatial operations api containing services such as area, union, intersects,buffer etc. | null | /api/Geo/Touches | 200 | null | {"Success": true, "Message": ""} | {"type": "object", "properties": {"Data": {}, "Success": {"type": "boolean"}, "Message": {"type": ["string", "null"]}}, "additionalProperties": false} |
|
b9f02042-4a67-4a6b-8bbb-d37113d4f75f/0dae03c9-9d97-41c1-9ba5-598ef7d90dd1/0/0 | GeoApi | Fast spatial operations api containing services such as area, union, intersects,buffer etc. | null | /api/Geo/MinDistance | Minimum Distance of 2 geometry | 200 | Example_1 | {"Success": true, "Message": ""} | {"type": "object", "properties": {"Data": {}, "Success": {"type": "boolean"}, "Message": {"type": ["string", "null"]}}, "additionalProperties": false} |
b9f02042-4a67-4a6b-8bbb-d37113d4f75f/04f2c441-0f86-4105-ab70-0eeb4462ca47/1/0 | GeoApi | Fast spatial operations api containing services such as area, union, intersects,buffer etc. | null | /api/Geo/PointAtDistanceGeodetic | Get point at distance using Wgs84 projection | 200 | Example_1 | {"Success": true, "Message": ""} | {"type": "object", "properties": {"Data": {}, "Success": {"type": "boolean"}, "Message": {"type": ["string", "null"]}}, "additionalProperties": false} |
b9f02042-4a67-4a6b-8bbb-d37113d4f75f/068dc95f-c383-4f56-81a9-4898dec0d177/0/0 | GeoApi | Fast spatial operations api containing services such as area, union, intersects,buffer etc. | null | /api/Geo/Union | Combine wkt geometries with union service | 200 | Example_1 | {"Success": true, "Message": ""} | {"type": "object", "properties": {"Data": {}, "Success": {"type": "boolean"}, "Message": {"type": ["string", "null"]}}, "additionalProperties": false} |
b9f02042-4a67-4a6b-8bbb-d37113d4f75f/b6c8cca7-67d3-45ca-9878-9e87111e6444/0/0 | GeoApi | Fast spatial operations api containing services such as area, union, intersects,buffer etc. | null | /api/Geo/StartPoint | Find start point of any projection of linestring geometry | 200 | Example_1 | {"Success": true, "Message": ""} | {"type": "object", "properties": {"Data": {}, "Success": {"type": "boolean"}, "Message": {"type": ["string", "null"]}}, "additionalProperties": false} |
b9f02042-4a67-4a6b-8bbb-d37113d4f75f/204c1868-d0f4-4ee4-8d4a-6d1d33e919fe/1/0 | GeoApi | Fast spatial operations api containing services such as area, union, intersects,buffer etc. | null | /api/Geo/Envelope | Min bounding rectange of geometry or multiple geometries | 200 | Example_1 | {"Success": true, "Message": ""} | {"type": "object", "properties": {"Data": {}, "Success": {"type": "boolean"}, "Message": {"type": ["string", "null"]}}, "additionalProperties": false} |
b9f02042-4a67-4a6b-8bbb-d37113d4f75f/666bbe31-3cb8-4c25-aec9-a1ebe1bbe0ab/0/0 | GeoApi | Fast spatial operations api containing services such as area, union, intersects,buffer etc. | null | /api/Geo/Length | Get linestring geometry length in specified projection | 200 | Example_1 | {"Success": true, "Message": ""} | {"type": "object", "properties": {"Data": {}, "Success": {"type": "boolean"}, "Message": {"type": ["string", "null"]}}, "additionalProperties": false} |
b9f02042-4a67-4a6b-8bbb-d37113d4f75f/b4b0e7a2-af1b-4d5c-b7b5-503c6379ccc7/1/0 | GeoApi | Fast spatial operations api containing services such as area, union, intersects,buffer etc. | null | /api/Geo/MakeValid | Make geometry valid | 200 | Example_1 | {"Success": true, "Message": ""} | {"type": "object", "properties": {"Data": {}, "Success": {"type": "boolean"}, "Message": {"type": ["string", "null"]}}, "additionalProperties": false} |
b9f02042-4a67-4a6b-8bbb-d37113d4f75f/6b4b1b62-e71a-4628-ab4a-756773c71cdb/0/0 | GeoApi | Fast spatial operations api containing services such as area, union, intersects,buffer etc. | null | /api/Geo/OrientedEnvelope | 200 | null | {"Success": true, "Message": ""} | {"type": "object", "properties": {"Data": {}, "Success": {"type": "boolean"}, "Message": {"type": ["string", "null"]}}, "additionalProperties": false} |
|
b9f02042-4a67-4a6b-8bbb-d37113d4f75f/6b4b1b62-e71a-4628-ab4a-756773c71cdb/1/0 | GeoApi | Fast spatial operations api containing services such as area, union, intersects,buffer etc. | null | /api/Geo/OrientedEnvelope | 200 | null | {"Success": true, "Message": ""} | {"type": "object", "properties": {"Data": {}, "Success": {"type": "boolean"}, "Message": {"type": ["string", "null"]}}, "additionalProperties": false} |
|
b9f02042-4a67-4a6b-8bbb-d37113d4f75f/8c34f899-7899-4178-8aaa-d6c507cecec4/0/0 | GeoApi | Fast spatial operations api containing services such as area, union, intersects,buffer etc. | null | /api/Geo/Extendline | 200 | null | {"Success": true, "Message": ""} | {"type": "object", "properties": {"Data": {}, "Success": {"type": "boolean"}, "Message": {"type": ["string", "null"]}}, "additionalProperties": false} |
|
b9f02042-4a67-4a6b-8bbb-d37113d4f75f/8c34f899-7899-4178-8aaa-d6c507cecec4/1/0 | GeoApi | Fast spatial operations api containing services such as area, union, intersects,buffer etc. | null | /api/Geo/Extendline | 200 | null | {"Success": true, "Message": ""} | {"type": "object", "properties": {"Data": {}, "Success": {"type": "boolean"}, "Message": {"type": ["string", "null"]}}, "additionalProperties": false} |
|
b9f02042-4a67-4a6b-8bbb-d37113d4f75f/d1dbf301-e034-400f-b565-f540f4f70281/0/0 | GeoApi | Fast spatial operations api containing services such as area, union, intersects,buffer etc. | null | /api/Geo/Covers | 200 | null | {"Success": true, "Message": ""} | {"type": "object", "properties": {"Data": {}, "Success": {"type": "boolean"}, "Message": {"type": ["string", "null"]}}, "additionalProperties": false} |
|
b9f02042-4a67-4a6b-8bbb-d37113d4f75f/d1dbf301-e034-400f-b565-f540f4f70281/1/0 | GeoApi | Fast spatial operations api containing services such as area, union, intersects,buffer etc. | null | /api/Geo/Covers | 200 | null | {"Success": true, "Message": ""} | {"type": "object", "properties": {"Data": {}, "Success": {"type": "boolean"}, "Message": {"type": ["string", "null"]}}, "additionalProperties": false} |
|
b9f02042-4a67-4a6b-8bbb-d37113d4f75f/229b3b23-9bc4-44bc-89d3-9ccd0f012a83/0/0 | GeoApi | Fast spatial operations api containing services such as area, union, intersects,buffer etc. | null | /api/Geo/Reverse | 200 | null | {"Success": true, "Message": ""} | {"type": "object", "properties": {"Data": {}, "Success": {"type": "boolean"}, "Message": {"type": ["string", "null"]}}, "additionalProperties": false} |
|
b9f02042-4a67-4a6b-8bbb-d37113d4f75f/229b3b23-9bc4-44bc-89d3-9ccd0f012a83/1/0 | GeoApi | Fast spatial operations api containing services such as area, union, intersects,buffer etc. | null | /api/Geo/Reverse | 200 | null | {"Success": true, "Message": ""} | {"type": "object", "properties": {"Data": {}, "Success": {"type": "boolean"}, "Message": {"type": ["string", "null"]}}, "additionalProperties": false} |
|
b9f02042-4a67-4a6b-8bbb-d37113d4f75f/ebb4fd18-99dc-4b7c-9fbf-e0c5a0d39663/0/0 | GeoApi | Fast spatial operations api containing services such as area, union, intersects,buffer etc. | null | /api/Geo/Split | 200 | null | {"Success": true, "Message": ""} | {"type": "object", "properties": {"Data": {}, "Success": {"type": "boolean"}, "Message": {"type": ["string", "null"]}}, "additionalProperties": false} |
|
b9f02042-4a67-4a6b-8bbb-d37113d4f75f/ebb4fd18-99dc-4b7c-9fbf-e0c5a0d39663/1/0 | GeoApi | Fast spatial operations api containing services such as area, union, intersects,buffer etc. | null | /api/Geo/Split | 200 | null | {"Success": true, "Message": ""} | {"type": "object", "properties": {"Data": {}, "Success": {"type": "boolean"}, "Message": {"type": ["string", "null"]}}, "additionalProperties": false} |
|
b9f02042-4a67-4a6b-8bbb-d37113d4f75f/672a51d2-4912-48fe-9d9b-dcf0a04d8f8b/0/0 | GeoApi | Fast spatial operations api containing services such as area, union, intersects,buffer etc. | null | /api/Geo/PointAtDistanceOnLine | 200 | null | {"Success": true, "Message": ""} | {"type": "object", "properties": {"Data": {}, "Success": {"type": "boolean"}, "Message": {"type": ["string", "null"]}}, "additionalProperties": false} |
|
b9f02042-4a67-4a6b-8bbb-d37113d4f75f/672a51d2-4912-48fe-9d9b-dcf0a04d8f8b/1/0 | GeoApi | Fast spatial operations api containing services such as area, union, intersects,buffer etc. | null | /api/Geo/PointAtDistanceOnLine | 200 | null | {"Success": true, "Message": ""} | {"type": "object", "properties": {"Data": {}, "Success": {"type": "boolean"}, "Message": {"type": ["string", "null"]}}, "additionalProperties": false} |
|
b9f02042-4a67-4a6b-8bbb-d37113d4f75f/411c0b10-c641-4bba-8668-01940dbe7930/0/0 | GeoApi | Fast spatial operations api containing services such as area, union, intersects,buffer etc. | null | /api/Geo/Intersects | 200 | null | {"Success": true, "Message": ""} | {"type": "object", "properties": {"Data": {}, "Success": {"type": "boolean"}, "Message": {"type": ["string", "null"]}}, "additionalProperties": false} |
|
b9f02042-4a67-4a6b-8bbb-d37113d4f75f/411c0b10-c641-4bba-8668-01940dbe7930/1/0 | GeoApi | Fast spatial operations api containing services such as area, union, intersects,buffer etc. | null | /api/Geo/Intersects | 200 | null | {"Success": true, "Message": ""} | {"type": "object", "properties": {"Data": {}, "Success": {"type": "boolean"}, "Message": {"type": ["string", "null"]}}, "additionalProperties": false} |
|
b9f02042-4a67-4a6b-8bbb-d37113d4f75f/f5a456bd-f3e1-4ab9-b884-a11dea54f91b/0/0 | GeoApi | Fast spatial operations api containing services such as area, union, intersects,buffer etc. | null | /api/Geo/Intersection | 200 | null | {"Success": true, "Message": ""} | {"type": "object", "properties": {"Data": {}, "Success": {"type": "boolean"}, "Message": {"type": ["string", "null"]}}, "additionalProperties": false} |
|
b9f02042-4a67-4a6b-8bbb-d37113d4f75f/f5a456bd-f3e1-4ab9-b884-a11dea54f91b/1/0 | GeoApi | Fast spatial operations api containing services such as area, union, intersects,buffer etc. | null | /api/Geo/Intersection | 200 | null | {"Success": true, "Message": ""} | {"type": "object", "properties": {"Data": {}, "Success": {"type": "boolean"}, "Message": {"type": ["string", "null"]}}, "additionalProperties": false} |
|
b9f02042-4a67-4a6b-8bbb-d37113d4f75f/5da648d3-2449-4e6c-95c8-87b0d91ce4bc/0/0 | GeoApi | Fast spatial operations api containing services such as area, union, intersects,buffer etc. | null | /api/Geo/Simplify | 200 | null | {"Success": true, "Message": ""} | {"type": "object", "properties": {"Data": {}, "Success": {"type": "boolean"}, "Message": {"type": ["string", "null"]}}, "additionalProperties": false} |
|
b9f02042-4a67-4a6b-8bbb-d37113d4f75f/5da648d3-2449-4e6c-95c8-87b0d91ce4bc/1/0 | GeoApi | Fast spatial operations api containing services such as area, union, intersects,buffer etc. | null | /api/Geo/Simplify | 200 | null | {"Success": true, "Message": ""} | {"type": "object", "properties": {"Data": {}, "Success": {"type": "boolean"}, "Message": {"type": ["string", "null"]}}, "additionalProperties": false} |
|
b9f02042-4a67-4a6b-8bbb-d37113d4f75f/5c764386-0129-4489-88b9-6c5bfee0d917/0/0 | GeoApi | Fast spatial operations api containing services such as area, union, intersects,buffer etc. | null | /api/Geo/Difference | 200 | null | {"Success": true, "Message": ""} | {"type": "object", "properties": {"Data": {}, "Success": {"type": "boolean"}, "Message": {"type": ["string", "null"]}}, "additionalProperties": false} |
|
b9f02042-4a67-4a6b-8bbb-d37113d4f75f/5c764386-0129-4489-88b9-6c5bfee0d917/1/0 | GeoApi | Fast spatial operations api containing services such as area, union, intersects,buffer etc. | null | /api/Geo/Difference | 200 | null | {"Success": true, "Message": ""} | {"type": "object", "properties": {"Data": {}, "Success": {"type": "boolean"}, "Message": {"type": ["string", "null"]}}, "additionalProperties": false} |
|
b9f02042-4a67-4a6b-8bbb-d37113d4f75f/80df5182-5729-4528-87a1-a9d55aa6d212/0/0 | GeoApi | Fast spatial operations api containing services such as area, union, intersects,buffer etc. | null | /api/Geo/ConvexHull | 200 | null | {"Success": true, "Message": ""} | {"type": "object", "properties": {"Data": {}, "Success": {"type": "boolean"}, "Message": {"type": ["string", "null"]}}, "additionalProperties": false} |
|
b9f02042-4a67-4a6b-8bbb-d37113d4f75f/80df5182-5729-4528-87a1-a9d55aa6d212/1/0 | GeoApi | Fast spatial operations api containing services such as area, union, intersects,buffer etc. | null | /api/Geo/ConvexHull | 200 | null | {"Success": true, "Message": ""} | {"type": "object", "properties": {"Data": {}, "Success": {"type": "boolean"}, "Message": {"type": ["string", "null"]}}, "additionalProperties": false} |
|
b9f02042-4a67-4a6b-8bbb-d37113d4f75f/61f942d5-929c-49c2-bca4-48e58f1d349a/0/0 | GeoApi | Fast spatial operations api containing services such as area, union, intersects,buffer etc. | null | /api/Geo/ConcaveHull | 200 | null | {"Success": true, "Message": ""} | {"type": "object", "properties": {"Data": {}, "Success": {"type": "boolean"}, "Message": {"type": ["string", "null"]}}, "additionalProperties": false} |
|
b9f02042-4a67-4a6b-8bbb-d37113d4f75f/61f942d5-929c-49c2-bca4-48e58f1d349a/1/0 | GeoApi | Fast spatial operations api containing services such as area, union, intersects,buffer etc. | null | /api/Geo/ConcaveHull | 200 | null | {"Success": true, "Message": ""} | {"type": "object", "properties": {"Data": {}, "Success": {"type": "boolean"}, "Message": {"type": ["string", "null"]}}, "additionalProperties": false} |
|
b9f02042-4a67-4a6b-8bbb-d37113d4f75f/4b8935e5-6440-4902-a95d-c0e9cf34365a/0/0 | GeoApi | Fast spatial operations api containing services such as area, union, intersects,buffer etc. | null | /api/Geo/ClosestLine | 200 | null | {"Success": true, "Message": ""} | {"type": "object", "properties": {"Data": {}, "Success": {"type": "boolean"}, "Message": {"type": ["string", "null"]}}, "additionalProperties": false} |
|
b9f02042-4a67-4a6b-8bbb-d37113d4f75f/4b8935e5-6440-4902-a95d-c0e9cf34365a/1/0 | GeoApi | Fast spatial operations api containing services such as area, union, intersects,buffer etc. | null | /api/Geo/ClosestLine | 200 | null | {"Success": true, "Message": ""} | {"type": "object", "properties": {"Data": {}, "Success": {"type": "boolean"}, "Message": {"type": ["string", "null"]}}, "additionalProperties": false} |
|
b9f02042-4a67-4a6b-8bbb-d37113d4f75f/87303a0f-4726-4a3b-ace2-eb0178f36d08/0/0 | GeoApi | Fast spatial operations api containing services such as area, union, intersects,buffer etc. | null | /api/Geo/Buffer | 200 | null | {"Success": true, "Message": ""} | {"type": "object", "properties": {"Data": {}, "Success": {"type": "boolean"}, "Message": {"type": ["string", "null"]}}, "additionalProperties": false} |
|
b9f02042-4a67-4a6b-8bbb-d37113d4f75f/87303a0f-4726-4a3b-ace2-eb0178f36d08/1/0 | GeoApi | Fast spatial operations api containing services such as area, union, intersects,buffer etc. | null | /api/Geo/Buffer | 200 | null | {"Success": true, "Message": ""} | {"type": "object", "properties": {"Data": {}, "Success": {"type": "boolean"}, "Message": {"type": ["string", "null"]}}, "additionalProperties": false} |
|
e727af53-63cd-4fea-9399-81b4ba7ada27/cc117e32-4610-4e1c-97d1-7cafc312b82b/0/0 | TrueWay Matrix | Calculate distances and durations between a set of origins and destinations. | 9.7 | CalculateDrivingDistanceMatrix | Calculate distances and durations between a set of origins and destinations. | 200 | New Example | {"distances": [[0, 3939, 2077, 5417], [4004, 0, 2609, 1480], [2985, 2803, 0, 3646], [5760, 2395, 5170, 0]], "durations": [[0, 816, 475, 1096], [850, 0, 747, 435], [596, 805, 0, 1098], [1172, 603, 1216, 0]]} | {"type": "object", "properties": {"distances": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "durations": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}} |
d51a1099-497b-4dfa-98d3-f2c8e0414c77/2aa2ec1b-6238-4b23-b12a-5e9874801726/0/0 | Route and directions | Calculate a route with turn-by-turn navigation instructions between a pair or more waypoints. | 9.6 | Route and directions | Provide Latitude/Longitude coordinates (separated by "|") as "waypoints", transportation mode ("drive", "truck", "bicycle", "walk" or "transit") as "mode". The API returns GeoJSON.Features as a result. | 200 | Example_1 | {"type": "FeatureCollection", "features": [{"type": "Feature", "properties": {"mode": "drive", "time": 1098, "legs": [{"steps": [{"time": 188, "from_index": 0, "distance": 1580, "to_index": 78, "instruction": {"text": "Drive north on G\u00f6gginger Stra\u00dfe."}}, {"time": 337, "from_index": 78, "distance": 1305, "to_index": 158, "instruction": {"text": "Turn right onto Schertlinstra\u00dfe."}}, {"time": 33, "from_index": 158, "distance": 189, "to_index": 171, "instruction": {"text": "Turn right onto Haunstetter Stra\u00dfe."}}, {"time": 65, "from_index": 171, "distance": 793, "to_index": 218, "instruction": {"text": "Turn left onto Inverness-Allee/B 300."}}, {"time": 236, "from_index": 218, "distance": 2170, "to_index": 294, "instruction": {"text": "Continue on AS 1."}}, {"time": 102, "from_index": 294, "distance": 1031, "to_index": 317, "instruction": {"text": "Turn left onto Berliner Allee/B 2."}}, {"time": 16, "from_index": 317, "distance": 31, "to_index": 319, "instruction": {"text": "Turn left to take the ramp."}}, {"time": 7, "from_index": 319, "distance": 71, "to_index": 324, "instruction": {"text": "Continue."}}, {"time": 25, "from_index": 324, "distance": 145, "to_index": 332, "instruction": {"text": "Stay straight to take the ramp."}}, {"time": 42, "from_index": 332, "distance": 399, "to_index": 342, "instruction": {"text": "Bear right onto Lechhauser Stra\u00dfe."}}, {"time": 21, "from_index": 342, "distance": 37, "to_index": 345, "instruction": {"text": "Continue on Jakobertorplatz."}}, {"time": 26, "from_index": 345, "distance": 15, "to_index": 348, "instruction": {"text": "Turn right onto Oblatterwallstra\u00dfe."}}, {"time": 0, "from_index": 348, "distance": 0, "to_index": 348, "instruction": {"text": "Your destination is on the left."}}], "time": 1098, "distance": 7766}], "distance": 7766, "waypoints": [{"location": [10.87474, 48.343639], "original_index": 0}, {"location": [10.90925, 48.370731], "original_index": 1}]}, "geometry": {"type": "MultiLineString", "coordinates": [[[10.874804, 48.343631], [10.874852, 48.34378], [10.874923, 48.34402], [10.874951, 48.344108], [10.874986, 48.344253], [10.875007, 48.344341], [10.875011, 48.344448], [10.875012, 48.34449], [10.875085, 48.344734], [10.875105, 48.344791], [10.875166, 48.344974], [10.875212, 48.345085], [10.875267, 48.345218], [10.875287, 48.345256], [10.875317, 48.345317], [10.875336, 48.345355], [10.875379, 48.345428], [10.875399, 48.345462], [10.875493, 48.345611], [10.875526, 48.345664], [10.875642, 48.345851], [10.875667, 48.34589], [10.875678, 48.345901], [10.875735, 48.345947], [10.875914, 48.346096], [10.875964, 48.346153], [10.876017, 48.346218], [10.87605, 48.34626], [10.876194, 48.346466], [10.876205, 48.346481], [10.876255, 48.346557], [10.876314, 48.34666], [10.876337, 48.346698], [10.876374, 48.346763], [10.876407, 48.346824], [10.876529, 48.347053], [10.876733, 48.347465], [10.87708, 48.348258], [10.87705, 48.348365], [10.877243, 48.348796], [10.877356, 48.34901], [10.877452, 48.349159], [10.877571, 48.349304], [10.87779, 48.349552], [10.877843, 48.349586], [10.878051, 48.349723], [10.87815, 48.349849], [10.878284, 48.350013], [10.878498, 48.350257], [10.878566, 48.350341], [10.878661, 48.350479], [10.878726, 48.350605], [10.878729, 48.350669], [10.878731, 48.350704], [10.878847, 48.350833], [10.878934, 48.350933], [10.87952, 48.3516], [10.879955, 48.352081], [10.88022, 48.352375], [10.880291, 48.352451], [10.880352, 48.352489], [10.880605, 48.352649], [10.880669, 48.352695], [10.880789, 48.352832], [10.88085, 48.352905], [10.880968, 48.353038], [10.881191, 48.353218], [10.881313, 48.353294], [10.881549, 48.353397], [10.882041, 48.35361], [10.882518, 48.35379], [10.883263, 48.354072], [10.88372, 48.354244], [10.8841, 48.354393], [10.884853, 48.354675], [10.885095, 48.354793], [10.885252, 48.354907], [10.885351, 48.354991], [10.885567, 48.355201], [10.885651, 48.355171], [10.886133, 48.35501], [10.886927, 48.354755], [10.88696, 48.354732], [10.887007, 48.354728], [10.887454, 48.354572], [10.887784, 48.354454], [10.887893, 48.354415], [10.888667, 48.354152], [10.88903, 48.354026], [10.889432, 48.353893], [10.889467, 48.35387], [10.889516, 48.353866], [10.889686, 48.353809], [10.890011, 48.353698], [10.890261, 48.353618], [10.8907, 48.353458], [10.890823, 48.353424], [10.891029, 48.353393], [10.891248, 48.353374], [10.891554, 48.35334], [10.891763, 48.353324], [10.891835, 48.353317], [10.89188, 48.353313], [10.892013, 48.353302], [10.892065, 48.353298], [10.892259, 48.353282], [10.892397, 48.353271], [10.89266, 48.353252], [10.892705, 48.353248], [10.892749, 48.353248], [10.893422, 48.353195], [10.893785, 48.353157], [10.893994, 48.353134], [10.894342, 48.353092], [10.894456, 48.35308], [10.895668, 48.352954], [10.895866, 48.352939], [10.895911, 48.352931], [10.896132, 48.352909], [10.896681, 48.352844], [10.896923, 48.352821], [10.897139, 48.352798], [10.897292, 48.352779], [10.898122, 48.352699], [10.898233, 48.352687], [10.898497, 48.352657], [10.898718, 48.352634], [10.898776, 48.35263], [10.898844, 48.352622], [10.898964, 48.352611], [10.898994, 48.352607], [10.899106, 48.352596], [10.899139, 48.352592], [10.899197, 48.352584], [10.899234, 48.352581], [10.899366, 48.352565], [10.899445, 48.352558], [10.899476, 48.352554], [10.899802, 48.352519], [10.899819, 48.352519], [10.899924, 48.352508], [10.900136, 48.352481], [10.900169, 48.352481], [10.900206, 48.352474], [10.900377, 48.352458], [10.900403, 48.352455], [10.900596, 48.352432], [10.900643, 48.352428], [10.900863, 48.352405], [10.900884, 48.352401], [10.900896, 48.352401], [10.901333, 48.352352], [10.901432, 48.352333], [10.901513, 48.352321], [10.901654, 48.35226], [10.902129, 48.352172], [10.902189, 48.352176], [10.902226, 48.35218], [10.902403, 48.352191], [10.902474, 48.352066], [10.902497, 48.35202], [10.902749, 48.351501], [10.902753, 48.351409], [10.902762, 48.351329], [10.902825, 48.351188], [10.902874, 48.3511], [10.902919, 48.351036], [10.903, 48.350948], [10.903061, 48.350879], [10.903149, 48.350807], [10.90325, 48.350734], [10.903404, 48.350677], [10.903463, 48.350769], [10.903528, 48.350833], [10.903591, 48.350902], [10.903808, 48.351097], [10.904011, 48.351253], [10.904164, 48.351394], [10.904272, 48.351551], [10.904368, 48.351741], [10.904404, 48.35189], [10.904485, 48.352203], [10.904532, 48.35231], [10.904576, 48.352409], [10.904636, 48.352523], [10.904698, 48.352615], [10.904753, 48.352691], [10.904812, 48.35276], [10.904877, 48.352821], [10.904957, 48.35289], [10.905048, 48.352962], [10.905118, 48.353019], [10.905217, 48.353084], [10.905323, 48.353145], [10.905467, 48.353221], [10.905613, 48.35329], [10.905764, 48.353351], [10.9059, 48.353408], [10.906079, 48.353473], [10.906243, 48.35353], [10.906411, 48.353591], [10.906551, 48.353652], [10.906683, 48.35371], [10.906827, 48.353782], [10.906998, 48.353866], [10.907168, 48.353954], [10.907246, 48.353996], [10.90737, 48.354061], [10.907464, 48.354114], [10.907602, 48.35419], [10.907981, 48.354408], [10.908288, 48.35461], [10.908491, 48.354778], [10.908588, 48.354858], [10.908717, 48.35498], [10.909034, 48.355297], [10.909175, 48.355449], [10.909478, 48.355831], [10.90971, 48.356151], [10.909789, 48.356262], [10.909867, 48.356388], [10.909932, 48.356513], [10.910008, 48.356681], [10.910051, 48.356792], [10.910082, 48.356876], [10.910188, 48.357269], [10.910298, 48.357715], [10.910329, 48.357887], [10.910419, 48.358245], [10.910494, 48.358695], [10.910525, 48.358924], [10.91054, 48.359264], [10.910537, 48.359603], [10.910539, 48.36], [10.910537, 48.36024], [10.910528, 48.360435], [10.910473, 48.361133], [10.910449, 48.361583], [10.910424, 48.361824], [10.910387, 48.362033], [10.910349, 48.362209], [10.9103, 48.362403], [10.910243, 48.362583], [10.910202, 48.362705], [10.910162, 48.362804], [10.910125, 48.362888], [10.910067, 48.363021], [10.910005, 48.36317], [10.909949, 48.3633], [10.909905, 48.363407], [10.909863, 48.363533], [10.909845, 48.363616], [10.909839, 48.363708], [10.909839, 48.36383], [10.909869, 48.363979], [10.909933, 48.364154], [10.90997, 48.364227], [10.910014, 48.364303], [10.910065, 48.364364], [10.910127, 48.364425], [10.910223, 48.364509], [10.910326, 48.364585], [10.91047, 48.364665], [10.910561, 48.364715], [10.910669, 48.364757], [10.910821, 48.364818], [10.91092, 48.364849], [10.911075, 48.364894], [10.911252, 48.364948], [10.911658, 48.365066], [10.912324, 48.365283], [10.913762, 48.365802], [10.913909, 48.365856], [10.914202, 48.365959], [10.914317, 48.366001], [10.915826, 48.366546], [10.916251, 48.366695], [10.916442, 48.366764], [10.916638, 48.366844], [10.917188, 48.367073], [10.917307, 48.367126], [10.91741, 48.367176], [10.917776, 48.36737], [10.919124, 48.368076], [10.919309, 48.368175], [10.920262, 48.368721], [10.921442, 48.369438], [10.921574, 48.369522], [10.921718, 48.369609], [10.921754, 48.369628], [10.922269, 48.369976], [10.922686, 48.370246], [10.923269, 48.370674], [10.923345, 48.370727], [10.923512, 48.370849], [10.923404, 48.370918], [10.923329, 48.370964], [10.923183, 48.37104], [10.922384, 48.371479], [10.922105, 48.371623], [10.921725, 48.371761], [10.921441, 48.371849], [10.921402, 48.371868], [10.918851, 48.37302], [10.918071, 48.373367], [10.917902, 48.373443], [10.917757, 48.373508], [10.916832, 48.373931], [10.915705, 48.37445], [10.915126, 48.374717], [10.914544, 48.374946], [10.914322, 48.375049], [10.914162, 48.375144], [10.913168, 48.375587], [10.913095, 48.375621], [10.912727, 48.375785], [10.912203, 48.376014], [10.912027, 48.376098], [10.911951, 48.376022], [10.91177, 48.375881], [10.911551, 48.375732], [10.911424, 48.375621], [10.911413, 48.375602], [10.911356, 48.375499], [10.911332, 48.375343], [10.911353, 48.375202], [10.911416, 48.375076], [10.911545, 48.374919], [10.911862, 48.374641], [10.912026, 48.374477], [10.9121, 48.37437], [10.91213, 48.374309], [10.912169, 48.374183], [10.91211, 48.373981], [10.912018, 48.373798], [10.911913, 48.37363], [10.911616, 48.37331], [10.911209, 48.372898], [10.91022, 48.371894], [10.910177, 48.371837], [10.909962, 48.371551], [10.909786, 48.371212], [10.909691, 48.37104], [10.909634, 48.370956], [10.909573, 48.370861], [10.909488, 48.370735], [10.9094, 48.370761], [10.909349, 48.370777], [10.909315, 48.370792]]]}}], "properties": {"mode": "drive", "waypoints": [[10.87474, 48.34364], [10.90925, 48.37073]]}} | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"mode": {"type": "string"}, "time": {"type": "integer"}, "legs": {"type": "array", "items": {"type": "object", "properties": {"steps": {"type": "array", "items": {"type": "object", "properties": {"time": {"type": "integer"}, "from_index": {"type": "integer"}, "distance": {"type": "integer"}, "to_index": {"type": "integer"}, "instruction": {"type": "object", "properties": {"text": {"type": "string"}}}}}}, "time": {"type": "integer"}, "distance": {"type": "integer"}}}}, "distance": {"type": "integer"}, "waypoints": {"type": "array", "items": {"type": "object", "properties": {"location": {"type": "array", "items": {"type": "number"}}, "original_index": {"type": "integer"}}}}}}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}}}}, "properties": {"type": "object", "properties": {"mode": {"type": "string"}, "waypoints": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}} |
c58b7f40-77a1-4dde-b53f-d3d665de966b/752094cb-b784-40f3-a1c0-3659e6ef421e/0/0 | Property Lines | Tax Parcel Property Boundary lines across the US based on input coordinates. New updated servers for faster responses! | 8.6 | Get Radius Boundary | This endpoint retrieves the property boundaries associated with a given latitude and longitude coordinate within a given radius, if any exist. | 200 | New Example | {"featureCollection": {}} | {"type": "object", "properties": {"featureCollection": {"type": "object"}}} |
c58b7f40-77a1-4dde-b53f-d3d665de966b/177becaa-7028-4ec5-ae0d-be18f1b60884/0/0 | Property Lines | Tax Parcel Property Boundary lines across the US based on input coordinates. New updated servers for faster responses! | 8.6 | Get County Boundary | This endpoint retrieves the county property boundaries associated with a given latitude and longitude coordinate, if any exist. | 200 | New Example | {"featureCollection": {}} | {"type": "object", "properties": {"featureCollection": {"type": "object"}}} |
c58b7f40-77a1-4dde-b53f-d3d665de966b/15a75b87-3f9f-4ef5-801f-509976cdfb59/0/0 | Property Lines | Tax Parcel Property Boundary lines across the US based on input coordinates. New updated servers for faster responses! | 8.6 | Get All Counties In State Boundaries | This endpoint retrieves all county boundaries in the state associated with a given latitude and longitude coordinate, if any exist. | 200 | New Example | {"featureCollection": {}} | {"type": "object", "properties": {"featureCollection": {"type": "object"}}} |
c58b7f40-77a1-4dde-b53f-d3d665de966b/ad7c3695-8832-47c6-822c-dc0ba7274873/0/0 | Property Lines | Tax Parcel Property Boundary lines across the US based on input coordinates. New updated servers for faster responses! | 8.6 | Get Single Boundary | This endpoint retrieves the property boundaries associated with a given latitude and longitude coordinate, if any exist. | 200 | New Example | {"featureCollection": {}} | {"type": "object", "properties": {"featureCollection": {"type": "object"}}} |
c58b7f40-77a1-4dde-b53f-d3d665de966b/649077ed-d34c-4d02-901f-f66147c67161/0/0 | Property Lines | Tax Parcel Property Boundary lines across the US based on input coordinates. New updated servers for faster responses! | 8.6 | Get State Boundary | This endpoint retrieves the state property boundaries associated with a given latitude and longitude coordinate, if any exist. | 200 | New Example | {"featureCollection": {}} | {"type": "object", "properties": {"featureCollection": {"type": "object"}}} |
5b6b499ee4b07e7b7f71e4ab/13d32d7f-b167-4024-b83c-5a5ef2affe2c/0/0 | Reverse Geocoding and Geolocation Service | Find nearest or largest city information or timezone for any given point location (latitude/longitude). The reverse geocode API back "reverse" codes any GPS location point into nearest or largest readable places with county, city, distance and population. Provides distance information between two locations. Provides additional "Is-On-Water" check for any location. | 9.8 | IsOnWater | Checks whether a GPS coordinate is on water (sea or lake) or not. | 200 | New Example | {"isOnWater": true, "sea": false, "lake": true} | {"type": "object", "properties": {"isOnWater": {"type": "boolean"}, "sea": {"type": "boolean"}, "lake": {"type": "boolean"}}} |
5b6b499ee4b07e7b7f71e4ab/38dd3cf2-ba12-4673-bc89-100c5b45e576/0/0 | Reverse Geocoding and Geolocation Service | Find nearest or largest city information or timezone for any given point location (latitude/longitude). The reverse geocode API back "reverse" codes any GPS location point into nearest or largest readable places with county, city, distance and population. Provides distance information between two locations. Provides additional "Is-On-Water" check for any location. | 9.8 | GetTimezone | Finds the local timezone for any given geo-location point by lat and long and returns timezone information with Timezone name, Timezone id and current local time. | 200 | Response | {"Country": "United States of America ", "CountryId": "US", "GMT_offset": -5, "LocalTime_Now": "2:48:57 PM", "TimeZoneId": "America/New_York", "TimeZoneName": "EST"} | {"properties": {"Country": {"type": "string"}, "CountryId": {"type": "string"}, "GMT_offset": {"type": "integer"}, "LocalTime_Now": {"type": "string"}, "TimeZoneId": {"type": "string"}, "TimeZoneName": {"type": "string"}}, "type": "object"} |
5b6b499ee4b07e7b7f71e4ab/372d2937-5e6f-48f7-a635-138bd4474ef4/0/0 | Reverse Geocoding and Geolocation Service | Find nearest or largest city information or timezone for any given point location (latitude/longitude). The reverse geocode API back "reverse" codes any GPS location point into nearest or largest readable places with county, city, distance and population. Provides distance information between two locations. Provides additional "Is-On-Water" check for any location. | 9.8 | GetDistance | Distance between two GPS latitude and longitude positions in meters, kilometers and miles. Retrieves compass direction and bearing. Information about start and destination country. | 200 | Example_1 | [{"CountryStart": "Germany", "CountryStartId": "DEU", "CountryDestination": "France", "CountryDestinationId": "FRA", "Distance": 744748.3860830987, "DistanceInKm": 744.7483860830987, "DistanceInMiles": 462.76519257728535, "Bearing": 228.75083562506646, "CompassDirection": "SW"}] | {"type": "array", "items": {"type": "object", "properties": {"CountryStart": {"type": "string"}, "CountryStartId": {"type": "string"}, "CountryDestination": {"type": "string"}, "CountryDestinationId": {"type": "string"}, "Distance": {"type": "number"}, "DistanceInKm": {"type": "number"}, "DistanceInMiles": {"type": "number"}, "Bearing": {"type": "number"}, "CompassDirection": {"type": "string"}}}} |
8d4f8814-70d4-4d3d-b37b-87539bf347bc/7df9909d-865a-486f-adf5-dda8faee6e2c/0/0 | Places Nearby a Coordinates | Find places nearby a given coordinates. | 7.2 | Categories | Categories of establishments. | 200 | Response | ["accommodation", "accommodation.hotel", "accommodation.hut", "accommodation.apartment", "accommodation.chalet", "accommodation.guest_house", "accommodation.hostel", "accommodation.motel", "activity", "activity.community_center", "activity.sport_club", "commercial", "commercial.supermarket", "commercial.marketplace", "commercial.shopping_mall", "commercial.department_store", "commercial.elektronics", "commercial.outdoor_and_sport", "commercial.outdoor_and_sport.water_sports", "commercial.outdoor_and_sport.ski", "commercial.outdoor_and_sport.diving", "commercial.outdoor_and_sport.hunting", "commercial.outdoor_and_sport.bicycle", "commercial.outdoor_and_sport.fishing", "commercial.outdoor_and_sport.golf", "commercial.vehicle", "commercial.hobby", "commercial.hobby.model", "commercial.hobby.anime", "commercial.hobby.collecting", "commercial.hobby.games", "commercial.hobby.brewing", "commercial.hobby.photo", "commercial.hobby.music", "commercial.hobby.sewing_and_knitting", "commercial.hobby.art", "commercial.books", "commercial.gift_and_souvenir", "commercial.stationery", "commercial.newsagent", "commercial.tickets_and_lottery", "commercial.clothing", "commercial.clothing.shoes", "commercial.clothing.clothes", "commercial.clothing.underwear", "commercial.clothing.sport", "commercial.clothing.men", "commercial.clothing.women", "commercial.clothing.kids", "commercial.clothing.accessories", "commercial.bag", "commercial.baby_goods", "commercial.agrarian", "commercial.garden", "commercial.houseware_and_hardware", "commercial.houseware_and_hardware.doityourself", "commercial.houseware_and_hardware.hardware_and_tools", "commercial.houseware_and_hardware.building_materials", "commercial.houseware_and_hardware.building_materials.paint", "commercial.houseware_and_hardware.building_materials.glaziery", "commercial.houseware_and_hardware.building_materials.doors", "commercial.houseware_and_hardware.building_materials.tiles", "commercial.houseware_and_hardware.building_materials.windows", "commercial.houseware_and_hardware.building_materials.flooring", "commercial.houseware_and_hardware.fireplace", "commercial.houseware_and_hardware.swimming_pool", "commercial.florist", "commercial.furniture_and_interior", "commercial.furniture_and_interior.lighting", "commercial.furniture_and_interior.curtain", "commercial.furniture_and_interior.carpet", "commercial.furniture_and_interior.kitchen", "commercial.furniture_and_interior.bed", "commercial.furniture_and_interior.bathroom", "commercial.chemist", "commercial.health_and_beauty", "commercial.health_and_beauty.pharmacy", "commercial.health_and_beauty.optician", "commercial.health_and_beauty.medical_supply", "commercial.health_and_beauty.hearing_aids", "commercial.health_and_beauty.herbalist", "commercial.health_and_beauty.cosmetics", "commercial.health_and_beauty.wigs", "commercial.toy_and_game", "commercial.pet", "commercial.food_and_drink", "commercial.food_and_drink.bakery", "commercial.food_and_drink.deli", "commercial.food_and_drink.frozen_food", "commercial.food_and_drink.pasta", "commercial.food_and_drink.spices", "commercial.food_and_drink.organic", "commercial.food_and_drink.honey", "commercial.food_and_drink.rice", "commercial.food_and_drink.nuts", "commercial.food_and_drink.health_food", "commercial.food_and_drink.ice_cream", "commercial.food_and_drink.seafood", "commercial.food_and_drink.fruit_and_vegetable", "commercial.food_and_drink.farm", "commercial.food_and_drink.confectionery", "commercial.food_and_drink.chocolate", "commercial.food_and_drink.butcher", "commercial.food_and_drink.cheese_and_dairy", "commercial.food_and_drink.drinks", "commercial.food_and_drink.coffee_and_tea", "commercial.convenience", "commercial.discount_store", "commercial.smoking", "commercial.second_hand", "commercial.gas", "commercial.weapons", "commercial.pyrotechnics", "commercial.energy", "commercial.wedding", "commercial.jewelry", "commercial.watches", "commercial.art", "commercial.antiques", "commercial.video_and_music", "commercial.erotic", "commercial.trade", "commercial.kiosk", "catering", "catering.restaurant", "catering.restaurant.pizza", "catering.restaurant.burger", "catering.restaurant.regional", "catering.restaurant.italian", "catering.restaurant.chinese", "catering.restaurant.sandwich", "catering.restaurant.chicken", "catering.restaurant.mexican", "catering.restaurant.japanese", "catering.restaurant.american", "catering.restaurant.kebab", "catering.restaurant.indian", "catering.restaurant.asian", "catering.restaurant.sushi", "catering.restaurant.french", "catering.restaurant.german", "catering.restaurant.thai", "catering.restaurant.greek", "catering.restaurant.seafood", "catering.restaurant.fish_and_chips", "catering.restaurant.steak_house", "catering.restaurant.international", "catering.restaurant.tex-mex", "catering.restaurant.vietnamese", "catering.restaurant.turkish", "catering.restaurant.korean", "catering.restaurant.noodle", "catering.restaurant.barbecue", "catering.restaurant.spanish", "catering.restaurant.fish", "catering.restaurant.ramen", "catering.restaurant.mediterranean", "catering.restaurant.friture", "catering.restaurant.beef_bowl", "catering.restaurant.lebanese", "catering.restaurant.wings", "catering.restaurant.georgian", "catering.restaurant.tapas", "catering.restaurant.indonesian", "catering.restaurant.arab", "catering.restaurant.portuguese", "catering.restaurant.russian", "catering.restaurant.filipino", "catering.restaurant.african", "catering.restaurant.malaysian", "catering.restaurant.caribbean", "catering.restaurant.peruvian", "catering.restaurant.bavarian", "catering.restaurant.brazilian", "catering.restaurant.curry", "catering.restaurant.dumpling", "catering.restaurant.persian", "catering.restaurant.argentinian", "catering.restaurant.oriental", "catering.restaurant.balkan", "catering.restaurant.moroccan", "catering.restaurant.pita", "catering.restaurant.ethiopian", "catering.restaurant.taiwanese", "catering.restaurant.latin_american", "catering.restaurant.hawaiian", "catering.restaurant.irish", "catering.restaurant.austrian", "catering.restaurant.croatian", "catering.restaurant.danish", "catering.restaurant.tacos", "catering.restaurant.bolivian", "catering.restaurant.hungarian", "catering.restaurant.western", "catering.restaurant.european", "catering.restaurant.jamaican", "catering.restaurant.cuban", "catering.restaurant.soup", "catering.restaurant.uzbek", "catering.restaurant.nepalese", "catering.restaurant.czech", "catering.restaurant.syrian", "catering.restaurant.afghan", "catering.restaurant.malay", "catering.restaurant.chili", "catering.restaurant.belgian", "catering.restaurant.ukrainian", "catering.restaurant.swedish", "catering.restaurant.pakistani", "catering.fast_food", "catering.fast_food.pizza", "catering.fast_food.burger", "catering.fast_food.sandwich", "catering.fast_food.kebab", "catering.fast_food.fish_and_chips", "catering.fast_food.noodle", "catering.fast_food.ramen", "catering.fast_food.wings", "catering.fast_food.tapas", "catering.fast_food.pita", "catering.fast_food.tacos", "catering.fast_food.soup", "catering.fast_food.salad", "catering.fast_food.hot_dog", "catering.cafe", "catering.cafe.waffle", "catering.cafe.ice_cream", "catering.cafe.coffee_shop", "catering.cafe.donut", "catering.cafe.crepe", "catering.cafe.bubble_tea", "catering.cafe.cake", "catering.cafe.frozen_yogurt", "catering.cafe.dessert", "catering.cafe.coffee", "catering.cafe.tea", "catering.food_court", "catering.bar", "catering.pub", "catering.ice_cream", "catering.biergarten", "education", "education.school", "education.driving_school", "education.music_school", "education.language_school", "education.library", "education.college", "education.university", "childcare", "childcare.kindergarten", "entertainment", "entertainment.culture", "entertainment.culture.theatre", "entertainment.culture.arts_centre", "entertainment.culture.gallery", "entertainment.zoo", "entertainment.aquarium", "entertainment.planetarium", "entertainment.museum", "entertainment.cinema", "entertainment.amusement_arcade", "entertainment.escape_game", "entertainment.miniature_golf", "entertainment.bowling_alley", "entertainment.flying_fox", "entertainment.theme_park", "entertainment.water_park", "healthcare", "healthcare.clinic_or_praxis", "healthcare.clinic_or_praxis.allergology", "healthcare.clinic_or_praxis.vascular_surgery", "healthcare.clinic_or_praxis.urology", "healthcare.clinic_or_praxis.trauma", "healthcare.clinic_or_praxis.rheumatology", "healthcare.clinic_or_praxis.radiology", "healthcare.clinic_or_praxis.pulmonology", "healthcare.clinic_or_praxis.psychiatry", "healthcare.clinic_or_praxis.paediatrics", "healthcare.clinic_or_praxis.otolaryngology", "healthcare.clinic_or_praxis.orthopaedics", "healthcare.clinic_or_praxis.ophthalmology", "healthcare.clinic_or_praxis.occupational", "healthcare.clinic_or_praxis.gynaecology", "healthcare.clinic_or_praxis.general", "healthcare.clinic_or_praxis.gastroenterology", "healthcare.clinic_or_praxis.endocrinology", "healthcare.clinic_or_praxis.dermatology", "healthcare.clinic_or_praxis.cardiology", "healthcare.dentist", "healthcare.dentist.orthodontics", "healthcare.hospital", "healthcare.pharmacy", "heritage", "heritage.unesco", "leisure", "leisure.picnic", "leisure.picnic.picnic_site", "leisure.picnic.picnic_table", "leisure.picnic.bbq", "leisure.playground", "leisure.spa", "leisure.spa.public_bath", "leisure.spa.sauna", "leisure.park", "leisure.park.garden", "leisure.park.nature_reserve", "man_made", "man_made.pier", "man_made.breakwater", "man_made.tower", "man_made.water_tower", "man_made.bridge", "man_made.lighthouse", "man_made.windmill", "man_made.watermill", "natural", "natural.forest", "natural.water", "natural.water.spring", "natural.water.reef", "natural.water.hot_spring", "natural.water.geyser", "natural.water.sea", "natural.mountain", "natural.mountain.peak", "natural.mountain.glacier", "natural.mountain.cliff", "natural.mountain.rock", "natural.mountain.cave_entrance", "natural.sand", "natural.sand.dune", "natural.protected_area", "national_park", "office", "office.government", "office.government.administrative", "office.government.register_office", "office.government.tax", "office.government.public_service", "office.government.ministry", "office.government.healthcare", "office.government.prosecutor", "office.government.transportation", "office.government.social_services", "office.government.legislative", "office.government.education", "office.government.customs", "office.government.social_security", "office.government.environment", "office.government.migration", "office.government.cadaster", "office.government.forestry", "office.government.agriculture", "office.company", "office.estate_agent", "office.insurance", "office.lawyer", "office.telecommunication", "office.educational_institution", "office.association", "office.non_profit", "office.diplomatic", "office.it", "office.accountant", "office.employment_agency", "office.religion", "office.research", "office.architect", "office.financial", "office.tax_advisor", "office.advertising_agency", "office.notary", "office.newspaper", "office.political_party", "office.logistics", "office.energy_supplier", "office.travel_agent", "office.financial_advisor", "office.consulting", "office.foundation", "office.coworking", "office.water_utility", "office.forestry", "office.charity", "office.security", "parking", "parking.cars", "parking.cars.surface", "parking.cars.multistorey", "parking.cars.underground", "parking.cars.rooftop", "parking.surface", "parking.multistorey", "parking.underground", "parking.rooftop", "parking.motorcycle", "parking.bicycles", "pet", "pet.shop", "pet.veterinary", "pet.service", "pet.dog_park", "rental", "rental.car", "rental.storage", "rental.bicycle", "rental.boat", "rental.ski", "service", "service.financial", "service.financial.atm", "service.financial.payment_terminal", "service.financial.bank", "service.financial.bureau_de_change", "service.financial.money_transfer", "service.financial.money_lender", "service.cleaning", "service.cleaning.lavoir", "service.cleaning.laundry", "service.cleaning.dry_cleaning", "service.travel_agency", "service.post", "service.post.office", "service.post.box", "service.police", "service.vehicle", "service.vehicle.fuel", "service.vehicle.car_wash", "service.vehicle.charging_station", "service.vehicle.repair", "service.vehicle.repair.car", "service.vehicle.repair.motorcycle", "service.beauty", "service.beauty.hairdresser", "service.beauty.spa", "service.beauty.massage", "service.tailor", "service.funeral_directors", "service.bookmaker", "service.estate_agent", "service.locksmith", "service.taxi", "tourism", "tourism.information", "tourism.information.office", "tourism.information.map", "tourism.information.ranger_station", "tourism.attraction", "tourism.attraction.artwork", "tourism.attraction.viewpoint", "tourism.attraction.fountain", "tourism.attraction.clock", "tourism.sights", "tourism.sights.place_of_worship", "tourism.sights.place_of_worship.church", "tourism.sights.place_of_worship.chapel", "tourism.sights.place_of_worship.cathedral", "tourism.sights.place_of_worship.mosque", "tourism.sights.place_of_worship.synagogue", "tourism.sights.place_of_worship.temple", "tourism.sights.place_of_worship.shrine", "tourism.sights.monastery", "tourism.sights.city_hall", "tourism.sights.conference_centre", "tourism.sights.lighthouse", "tourism.sights.windmill", "tourism.sights.tower", "tourism.sights.battlefield", "tourism.sights.fort", "tourism.sights.castle", "tourism.sights.ruines", "tourism.sights.archaeological_site", "tourism.sights.city_gate", "tourism.sights.bridge", "tourism.sights.memorial", "tourism.sights.memorial.aircraft", "tourism.sights.memorial.locomotive", "tourism.sights.memorial.railway_car", "tourism.sights.memorial.ship", "tourism.sights.memorial.tank", "tourism.sights.memorial.tomb", "tourism.sights.memorial.monument", "tourism.sights.memorial.wayside_cross", "tourism.sights.memorial.boundary_stone", "tourism.sights.memorial.pillory", "tourism.sights.memorial.milestone", "camping", "camping.camp_pitch", "camping.camp_site", "camping.summer_camp", "camping.caravan_site", "amenity", "amenity.toilet", "amenity.drinking_water", "beach", "beach.beach_resort", "adult", "adult.nightclub", "adult.stripclub", "adult.swingerclub", "adult.brothel", "adult.casino", "adult.adult_gaming_centre", "airport", "airport.international", "building", "building.residential", "building.commercial", "building.industrial", "building.office", "building.catering", "building.healthcare", "building.university", "building.college", "building.dormitory", "building.school", "building.driving_school", "building.kindergarten", "building.public_and_civil", "building.sport", "building.spa", "building.place_of_worship", "building.holiday_house", "building.accommodation", "building.tourism", "building.transportation", "building.military", "building.service", "building.facility", "building.garage", "building.parking", "building.toilet", "building.prison", "building.entertainment", "building.historic", "ski", "ski.lift", "ski.lift.cable_car", "ski.lift.gondola", "ski.lift.mixed_lift", "ski.lift.chair_lift", "ski.lift.tow_line", "ski.lift.magic_carpet", "sport", "sport.stadium", "sport.dive_centre", "sport.horse_riding", "sport.ice_rink", "sport.pitch", "sport.sports_centre", "sport.swimming_pool", "sport.track", "sport.fitness", "sport.fitness.fitness_centre", "sport.fitness.fitness_station", "public_transport", "public_transport.train", "public_transport.light_rail", "public_transport.monorail", "public_transport.subway", "public_transport.subway.entrance", "public_transport.bus", "public_transport.tram", "public_transport.ferry", "public_transport.aerialway"] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "string"}} |
8d4f8814-70d4-4d3d-b37b-87539bf347bc/7b7fd3d4-3b1a-4512-9908-59a0ac9658ec/0/0 | Places Nearby a Coordinates | Find places nearby a given coordinates. | 7.2 | Nearby | Returns nearby places sorted by distance from the origin coordinates in ascending order.
Returns up to 60 places per request. | 200 | Response | {"status": "OK", "results": [{"location": {"lat": "40.7507207", "lng": "-73.9868587"}, "name": "Brasserie Toast Cafe", "country": "United States", "state": "New York", "postal_code": "10018", "city": "New York", "street": "6th Avenue", "address": "968 6th Avenue, New York, NY 10018, United States of America", "formatted_address": "Brasserie Toast Cafe, 968 6th Avenue, New York, NY 10018, United States of America", "distanceMeter": "127.00", "place_id": "517a9164b1287f52c059d43eac9d17604440f00103f901b3290c260200000092031442726173736572696520546f6173742043616665"}, {"location": {"lat": "40.7485816", "lng": "-73.9863247"}, "name": "Kawande Martin Cafe", "country": "United States", "state": "New York", "postal_code": "10001", "city": "New York", "street": "West 33rd Street", "address": "West 33rd Street, New York, NY 10001, United States of America", "formatted_address": "Kawande Martin Cafe, West 33rd Street, New York, NY 10001, United States of America", "distanceMeter": "178.00", "place_id": "512a6fa2f11f7f52c05935f99985d15f4440f00103f901261d6435010000009203134b6177616e6465204d617274696e2043616665"}, {"location": {"lat": "40.7482654", "lng": "-73.9884306"}, "name": "Biao Sugar", "country": "United States", "state": "New York", "postal_code": "10001", "city": "New York", "street": "Broadway", "address": "1271 Broadway, New York, NY 10001, United States of America", "formatted_address": "Biao Sugar, 1271 Broadway, New York, NY 10001, United States of America", "distanceMeter": "179.00", "place_id": "5167576b72427f52c059d5a41f29c75f4440f00103f9016adf31b70100000092030a4269616f205375676172"}, {"location": {"lat": "40.7482318", "lng": "-73.9883698"}, "name": "Speedy's Cafe", "country": "United States", "state": "New York", "postal_code": "10001", "city": "New York", "street": "Broadway", "address": "1271 Broadway, New York, NY 10001, United States of America", "formatted_address": "Speedy's Cafe, 1271 Broadway, New York, NY 10001, United States of America", "distanceMeter": "180.00", "place_id": "51a9d66773417f52c0597a31440fc65f4440f00103f901f931bfaa0100000092030d53706565647927732043616665"}, {"location": {"lat": "40.7480440", "lng": "-73.9873353"}, "name": "caff\u00e9 bene", "country": "United States", "state": "New York", "postal_code": "10001", "city": "New York", "street": "West 32nd Street", "address": "39 West 32nd Street, New York, NY 10001, United States of America", "formatted_address": "caff\u00e9 bene, 39 West 32nd Street, New York, NY 10001, United States of America", "distanceMeter": "195.00", "place_id": "51edeb6580307f52c059a0c3e2e7bf5f4440f00103f9015d0a3a730100000092030b63616666c3a92062656e65"}, {"location": {"lat": "40.7480793", "lng": "-73.9892846"}, "name": "Starbucks", "country": "United States", "state": "New York", "postal_code": "10001", "city": "New York", "street": "6th Avenue", "address": "875 6th Avenue, New York, NY 10001, United States of America", "formatted_address": "Starbucks, 875 6th Avenue, New York, NY 10001, United States of America", "distanceMeter": "230.00", "place_id": "51eedb5a70507f52c059daef0010c15f4440f00103f9012101bf0801000000920309537461726275636b73"}, {"location": {"lat": "40.7481846", "lng": "-73.9856870"}, "name": "Starbucks", "country": "United States", "state": "New York", "postal_code": "10118", "city": "New York", "street": "5th Avenue", "address": "350 5th Avenue, New York, NY 10118, United States of America", "formatted_address": "Starbucks, 350 5th Avenue, New York, NY 10118, United States of America", "distanceMeter": "247.00", "place_id": "51e845ed7e157f52c0590ef75283c45f4440f00103f901641ca53400000000920309537461726275636b73"}, {"location": {"lat": "40.7476872", "lng": "-73.9864866"}, "name": "Grace Street", "country": "United States", "state": "New York", "postal_code": "10001", "city": "New York", "street": "West 32nd Street", "address": "17 West 32nd Street, New York, NY 10001, United States of America", "formatted_address": "Grace Street, 17 West 32nd Street, New York, NY 10001, United States of America", "distanceMeter": "255.00", "place_id": "514f3cb198227f52c0593399d436b45f4440f00103f9013c92090c0200000092030c477261636520537472656574"}, {"location": {"lat": "40.7476635", "lng": "-73.9864189"}, "name": "Tea Makers", "country": "United States", "state": "New York", "postal_code": "10001", "city": "New York", "street": "West 32nd Street", "address": "West 32nd Street, New York, NY 10001, United States of America", "formatted_address": "Tea Makers, West 32nd Street, New York, NY 10001, United States of America", "distanceMeter": "259.00", "place_id": "5101eabc7c217f52c059683c0570b35f4440f00103f901917c911a0200000092030a546561204d616b657273"}, {"location": {"lat": "40.7474567", "lng": "-73.9865203"}, "name": "Gong Cha", "country": "United States", "state": "New York", "postal_code": "10001", "city": "New York", "street": "West 32nd Street", "address": "12 West 32nd Street, New York, NY 10001, United States of America", "formatted_address": "Gong Cha, 12 West 32nd Street, New York, NY 10001, United States of America", "distanceMeter": "277.00", "place_id": "51c4550a26237f52c059159e41a9ac5f4440f00103f901277a1c7501000000920308476f6e6720436861"}, {"location": {"lat": "40.7524881", "lng": "-73.9880033"}, "name": "Bluestone Lane", "country": "United States", "state": "New York", "postal_code": "10019", "city": "New York", "street": "Broadway", "address": "Broadway, New York, NY 10019, United States of America", "formatted_address": "Bluestone Lane, Broadway, New York, NY 10019, United States of America", "distanceMeter": "302.00", "place_id": "51c47531723b7f52c05969d8b28751604440f00103f9012d2a07580100000092030e426c756573746f6e65204c616e65"}, {"location": {"lat": "40.7518367", "lng": "-73.9902569"}, "name": "Starbucks", "country": "United States", "state": "New York", "postal_code": "10018", "city": "New York", "street": "7th Avenue", "address": "462 7th Avenue, New York, NY 10018, United States of America", "formatted_address": "Starbucks, 462 7th Avenue, New York, NY 10018, United States of America", "distanceMeter": "313.00", "place_id": "51da087a5e607f52c05934ff5b2f3c604440f00103f901823ed98301000000920309537461726275636b73"}, {"location": {"lat": "40.7523099", "lng": "-73.9893880"}, "name": "Cafe Bene", "country": "United States", "state": "New York", "postal_code": "10018", "city": "New York", "street": "West 36th Street", "address": "West 36th Street, New York, NY 10018, United States of America", "formatted_address": "Cafe Bene, West 36th Street, New York, NY 10018, United States of America", "distanceMeter": "314.00", "place_id": "5183c30b22527f52c0595d42d9b04b604440f00103f90173d758a600000000920309436166652042656e65"}, {"location": {"lat": "40.7513324", "lng": "-73.9909368"}, "name": "Starbucks", "country": "United States", "state": "New York", "postal_code": "10019", "city": "New York", "street": "7th Avenue", "address": "7th Avenue, New York, NY 10019, United States of America", "formatted_address": "Starbucks, 7th Avenue, New York, NY 10019, United States of America", "distanceMeter": "322.00", "place_id": "51c9192f826b7f52c0593afefba82b604440f00103f901d1dbb3cd00000000920309537461726275636b73"}, {"location": {"lat": "40.7520894", "lng": "-73.9900673"}, "name": "The Bread Factory Cafe", "country": "United States", "state": "New York", "postal_code": "10019", "city": "New York", "street": "7th Avenue", "address": "7th Avenue, New York, NY 10019, United States of America", "formatted_address": "The Bread Factory Cafe, 7th Avenue, New York, NY 10019, United States of America", "distanceMeter": "324.00", "place_id": "51b3953c435d7f52c059641d297744604440f00103f9010525e2200100000092031654686520427265616420466163746f72792043616665"}, {"location": {"lat": "40.7491000", "lng": "-73.9839030"}, "name": "Starbucks", "country": "United States", "state": "New York", "postal_code": "10016", "city": "New York", "street": "East 35th Street", "address": "East 35th Street, New York, NY 10016, United States of America", "formatted_address": "Starbucks, East 35th Street, New York, NY 10016, United States of America", "distanceMeter": "331.00", "place_id": "51ecdb4944f87e52c059277f4182e25f4440f00103f9010247a43400000000920309537461726275636b73"}, {"location": {"lat": "40.7525184", "lng": "-73.9860712"}, "name": "Tim Hortons", "country": "United States", "state": "New York", "postal_code": "10019", "city": "New York", "street": "6th Avenue", "address": "6th Avenue, New York, NY 10019, United States of America", "formatted_address": "Tim Hortons, 6th Avenue, New York, NY 10019, United States of America", "distanceMeter": "335.00", "place_id": "51c2e160ca1b7f52c0599199df8552604440f00103f90139d1a8370100000092030b54696d20486f72746f6e73"}, {"location": {"lat": "40.7469708", "lng": "-73.9853055"}, "name": "Ginseng Museum Cafe", "country": "United States", "state": "New York", "postal_code": "10035", "city": "New York", "street": "5th Avenue", "address": "315 5th Avenue, New York, NY 10035, United States of America", "formatted_address": "Ginseng Museum Cafe, 315 5th Avenue, New York, NY 10035, United States of America", "distanceMeter": "373.00", "place_id": "516ac4cc3e0f7f52c05916503bbd9c5f4440f00103f901018694220100000092031347696e73656e67204d757365756d2043616665"}, {"location": {"lat": "40.7468880", "lng": "-73.9851291"}, "name": "Cafe M", "country": "United States", "state": "New York", "postal_code": "10016", "city": "New York", "street": "East 32nd Street", "address": "East 32nd Street, New York, NY 10016, United States of America", "formatted_address": "Cafe M, East 32nd Street, New York, NY 10016, United States of America", "distanceMeter": "388.00", "place_id": "51a0b5ec5a0c7f52c059b1aaa7069a5f4440f00103f9019a093d180200000092030643616665204d"}, {"location": {"lat": "40.7472688", "lng": "-73.9841528"}, "name": "Captain's Cafe", "country": "United States", "state": "New York", "postal_code": "10016", "city": "New York", "street": "East 33rd Street", "address": "East 33rd Street, New York, NY 10016, United States of America", "formatted_address": "Captain's Cafe, East 33rd Street, New York, NY 10016, United States of America", "distanceMeter": "410.00", "place_id": "511491065cfc7e52c059a4700981a65f4440f00103f901bb04ef200100000092030e4361707461696e27732043616665"}, {"location": {"lat": "40.7462961", "lng": "-73.9894918"}, "name": "Paper", "country": "United States", "state": "New York", "postal_code": "10001", "city": "New York", "street": "West 29th Street", "address": "West 29th Street, New York, NY 10001, United States of America", "formatted_address": "Paper, West 29th Street, New York, NY 10001, United States of America", "distanceMeter": "415.00", "place_id": "513f2a6ad5537f52c0596a1870a1865f4440f00103f9017ebc0f8a010000009203055061706572"}, {"location": {"lat": "40.7521357", "lng": "-73.9915345"}, "name": "Madman Espresso", "country": "United States", "state": "New York", "postal_code": "10001", "city": "New York", "street": "West 35th Street", "address": "234 West 35th Street, New York, NY 10001, United States of America", "formatted_address": "Madman Espresso, 234 West 35th Street, New York, NY 10001, United States of America", "distanceMeter": "415.00", "place_id": "51c3961e4d757f52c059919b8dfb45604440f00103f901272d735a0100000092030f4d61646d616e20457370726573736f"}, {"location": {"lat": "40.7526386", "lng": "-73.9845169"}, "name": "Mangia Organic", "country": "United States", "state": "New York", "postal_code": "10018", "city": "New York", "street": "West 39th Street", "address": "45 West 39th Street, New York, NY 10018, United States of America", "formatted_address": "Mangia Organic, 45 West 39th Street, New York, NY 10018, United States of America", "distanceMeter": "417.00", "place_id": "51fef62b53027f52c05967222f7656604440f00103f9017e22d2180100000092030e4d616e676961204f7267616e6963"}, {"location": {"lat": "40.7474576", "lng": "-73.9917001"}, "name": "Hanamizuki", "country": "United States", "state": "New York", "postal_code": "10001", "city": "New York", "street": "West 29th Street", "address": "143 West 29th Street, New York, NY 10001, United States of America", "formatted_address": "Hanamizuki, 143 West 29th Street, New York, NY 10001, United States of America", "distanceMeter": "424.00", "place_id": "51283cb203787f52c059505aceb0ac5f4440f00103f9017e46489c0100000092030a48616e616d697a756b69"}, {"location": {"lat": "40.7531459", "lng": "-73.9851227"}, "name": "Starbucks", "country": "United States", "state": "New York", "postal_code": "10019", "city": "New York", "street": "6th Avenue", "address": "1040 6th Avenue, New York, NY 10019, United States of America", "formatted_address": "Starbucks, 1040 6th Avenue, New York, NY 10019, United States of America", "distanceMeter": "433.00", "place_id": "5107c314400c7f52c059d496b91567604440f00103f90196a5678701000000920309537461726275636b73"}, {"location": {"lat": "40.7504102", "lng": "-73.9928259"}, "name": "Tim Hortons", "country": "United States", "state": "New York", "postal_code": "10121", "city": "New York", "street": "Pennsylvania Plaza", "address": "2 Pennsylvania Plaza, New York, NY 10121, United States of America", "formatted_address": "Tim Hortons, 2 Pennsylvania Plaza, New York, NY 10121, United States of America", "distanceMeter": "437.00", "place_id": "51cac7a4758a7f52c059989202710d604440f00103f901bd0f87bd0000000092030b54696d20486f72746f6e73"}, {"location": {"lat": "40.7524370", "lng": "-73.9917240"}, "name": "Best Bagels And Coffee", "country": "United States", "state": "New York", "postal_code": "10001", "city": "New York", "street": "West 35th Street", "address": "225 West 35th Street, New York, NY 10001, United States of America", "formatted_address": "Best Bagels And Coffee, 225 West 35th Street, New York, NY 10001, United States of America", "distanceMeter": "449.00", "place_id": "5122aaf067787f52c059506e0adb4f604440f00103f90102f78227000000009203164265737420426167656c7320416e6420436f66666565"}, {"location": {"lat": "40.7456554", "lng": "-73.9880474"}, "name": "Stumptown Coffee Roasters", "country": "United States", "state": "New York", "postal_code": "10001", "city": "New York", "street": "West 29th Street", "address": "West 29th Street, New York, NY 10001, United States of America", "formatted_address": "Stumptown Coffee Roasters, West 29th Street, New York, NY 10001, United States of America", "distanceMeter": "459.00", "place_id": "517579292b3c7f52c0596852dba2715f4440f00103f90181bc0f8a010000009203195374756d70746f776e20436f6666656520526f617374657273"}, {"location": {"lat": "40.7538538", "lng": "-73.9868085"}, "name": "Cook", "country": "United States", "state": "New York", "postal_code": "10018", "city": "New York", "street": "Broadway", "address": "1412 Broadway, New York, NY 10018, United States of America", "formatted_address": "Cook, 1412 Broadway, New York, NY 10018, United States of America", "distanceMeter": "459.00", "place_id": "518bbad6de277f52c059874305487e604440f00103f9015af7de1002000000920304436f6f6b"}, {"location": {"lat": "40.7456636", "lng": "-73.9884874"}, "name": "Black Seed Bagels", "country": "United States", "state": "New York", "postal_code": "10001", "city": "New York", "street": "Broadway", "address": "1188 Broadway, New York, NY 10001, United States of America", "formatted_address": "Black Seed Bagels, 1188 Broadway, New York, NY 10001, United States of America", "distanceMeter": "462.00", "place_id": "5185e0a760437f52c05914b0a4e7715f4440f00103f9012ae4ac5c01000000920311426c61636b205365656420426167656c73"}, {"location": {"lat": "40.7489897", "lng": "-73.9823204"}, "name": "Starbucks", "country": "United States", "state": "New York", "postal_code": "10037", "city": "New York", "street": "Madison Avenue", "address": "Madison Avenue, New York, NY 10037, United States of America", "formatted_address": "Starbucks, Madison Avenue, New York, NY 10037, United States of America", "distanceMeter": "464.00", "place_id": "51650c6256de7e52c059de0cfee4de5f4440f00103f9014862205500000000920309537461726275636b73"}, {"location": {"lat": "40.7532402", "lng": "-73.9845838"}, "name": "Le Pain Quotidien", "country": "United States", "state": "New York", "postal_code": "10018", "city": "New York", "street": "West 40th Street", "address": "West 40th Street, New York, NY 10018, United States of America", "formatted_address": "Le Pain Quotidien, West 40th Street, New York, NY 10018, United States of America", "distanceMeter": "467.00", "place_id": "51f84ac56b037f52c059154cc52c6a604440f00103f9018e92ec05010000009203114c65205061696e2051756f74696469656e"}, {"location": {"lat": "40.7530165", "lng": "-73.9841680"}, "name": "Blue Bottle Coffee", "country": "United States", "state": "New York", "postal_code": "10018", "city": "New York", "street": "West 40th Street", "address": "54 West 40th Street, New York, NY 10018, United States of America", "formatted_address": "Blue Bottle Coffee, 54 West 40th Street, New York, NY 10018, United States of America", "distanceMeter": "468.00", "place_id": "514371c79bfc7e52c05981343dd862604440f00103f901448a884c01000000920312426c756520426f74746c6520436f66666565"}, {"location": {"lat": "40.7538023", "lng": "-73.9851089"}, "name": "L\u2019Adresse American Bistro", "country": "United States", "state": "New York", "postal_code": "10019", "city": "New York", "street": "6th Avenue", "address": "6th Avenue, New York, NY 10019, United States of America", "formatted_address": "L\u2019Adresse American Bistro, 6th Avenue, New York, NY 10019, United States of America", "distanceMeter": "498.00", "place_id": "51e71f33060c7f52c0591bdb01987c604440f00103f901a4349a3d0100000092031b4ce280994164726573736520416d65726963616e2042697374726f"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "results": {"type": "array", "items": {"type": "object", "properties": {"location": {"type": "object", "properties": {"lat": {"type": "string"}, "lng": {"type": "string"}}, "required": ["lat", "lng"]}, "name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "city": {"type": "string"}, "street": {"type": "string"}, "address": {"type": "string"}, "formatted_address": {"type": "string"}, "distanceMeter": {"type": "string"}, "place_id": {"type": "string"}}, "required": ["address", "city", "country", "distanceMeter", "formatted_address", "location", "name", "place_id", "postal_code", "state", "street"]}}}, "required": ["results", "status"]} |
cdb725be-8d98-4883-a8d5-a7146154a03e/4d20b929-44d3-415f-9b24-9ba6598002ce/0/0 | TrueWay Directions | Find the best route between two or more locations | 9.7 | FindDrivingRoute | Find the best route and get multiple stops driving directions | 200 | Success | {"route": {"distance": 10148, "duration": 2654, "bounds": {"south": 40.618996, "west": -74.025801, "north": 40.645331, "east": -73.98078}, "geometry": {"coordinates": [[40.629103, -74.025801], [40.629409, -74.025679], [40.630117, -74.025375], [40.630245, -74.025325], [40.630726, -74.025122], [40.630804, -74.025081], [40.630814, -74.02499], [40.630804, -74.024939], [40.630794, -74.024899], [40.630785, -74.024858], [40.630726, -74.024726], [40.630677, -74.024635], [40.630667, -74.024625], [40.630402, -74.024169], [40.62996, -74.023422], [40.629901, -74.023321], [40.629773, -74.02312], [40.629695, -74.02297], [40.629478, -74.02264], [40.628726, -74.021398], [40.628057, -74.020293], [40.627946, -74.020106], [40.627876, -74.020007], [40.627755, -74.01981], [40.627624, -74.019592], [40.627493, -74.019385], [40.627432, -74.019286], [40.627382, -74.019196], [40.627271, -74.019018], [40.627068, -74.01868], [40.626977, -74.01851], [40.626967, -74.0185], [40.626956, -74.01848], [40.626896, -74.01838], [40.626865, -74.01834], [40.626845, -74.0183], [40.626794, -74.01822], [40.626763, -74.01817], [40.626763, -74.01816], [40.626713, -74.01808], [40.626682, -74.01804], [40.626652, -74.01799], [40.62658, -74.01788], [40.626509, -74.017769], [40.626224, -74.017276], [40.626153, -74.017175], [40.626122, -74.017114], [40.626041, -74.017003], [40.62602, -74.016953], [40.62599, -74.016902], [40.625868, -74.01671], [40.625766, -74.016537], [40.625643, -74.016345], [40.625582, -74.016254], [40.62546, -74.01603], [40.625369, -74.015858], [40.625359, -74.015828], [40.625348, -74.015787], [40.625287, -74.015675], [40.625206, -74.015554], [40.62476, -74.014815], [40.624265, -74.01401], [40.623593, -74.012893], [40.623473, -74.012705], [40.623444, -74.012645], [40.622947, -74.011825], [40.622621, -74.011283], [40.621961, -74.010186], [40.621637, -74.00964], [40.621304, -74.00909], [40.620813, -74.008276], [40.620636, -74.007973], [40.62032, -74.007446], [40.620004, -74.006899], [40.619547, -74.006128], [40.619337, -74.005765], [40.619277, -74.005664], [40.618996, -74.005211], [40.619596, -74.00459], [40.620162, -74.004002], [40.62035, -74.003804], [40.620714, -74.003427], [40.62099, -74.003131], [40.621255, -74.002855], [40.621539, -74.002559], [40.621814, -74.002283], [40.622364, -74.001701], [40.622828, -74.001226], [40.623463, -74.00055], [40.623533, -74.00049], [40.623773, -74.00025], [40.623953, -74.00006], [40.624034, -73.99998], [40.624557, -73.999437], [40.624638, -73.999346], [40.624912, -73.999064], [40.625257, -73.99871], [40.625531, -73.998416], [40.625817, -73.998122], [40.625857, -73.998071], [40.626387, -73.997534], [40.626489, -73.997422], [40.626601, -73.997321], [40.626733, -73.997159], [40.626855, -73.997037], [40.626906, -73.996977], [40.626946, -73.996926], [40.627078, -73.996795], [40.627169, -73.996694], [40.62718, -73.996684], [40.627261, -73.996603], [40.627352, -73.996512], [40.627533, -73.996331], [40.627634, -73.996221], [40.627946, -73.9959], [40.628117, -73.99572], [40.628676, -73.995131], [40.628736, -73.995082], [40.629241, -73.994566], [40.629793, -73.993993], [40.630157, -73.993608], [40.630343, -73.993411], [40.630539, -73.993746], [40.631109, -73.994695], [40.631364, -73.995111], [40.631542, -73.99542], [40.63165, -73.9956], [40.631967, -73.99611], [40.632983, -73.997817], [40.63381, -73.999205], [40.634104, -73.999679], [40.634328, -74.00004], [40.635489, -74.001918], [40.63555, -74.002007], [40.637027, -74.0044], [40.637477, -74.00515], [40.6383, -74.006544], [40.63834, -74.006615], [40.638448, -74.006807], [40.638655, -74.007162], [40.639196, -74.008084], [40.639647, -74.00885], [40.640246, -74.009859], [40.640917, -74.010977], [40.640957, -74.011037], [40.641284, -74.011569], [40.641723, -74.012299], [40.641953, -74.012665], [40.642285, -74.013221], [40.642628, -74.01378], [40.643308, -74.014896], [40.643633, -74.015422], [40.644194, -74.014835], [40.64458, -74.014442], [40.644774, -74.014241], [40.645027, -74.01398], [40.645331, -74.01366], [40.64522, -74.01347], [40.644997, -74.013101], [40.644316, -74.012003], [40.644082, -74.011638], [40.64399, -74.01148], [40.643878, -74.011303], [40.643654, -74.010938], [40.642973, -74.009839], [40.642679, -74.00936], [40.642648, -74.0093], [40.642305, -74.008749], [40.642034, -74.008296], [40.641743, -74.007811], [40.641404, -74.007243], [40.641334, -74.007132], [40.641304, -74.007081], [40.640967, -74.006513], [40.640631, -74.005957], [40.640305, -74.005392], [40.640207, -74.005231], [40.639991, -74.00486], [40.639461, -74.003962], [40.639431, -74.003923], [40.638685, -74.002677], [40.637357, -74.00049], [40.637017, -73.99992], [40.636986, -73.99987], [40.636946, -73.999769], [40.636906, -73.999719], [40.636038, -73.998274], [40.634684, -73.99605], [40.634135, -73.995161], [40.634064, -73.995052], [40.633325, -73.993855], [40.632215, -73.992038], [40.631996, -73.99167], [40.631957, -73.99159], [40.631798, -73.99133], [40.631769, -73.99131], [40.631591, -73.991], [40.630686, -73.989466], [40.629921, -73.988159], [40.629379, -73.987251], [40.628825, -73.98632], [40.628626, -73.985992], [40.627896, -73.984796], [40.628467, -73.984224], [40.629023, -73.983661], [40.628527, -73.982839], [40.628097, -73.98213], [40.627775, -73.981588], [40.627554, -73.981225], [40.627311, -73.980831], [40.627281, -73.98078]]}, "legs": [{"distance": 3919, "duration": 816, "start_point_index": 0, "start_point": {"lat": 40.629103, "lng": -74.025801}, "end_point_index": 120, "end_point": {"lat": 40.630157, "lng": -73.993608}, "bounds": {"south": 40.618996, "west": -74.025801, "north": 40.630814, "east": -73.993608}, "steps": [{"distance": 199, "duration": 40, "start_point_index": 0, "start_point": {"lat": 40.629103, "lng": -74.025801}, "end_point_index": 5, "end_point": {"lat": 40.630804, "lng": -74.025081}, "bounds": {"south": 40.629103, "west": -74.025801, "north": 40.630804, "east": -74.025081}}, {"distance": 2137, "duration": 367, "start_point_index": 5, "start_point": {"lat": 40.630804, "lng": -74.025081}, "end_point_index": 77, "end_point": {"lat": 40.618996, "lng": -74.005211}, "bounds": {"south": 40.618996, "west": -74.025081, "north": 40.630814, "east": -74.005211}, "maneuver": "turn right"}, {"distance": 1583, "duration": 409, "start_point_index": 77, "start_point": {"lat": 40.618996, "lng": -74.005211}, "end_point_index": 120, "end_point": {"lat": 40.630157, "lng": -73.993608}, "bounds": {"south": 40.618996, "west": -74.005211, "north": 40.630157, "east": -73.993608}, "maneuver": "turn left"}]}, {"distance": 2600, "duration": 747, "start_point_index": 120, "start_point": {"lat": 40.630157, "lng": -73.993608}, "end_point_index": 155, "end_point": {"lat": 40.645027, "lng": -74.01398}, "bounds": {"south": 40.630157, "west": -74.015422, "north": 40.645027, "east": -73.993411}, "steps": [{"distance": 27, "duration": 6, "start_point_index": 120, "start_point": {"lat": 40.630157, "lng": -73.993608}, "end_point_index": 121, "end_point": {"lat": 40.630343, "lng": -73.993411}, "bounds": {"south": 40.630157, "west": -73.993608, "north": 40.630343, "east": -73.993411}}, {"distance": 2376, "duration": 675, "start_point_index": 121, "start_point": {"lat": 40.630343, "lng": -73.993411}, "end_point_index": 151, "end_point": {"lat": 40.643633, "lng": -74.015422}, "bounds": {"south": 40.630343, "west": -74.015422, "north": 40.643633, "east": -73.993411}, "maneuver": "turn left"}, {"distance": 197, "duration": 66, "start_point_index": 151, "start_point": {"lat": 40.643633, "lng": -74.015422}, "end_point_index": 155, "end_point": {"lat": 40.645027, "lng": -74.01398}, "bounds": {"south": 40.643633, "west": -74.015422, "north": 40.645027, "east": -74.01398}, "maneuver": "turn right"}]}, {"distance": 3629, "duration": 1091, "start_point_index": 155, "start_point": {"lat": 40.645027, "lng": -74.01398}, "end_point_index": 210, "end_point": {"lat": 40.627281, "lng": -73.98078}, "bounds": {"south": 40.627281, "west": -74.01398, "north": 40.645331, "east": -73.98078}, "steps": [{"distance": 43, "duration": 9, "start_point_index": 155, "start_point": {"lat": 40.645027, "lng": -74.01398}, "end_point_index": 156, "end_point": {"lat": 40.645331, "lng": -74.01366}, "bounds": {"south": 40.645027, "west": -74.01398, "north": 40.645331, "east": -74.01366}}, {"distance": 3117, "duration": 933, "start_point_index": 156, "start_point": {"lat": 40.645331, "lng": -74.01366}, "end_point_index": 202, "end_point": {"lat": 40.627896, "lng": -73.984796}, "bounds": {"south": 40.627896, "west": -74.01366, "north": 40.645331, "east": -73.984796}, "maneuver": "turn right"}, {"distance": 158, "duration": 58, "start_point_index": 202, "start_point": {"lat": 40.627896, "lng": -73.984796}, "end_point_index": 204, "end_point": {"lat": 40.629023, "lng": -73.983661}, "bounds": {"south": 40.627896, "west": -73.984796, "north": 40.629023, "east": -73.983661}, "maneuver": "turn left"}, {"distance": 311, "duration": 91, "start_point_index": 204, "start_point": {"lat": 40.629023, "lng": -73.983661}, "end_point_index": 210, "end_point": {"lat": 40.627281, "lng": -73.98078}, "bounds": {"south": 40.627281, "west": -73.983661, "north": 40.629023, "east": -73.98078}, "maneuver": "turn right"}]}]}} | {"type": "object", "properties": {"route": {"type": "object", "properties": {"distance": {"type": "integer"}, "duration": {"type": "integer"}, "bounds": {"type": "object", "properties": {"south": {"type": "number"}, "west": {"type": "number"}, "north": {"type": "number"}, "east": {"type": "number"}}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "legs": {"type": "array", "items": {"type": "object", "properties": {"distance": {"type": "integer"}, "duration": {"type": "integer"}, "start_point_index": {"type": "integer"}, "start_point": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}, "end_point_index": {"type": "integer"}, "end_point": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}, "bounds": {"type": "object", "properties": {"south": {"type": "number"}, "west": {"type": "number"}, "north": {"type": "number"}, "east": {"type": "number"}}}, "steps": {"type": "array", "items": {"type": "object"}}}}}}}}} |
cdb725be-8d98-4883-a8d5-a7146154a03e/8e42a258-a716-4568-a09c-f5e4353b6d60/0/0 | TrueWay Directions | Find the best route between two or more locations | 9.7 | FindDrivingPath | Find the best route between an origin and a destination, passing through waypoints (if specified) | 200 | Success | {"route": {"distance": 5395, "duration": 1094, "bounds": {"south": 40.620537, "west": -74.025801, "north": 40.630814, "east": -73.98078}, "geometry": {"coordinates": [[40.629103, -74.025801], [40.629409, -74.025679], [40.630117, -74.025375], [40.630245, -74.025325], [40.630726, -74.025122], [40.630804, -74.025081], [40.630814, -74.02499], [40.630804, -74.024939], [40.630794, -74.024899], [40.630785, -74.024858], [40.630726, -74.024726], [40.630677, -74.024635], [40.630667, -74.024625], [40.630402, -74.024169], [40.62996, -74.023422], [40.629901, -74.023321], [40.629773, -74.02312], [40.629695, -74.02297], [40.629478, -74.02264], [40.628726, -74.021398], [40.628057, -74.020293], [40.627946, -74.020106], [40.627876, -74.020007], [40.627755, -74.01981], [40.627624, -74.019592], [40.627493, -74.019385], [40.627432, -74.019286], [40.627382, -74.019196], [40.627271, -74.019018], [40.627068, -74.01868], [40.626977, -74.01851], [40.626967, -74.0185], [40.626956, -74.01848], [40.626896, -74.01838], [40.626865, -74.01834], [40.626845, -74.0183], [40.626794, -74.01822], [40.626763, -74.01817], [40.626763, -74.01816], [40.626713, -74.01808], [40.626682, -74.01804], [40.626652, -74.01799], [40.62658, -74.01788], [40.626509, -74.017769], [40.626224, -74.017276], [40.626153, -74.017175], [40.626122, -74.017114], [40.626041, -74.017003], [40.62602, -74.016953], [40.62599, -74.016902], [40.625868, -74.01671], [40.625766, -74.016537], [40.625643, -74.016345], [40.625582, -74.016254], [40.62546, -74.01603], [40.625369, -74.015858], [40.625359, -74.015828], [40.625348, -74.015787], [40.625287, -74.015675], [40.625206, -74.015554], [40.62476, -74.014815], [40.624265, -74.01401], [40.623593, -74.012893], [40.623473, -74.012705], [40.623444, -74.012645], [40.622947, -74.011825], [40.622621, -74.011283], [40.621961, -74.010186], [40.621637, -74.00964], [40.622217, -74.00902], [40.622779, -74.008437], [40.623324, -74.007851], [40.623883, -74.007264], [40.624446, -74.006675], [40.625013, -74.006088], [40.62544, -74.005633], [40.626153, -74.00491], [40.626224, -74.00484], [40.626641, -74.00442], [40.626682, -74.00438], [40.626733, -74.00433], [40.626784, -74.004281], [40.626804, -74.004251], [40.626997, -74.004052], [40.62721, -74.003833], [40.627331, -74.003705], [40.626306, -74.002037], [40.626265, -74.001977], [40.626183, -74.001849], [40.62598, -74.001523], [40.625898, -74.001394], [40.625806, -74.001246], [40.625694, -74.001067], [40.624902, -73.999769], [40.624679, -73.999407], [40.624638, -73.999346], [40.624446, -73.999023], [40.624215, -73.998629], [40.624114, -73.998456], [40.624064, -73.998375], [40.623693, -73.997746], [40.623673, -73.997716], [40.623533, -73.997493], [40.623294, -73.997108], [40.622562, -73.99586], [40.621981, -73.994903], [40.621304, -73.993756], [40.620537, -73.992483], [40.621117, -73.991869], [40.621265, -73.99171], [40.621402, -73.99157], [40.621422, -73.99155], [40.62148, -73.99149], [40.621677, -73.99129], [40.622217, -73.990699], [40.622769, -73.990114], [40.623354, -73.989507], [40.623933, -73.988888], [40.624497, -73.988301], [40.624628, -73.988159], [40.62477, -73.988007], [40.625054, -73.987714], [40.625623, -73.98713], [40.625766, -73.98698], [40.625806, -73.98695], [40.625888, -73.98686], [40.62598, -73.98677], [40.626204, -73.98654], [40.626774, -73.985952], [40.627342, -73.985378], [40.627896, -73.984796], [40.628467, -73.984224], [40.629023, -73.983661], [40.628527, -73.982839], [40.628097, -73.98213], [40.627775, -73.981588], [40.627554, -73.981225], [40.627311, -73.980831], [40.627281, -73.98078]]}, "steps": [{"distance": 199, "duration": 40, "start_point_index": 0, "start_point": {"lat": 40.629103, "lng": -74.025801}, "end_point_index": 5, "end_point": {"lat": 40.630804, "lng": -74.025081}, "bounds": {"south": 40.629103, "west": -74.025801, "north": 40.630804, "east": -74.025081}}, {"distance": 1661, "duration": 285, "start_point_index": 5, "start_point": {"lat": 40.630804, "lng": -74.025081}, "end_point_index": 68, "end_point": {"lat": 40.621637, "lng": -74.00964}, "bounds": {"south": 40.621637, "west": -74.025081, "north": 40.630814, "east": -74.00964}, "maneuver": "turn right"}, {"distance": 808, "duration": 173, "start_point_index": 68, "start_point": {"lat": 40.621637, "lng": -74.00964}, "end_point_index": 85, "end_point": {"lat": 40.627331, "lng": -74.003705}, "bounds": {"south": 40.621637, "west": -74.00964, "north": 40.627331, "east": -74.003705}, "maneuver": "turn left"}, {"distance": 1213, "duration": 211, "start_point_index": 85, "start_point": {"lat": 40.627331, "lng": -74.003705}, "end_point_index": 107, "end_point": {"lat": 40.620537, "lng": -73.992483}, "bounds": {"south": 40.620537, "west": -74.003705, "north": 40.627331, "east": -73.992483}, "maneuver": "turn right"}, {"distance": 1203, "duration": 294, "start_point_index": 107, "start_point": {"lat": 40.620537, "lng": -73.992483}, "end_point_index": 132, "end_point": {"lat": 40.629023, "lng": -73.983661}, "bounds": {"south": 40.620537, "west": -73.992483, "north": 40.629023, "east": -73.983661}, "maneuver": "turn left"}, {"distance": 311, "duration": 91, "start_point_index": 132, "start_point": {"lat": 40.629023, "lng": -73.983661}, "end_point_index": 138, "end_point": {"lat": 40.627281, "lng": -73.98078}, "bounds": {"south": 40.627281, "west": -73.983661, "north": 40.629023, "east": -73.98078}, "maneuver": "turn right"}]}} | {"type": "object", "properties": {"route": {"type": "object", "properties": {"distance": {"type": "integer"}, "duration": {"type": "integer"}, "bounds": {"type": "object", "properties": {"south": {"type": "number"}, "west": {"type": "number"}, "north": {"type": "number"}, "east": {"type": "number"}}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "steps": {"type": "array", "items": {"type": "object"}}}}}} |
dcd75dbe-f5bf-4a65-97c3-50c63816e0ec/312fcb8a-713b-4306-8250-a648f5341b7e/0/0 | DirectAPI - Directions | Directions, mapping and address information API | null | Directions | Get an optimized route through a set of 2 or more stops | 200 | Response | {"routes": [{"legs": [{"start": "1676 40 St SW, Calgary, AB T3C 1W9, Canada", "end": "1956 4 Ave NW, Calgary, AB T2N 0N3, Canada", "steps": [{"start": {"lat": 51.0382523, "lng": -114.145476}, "end": {"lat": 51.039687, "lng": -114.14547}, "distance": 160, "duration": 34, "summary": "Head <b>north</b> on <b>40 St SW</b> toward <b>15 Ave SW</b>"}, {"start": {"lat": 51.039687, "lng": -114.14547}, "end": {"lat": 51.0396829, "lng": -114.141148}, "maneuver": "turn-right", "distance": 302, "duration": 51, "summary": "Turn <b>right</b> at the 1st cross street onto <b>15 Ave SW</b>"}, {"start": {"lat": 51.0396829, "lng": -114.141148}, "end": {"lat": 51.037814, "lng": -114.1412}, "maneuver": "turn-right", "distance": 208, "duration": 50, "summary": "Turn <b>right</b> onto <b>37 Street SW</b>"}, {"start": {"lat": 51.037814, "lng": -114.1412}, "end": {"lat": 51.0377752, "lng": -114.112471}, "maneuver": "turn-left", "distance": 2009, "duration": 259, "summary": "Turn <b>left</b> onto <b>17 Ave SW</b>"}, {"start": {"lat": 51.0377752, "lng": -114.112471}, "end": {"lat": 51.0380305, "lng": -114.1130509}, "maneuver": "ramp-right", "distance": 302, "duration": 28, "summary": "Take the <b>Crowchild Tr</b> ramp"}, {"start": {"lat": 51.0380305, "lng": -114.1130509}, "end": {"lat": 51.0521969, "lng": -114.1178629}, "maneuver": "merge", "distance": 1701, "duration": 100, "summary": "Merge onto <b>Crowchild Trail SW</b>"}, {"start": {"lat": 51.0521969, "lng": -114.1178629}, "end": {"lat": 51.05251730000001, "lng": -114.1055743}, "maneuver": "turn-right", "distance": 876, "duration": 94, "summary": "Turn <b>right</b> onto <b>Kensington Rd NW</b> (signs for <b>Kensington Road</b>)"}, {"start": {"lat": 51.05251730000001, "lng": -114.1055743}, "end": {"lat": 51.0563049, "lng": -114.105577}, "maneuver": "turn-left", "distance": 421, "duration": 56, "summary": "Turn <b>left</b> onto <b>19 St NW</b>"}, {"start": {"lat": 51.0563049, "lng": -114.105577}, "end": {"lat": 51.0563041, "lng": -114.1063705}, "maneuver": "turn-left", "distance": 55, "duration": 10, "summary": "Turn <b>left</b> onto <b>4 Ave NW</b><div style=\"font-size:0.9em\">Destination will be on the right</div>"}], "distance": 6034, "duration": 682}, {"start": "1956 4 Ave NW, Calgary, AB T2N 0N3, Canada", "end": "235 Heritage Dr, Calgary, AB T2H 2J8, Canada", "steps": [{"start": {"lat": 51.0563041, "lng": -114.1063705}, "end": {"lat": 51.0563049, "lng": -114.105577}, "distance": 55, "duration": 9, "summary": "Head <b>east</b> on <b>4 Ave NW</b> toward <b>19 St NW</b>"}, {"start": {"lat": 51.0563049, "lng": -114.105577}, "end": {"lat": 51.05251730000001, "lng": -114.1055743}, "maneuver": "turn-right", "distance": 421, "duration": 58, "summary": "Turn <b>right</b> onto <b>19 St NW</b>"}, {"start": {"lat": 51.05251730000001, "lng": -114.1055743}, "end": {"lat": 51.05250239999999, "lng": -114.117866}, "maneuver": "turn-right", "distance": 859, "duration": 108, "summary": "Turn <b>right</b> onto <b>Kensington Rd NW</b>"}, {"start": {"lat": 51.05250239999999, "lng": -114.117866}, "end": {"lat": 51.03607119999999, "lng": -114.115665}, "maneuver": "turn-left", "distance": 2009, "duration": 125, "summary": "Turn <b>left</b> onto <b>Crowchild Trail NW</b>"}, {"start": {"lat": 51.03607119999999, "lng": -114.115665}, "end": {"lat": 51.02595849999999, "lng": -114.1179077}, "maneuver": "keep-left", "distance": 1212, "duration": 56, "summary": "Keep <b>left</b> to continue on <b>Crowchild Trail SW</b>"}, {"start": {"lat": 51.02595849999999, "lng": -114.1179077}, "end": {"lat": 51.0027896, "lng": -114.1180878}, "maneuver": "keep-left", "distance": 2577, "duration": 115, "summary": "Keep <b>left</b> to stay on <b>Crowchild Trail SW</b>"}, {"start": {"lat": 51.0027896, "lng": -114.1180878}, "end": {"lat": 50.9983186, "lng": -114.1087279}, "maneuver": "ramp-right", "distance": 1094, "duration": 59, "summary": "Take the <b>Glenmore Trail E</b> exit toward <b>AB-2</b>"}, {"start": {"lat": 50.9983186, "lng": -114.1087279}, "end": {"lat": 50.9952165, "lng": -114.0994748}, "maneuver": "merge", "distance": 739, "duration": 32, "summary": "Merge onto <b>Glenmore Trail SW</b>/<wbr/><b>AB-8 E</b>"}, {"start": {"lat": 50.9952165, "lng": -114.0994748}, "end": {"lat": 50.9938306, "lng": -114.0573277}, "maneuver": "keep-left", "distance": 2981, "duration": 133, "summary": "Keep <b>left</b> to continue on <b>AB-8 E</b>"}, {"start": {"lat": 50.9938306, "lng": -114.0573277}, "end": {"lat": 50.9901409, "lng": -114.0537626}, "maneuver": "ramp-right", "distance": 539, "duration": 33, "summary": "Take the <b>Blackfoot Trail S</b> exit"}, {"start": {"lat": 50.9901409, "lng": -114.0537626}, "end": {"lat": 50.9812375, "lng": -114.0504645}, "maneuver": "merge", "distance": 1031, "duration": 63, "summary": "Merge onto <b>Blackfoot Trail SE S</b>"}, {"start": {"lat": 50.9812375, "lng": -114.0504645}, "end": {"lat": 50.97956689999999, "lng": -114.0653135}, "maneuver": "turn-right", "distance": 1112, "duration": 107, "summary": "Turn <b>right</b> onto <b>Heritage Dr</b><div style=\"font-size:0.9em\">Destination will be on the left</div>"}], "distance": 14629, "duration": 898}, {"start": "235 Heritage Dr, Calgary, AB T2H 2J8, Canada", "end": "3368 Heritage Dr, Calgary, AB, Canada", "steps": [{"start": {"lat": 50.97956689999999, "lng": -114.0653135}, "end": {"lat": 50.9872349, "lng": -114.0263221}, "distance": 3299, "duration": 360, "summary": "Head <b>east</b> on <b>Heritage Dr</b> toward <b>Fairview Dr SE</b>"}], "distance": 3299, "duration": 360}, {"start": "3368 Heritage Dr, Calgary, AB, Canada", "end": "785 7 Ave NE, Calgary, AB T2E 0N6, Canada", "steps": [{"start": {"lat": 50.9872349, "lng": -114.0263221}, "end": {"lat": 50.9894612, "lng": -114.0279156}, "distance": 507, "duration": 41, "summary": "Head <b>northeast</b> on <b>Heritage Dr</b> toward <b>13 St SE</b>"}, {"start": {"lat": 50.9894612, "lng": -114.0279156}, "end": {"lat": 50.99056530000001, "lng": -114.0295288}, "maneuver": "merge", "distance": 167, "duration": 8, "summary": "Merge onto <b>Glenmore Trail</b>"}, {"start": {"lat": 50.99056530000001, "lng": -114.0295288}, "end": {"lat": 51.0435664, "lng": -114.008958}, "maneuver": "ramp-right", "distance": 7545, "duration": 283, "summary": "Take the exit onto <b>AB-2 N</b>"}, {"start": {"lat": 51.0435664, "lng": -114.008958}, "end": {"lat": 51.044988, "lng": -114.0114365}, "maneuver": "ramp-right", "distance": 240, "duration": 13, "summary": "Take exit <b>256</b> for <b>Memorial Dr</b>"}, {"start": {"lat": 51.044988, "lng": -114.0114365}, "end": {"lat": 51.050708, "lng": -114.0498948}, "maneuver": "fork-left", "distance": 3043, "duration": 207, "summary": "Keep <b>left</b> at the fork, follow signs for <b>Memorial Drive W</b> and merge onto <b>Memorial Dr</b>"}, {"start": {"lat": 51.050708, "lng": -114.0498948}, "end": {"lat": 51.0584548, "lng": -114.0543207}, "maneuver": "turn-right", "distance": 969, "duration": 108, "summary": "Turn <b>right</b> onto <b>Edmonton Trail</b>"}, {"start": {"lat": 51.0584548, "lng": -114.0543207}, "end": {"lat": 51.0584049, "lng": -114.048366}, "maneuver": "turn-right", "distance": 416, "duration": 77, "summary": "Turn <b>right</b> onto <b>7 Ave NE</b>"}, {"start": {"lat": 51.0584049, "lng": -114.048366}, "end": {"lat": 51.0587858, "lng": -114.0483555}, "maneuver": "turn-left", "distance": 42, "duration": 8, "summary": "Turn <b>left</b> onto <b>6 St NE</b>"}, {"start": {"lat": 51.0587858, "lng": -114.0483555}, "end": {"lat": 51.05877940000001, "lng": -114.0457498}, "maneuver": "turn-right", "distance": 182, "duration": 34, "summary": "Turn <b>right</b> onto <b>7 Ave NE</b><div style=\"font-size:0.9em\">Destination will be on the right</div>"}], "distance": 13111, "duration": 779}], "stopOrder": [0, 3, 2, 1, 4], "warnings": [], "copyright": "Map data \u00a92022 Google", "summary": "17 Ave SW and Crowchild Trail SW"}]} | {"type": "object", "properties": {"routes": {"type": "array", "items": {"type": "object", "properties": {"legs": {"type": "array", "items": {"type": "object", "properties": {"start": {"type": "string"}, "end": {"type": "string"}, "steps": {"type": "array", "items": {"type": "object"}}, "distance": {"type": "integer"}, "duration": {"type": "integer"}}}}, "stopOrder": {"type": "array", "items": {"type": "integer"}}, "warnings": {"type": "array"}, "copyright": {"type": "string"}, "summary": {"type": "string"}}}}}} |
898ee606-d6bd-4536-995b-7fa5b0eed5bf/75751c3c-7f39-4403-ac0b-d56c5a77da9b/0/0 | Forward & Reverse Geocoding | Forward & Reverse Geocoding API. Get address by location or location by address. | 9.9 | ForwardGeocoding | Turn an address into latitude and longitude (e.g. to display on a map) by schematic input. | 200 | Response | [{"importance": 0.92962395537125, "licence": "Data \u00a9 OpenStreetMap contributors, ODbL 1.0. https://osm.org/copyright", "class": "amenity", "address": {"road": "West 13th Street", "state": "New York", "county": "New York County", "country_code": "us", "house_number": "34", "city": "New York", "suburb": "Manhattan", "country": "United States", "neighbourhood": "Greenwich Village", "amenity": "Quad Cinema", "postcode": "10011"}, "osm_id": 5243571202, "display_name": "Quad Cinema, 34, West 13th Street, Greenwich Village, Manhattan Community Board 2, Manhattan, New York County, New York, 10011, United States", "osm_type": "node", "lon": "-73.9959654", "place_id": 58996999, "boundingbox": ["40.7359107", "40.7360107", "-73.9960154", "-73.9959154"], "lat": "40.7359607", "type": "cinema"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"importance": {"type": "number"}, "licence": {"type": "string"}, "class": {"type": "string"}, "address": {"type": "object", "properties": {"road": {"type": "string"}, "state": {"type": "string"}, "county": {"type": "string"}, "country_code": {"type": "string"}, "house_number": {"type": "string"}, "city": {"type": "string"}, "suburb": {"type": "string"}, "country": {"type": "string"}, "neighbourhood": {"type": "string"}, "amenity": {"type": "string"}, "postcode": {"type": "string"}}, "required": ["amenity", "city", "country", "country_code", "county", "house_number", "neighbourhood", "postcode", "road", "state", "suburb"]}, "osm_id": {"type": "integer"}, "display_name": {"type": "string"}, "osm_type": {"type": "string"}, "lon": {"type": "string"}, "place_id": {"type": "integer"}, "boundingbox": {"type": "array", "items": {"type": "string"}}, "lat": {"type": "string"}, "type": {"type": "string"}}, "required": ["address", "boundingbox", "class", "display_name", "importance", "lat", "licence", "lon", "osm_id", "osm_type", "place_id", "type"]}} |
898ee606-d6bd-4536-995b-7fa5b0eed5bf/c22931bd-187b-4a01-ad7d-42b9dea2d23f/0/0 | Forward & Reverse Geocoding | Forward & Reverse Geocoding API. Get address by location or location by address. | 9.9 | ReverseGeocoding | Find address or place by latitude and longitude | 200 | Response | {"licence": "Data \u00a9 OpenStreetMap contributors, ODbL 1.0. https://osm.org/copyright", "osm_id": 122604, "address": {"state": "Illinois", "country": "United States", "city": "Chicago", "country_code": "us", "county": "Cook County"}, "osm_type": "relation", "boundingbox": ["41.644531", "42.0230396", "-87.940101", "-87.5240812"], "place_id": 284897611, "lat": "41.8755616", "lon": "-87.6244212", "display_name": "Chicago, Cook County, Illinois, United States"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"licence": {"type": "string"}, "osm_id": {"type": "integer"}, "address": {"type": "object", "properties": {"state": {"type": "string"}, "country": {"type": "string"}, "city": {"type": "string"}, "country_code": {"type": "string"}, "county": {"type": "string"}}, "required": ["city", "country", "country_code", "county", "state"]}, "osm_type": {"type": "string"}, "boundingbox": {"type": "array", "items": {"type": "string"}}, "place_id": {"type": "integer"}, "lat": {"type": "string"}, "lon": {"type": "string"}, "display_name": {"type": "string"}}, "required": ["address", "boundingbox", "display_name", "lat", "licence", "lon", "osm_id", "osm_type", "place_id"]} |
898ee606-d6bd-4536-995b-7fa5b0eed5bf/77841b8b-6b43-4f84-92c6-bf6f168cdec2/0/0 | Forward & Reverse Geocoding | Forward & Reverse Geocoding API. Get address by location or location by address. | 9.9 | GeocodingSearch | Free-form query forward geocoding. | 200 | Response | [{"importance": 1.0175766114518, "licence": "Data \u00a9 OpenStreetMap contributors, ODbL 1.0. https://osm.org/copyright", "class": "boundary", "address": {"country": "United States", "country_code": "us", "city": "New York", "state": "New York"}, "osm_id": 175905, "display_name": "New York, United States", "osm_type": "relation", "lon": "-74.0060152", "place_id": 282964771, "boundingbox": ["40.476578", "40.91763", "-74.258843", "-73.700233"], "lat": "40.7127281", "type": "administrative"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"importance": {"type": "number"}, "licence": {"type": "string"}, "class": {"type": "string"}, "address": {"type": "object", "properties": {"country": {"type": "string"}, "country_code": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}}, "required": ["city", "country", "country_code", "state"]}, "osm_id": {"type": "integer"}, "display_name": {"type": "string"}, "osm_type": {"type": "string"}, "lon": {"type": "string"}, "place_id": {"type": "integer"}, "boundingbox": {"type": "array", "items": {"type": "string"}}, "lat": {"type": "string"}, "type": {"type": "string"}}, "required": ["address", "boundingbox", "class", "display_name", "importance", "lat", "licence", "lon", "osm_id", "osm_type", "place_id", "type"]}} |
9a738e15-cb88-4ccd-ac39-66a9fbcd9e3f/8ed4a947-b102-4d43-8b68-570cd1f94020/0/0 | Reverse Geocode Locator (U.S) | 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. | 6.3 | Lookup Coordinates | Convert US latitude and longitude coordinates into local city information | 200 | Response | {"status": "ok", "error": null, "data": {"zipcode": "10024", "state_abbr": "NY", "city": "New York", "state": "New York", "distance": 0.755188609784236, "latitude_closest": 40.786387, "longitude_closest": -73.97709, "latitude": 40.785091, "longitude": -73.968285, "estimatedCity": true}} | {"type": "object", "properties": {"status": {"type": "string"}, "error": {"type": "null"}, "data": {"type": "object", "properties": {"zipcode": {"type": "string"}, "state_abbr": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "distance": {"type": "number"}, "latitude_closest": {"type": "number"}, "longitude_closest": {"type": "number"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "estimatedCity": {"type": "boolean"}}}}} |
d17a475c-807a-47a0-b4e9-bccbcf60344f/8953fc8a-7cc1-4a4c-9c6c-70a8441a712b/0/0 | Geocode - Forward and Reverse | Forward and reverse geocoding using Google Geocoding API. | 7.3 | Forward geocode | Get lat,lng coordinates from an address. | 200 | Response | {"address": "2795 E Hastings St, Vancouver, BC V5K 1Z8, Canada", "location": {"lat": 49.2813458, "lng": -123.0470199}, "place_id": "ChIJr9qJ9yBxhlQRVydHPfGaK6U"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"address": {"type": "string"}, "location": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "place_id": {"type": "string"}}, "required": ["address", "location", "place_id"]} |
d17a475c-807a-47a0-b4e9-bccbcf60344f/b89cfbeb-4913-4629-9a05-fb66906eac31/0/0 | Geocode - Forward and Reverse | Forward and reverse geocoding using Google Geocoding API. | 7.3 | Reverse geocode | Get an address from a lat,lng coordinate. | 200 | Response | {"address": "2795 BC-7A, Vancouver, BC V5K 1Z8, Canada", "location": {"lat": 49.2812974, "lng": -123.046965}, "place_id": "ChIJVaCI9yBxhlQREDIu2QbjwDY"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"address": {"type": "string"}, "location": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "place_id": {"type": "string"}}, "required": ["address", "location", "place_id"]} |
6e8b0038-5037-47b8-88d1-b51bb5b0b008/57d97668-2946-4ee9-9858-0e0c333e8eb7/0/0 | Heightmap from Latitude and Longitude | You provide coordinates(latitude, longitude) and api returns height map.
Heightmap is black & white png image where the brightest pixel has the most elevation. | 1.6 | get heightmap from two geopoints | you provide two geopoints( latitude, longitude). Server returns image/png with heightmap within this borders. | 200 | New Example | {"key1": "value", "key2": "value"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]} |
01ce426b-3c78-4543-9f4c-45ee0b3d2f5f/5a56964a-92aa-42df-9932-dbd5fd08b44b/0/0 | Just Geodata | API with various geographical data:
* point to timezone
* point to the country
* point to elevation
More is coming. Also if you need something write to me and I will add it to the API. | null | point_to_timezone | Return name of a timezone for given coordinates. | 200 | Example_1 | {"longitude": 24, "latitude": 54, "timezone": "Europe/Vilnius"} | {"type": "object", "properties": {"longitude": {"type": "number", "format": "double", "maximum": 180, "minimum": -180}, "latitude": {"type": "number", "format": "double", "maximum": 90, "minimum": -90}, "timezone": {"type": "string"}}, "required": ["latitude", "longitude", "timezone"]} |
01ce426b-3c78-4543-9f4c-45ee0b3d2f5f/37cc762e-9a8f-4f46-93f6-4e6a73a0ad26/0/0 | Just Geodata | API with various geographical data:
* point to timezone
* point to the country
* point to elevation
More is coming. Also if you need something write to me and I will add it to the API. | null | point_to_elevation | Return elevation for given coordinates in meters. | 200 | Example_1 | {"longitude": 54, "latitude": 24, "elevation": 16} | {"type": "object", "properties": {"longitude": {"type": "number", "format": "double", "maximum": 180, "minimum": -180}, "latitude": {"type": "number", "format": "double", "maximum": 90, "minimum": -90}, "elevation": {"type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}}, "required": ["elevation", "latitude", "longitude"]} |
01ce426b-3c78-4543-9f4c-45ee0b3d2f5f/13cf32de-043d-4829-b789-0db2cbfd2d32/0/0 | Just Geodata | API with various geographical data:
* point to timezone
* point to the country
* point to elevation
More is coming. Also if you need something write to me and I will add it to the API. | null | point_to_country | Return code and name for given coordinates. | 200 | Example_1 | {"longitude": 24, "latitude": 54, "country_code": "LT", "country_ioc": "LTU", "country_name": "Lithuania"} | {"type": "object", "properties": {"longitude": {"type": "number", "format": "double", "maximum": 180, "minimum": -180}, "latitude": {"type": "number", "format": "double", "maximum": 90, "minimum": -90}, "country_code": {"type": "string"}, "country_ioc": {"type": "string"}, "country_name": {"type": "string"}}, "required": ["country_code", "country_ioc", "country_name", "latitude", "longitude"]} |
d26d096d-9acd-4b32-a23f-05faaac1d7a6/e804a2dc-f097-45ff-942d-7c89d2f20411/0/0 | Country ranking | Country ranking | null | getCountriesList | This is a valid dis | 200 | New Example | {"key1": "value", "key2": "value"} | {"type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}} |
d26d096d-9acd-4b32-a23f-05faaac1d7a6/e804a2dc-f097-45ff-942d-7c89d2f20411/2/0 | Country ranking | Country ranking | null | getCountriesList | This is a valid dis | 202 | New Example | {"key1": "value", "key2": "value"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]} |
d97fb17c-8586-4faa-8cda-27ebf0abfdb9/85cd8b30-b3dd-4fae-9a5f-8b781aef7121/0/0 | Zip Code to State Converter | A very simple API that accepts a US ZIP code as an input, and returns the state that it is in. | null | Exchange Zip Code for State | The endpoint to pass a zip code as a query parameter and get the state the zip code is located in as a response. | 200 | Response | {"state": "DC"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"state": {"type": "string"}}, "required": ["state"]} |
5be40a72e4b0d1763ed6d48a/5be54a68e4b0a5d5a03b9935/0/0 | Distance | Introducing DistanceAPI, a versatile API that calculates distances between addresses, postcodes, and cities for airline, car, and maritime routes. Geocoding included. | 9.7 | Get distance | Get a distance between locations | 200 | Example_1 | {"points": [{"type": "Feature", "properties": {"type": "name", "geocode": {"id": 7, "typ": "", "name": "Berlin", "lat": 52.523403, "lng": 13.4114, "visit": 10958617, "lang": "de", "formatted_address": "Berlin, Deutschland", "country": "DE", "moved": 1, "checked": "de ", "clean": 1, "tz": "Europe/Berlin", "regions": [{"id": 51477, "name": "Deutschland", "int": "Germany", "name_en": "Germany", "level": 2}, {"id": 62422, "name": "Berlin", "int": "Berlin", "name_en": "Berlin", "level": 4}, {"id": 16347, "name": "Mitte", "int": "Mitte", "name_en": null, "level": 9}, {"id": 16566, "name": "Mitte", "int": "Mitte", "name_en": null, "level": 10}]}, "airports": [{"name": "Berlin-Tegel International Airport", "icao": "EDDT", "iata": "TXL", "lat": 52.5597, "lng": 13.2877, "city": "Berlin", "country": "Germany", "distance": 9.291129591215062}, {"name": "Berlin-Tegel International Airport", "icao": "EDDT", "iata": "TXL", "lat": 52.5597, "lng": 13.2877, "city": "Berlin", "country": "Germany", "distance": 9.291129591215062}, {"name": "Berlin-Sch\u00f6nefeld International Airport", "icao": "EDDB", "iata": "SXF", "lat": 52.38, "lng": 13.5225, "city": "Berlin", "country": "Germany", "distance": 17.63921879423453}], "stats": {"antipodia": [-166.58859999999999, -52.523403], "equator": {"distance": 5842.169356341, "bearing": "S"}, "northpole": 4168.515634322877, "southpole": 15853.93626081537}}, "geometry": {"type": "Point", "coordinates": [13.4114, 52.523403]}}, {"type": "Feature", "properties": {"type": "name", "geocode": {"id": 5886, "typ": "", "name": "Munich", "lat": 48.139126, "lng": 11.580186, "visit": 1636254, "lang": "", "formatted_address": "", "country": "", "moved": 0, "checked": "", "clean": 1, "tz": "Europe/Berlin", "regions": [{"id": 51477, "name": "Deutschland", "int": "Germany", "name_en": "Germany", "level": 2}, {"id": 2145268, "name": "Bayern", "int": "Bavaria", "name_en": "Bavaria", "level": 4}, {"id": 2145274, "name": "Oberbayern", "int": "Upper Bavaria", "name_en": "Upper Bavaria", "level": 5}, {"id": 62428, "name": "M\u00fcnchen", "int": "Munich", "name_en": "Munich", "level": 6}, {"id": 56391, "name": "Stadtbezirk 01 Altstadt-Lehel", "int": "Stadtbezirk 01 Altstadt-Lehel", "name_en": null, "level": 9}, {"id": 65918, "name": "Bezirksteil Graggenau", "int": "Bezirksteil Graggenau", "name_en": null, "level": 10}]}, "airports": [{"name": "Munich International Airport", "icao": "EDDM", "iata": "MUC", "lat": 48.3538, "lng": 11.7861, "city": "Munich", "country": "Germany", "distance": 28.333659469328992}, {"name": "Munich International Airport", "icao": "EDDM", "iata": "MUC", "lat": 48.3538, "lng": 11.7861, "city": "Munich", "country": "Germany", "distance": 28.333659469328992}, {"name": "Oberpfaffenhofen Airport", "icao": "EDMO", "iata": "OBF", "lat": 48.0814, "lng": 11.2831, "city": "Oberpfaffenhofen", "country": "Germany", "distance": 22.97927031112024}], "stats": {"antipodia": [-168.419814, -48.139126], "equator": {"distance": 5354.506956798635, "bearing": "S"}, "northpole": 4656.1780338652425, "southpole": 15366.28156129892}}, "geometry": {"type": "Point", "coordinates": [11.580186, 48.139126]}}], "steps": [{"start": [13.4114, 52.523403], "end": [11.580186, 48.139126], "distance": {"haversine": 504.65365215109205, "greatCircle": 504.49599242703175, "vincenty": 504.77049200000005, "radians": 0.07918619992956097, "dagrees": 4.53703505164298, "flight": [{"start": "TXL", "dest": "MUC", "distance": 479.725646171276, "time": "1h 3min"}, {"start": "TXL", "dest": "MUC", "distance": 479.725646171276, "time": "1h 3min"}, {"start": "TXL", "dest": "OBF", "distance": 518.0110523195764, "time": "1h 6min"}, {"start": "TXL", "dest": "MUC", "distance": 479.725646171276, "time": "1h 3min"}, {"start": "TXL", "dest": "MUC", "distance": 479.725646171276, "time": "1h 3min"}, {"start": "TXL", "dest": "OBF", "distance": 518.0110523195764, "time": "1h 6min"}, {"start": "SXF", "dest": "MUC", "distance": 464.4333157089071, "time": "1h 2min"}, {"start": "SXF", "dest": "MUC", "distance": 464.4333157089071, "time": "1h 2min"}, {"start": "SXF", "dest": "OBF", "distance": 503.91955912030943, "time": "1h 5min"}], "car": {"distance": 585153.4, "duration": 21508.3}}, "midpoint": {"type": "Feature", "properties": {"type": "latlng", "geocode": {}, "tz": "Europe/Prague", "regions": [{"id": 51684, "name": "\u010cesko", "int": "Czechia", "name_en": "Czechia", "level": 2}, {"id": 435516, "name": "Severoz\u00e1pad", "int": "Northwest", "name_en": "Northwest", "level": 4}, {"id": 442314, "name": "Karlovarsk\u00fd kraj", "int": "Karlovarsk\u00fd kraj", "name_en": null, "level": 6}, {"id": 442313, "name": "okres Sokolov", "int": "Sokolov District", "name_en": "Sokolov District", "level": 7}, {"id": 439547, "name": "Kraslice", "int": "Kraslice", "name_en": null, "level": 8}, {"id": 433168, "name": "Hrani\u010dn\u00e1", "int": "Hrani\u010dn\u00e1", "name_en": null, "level": 10}], "airports": [{"name": "Karlovy Vary International Airport", "icao": "LKKV", "iata": "KLV", "lat": 50.203, "lng": 12.915, "city": "Karlovy Vary", "country": "Czech Republic", "distance": 35.93770741767099}, {"name": "Karlovy Vary International Airport", "icao": "LKKV", "iata": "KLV", "lat": 50.203, "lng": 12.915, "city": "Karlovy Vary", "country": "Czech Republic", "distance": 35.93770741767099}, {"name": "Hof-Plauen Airport", "icao": "EDQM", "iata": "HOQ", "lat": 50.2886, "lng": 11.8564, "city": "Hof", "country": "Germany", "distance": 42.72614853897506}], "stats": {"antipodia": [-167.5464733242134, -50.334851724306766], "equator": {"distance": 5598.7371629312165, "bearing": "S"}, "northpole": 4411.947827732661, "southpole": 15610.508233595408}}, "geometry": {"type": "Point", "coordinates": [12.453526675786604, 50.334851724306766]}}, "bearing": {"exact": "SSW", "rough": "S", "bearing": 195.63913368458122}, "time": 0}]} | {"type": "object", "properties": {"points": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "geocode": {"type": "object", "properties": {"id": {"type": "integer"}, "typ": {"type": "string"}, "name": {"type": "string"}, "lat": {"type": "number"}, "lng": {"type": "number"}, "visit": {"type": "integer"}, "lang": {"type": "string"}, "formatted_address": {"type": "string"}, "country": {"type": "string"}, "moved": {"type": "integer"}, "checked": {"type": "string"}, "clean": {"type": "integer"}, "tz": {"type": "string"}, "regions": {"type": "array", "items": {"type": "object"}}}}, "airports": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "icao": {"type": "string"}, "iata": {"type": "string"}, "lat": {"type": "number"}, "lng": {"type": "number"}, "city": {"type": "string"}, "country": {"type": "string"}, "distance": {"type": "number"}}}}, "stats": {"type": "object", "properties": {"antipodia": {"type": "array", "items": {"type": "number"}}, "equator": {"type": "object", "properties": {"distance": {"type": "number"}, "bearing": {"type": "string"}}}, "northpole": {"type": "number"}, "southpole": {"type": "number"}}}}}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}}}}}, "steps": {"type": "array", "items": {"type": "object", "properties": {"start": {"type": "array", "items": {"type": "number"}}, "end": {"type": "array", "items": {"type": "number"}}, "distance": {"type": "object", "properties": {"haversine": {"type": "number"}, "greatCircle": {"type": "number"}, "vincenty": {"type": "number"}, "radians": {"type": "number"}, "dagrees": {"type": "number"}, "flight": {"type": "array", "items": {"type": "object", "properties": {"start": {"type": "string"}, "dest": {"type": "string"}, "distance": {"type": "number"}, "time": {"type": "string"}}}}, "car": {"type": "object", "properties": {"distance": {"type": "number"}, "duration": {"type": "number"}}}}}, "midpoint": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "geocode": {"type": "object"}, "tz": {"type": "string"}, "regions": {"type": "array", "items": {"type": "object"}}, "airports": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "icao": {"type": "string"}, "iata": {"type": "string"}, "lat": {"type": "number"}, "lng": {"type": "number"}, "city": {"type": "string"}, "country": {"type": "string"}, "distance": {"type": "number"}}}}, "stats": {"type": "object", "properties": {"antipodia": {"type": "array", "items": {"type": "number"}}, "equator": {"type": "object", "properties": {"distance": {"type": "number"}, "bearing": {"type": "string"}}}, "northpole": {"type": "number"}, "southpole": {"type": "number"}}}}}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}}}}, "bearing": {"type": "object", "properties": {"exact": {"type": "string"}, "rough": {"type": "string"}, "bearing": {"type": "number"}}}, "time": {"type": "integer"}}}}}} |
c2026458-c6be-4bd9-9928-6fac9bfd6439/70741bd0-b2cc-4970-aeca-6cc21f8f07fb/0/0 | natali-geo | reverse geocode latitude and longitude into address | null | reverse geocode | Returns address information including label, countryCode, countryName, state, postalCode | 200 | New Example | {"label": "SemaConnect, 505 Howard Street Suite 175 505, San Francisco, CA 94105, Amerika Serikat", "countryCode": "USA", "countryName": "Amerika Serikat", "stateCode": "CA", "state": "California", "county": "San Francisco", "city": "San Francisco", "district": "The East Cut", "street": "Howard Street Suite 175 505", "postalCode": "94105", "houseNumber": "505"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"label": {"type": "string"}, "countryCode": {"type": "string"}, "countryName": {"type": "string"}, "stateCode": {"type": "string"}, "state": {"type": "string"}, "county": {"type": "string"}, "city": {"type": "string"}, "district": {"type": "string"}, "street": {"type": "string"}, "postalCode": {"type": "string"}, "houseNumber": {"type": "string"}}, "required": ["city", "countryCode", "countryName", "county", "district", "houseNumber", "label", "postalCode", "state", "stateCode", "street"]} |
811f20e4-bd76-48d8-a96d-c03fe2309b3b/836cb212-cd1f-4fb6-8b9d-933f063e8872/0/0 | World Cities | Access to 216,487 cities over the world by their coordinates. Enter latitude and longitude and get a list of closest cities from these coordinates. | null | Get cities by coordinates | Returns closest cities from coordinates entered. | 200 | New Example | {"status": 200, "data": [{"_id": "624c2e722dc617fa6cb0b4f6", "id": "2988507", "name": "Paris", "country_code": "FR", "location": {"coordinates": [2.3488, 48.85341], "type": "Point"}}]} | {"status": 200, "data": [{"_id": "624c2e722dc617fa6cb0b4f6", "id": "2988507", "name": "Paris", "country_code": "FR", "location": {"coordinates": [2.3488, 48.85341], "type": "Point"}}]} |
811f20e4-bd76-48d8-a96d-c03fe2309b3b/966422da-3e68-4414-9ee3-f5dae7c4db13/0/0 | World Cities | Access to 216,487 cities over the world by their coordinates. Enter latitude and longitude and get a list of closest cities from these coordinates. | null | Get cities by name (Autocomplete) | Returns cities from city name.
Cities that include the city name you are searching for. This allows for autocomplete features.
Results are paginated. | 200 | New Example | {"status": 200, "data": [{"_id": "624c2e722dc617fa6cb0b4f6", "id": "2988507", "name": "Paris", "country_code": "FR", "location": {"coordinates": [2.3488, 48.85341], "type": "Point"}}, {"_id": "624c2e722dc617fa6cb0b3d1", "id": "2968496", "name": "Villeparisis", "country_code": "FR", "location": {"coordinates": [2.61463, 48.94208], "type": "Point"}}, {"_id": "624c2e732dc617fa6cb0b6b4", "id": "3023645", "name": "Cormeilles-en-Parisis", "country_code": "FR", "location": {"coordinates": [2.20491, 48.97111], "type": "Point"}}, {"_id": "624c2e742dc617fa6cb0bc22", "id": "3725276", "name": "Fond Parisien", "country_code": "HT", "location": {"coordinates": [-71.98122, 18.50547], "type": "Point"}}, {"_id": "624c2e812dc617fa6cb0ec36", "id": "4717560", "name": "Paris", "country_code": "US", "location": {"coordinates": [-95.55551, 33.66094], "type": "Point"}}, {"_id": "624c2e922dc617fa6cb1325e", "id": "6942553", "name": "Paris", "country_code": "CA", "location": {"coordinates": [-80.38333, 43.2], "type": "Point"}}, {"_id": "624c2eac2dc617fa6cb19514", "id": "2968496", "name": "Villeparisis", "country_code": "FR", "location": {"coordinates": [2.61463, 48.94208], "type": "Point"}}, {"_id": "624c2eac2dc617fa6cb19704", "id": "2974645", "name": "Seyssinet-Pariset", "country_code": "FR", "location": {"coordinates": [5.69387, 45.17675], "type": "Point"}}, {"_id": "624c2eae2dc617fa6cb19f13", "id": "2988507", "name": "Paris", "country_code": "FR", "location": {"coordinates": [2.3488, 48.85341], "type": "Point"}}, {"_id": "624c2eb02dc617fa6cb1a472", "id": "2999139", "name": "Le Touquet-Paris-Plage", "country_code": "FR", "location": {"coordinates": [1.58571, 50.52432], "type": "Point"}}]} | {"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "country_code": {"type": "string"}, "location": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}}}}}}} |
811f20e4-bd76-48d8-a96d-c03fe2309b3b/92634f72-4e88-4cff-b4a5-4972782b89c3/0/0 | World Cities | Access to 216,487 cities over the world by their coordinates. Enter latitude and longitude and get a list of closest cities from these coordinates. | null | Get cities by id | Returns city from city id. | 200 | New Example | {"status": 200, "data": [{"_id": "624c2e722dc617fa6cb0b4f6", "id": "2988507", "name": "Paris", "country_code": "FR", "location": {"coordinates": [2.3488, 48.85341], "type": "Point"}}]} | {"status": 200, "data": [{"_id": "624c2e722dc617fa6cb0b4f6", "id": "2988507", "name": "Paris", "country_code": "FR", "location": {"coordinates": [2.3488, 48.85341], "type": "Point"}}]} |
811f20e4-bd76-48d8-a96d-c03fe2309b3b/fb28e76f-86de-4839-8f6b-c3d06b03d8cc/0/0 | World Cities | Access to 216,487 cities over the world by their coordinates. Enter latitude and longitude and get a list of closest cities from these coordinates. | null | Get city by country code | Returns paginated cities from a country code.
The country code must be an ISO2 format.
Example: FR | 200 | New Example | {"status": 200, "numberOfItems": 10, "data": [{"_id": "624c2e722dc617fa6cb0b377", "id": "2979783", "name": "Saint-Germain-en-Laye", "country_code": "FR", "location": {"coordinates": [2.0904, 48.89643], "type": "Point"}}, {"_id": "624c2e722dc617fa6cb0b37b", "id": "2982944", "name": "Ronchin", "country_code": "FR", "location": {"coordinates": [3.09056, 50.59883], "type": "Point"}}, {"_id": "624c2e722dc617fa6cb0b38d", "id": "2972350", "name": "Toul", "country_code": "FR", "location": {"coordinates": [5.89115, 48.68075], "type": "Point"}}, {"_id": "624c2e722dc617fa6cb0b38e", "id": "2968142", "name": "Villiers-sur-Marne", "country_code": "FR", "location": {"coordinates": [2.54844, 48.831], "type": "Point"}}, {"_id": "624c2e722dc617fa6cb0b392", "id": "2973783", "name": "Strasbourg", "country_code": "FR", "location": {"coordinates": [7.74553, 48.58392], "type": "Point"}}, {"_id": "624c2e722dc617fa6cb0b393", "id": "2974385", "name": "Soisy-sous-Montmorency", "country_code": "FR", "location": {"coordinates": [2.30156, 48.98813], "type": "Point"}}, {"_id": "624c2e722dc617fa6cb0b395", "id": "2975233", "name": "Selestat", "country_code": "FR", "location": {"coordinates": [7.4489, 48.26195], "type": "Point"}}, {"_id": "624c2e722dc617fa6cb0b397", "id": "2975525", "name": "Savigny-sur-Orge", "country_code": "FR", "location": {"coordinates": [2.34835, 48.67677], "type": "Point"}}, {"_id": "624c2e722dc617fa6cb0b39d", "id": "2993760", "name": "Miramas", "country_code": "FR", "location": {"coordinates": [5.00268, 43.58508], "type": "Point"}}, {"_id": "624c2e722dc617fa6cb0b3a0", "id": "2997336", "name": "Louviers", "country_code": "FR", "location": {"coordinates": [1.16667, 49.21667], "type": "Point"}}]} | {"type": "object", "properties": {"status": {"type": "integer"}, "numberOfItems": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "country_code": {"type": "string"}, "location": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}}}}}}} |
3f5c8244-cfac-4a9c-955f-674f9334255a/2abb3609-043f-4a67-980c-1d2f24a85c17/0/0 | minicountries | An API that shows some small info about all countries in the world | null | nations | This endpoit returns the list of all countries. It accepts a GET method. | 200 | New Example | {"key1": "", "key2": ""} | {"type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}} |
59f7d0fbe4b09ee1ff545b43/59f7d247e4b0c95e003b4bbb/0/0 | ca.boundaries.io | CA Postal Code(ex. T6H, or A0A0A1 ), FSA and LDU, Boundaries API: A simple & very fast API that will allow you to integrate multiple GeoJson CA FSA and LDU level boundaries result into your apps and systems. This API is designed to be used programatically for optimal performance. When using the MashApe UI for queries expect significant latency issues on large result sets! | 9 | Query by FSA Code | Query by Postal FSA ( example T6H ) | 200 | Example_1 | {"features": [{"geometry": {"coordinates": [[[-54.52195151093417, 48.90510609479908], [-54.5174810940759, 48.91543750328346], [-54.51299969599582, 48.925789287021736], [-54.51259057095169, 48.92673415822958], [-54.512536256022926, 48.92685954550618], [-54.512459619389766, 48.92703651136523], [-54.512386368065975, 48.927205675278216], [-54.510429272999296, 48.931724655295966], [-54.509594085539455, 48.93365285954374], [-54.50920406204338, 48.93455324001363], [-54.50000000795855, 48.955790226347524], [-54.499720926320805, 48.95643379050006], [-54.4997776734339, 48.96693214189041], [-54.49982743979501, 48.97613361981314], [-54.500000014782565, 48.976192724620226], [-54.50377881416626, 48.977486621723365], [-54.50607781177598, 48.978273724536535], [-54.51937949246132, 48.98282609442026], [-54.54398884831008, 48.99088099480632], [-54.55214554352756, 48.993548742567995], [-54.57334577774351, 48.99958744270818], [-54.57520424424185, 49.00006799716835], [-54.58554228364836, 49.00274026132051], [-54.600174365413686, 49.00652009163746], [-54.601226258085575, 49.006791692073236], [-54.617082881661844, 49.00709953322614], [-54.623372290074435, 49.00722092670789], [-54.64089092130864, 49.00007950656534], [-54.646021774791684, 48.997986892053184], [-54.6477388865716, 48.99722522098074], [-54.64978308779491, 48.99631842445096], [-54.65033832203878, 48.99607210216715], [-54.6659880965982, 48.98912695579528], [-54.67887506842376, 48.98340439652982], [-54.68224204664297, 48.981908772150064], [-54.682337351791524, 48.9818272473013], [-54.68256209853296, 48.98169681086486], [-54.68273068269633, 48.981691687744345], [-54.68738035096144, 48.979625833860126], [-54.69024848214539, 48.978351339318806], [-54.69084585023873, 48.978085870540696], [-54.691130493736196, 48.97795937343411], [-54.69309694852398, 48.97708540417096], [-54.694443958217235, 48.97648672541353], [-54.69475793816318, 48.97634716015477], [-54.69719191101121, 48.975265232217325], [-54.69815258676987, 48.97483818454325], [-54.70266019574802, 48.9728341426799], [-54.71181889321413, 48.9687610887676], [-54.71221518685103, 48.968584796602265], [-54.712459959976734, 48.968475926254484], [-54.713476178948554, 48.96802390012203], [-54.71480092906766, 48.968060618200205], [-54.714796333527445, 48.96816143809801], [-54.71427392594695, 48.96852895111526], [-54.71432687931524, 48.96856597782934], [-54.7148862186553, 48.96858606288233], [-54.71500745463341, 48.96862444517275], [-54.71527147864696, 48.96882760403056], [-54.715379638077366, 48.96945051485011], [-54.715526948512164, 48.96951640937658], [-54.71570646430165, 48.96947499245979], [-54.71587729399185, 48.969325436366475], [-54.71596702578429, 48.9691562615953], [-54.71598098024609, 48.96885064403996], [-54.71609718294766, 48.968700010820854], [-54.71650131904679, 48.96852807679206], [-54.71739345213609, 48.96784401425211], [-54.71749718762454, 48.96766209197546], [-54.71760140376978, 48.96747927081501], [-54.71796870326346, 48.9672166368254], [-54.717976073503394, 48.967054857885365], [-54.71787311127168, 48.967003030340315], [-54.71861486791633, 48.96601647403584], [-54.71866573389913, 48.96601588509668], [-54.71895896056729, 48.96587775391364], [-54.7193094350148, 48.96508397299987], [-54.71948147757076, 48.96490745710378], [-54.719478081974124, 48.96468246205652], [-54.71925256957775, 48.96453404110567], [-54.7187892400425, 48.96450690523166], [-54.718603058227984, 48.964395242951944], [-54.7187348052126, 48.9639030343716], [-54.71883774907026, 48.96374313050812], [-54.71903545791339, 48.963603098436494], [-54.7193485836163, 48.96362728546871], [-54.71947308579239, 48.96359377247848], [-54.72042653709132, 48.9624610605726], [-54.72037848173459, 48.96231615163457], [-54.72026798735933, 48.96221094856725], [-54.72019515898604, 48.962141597011126], [-54.71962581332051, 48.96174346783511], [-54.71959040229091, 48.961740311967496], [-54.71935205290958, 48.95954695981135], [-54.71775640844679, 48.94485785842608], [-54.717633213272386, 48.94493427943165], [-54.71659189373013, 48.944706720162145], [-54.71609601813744, 48.94449897627955], [-54.715695464324405, 48.944895893230964], [-54.71534612406488, 48.94506890759819], [-54.71496195997151, 48.945106274342535], [-54.713915740388565, 48.94498656521819], [-54.7134224446824, 48.94502176226349], [-54.71302093045715, 48.94513975389293], [-54.71244656207549, 48.945155348106965], [-54.7120330962724, 48.94523712573299], [-54.7114615806924, 48.94518978641232], [-54.71085206664855, 48.94507872199337], [-54.71007168788381, 48.944820295527265], [-54.70961022281477, 48.94475715799536], [-54.70878279759087, 48.94492965029322], [-54.70808190895948, 48.945023666790675], [-54.7078226516773, 48.94501853134906], [-54.70702664946875, 48.945101664630045], [-54.706534968146066, 48.945100888288486], [-54.70584689525398, 48.94521313013989], [-54.705235356050494, 48.94544388003562], [-54.704799934314075, 48.94570511700772], [-54.70362316300936, 48.946644333303595], [-54.70320841175811, 48.94675302740212], [-54.70314059082062, 48.946742671499386], [-54.70234372014914, 48.94654686436645], [-54.701771374963535, 48.94622056546501], [-54.70081901258502, 48.945841707037104], [-54.70017556686093, 48.94587386006754], [-54.699563572099365, 48.945816667177795], [-54.69867079218793, 48.94533103135481], [-54.69837428620099, 48.94524413950777], [-54.697762303097136, 48.94518693533605], [-54.69733308023636, 48.94531332044053], [-54.6966449894314, 48.94512861972338], [-54.69623477549023, 48.94513843222382], [-54.69516047640942, 48.94533286806513], [-54.69482219183951, 48.945560032391924], [-54.69471962789697, 48.94571090819028], [-54.69447855941948, 48.945904023030856], [-54.69395169167056, 48.946073411982276], [-54.69352239427272, 48.9464966801895], [-54.69291778944119, 48.94687143737992], [-54.69223668056755, 48.94712770289186], [-54.69157710005412, 48.94721345309968], [-54.691007230408964, 48.94742696176277], [-54.689986192732306, 48.9476494221285], [-54.689535832064244, 48.9476403987688], [-54.689118605398356, 48.9475060747988], [-54.688717097882396, 48.94732710123137], [-54.6868128668713, 48.94715395200226], [-54.68608425636404, 48.94695939333128], [-54.685322165923765, 48.94689912474603], [-54.68469400532744, 48.94689549774534], [-54.68426642030531, 48.94698588026043], [-54.68376483167274, 48.94690383032457], [-54.68279989643335, 48.947388250570235], [-54.681979357367936, 48.94770462860018], [-54.68153685021452, 48.94782170560259], [-54.68106909956051, 48.947893249108944], [-54.680646901207744, 48.9478667670146], [-54.68028346862702, 48.94775149924125], [-54.67898263957978, 48.94840906868103], [-54.678281098721136, 48.94880879230183], [-54.67765697330487, 48.949012133426024], [-54.67657876356738, 48.94928732616836], [-54.67613872310768, 48.94935042186395], [-54.67562752325113, 48.94947505953853], [-54.674533124451855, 48.9498038678468], [-54.67405824531678, 48.950028187003326], [-54.67318746293735, 48.95054141626031], [-54.67246486057649, 48.95080574893736], [-54.67092822860093, 48.951242546935084], [-54.67043569835967, 48.95125957724131], [-54.670033204098225, 48.951395404776946], [-54.66799460173626, 48.95234382180657], [-54.666966634136486, 48.95270986121564], [-54.66608101612923, 48.95295285038534], [-54.66480088585121, 48.95316085866564], [-54.66345646998223, 48.95357444032674], [-54.66298823407749, 48.9536549393343], [-54.66161985240497, 48.953996040436365], [-54.66063258063872, 48.95407497716194], [-54.65896981843091, 48.95428414899995], [-54.65801926634304, 48.954453764374904], [-54.654551962786, 48.954689177639494], [-54.65311723997072, 48.954695949065304], [-54.65149748207785, 48.95486092351437], [-54.650433345524604, 48.95483022392536], [-54.649957781046275, 48.95477553895571], [-54.649245977855806, 48.95480601583025], [-54.64509357164216, 48.95479325427558], [-54.64313621793789, 48.954294416451255], [-54.64250422192862, 48.954191265264825], [-54.64206524406503, 48.954119590045885], [-54.64097248850845, 48.953827325118766], [-54.638640215024175, 48.952879916251476], [-54.63788700397046, 48.95263056157019], [-54.63745964622628, 48.95242389661224], [-54.63634220110327, 48.952077102842686], [-54.633222915075415, 48.95131135467935], [-54.630657609328004, 48.950098082053515], [-54.62987545001262, 48.94959618430017], [-54.628713374049745, 48.94875357235778], [-54.62679266854159, 48.947490506089856], [-54.62637605575083, 48.947059082220456], [-54.62515689973121, 48.94626923476544], [-54.624061046130144, 48.945760846133105], [-54.62376509101188, 48.945664776620085], [-54.622594638862424, 48.945001879855134], [-54.6218015562385, 48.94473359312825], [-54.62055354842427, 48.94397910504025], [-54.619605289060445, 48.943527697339746], [-54.61793223342325, 48.94280937418958], [-54.61571990010633, 48.941944949598984], [-54.61404906508173, 48.941181643338176], [-54.61320965260704, 48.94074140216524], [-54.61207223208051, 48.940250013608974], [-54.61159265947003, 48.93999716681363], [-54.610398557622545, 48.93954958646582], [-54.609222385997306, 48.93901238197519], [-54.608658827268535, 48.93880276036981], [-54.60744480868614, 48.93820178267099], [-54.606491602861446, 48.93785811243572], [-54.60603290543299, 48.937740628314714], [-54.60600233425066, 48.937727358038025], [-54.60527032114469, 48.937409884992995], [-54.60406323865858, 48.93666506958146], [-54.60400349485465, 48.936622368955035], [-54.60333701131082, 48.93614615469739], [-54.603016066095165, 48.93600452495028], [-54.602099834504706, 48.93517577046982], [-54.5996118423904, 48.93352255010813], [-54.5992657759275, 48.9333354159457], [-54.599004590719574, 48.93308705603209], [-54.598756351688934, 48.93256907154285], [-54.597719817226, 48.931404866303716], [-54.59707256389819, 48.93095055446526], [-54.59684972158505, 48.93075695595283], [-54.595381101976045, 48.92949377857179], [-54.59528406437331, 48.92923986369702], [-54.594838165200024, 48.928573776463246], [-54.594772730170334, 48.92823053191177], [-54.594490383128026, 48.927855769461125], [-54.59449425431273, 48.92777487536403], [-54.59388730996604, 48.927051471081114], [-54.59342587723484, 48.92670895049048], [-54.593253941310245, 48.926309500044404], [-54.59250047145611, 48.92551103761776], [-54.59207698702024, 48.925232297197205], [-54.59172859163151, 48.92481117145303], [-54.59142674017005, 48.92427404896057], [-54.590985101657694, 48.92380599215285], [-54.590507460362964, 48.92295029736306], [-54.590177323185024, 48.9227184745795], [-54.589956277131286, 48.9224889329292], [-54.58950794755673, 48.92187676583644], [-54.589426283272736, 48.921587165438645], [-54.58916067509995, 48.92114976014056], [-54.58808694344425, 48.92020063402615], [-54.58647251127326, 48.91914119970524], [-54.586273990602336, 48.919011081617896], [-54.58598242282877, 48.91854613658005], [-54.58542850192813, 48.91785977971745], [-54.58461595820996, 48.917158986921926], [-54.58413566993201, 48.916645105810076], [-54.58228940932802, 48.91530184991802], [-54.581743609891234, 48.91473259878435], [-54.581563539774784, 48.91450392175514], [-54.58131840439507, 48.913644065075715], [-54.58093147335249, 48.913177105272304], [-54.58054861465528, 48.91290815889714], [-54.57937295978119, 48.91237965566753], [-54.578849891022905, 48.91218873895243], [-54.57866243353549, 48.912112817649266], [-54.577056303447584, 48.91089148811179], [-54.575725374445774, 48.90934302918754], [-54.5751207870966, 48.90886248183619], [-54.5739540366904, 48.90815416589832], [-54.573827263972056, 48.90795356393968], [-54.573255649037606, 48.907356728792294], [-54.57271098771554, 48.90704837522852], [-54.57228733614855, 48.90677854276249], [-54.570843622879806, 48.9061543377161], [-54.56892298479124, 48.904953235652926], [-54.566225440698425, 48.90289000310169], [-54.56550849669328, 48.902479001224], [-54.56490547540238, 48.90225035393868], [-54.56423292464778, 48.901768310849455], [-54.56384674982177, 48.90157121215567], [-54.563282048942874, 48.9013973205896], [-54.56230032167463, 48.90081875464252], [-54.56203819353173, 48.90059729352585], [-54.561640096347496, 48.90008503159602], [-54.56047947658784, 48.89953865864543], [-54.560261707021816, 48.89924614952043], [-54.55990024184796, 48.89910353841233], [-54.558742643967186, 48.89821533921699], [-54.55817230248044, 48.898158254296334], [-54.55782312131163, 48.89804290477871], [-54.55682309316479, 48.89756286652788], [-54.55606935058892, 48.8970700389762], [-54.55550908778858, 48.89652735286492], [-54.55509571273687, 48.89632964288797], [-54.55357024980606, 48.89543357409084], [-54.553191198199265, 48.89509266510352], [-54.552483253452564, 48.89478072640168], [-54.55075869744296, 48.89377242118902], [-54.55043373669644, 48.89344162725338], [-54.55007671202328, 48.893209118421154], [-54.549422449272846, 48.89291628706192], [-54.54847055712777, 48.892293270123396], [-54.547819838203274, 48.891649641066046], [-54.54761671339799, 48.89133942122424], [-54.54739465962875, 48.89113676227112], [-54.54687321333642, 48.89091874135425], [-54.546572492791384, 48.890651430343226], [-54.54606118574761, 48.89050559916902], [-54.54437999597741, 48.88945312114113], [-54.540745250899015, 48.887621230461946], [-54.539868624611806, 48.8874135842328], [-54.53910984547186, 48.887307415832545], [-54.53797910393383, 48.88727426214897], [-54.53754565406674, 48.887211015407345], [-54.53684845543029, 48.886962204459145], [-54.53529723166515, 48.88604735043458], [-54.53491873747731, 48.885976267841436], [-54.534221574983654, 48.885727439012406], [-54.532281693485366, 48.88522706604939], [-54.53128227439419, 48.88511530384719], [-54.52960016995616, 48.88872051314762], [-54.528448027192745, 48.89118948312818], [-54.52195151093417, 48.90510609479908]]], "type": "Polygon"}, "properties": {"postal-fsa": "A1V", "territory": "Newfoundland and labrador / terre-neuve-et-labrador"}, "type": "Feature"}], "type": "FeatureCollection"} | {"properties": {"features": {"items": {"properties": {"geometry": {"properties": {"coordinates": {"items": {"items": {"items": {"type": "number"}, "type": "array"}, "type": "array"}, "type": "array"}, "type": {"type": "string"}}, "type": "object"}, "properties": {"properties": {"postal-fsa": {"type": "string"}, "territory": {"type": "string"}}, "type": "object"}, "type": {"type": "string"}}, "type": "object"}, "type": "array"}, "type": {"type": "string"}}, "type": "object"} |
59f7d0fbe4b09ee1ff545b43/59f7d289e4b016767595b8c6/0/0 | ca.boundaries.io | CA Postal Code(ex. T6H, or A0A0A1 ), FSA and LDU, Boundaries API: A simple & very fast API that will allow you to integrate multiple GeoJson CA FSA and LDU level boundaries result into your apps and systems. This API is designed to be used programatically for optimal performance. When using the MashApe UI for queries expect significant latency issues on large result sets! | 9 | Query for LDU boundary | Query by a LDU Postal Code | 200 | Example_1 | {"features": [{"geometry": {"coordinates": [[[-53.21109137796333, 47.42554437153053], [-53.21775274135508, 47.379198958196895], [-53.17931712047046, 47.408880222554004], [-53.17847334515715, 47.41080273675621], [-53.18364537737968, 47.43045808137617], [-53.183735829913594, 47.430252309003286], [-53.184459855479865, 47.429482633557804], [-53.18481843813819, 47.42885489003566], [-53.18505700407852, 47.42821143120756], [-53.18526773146051, 47.427856472206344], [-53.185946888638405, 47.42728559945175], [-53.1860855666778, 47.427111974858086], [-53.18622595148855, 47.426659355939904], [-53.18628363420974, 47.4264512969085], [-53.18645757532136, 47.42616900945004], [-53.18742616657092, 47.42522366917979], [-53.18802202011475, 47.42456440336939], [-53.18850835064196, 47.4241411614477], [-53.18849434599631, 47.42412343870352], [-53.18934081584776, 47.42343236495588], [-53.189884038840745, 47.422783100241986], [-53.19002006948731, 47.422546542838134], [-53.1900755039618, 47.42228451370709], [-53.190029579801994, 47.4218174612961], [-53.19019212140204, 47.42158039440951], [-53.19042201387313, 47.42136901529103], [-53.19123574562314, 47.4208495448081], [-53.1915613501631, 47.42070833108806], [-53.19171771121875, 47.420642350256436], [-53.1919282026728, 47.420602343619215], [-53.19222189720292, 47.42065070033226], [-53.19229449981566, 47.42080228153778], [-53.19227657757899, 47.42100959747201], [-53.192156074547896, 47.42129986896746], [-53.19221260130816, 47.421703722656545], [-53.19237067018078, 47.4219976543346], [-53.192565867005435, 47.42222789286843], [-53.1927252033061, 47.42223384075583], [-53.192907330194735, 47.42214935134969], [-53.193317849773145, 47.42181755569159], [-53.19344732544428, 47.42174310302527], [-53.193970915053235, 47.42158010277725], [-53.19409127817314, 47.4216047863235], [-53.19444543596668, 47.421831950520726], [-53.19479775808997, 47.422014193489986], [-53.19519745161141, 47.4220605222103], [-53.19535831708195, 47.42210243506513], [-53.195631121343396, 47.422286189266785], [-53.195773700221416, 47.422526403842795], [-53.195830089056145, 47.422606326345715], [-53.19583158803529, 47.42264228128754], [-53.1958780421307, 47.42280337356624], [-53.19584280157847, 47.42291203856989], [-53.195673930235664, 47.42299626023662], [-53.195472559919395, 47.42293711697996], [-53.195349216648324, 47.42284050418405], [-53.19517548913975, 47.42280782368305], [-53.19490176418426, 47.422921073852194], [-53.19473514280839, 47.42305924412646], [-53.194622625220326, 47.42322337267624], [-53.194599703478936, 47.42362873525526], [-53.1945387181339, 47.42375588597238], [-53.194303949010894, 47.42385036086541], [-53.19374658359682, 47.42415798441767], [-53.19153345301342, 47.42514519546752], [-53.19145432611355, 47.4251557008979], [-53.190952533435635, 47.42552526100401], [-53.190569972468595, 47.42589249638595], [-53.18981548707595, 47.42656383121728], [-53.18927261745364, 47.427222100158446], [-53.18843935773182, 47.42791292584452], [-53.187622082800864, 47.42899035883216], [-53.18758026006782, 47.429261136754306], [-53.1876421888926, 47.42947591676523], [-53.187819695063325, 47.429598499018056], [-53.18800741964514, 47.4296489026649], [-53.18843367485626, 47.42969477304063], [-53.188710424819895, 47.42965347168369], [-53.18890548444659, 47.42955977025655], [-53.189400985692664, 47.42903737557076], [-53.18960850130113, 47.4289254463064], [-53.189783362754255, 47.42898507821941], [-53.189925931177065, 47.42922530824891], [-53.1898042664381, 47.429488610464475], [-53.18938674764046, 47.42997351385427], [-53.189321618209895, 47.43000174075802], [-53.189099151943644, 47.430392940833976], [-53.18914523971803, 47.43054504039607], [-53.18962228696778, 47.43117482392983], [-53.18974395595686, 47.43155044700773], [-53.189737778584586, 47.43172154226688], [-53.18957038586015, 47.43184172692413], [-53.18953324735371, 47.43190542138432], [-53.18967470108218, 47.43211867842557], [-53.18979377736284, 47.43243134927363], [-53.189858317734775, 47.4327090842572], [-53.18986227021794, 47.43312294588749], [-53.19014931221969, 47.433648386200275], [-53.19039566654138, 47.43383265349499], [-53.191138687932806, 47.43416038147836], [-53.19152467433066, 47.43451294498738], [-53.191699189487565, 47.434563594369315], [-53.191804453742364, 47.434543582718554], [-53.19275612493819, 47.434147438256275], [-53.193019673737645, 47.434106411312236], [-53.19345604505735, 47.4343950178856], [-53.193430297378825, 47.43441350423558], [-53.19352492674371, 47.434456697094106], [-53.19380081826094, 47.434712358274176], [-53.19384840348851, 47.43490043588895], [-53.19380137939995, 47.4350453000955], [-53.19359906990305, 47.43528312891616], [-53.19353841568451, 47.435419286285445], [-53.19356535653366, 47.436066658421936], [-53.193362876228726, 47.436619450006255], [-53.193101396271494, 47.43702939440644], [-53.19252744237686, 47.43758029326817], [-53.192025185597984, 47.437940855355265], [-53.19199831060063, 47.437932364796005], [-53.1918176114747, 47.43805281502709], [-53.19163955322385, 47.438236178117656], [-53.19129574557835, 47.43889965589221], [-53.19101278683235, 47.4391120458628], [-53.19091234743982, 47.43924893068019], [-53.19075835321249, 47.43969281571847], [-53.19036320188937, 47.44007829896829], [-53.1901192419126, 47.44027192838054], [-53.18909836113187, 47.44092135430715], [-53.18898318031371, 47.44102253212906], [-53.18898691980426, 47.44111244418444], [-53.18925552333351, 47.44151225043645], [-53.18958743485916, 47.44183886880415], [-53.190127269293825, 47.44206251603516], [-53.19024003695078, 47.442222330328136], [-53.19021949883129, 47.44236670765334], [-53.19009255258296, 47.44250411828472], [-53.18961671513827, 47.44286414979649], [-53.18951778791935, 47.44303700775241], [-53.18947261548839, 47.443226848740075], [-53.18946252299094, 47.443622989437905], [-53.189363390035076, 47.44411078405079], [-53.1893577887849, 47.444614836360664], [-53.18940129661675, 47.44470398779302], [-53.18954866900879, 47.44475906232197], [-53.21109137796333, 47.42554437153053]]], "type": "Polygon"}, "properties": {"city": "Avondale", "country": "CA", "fsaCode": "A0A", "postalCode": "A0A 0A1", "province": "Newfoundland and labrador"}, "type": "Feature"}], "type": "FeatureCollection"} | {"properties": {"features": {"items": {"properties": {"geometry": {"properties": {"coordinates": {"items": {"items": {"items": {"type": "number"}, "type": "array"}, "type": "array"}, "type": "array"}, "type": {"type": "string"}}, "type": "object"}, "properties": {"properties": {"city": {"type": "string"}, "country": {"type": "string"}, "fsaCode": {"type": "string"}, "postalCode": {"type": "string"}, "province": {"type": "string"}}, "type": "object"}, "type": {"type": "string"}}, "type": "object"}, "type": "array"}, "type": {"type": "string"}}, "type": "object"} |
b801583b-44a1-49c3-8be3-0e1ccf8d0698/84650c5e-2c5a-4012-b646-ea3198ebe907/0/0 | Magical Taske | Fetch sceneries and getaways in Kenya. | 8.3 | Fetch details of multiple records | This endpoint fetches details of more than 1 record. Make sure you pass a valid record ids. If you pass in an invalid id, you will get an Internal Sever Error 500 for the whole request.
You can request details of a maximum of 10 records at a go in this endpoint. The ids should be separated using a comma with no spaces. | 200 | Response | {"isKenyaMagical": true, "status": "success", "total": 2, "data": [{"record_id": "7cf78e19-57d2-4bce-8999-63aad8f0e70c", "description": "One of the gazetted forest in the Cherangany Hill is the Embobut Forest situated in Elgeyo/Marakwet County and covers an area of approximately 21, 000 ha. The strategic importance of this forest as a critical water tower and as Marakwets source of livelihood was first recognised by the British Colonial Powers in 1893.", "fact": "Embobut Forest is one of the five significant water towers areas of high forest land in Kenya, supplying water to the surrounding region.Collectively the Embobut and Cherangani Hills water towers also supply water to the Kerio River, which flows through the Cheploch Gorge in Baringo to Lake Turukana via the Turkwel Gorge.", "activities": "Restricted Forest", "rough_location": "West of Chebilil, Elgeyo-Marakwet County", "coordinates": "1.2502934622525677, 35.5832164458281"}, {"record_id": "b4180336-ef07-453d-b833-807161aedf36", "description": "It is a forest in Kenya with an elevation of 2,209 metres and is situated south of Karisia Hills.", "fact": "Locally known as Leroghi Forest or Lorogi Forest.", "activities": "Picnics,Serenity,Taking Walks,Nature Trails,Hiking", "rough_location": "Loroki, Samburu County", "coordinates": "0.9721383523055986, 36.88574699461472"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"isKenyaMagical": {"type": "boolean"}, "status": {"type": "string"}, "total": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"record_id": {"type": "string"}, "description": {"type": "string"}, "fact": {"type": "string"}, "activities": {"type": "string"}, "rough_location": {"type": "string"}, "coordinates": {"type": "string"}}, "required": ["activities", "coordinates", "description", "fact", "record_id", "rough_location"]}}}, "required": ["data", "isKenyaMagical", "status", "total"]} |
b801583b-44a1-49c3-8be3-0e1ccf8d0698/9b775148-089e-479a-b0f6-2ab544b0431e/0/0 | Magical Taske | Fetch sceneries and getaways in Kenya. | 8.3 | Fetch by type and region | You can make a request finer by combining region and type. This endpoint will return the records requested. You have to provide a limit of the number of records you want. | 200 | Response | {"isKenyaMagical": true, "status": "success", "total": 5, "data": [{"id": "c5d164d6-761e-4bc8-b42a-3f7054260394", "name": "Chyulu Hills", "type": "Hill", "region": "Eastern", "country": "Kenya", "rating": 5}, {"id": "f999f508-71d7-4383-b540-babaeb2428c1", "name": "Mua Hills", "type": "Hill", "region": "Eastern", "country": "Kenya", "rating": 5}, {"id": "50a7cf2a-c8fd-4451-97c2-26a74ab2750a", "name": "Iveti Hills", "type": "Hill", "region": "Eastern", "country": "Kenya", "rating": 5}, {"id": "4d1e9caf-bba3-4b10-8e5e-2a50eaa113be", "name": "Koma Hill", "type": "Hill", "region": "Eastern", "country": "Kenya", "rating": 5}, {"id": "ca97b31e-7cc4-486e-8fbe-e5d141e3765a", "name": "Kilungu Hills", "type": "Hill", "region": "Eastern", "country": "Kenya", "rating": 5}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"isKenyaMagical": {"type": "boolean"}, "status": {"type": "string"}, "total": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "region": {"type": "string"}, "country": {"type": "string"}, "rating": {"type": "integer"}}, "required": ["country", "id", "name", "rating", "region", "type"]}}}, "required": ["data", "isKenyaMagical", "status", "total"]} |
b801583b-44a1-49c3-8be3-0e1ccf8d0698/a5c5d197-8dca-4495-918f-e0abea4ca28e/0/0 | Magical Taske | Fetch sceneries and getaways in Kenya. | 8.3 | Fetch by region | This endpoint fetches records by region as defined in the ABOUT section above. You have to provide region and a limit of the number of records returned. | 200 | Response | {"isKenyaMagical": true, "status": "success", "total": 5, "data": [{"id": "b57dc0bb-dc06-4699-88d4-ac57bcfb6249", "name": "Keraita Forest", "type": "Forest", "region": "Central", "country": "Kenya", "rating": 5}, {"id": "a12c5cb9-0e45-4ff0-b3c4-9f7843398aba", "name": "Kabage Forest", "type": "Forest", "region": "Central", "country": "Kenya", "rating": 5}, {"id": "fd25755e-1be6-4774-b256-dfcebab60079", "name": "Mt. Kenya Forest", "type": "Forest", "region": "Central", "country": "Kenya", "rating": 5}, {"id": "807e9bd1-f593-4b8c-878b-f5ca17c42f1f", "name": "Karura Forest", "type": "Forest", "region": "Central", "country": "Kenya", "rating": 5}, {"id": "78593466-7681-4808-af2f-252855f700d3", "name": "Kikuyu Escarpment Forest", "type": "Forest", "region": "Central", "country": "Kenya", "rating": 5}]} | {"type": "object", "properties": {"isKenyaMagical": {"type": "boolean"}, "status": {"type": "string"}, "total": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "region": {"type": "string"}, "country": {"type": "string"}, "rating": {"type": "integer"}}}}}} |
b801583b-44a1-49c3-8be3-0e1ccf8d0698/ae18f93f-efdf-4d14-be43-b7ac00a6d092/0/0 | Magical Taske | Fetch sceneries and getaways in Kenya. | 8.3 | Fetch by type | This endpoint fetches records by type as defined in ABOUT section above. You have to provide type and a limit of the number of records returned. | 200 | Response | {"isKenyaMagical": true, "status": "success", "total": 5, "data": [{"id": "c9094aa9-0f94-4b06-97da-707d94b9199b", "name": "Ngong Forest", "type": "Forest", "region": "Rift-Valley", "country": "Kenya", "rating": 5}, {"id": "7cf78e19-57d2-4bce-8999-63aad8f0e70c", "name": "Embobut Forest", "type": "Forest", "region": "Rift-Valley", "country": "Kenya", "rating": 5}, {"id": "c2a2af19-5aa4-4e45-ba66-b080d879036c", "name": "Kaptagat Forest", "type": "Forest", "region": "Rift-Valley", "country": "Kenya", "rating": 5}, {"id": "2aeda9e2-b586-43cf-9d69-a379e3791ac4", "name": "Ndoinet Forest", "type": "Forest", "region": "Rift-Valley", "country": "Kenya", "rating": 5}, {"id": "07cfa470-1d04-44cc-ac45-27a311c11738", "name": "Mau Forest Complex", "type": "Forest", "region": "Rift-Valley", "country": "Kenya", "rating": 5}]} | {"type": "object", "properties": {"isKenyaMagical": {"type": "boolean"}, "status": {"type": "string"}, "total": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "region": {"type": "string"}, "country": {"type": "string"}, "rating": {"type": "integer"}}}}}} |
705f24e7-3a6b-4a26-bf2a-e7674696bc6f/0cfb8925-9a83-4cd4-a336-dd95b18903d4/0/0 | Be Zips | Zip code data for north america. | 8 | Search zip codes in mexico | Perform a text search in zip codes in Mexico | 200 | New Example | {"data": [{"zip_code": "20138", "city": "Aguascalientes", "state": "Aguascalientes", "municipality": "Aguascalientes", "neighborhood_name": "Cerrada San Miguel", "zone_type": "Urbano"}, {"zip_code": "36089", "city": "Guanajuato", "state": "Guanajuato", "municipality": "Guanajuato", "neighborhood_name": "Cerro de San Miguel", "zone_type": "Urbano"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"zip_code": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "municipality": {"type": "string"}, "neighborhood_name": {"type": "string"}, "zone_type": {"type": "string"}}, "required": ["city", "municipality", "neighborhood_name", "state", "zip_code", "zone_type"]}}}, "required": ["data"]} |
705f24e7-3a6b-4a26-bf2a-e7674696bc6f/ca891b81-31ba-4857-be27-7ddc2931355d/0/0 | Be Zips | Zip code data for north america. | 8 | Get zip code in Mexico | Get zip code data given a specific zip code | 200 | New Example | {"data": [{"zip_code": "32390", "city": "Ju\u00e1rez", "state": "Chihuahua", "municipality": "Ju\u00e1rez", "neighborhood_name": "Villa Jacarandas", "zone_type": "Urbano"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"zip_code": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "municipality": {"type": "string"}, "neighborhood_name": {"type": "string"}, "zone_type": {"type": "string"}}, "required": ["city", "municipality", "neighborhood_name", "state", "zip_code", "zone_type"]}}}, "required": ["data"]} |
fbfed0c5-e977-452c-b309-00057b12523a/56deb615-ff9a-4f73-81fe-1d660bdfe9fc/0/0 | TrueWay Places | Search for places. Provides detailed information for over 100 million places and points of interest. | 9.7 | FindPlacesNearby | Search for nearby places | 200 | Success | {"results": [{"id": "1DE9131FF814DC997C6EEAF351D618EF", "name": "Funny Library Coffee Shop", "address": "250 4th St, San Francisco, CA 94103, USA", "phone_number": "+14155346500", "website": "https://virginhotels.com/san-francisco/dine-and-drink/funny-library/", "location": {"lat": 37.782442, "lng": -122.402157}, "types": ["cafe", "food", "store"], "distance": 104}, {"id": "0BF71988AE26A020BCD7E06E8E42ED22", "name": "Joyride Pizza - Yerba Buena Gardens", "address": "730 Howard St, San Francisco, CA 94103, USA", "phone_number": "+14152952914", "website": "http://www.joyridepizza.com/", "location": {"lat": 37.784506, "lng": -122.401944}, "types": ["bar", "cafe", "food", "restaurant"], "distance": 131}]} | {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "address": {"type": "string"}, "phone_number": {"type": "string"}, "website": {"type": "string"}, "location": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}, "types": {"type": "array", "items": {"type": "string"}}, "distance": {"type": "integer"}}}}}} |
fbfed0c5-e977-452c-b309-00057b12523a/3e1407e3-998a-4561-98da-c11041f3df66/0/0 | TrueWay Places | Search for places. Provides detailed information for over 100 million places and points of interest. | 9.7 | FindPlaceByText | Search for places by text string | 200 | Success | {"results": [{"id": "578A19E791A33F37C5189F95D428ED1E", "name": "Children's Creativity Museum", "address": "221 4th St, San Francisco, CA 94103, United States", "phone_number": "+14158203320", "website": "http://www.creativity.org/", "location": {"lat": 37.783366, "lng": -122.402325}, "types": ["museum", "tourist_attraction"]}]} | {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "address": {"type": "string"}, "phone_number": {"type": "string"}, "website": {"type": "string"}, "location": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}, "types": {"type": "array", "items": {"type": "string"}}}}}}} |
5b4cda79-5ee1-4c35-a9cf-678874732d28/cebbce98-e4c8-44b7-8dc7-466d5a6aa44b/0/0 | Lat Long Distance Calculator | Simple and fast API to calculate geodesic distance between 2 locations. | null | One to one | Distance between two locations. | 200 | Response | {"distance": 4458.812211173018, "unit": "miles"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"distance": {"type": "number"}, "unit": {"type": "string"}}, "required": ["distance", "unit"]} |
054ba40c-064a-4bcb-a0a1-92cd893354cb/75d99826-a13b-4afc-bfe1-08c42dc0c5ae/0/0 | Coordinates | Coordinate Area Calculations | null | calc-area | Calculates the total area based on array of coordinate points | 200 | New Example | {"area_calculated": 749.29, "status": "success", "coordinates_count": 6} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"area_calculated": {"type": "number"}, "status": {"type": "string"}, "coordinates_count": {"type": "integer"}}, "required": ["area_calculated", "coordinates_count", "status"]} |
f0fafdb1-5008-416c-bbf8-6b4cb0cc8355/fcb025a4-9f3e-412e-8163-6300633602df/0/0 | Location Boundries | GLOBAL: Country, City, and State Boundaries API: A simple & very fast API that will allow you to integrate multiple GeoJson World boundaries results into your apps and systems.This API is designed to be used programmatically for optimal performance. | 6.6 | GLOBAL Boundaries API | Boundaries API works via HTTP POST request and allows to get boundaries that the specified location is part of or that the specified location consists of. | 200 | Response | [[31.1124566, 76.9871986], [31.1094058, 76.9885707], [31.1064123, 76.9917691], [31.1061092, 76.9946659], [31.1028756, 76.9976056], [31.1035737, 77.0006472], [31.1063021, 77.009933], [31.1077734, 77.0159217], [31.1072391, 77.0215845], [31.1105088, 77.0273809], [31.1103072, 77.0310902], [31.1096274, 77.0358753], [31.1113339, 77.0422474], [31.1139124, 77.0495001], [31.1108583, 77.0514965], [31.1072023, 77.052226], [31.1044966, 77.0528352], [31.1025173, 77.0561099], [31.099302, 77.0554447], [31.0991366, 77.0481062], [31.0983649, 77.0439648], [31.096488, 77.0398337], [31.0936632, 77.0346666], [31.0910702, 77.0314121], [31.0891041, 77.0286226], [31.0863219, 77.0273453], [31.0854848, 77.0238155], [31.0833315, 77.0238071], [31.0815312, 77.0251145], [31.0785927, 77.0251464], [31.076277, 77.0319056], [31.0740165, 77.0354891], [31.0681536, 77.0353603], [31.0660215, 77.0349741], [31.0671825, 77.0396724], [31.0687529, 77.0440912], [31.0709837, 77.0447591], [31.0774716, 77.0452523], [31.0803569, 77.050488], [31.0822535, 77.0534693], [31.0842344, 77.0558309], [31.0835545, 77.0599079], [31.0840921, 77.0617428], [31.0852451, 77.0646286], [31.0854105, 77.0673966], [31.0817061, 77.0709616], [31.0777105, 77.0744133], [31.0779209, 77.0762352], [31.0819006, 77.0771169], [31.0811287, 77.0830392], [31.0790705, 77.0850133], [31.0727852, 77.0815372], [31.0705429, 77.0821809], [31.069369, 77.0831902], [31.0657091, 77.0892191], [31.0580935, 77.0807782], [31.0546803, 77.0777821], [31.0531178, 77.0717096], [31.0517943, 77.0679331], [31.0487861, 77.0670463], [31.0469893, 77.0677441], [31.0459933, 77.0719839], [31.044696, 77.0759996], [31.0446799, 77.0814514], [31.0424002, 77.0838976], [31.0418487, 77.0875454], [31.0371972, 77.0887899], [31.0293278, 77.0995616], [31.0309875, 77.1117577], [31.030737, 77.1213179], [31.0260181, 77.1243667], [31.0233639, 77.1321821], [31.022175, 77.1373272], [31.0194166, 77.1379065], [31.018111, 77.1424556], [31.0145618, 77.1453523], [31.0104392, 77.148403], [31.0052312, 77.1521918], [31.0037479, 77.1542144], [31.0020287, 77.1572413], [31.002957, 77.1605014], [30.9987635, 77.1660375], [31.0033249, 77.1705007], [31.0088791, 77.1722173], [31.0093723, 77.1746943], [31.0097251, 77.1764659], [31.006825, 77.1827975], [31.0036452, 77.1901628], [31.002111, 77.1979236], [30.9996534, 77.2034141], [30.9943858, 77.2091674], [30.990008, 77.2102832], [30.9859979, 77.2151756], [30.9808868, 77.2121861], [30.9755486, 77.2101116], [30.9728993, 77.2051763], [30.9697497, 77.2051051], [30.9639575, 77.2091245], [30.9635856, 77.2126061], [30.9632508, 77.224556], [30.9606212, 77.2299106], [30.9591002, 77.2357648], [30.9546467, 77.2436714], [30.950083, 77.2475337], [30.9423538, 77.244358], [30.9411023, 77.2385215], [30.9312371, 77.2374915], [30.9299119, 77.2426414], [30.9162718, 77.246654], [30.9175052, 77.2478664], [30.9187017, 77.2501945], [30.9204137, 77.2522115], [30.9268748, 77.258048], [30.929286, 77.261889], [30.9302063, 77.2629404], [30.9320101, 77.263391], [30.9329488, 77.2647857], [30.9355256, 77.2651934], [30.9367771, 77.265687], [30.9378998, 77.2667384], [30.9387649, 77.2668457], [30.9400164, 77.2651934], [30.9425101, 77.2683155], [30.9431819, 77.2708583], [30.9440284, 77.2713625], [30.9448842, 77.2736049], [30.9464485, 77.2742593], [30.9475509, 77.2766253], [30.9474974, 77.2783899], [30.9488317, 77.2788942], [30.9501382, 77.2801602], [30.9506167, 77.2824776], [30.9506259, 77.2840762], [30.9499622, 77.2852941], [30.9496966, 77.286458], [30.9512608, 77.2873163], [30.9512424, 77.2883892], [30.9510584, 77.2911787], [30.9514448, 77.2966504], [30.9529906, 77.2984957], [30.9551804, 77.2996974], [30.9563029, 77.301135], [30.9579774, 77.3018217], [30.9586766, 77.3026156], [30.9611423, 77.301135], [30.9625407, 77.3010492], [30.9636263, 77.2996115], [30.9641231, 77.2997618], [30.9649694, 77.3007273], [30.9654444, 77.3010761], [30.9670118, 77.3009205], [30.967527, 77.3013282], [30.9673982, 77.3028517], [30.9673614, 77.3047828], [30.9684285, 77.3075723], [30.9698636, 77.3104048], [30.9724946, 77.3131299], [30.9746586, 77.3135912], [30.9747575, 77.3151254], [30.9755486, 77.3176574], [30.9767251, 77.3190469], [30.977278, 77.3218202], [30.9805526, 77.3252105], [30.9829074, 77.3250389], [30.9844894, 77.3258113], [30.9852988, 77.328515], [30.9883892, 77.3291158], [30.9894194, 77.331047], [30.9895297, 77.3338794], [30.991222, 77.3337507], [30.9925832, 77.3345661], [30.9933926, 77.3365402], [30.995232, 77.3355531], [30.9971081, 77.3355531], [30.9984324, 77.3360681], [30.9989842, 77.3380851], [31.000051, 77.3406601], [31.0013393, 77.3425935], [31.0011545, 77.3439431], [30.9993337, 77.3470974], [31.0006579, 77.3489857], [31.0002349, 77.3514104], [31.000897, 77.3538995], [31.0031961, 77.358191], [31.0036927, 77.3618388], [31.0046307, 77.3623109], [31.0050353, 77.3643708], [31.0049985, 77.3690057], [31.0061954, 77.371005], [31.0077664, 77.3720848], [31.0089251, 77.3739946], [31.0099918, 77.3745203], [31.0130814, 77.3756146], [31.0144514, 77.3762476], [31.0144514, 77.3756897], [31.0145986, 77.3744988], [31.0150399, 77.3740697], [31.0161525, 77.3734689], [31.0172559, 77.374177], [31.0184604, 77.375679], [31.0190948, 77.3763871], [31.0193615, 77.3772883], [31.0200318, 77.3776859], [31.0210073, 77.3778409], [31.0208004, 77.3790586], [31.019835, 77.3800725], [31.0186719, 77.3805338], [31.0186075, 77.3826742], [31.0179087, 77.3839402], [31.0168973, 77.3848843], [31.0167869, 77.3856139], [31.0161985, 77.3858929], [31.0153709, 77.3866868], [31.0151135, 77.3871159], [31.0152882, 77.388103], [31.0143595, 77.3893261], [31.0140285, 77.3896587], [31.0137158, 77.3907208], [31.0129618, 77.3915148], [31.0133296, 77.3933065], [31.0134124, 77.3940039], [31.0127871, 77.3956346], [31.0121619, 77.3961174], [31.0116377, 77.3957741], [31.0111872, 77.3950016], [31.0106998, 77.3950982], [31.0103688, 77.395978], [31.0104975, 77.3968685], [31.0104699, 77.3975229], [31.0098262, 77.3983705], [31.0092469, 77.3988855], [31.0068515, 77.4001032], [31.0063963, 77.4009079], [31.0061848, 77.4019486], [31.005633, 77.4020237], [31.0046628, 77.4020183], [31.0044054, 77.4021792], [31.0038214, 77.403236], [31.0029164, 77.4050045], [31.0018167, 77.4064064], [30.9989658, 77.4069214], [30.9987267, 77.4091744], [30.996869, 77.4105048], [30.9969793, 77.4115991], [30.9978806, 77.4129081], [30.9979542, 77.4143886], [30.9992969, 77.4166417], [30.998506, 77.4191952], [30.9969609, 77.4188733], [30.9960597, 77.4192595], [30.995655, 77.4214697], [30.9952687, 77.4223923], [30.9935213, 77.4232721], [30.9922153, 77.4240231], [30.9911852, 77.4237656], [30.9907254, 77.4242806], [30.9900448, 77.4249458], [30.9885732, 77.425611], [30.9884996, 77.4272847], [30.9878374, 77.4299884], [30.9865129, 77.432177], [30.9851884, 77.4333572], [30.9850229, 77.4354601], [30.9837904, 77.4361896], [30.9828889, 77.4364257], [30.9819507, 77.4374342], [30.9811597, 77.4372411], [30.9805894, 77.4375415], [30.9790809, 77.4393868], [30.9780506, 77.4388933], [30.9771308, 77.4392366], [30.9766709, 77.4399662], [30.9746103, 77.4397301], [30.9736168, 77.4400842], [30.9728717, 77.4413502], [30.9723474, 77.4410391], [30.9717954, 77.4411893], [30.9710963, 77.4422192], [30.9692012, 77.4423373], [30.9679961, 77.4426699], [30.9671682, 77.4429273], [30.9668002, 77.4437427], [30.966055, 77.4435282], [30.964704, 77.4425951], [30.9634239, 77.4417257], [30.9626695, 77.4406528], [30.9616207, 77.4408674], [30.9610135, 77.4414682], [30.9604614, 77.4406743], [30.9593206, 77.4411464], [30.9570389, 77.4411678], [30.9562016, 77.4414897], [30.9556128, 77.4426591], [30.9548031, 77.4427557], [30.9540395, 77.4418116], [30.9535794, 77.4416721], [30.9530918, 77.441715], [30.9519325, 77.4420369], [30.951224, 77.4423265], [30.951178, 77.4429059], [30.9518588, 77.4436891], [30.9519048, 77.4441504], [30.9514172, 77.444483], [30.9504419, 77.4448371], [30.9495494, 77.4442685], [30.9488224, 77.4443006], [30.948344, 77.4442041], [30.9474606, 77.4436676], [30.9464209, 77.4433029], [30.945059, 77.4432921], [30.9445345, 77.4420798], [30.9442033, 77.4409318], [30.9437616, 77.4407494], [30.9428966, 77.4410176], [30.9421994, 77.4404815], [30.942004, 77.4365759], [30.940182, 77.4349022], [30.9383047, 77.4315119], [30.9335155, 77.4207084], [30.930869, 77.4164056], [30.9266355, 77.419238], [30.9173947, 77.4191951], [30.912408, 77.4221583], [30.9060175, 77.4237442], [30.9032004, 77.4253922], [30.9018933, 77.4285078], [30.8954122, 77.4323272], [30.8908284, 77.4339814], [30.8886728, 77.4350309], [30.8854687, 77.4346018], [30.8802203, 77.4321556], [30.8774947, 77.4310827], [30.8763529, 77.4327349], [30.8744115, 77.4367786], [30.8721873, 77.4400524], [30.8703304, 77.4444723], [30.8676414, 77.4462962], [30.8651181, 77.4479913], [30.8632394, 77.4521542], [30.8652286, 77.4555659], [30.8662968, 77.4592352], [30.8659469, 77.4604368], [30.8667226, 77.4725514], [30.8632946, 77.476015], [30.8501424, 77.4804353], [30.846635, 77.4865954], [30.8404153, 77.4848985], [30.834188, 77.4849414], [30.819705, 77.4848556], [30.818452, 77.4886751], [30.7977861, 77.4872177], [30.7970365, 77.4947261], [30.7942348, 77.4990392], [30.7927234, 77.5113988], [30.7892948, 77.5139093], [30.789539, 77.5164858], [30.7929814, 77.5185013], [30.7997275, 77.5212908], [30.8026205, 77.5239409], [30.8039114, 77.5300669], [30.8037639, 77.5433922], [30.799078, 77.5433814], [30.7918676, 77.5431423], [30.7833223, 77.5388002], [30.7776289, 77.5385474], [30.7774968, 77.5453662], [30.7817738, 77.5476408], [30.7813741, 77.5722495], [30.7832117, 77.5930881], [30.7955395, 77.6028879], [30.7978107, 77.6099967], [30.8045933, 77.6205539], [30.809672, 77.624439], [30.8094588, 77.6340293], [30.809377, 77.6376983], [30.8072104, 77.6402521], [30.8072472, 77.644844], [30.8055213, 77.6465372], [30.8047039, 77.6483631], [30.8051646, 77.6502085], [30.8051011, 77.6515552], [30.8043906, 77.6527834], [30.8049988, 77.6545], [30.804667, 77.6557016], [30.8040588, 77.6552081], [30.8038376, 77.6565385], [30.8061414, 77.6574611], [30.8070629, 77.6582122], [30.8072104, 77.6596284], [30.8063073, 77.6603365], [30.8056622, 77.6609373], [30.8047776, 77.6607442], [30.8039666, 77.6597142], [30.8029161, 77.6602077], [30.8025106, 77.6602721], [30.8015338, 77.660079], [30.8005201, 77.6617312], [30.8009809, 77.6632976], [30.8031004, 77.665379], [30.8028792, 77.6664305], [30.8020683, 77.6672673], [30.8005016, 77.6673102], [30.7994879, 77.6679539], [30.7987507, 77.6690268], [30.7980687, 77.6701426], [30.7968153, 77.670486], [30.7950459, 77.6730179], [30.793682, 77.674449], [30.7922073, 77.6748419], [30.7908985, 77.6767516], [30.7906036, 77.6791978], [30.7909354, 77.6820946], [30.7908432, 77.6832104], [30.7899953, 77.6839185], [30.7886312, 77.6845622], [30.787857, 77.6850343], [30.7876911, 77.6859998], [30.7860505, 77.6874375], [30.7837094, 77.687931], [30.7821793, 77.687459], [30.780723, 77.686193], [30.7788057, 77.6844764], [30.7779392, 77.6854205], [30.7770912, 77.6881242], [30.775985, 77.6897549], [30.7745286, 77.6901626], [30.7734962, 77.6911926], [30.7729615, 77.6921582], [30.7717447, 77.6925015], [30.7709335, 77.6936388], [30.7687026, 77.6958275], [30.7669142, 77.6990032], [30.7650175, 77.7034613], [30.7660476, 77.7061486], [30.7679467, 77.70926], [30.7700854, 77.7138734], [30.7732114, 77.7187835], [30.7767594, 77.7217483], [30.7831748, 77.7257394], [30.7866773, 77.7282714], [30.7908064, 77.7314901], [30.7930183, 77.7314472], [30.7970734, 77.7310609], [30.8016915, 77.7331586], [30.804409, 77.7348804], [30.8075053, 77.739644], [30.8103434, 77.7433776], [30.8128498, 77.7459096], [30.8172726, 77.746768], [30.819963, 77.7477979], [30.8211516, 77.7513277], [30.8232339, 77.7548575], [30.8245053, 77.7607047], [30.8248613, 77.7616435], [30.8270389, 77.7612519], [30.8307793, 77.7593851], [30.8315348, 77.7590203], [30.8344643, 77.7587414], [30.8356251, 77.7569604], [30.8360304, 77.7558875], [30.8385729, 77.753849], [30.8393836, 77.7515316], [30.8400837, 77.7503943], [30.8420734, 77.7494502], [30.8453527, 77.7453518], [30.8466422, 77.7441501], [30.847416, 77.7444076], [30.8484108, 77.7454805], [30.8493871, 77.7458024], [30.8502345, 77.745223], [30.8503451, 77.7443218], [30.8500687, 77.7431631], [30.8530094, 77.7438597], [30.8552574, 77.745839], [30.8576213, 77.7502012], [30.8625946, 77.7565956], [30.8697921, 77.75562], [30.8748611, 77.754836], [30.8802019, 77.7579688], [30.8826223, 77.7641878], [30.8779551, 77.7750921], [30.8707165, 77.775171], [30.8623, 77.7758216], [30.8584271, 77.7893207], [30.858616, 77.7940607], [30.8567003, 77.8056478], [30.867428, 77.8024052], [30.8715829, 77.7990817], [30.8876918, 77.799297], [30.8950808, 77.8007125], [30.9001995, 77.808845], [30.9061208, 77.8143924], [30.9126636, 77.8155398], [30.916732, 77.8107333], [30.9226043, 77.8114629], [30.9261937, 77.8107762], [30.9242342, 77.7888931], [30.9224754, 77.7840614], [30.9190883, 77.7828597], [30.9192355, 77.7742767], [30.9212973, 77.7635479], [30.9334717, 77.7632927], [30.9359489, 77.7550077], [30.9378707, 77.7529409], [30.9403926, 77.7523554], [30.9425745, 77.7512312], [30.9452431, 77.7496648], [30.9496414, 77.7485918], [30.9552923, 77.7483015], [30.9607559, 77.7497291], [30.9648039, 77.751317], [30.9675086, 77.7535271], [30.9726602, 77.7652645], [30.9767306, 77.7661236], [30.9768548, 77.7711654], [30.9755944, 77.782137], [30.9706731, 77.7922153], [30.9663126, 77.8007984], [30.9586894, 77.8071044], [30.9548123, 77.813673], [30.9535748, 77.8228528], [30.9547939, 77.8385424], [30.9571861, 77.8363752], [30.9594862, 77.8326845], [30.959247, 77.8296375], [30.9594678, 77.8241014], [30.9624361, 77.8158177], [30.9622831, 77.8145098], [30.9628167, 77.8143597], [30.9642151, 77.8144669], [30.9671921, 77.8144629], [30.9699188, 77.8150678], [30.972009, 77.8161121], [30.974224, 77.8181577], [30.9760085, 77.8223634], [30.9771308, 77.8223419], [30.9813621, 77.8239726], [30.9867704, 77.8242301], [30.9911485, 77.8257751], [30.9939728, 77.8314297], [30.9973656, 77.8281354], [30.9991681, 77.8265476], [31.0013752, 77.8249597], [31.0043181, 77.8228139], [31.006194, 77.823286], [31.007371, 77.8229856], [31.0096892, 77.8242568], [31.0097251, 77.8198957], [31.0105711, 77.813673], [31.0117849, 77.8061198], [31.0143927, 77.8007713], [31.0196189, 77.7985239], [31.0273069, 77.7974714], [31.0330787, 77.7987384], [31.0373811, 77.8040599], [31.0375282, 77.8095531], [31.0337774, 77.8117418], [31.0297783, 77.8303134], [31.0346967, 77.8252816], [31.0414258, 77.8219771], [31.043779, 77.8216338], [31.0448085, 77.8216123], [31.0460035, 77.8211832], [31.0471801, 77.8206467], [31.049092, 77.8167844], [31.0505258, 77.8148317], [31.0519966, 77.8144454], [31.0537245, 77.8161835], [31.0553237, 77.8165054], [31.0558568, 77.8143596], [31.0584678, 77.8095475], [31.0591104, 77.8118491], [31.0591517, 77.8159449], [31.0583016, 77.8219127], [31.05832, 77.8233933], [31.0569781, 77.8228569], [31.0555811, 77.8222132], [31.0553421, 77.8235221], [31.0562796, 77.8259039], [31.0582648, 77.8286934], [31.0602132, 77.8299594], [31.0636688, 77.8317404], [31.0664973, 77.8334515], [31.0705797, 77.8363967], [31.0719581, 77.8371906], [31.07273, 77.8402805], [31.0729391, 77.8428855], [31.0738896, 77.8489131], [31.074407, 77.8506052], [31.0751192, 77.8527045], [31.0797321, 77.8554511], [31.0835729, 77.856996], [31.0873033, 77.8592276], [31.0904739, 77.8604802], [31.0945799, 77.8634977], [31.0983282, 77.8605365], [31.1011577, 77.8590774], [31.1048323, 77.8616523], [31.1088742, 77.8637122], [31.1116299, 77.8690767], [31.1141764, 77.8721731], [31.1151204, 77.8771877], [31.1161491, 77.8805566], [31.1187393, 77.8833031], [31.1189781, 77.8885388], [31.1229275, 77.889204], [31.1277635, 77.8890587], [31.1330485, 77.8889464], [31.1345912, 77.8946542], [31.1392563, 77.8989458], [31.1423049, 77.9001903], [31.1473736, 77.9007053], [31.1502753, 77.9003189], [31.1510832, 77.9002332], [31.1512366, 77.9014336], [31.1519284, 77.902048], [31.1541315, 77.9065417], [31.1535439, 77.9138159], [31.1537369, 77.918126], [31.1506608, 77.9217553], [31.1501833, 77.9265404], [31.1526257, 77.9302311], [31.1558025, 77.9375052], [31.1605766, 77.9423547], [31.1623394, 77.9466676], [31.1611826, 77.9524827], [31.1642857, 77.9545641], [31.1703079, 77.9591989], [31.1721459, 77.9648545], [31.1722724, 77.9702925], [31.1651545, 77.97526], [31.161917, 77.9813862], [31.158006, 77.9845619], [31.1573633, 77.9871154], [31.1598238, 77.9927587], [31.1621279, 78.0010489], [31.1606868, 78.0084872], [31.1569528, 78.0158699], [31.151781, 78.0200957], [31.1500072, 78.0292151], [31.1589058, 78.0307387], [31.1646346, 78.0309104], [31.1705833, 78.0357169], [31.1718318, 78.0418967], [31.1780004, 78.0452441], [31.1794791, 78.0511953], [31.1849029, 78.0629253], [31.1866212, 78.0730316], [31.1864287, 78.0916934], [31.1840952, 78.1011199], [31.1910707, 78.1119346], [31.1971646, 78.1218909], [31.2011292, 78.1316756], [31.2060479, 78.1357955], [31.2092001, 78.1438308], [31.2103292, 78.1490128], [31.215701, 78.1551504], [31.2176095, 78.1605577], [31.2252064, 78.1622314], [31.2247662, 78.1714315], [31.2258305, 78.1767023], [31.2252064, 78.1849765], [31.2259323, 78.1930591], [31.2206924, 78.1973362], [31.2169856, 78.200941], [31.2180135, 78.2087232], [31.2205456, 78.2174205], [31.2286927, 78.2193946], [31.2330911, 78.2245544], [31.2348608, 78.232656], [31.231078, 78.2428264], [31.2285826, 78.248577], [31.2329862, 78.2540702], [31.238417, 78.254156], [31.2372428, 78.2618808], [31.2454618, 78.2669448], [31.2518458, 78.2756137], [31.2649043, 78.2862235], [31.2594785, 78.2946869], [31.2599168, 78.3016204], [31.2585227, 78.3081436], [31.2598067, 78.3122634], [31.2690142, 78.3143233], [31.2744429, 78.3126067], [31.280607, 78.3162441], [31.2977484, 78.2803793], [31.320049, 78.2866234], [31.3285232, 78.2768112], [31.3325373, 78.2446983], [31.3468097, 78.229534], [31.3303072, 78.1996512], [31.3490397, 78.1492519], [31.3646501, 78.1381016], [31.3829366, 78.1510359], [31.3882887, 78.1479139], [31.4141574, 78.0952845], [31.4244156, 78.0881483], [31.4230776, 78.0395331], [31.4052371, 78.0092043], [31.4077879, 77.9810857], [31.4046012, 77.970829], [31.4040518, 77.9619455], [31.4081933, 77.9539756], [31.4162484, 77.9516458], [31.4199176, 77.9476027], [31.4269787, 77.93787], [31.4258434, 77.9253387], [31.4270153, 77.9189443], [31.4343756, 77.9153394], [31.4351375, 77.9075443], [31.4438589, 77.900834], [31.4462902, 77.8914343], [31.4557208, 77.89047], [31.462343, 77.8874034], [31.4725158, 77.8740736], [31.4920662, 77.8759431], [31.4967333, 77.8684456], [31.5070767, 77.8585796], [31.5107625, 77.8543081], [31.5088615, 77.8499579], [31.5078911, 77.8352261], [31.5153209, 77.8351894], [31.5206787, 77.837448], [31.5313852, 77.8359588], [31.5695526, 77.8314252], [31.5812043, 77.833457], [31.5856981, 77.828041], [31.5916233, 77.8244876], [31.6096068, 77.8086948], [31.615674, 77.8092441], [31.6382694, 77.8204634], [31.6447962, 77.8133297], [31.6525763, 77.8130441], [31.665509, 77.8089094], [31.6704961, 77.7988602], [31.6735079, 77.7912712], [31.6853098, 77.7869588], [31.6955306, 77.7820527], [31.6996184, 77.7762508], [31.7058254, 77.7706718], [31.7038539, 77.7645778], [31.7076329, 77.7563158], [31.7135287, 77.7482494], [31.7140399, 77.7329278], [31.7108064, 77.7268822], [31.7079065, 77.7217269], [31.7039634, 77.7120065], [31.7035827, 77.6874308], [31.7020282, 77.6792621], [31.7004037, 77.6756429], [31.6963322, 77.6718806], [31.695675, 77.6674174], [31.6894673, 77.6698207], [31.6839896, 77.6680183], [31.6815793, 77.6663016], [31.681415, 77.6620531], [31.6804106, 77.656002], [31.6683945, 77.6556587], [31.6660934, 77.6492214], [31.6623677, 77.6456594], [31.6587143, 77.6455583], [31.6523882, 77.6453832], [31.6503858, 77.6496505], [31.6447597, 77.6518392], [31.6334333, 77.6614523], [31.6307659, 77.6577615], [31.629001, 77.6492654], [31.6257963, 77.6472902], [31.6196286, 77.6478645], [31.6166238, 77.6450157], [31.6078461, 77.6441601], [31.6053305, 77.6432132], [31.5980568, 77.6462173], [31.5942186, 77.6474618], [31.5895761, 77.6469898], [31.5865419, 77.6475477], [31.5833248, 77.6485347], [31.5798908, 77.651871], [31.5778042, 77.6542425], [31.5760859, 77.6593923], [31.5743309, 77.6616668], [31.5701627, 77.6634693], [31.5685539, 77.6669025], [31.5668902, 77.6654434], [31.564422, 77.6676535], [31.563325, 77.669456], [31.5624474, 77.6723098], [31.5596683, 77.6798629], [31.5588455, 77.6796913], [31.5585712, 77.6787472], [31.5579313, 77.6783609], [31.5560663, 77.6793051], [31.5544938, 77.6812792], [31.5520618, 77.6793909], [31.5512756, 77.6790261], [31.5503247, 77.6794767], [31.5499681, 77.6809251], [31.5489898, 77.6819122], [31.5478561, 77.6833177], [31.5476275, 77.6835322], [31.5472069, 77.6843583], [31.5461371, 77.685045], [31.5455154, 77.6852167], [31.5445919, 77.6855492], [31.5441622, 77.6866006], [31.5432661, 77.6879525], [31.5446193, 77.6920402], [31.5423731, 77.6953702], [31.5413185, 77.6987672], [31.5408704, 77.6987243], [31.5400383, 77.6992714], [31.5391468, 77.699942], [31.538493, 77.7000225], [31.5379078, 77.699722], [31.5371671, 77.6999956], [31.5367556, 77.7002209], [31.536367, 77.7003443], [31.5357132, 77.7002317], [31.5354068, 77.7005804], [31.5349679, 77.7013206], [31.5339894, 77.7015996], [31.5333539, 77.7021307], [31.5325903, 77.7018356], [31.5314152, 77.701664], [31.5302538, 77.7017122], [31.529568, 77.7020931], [31.5284706, 77.7013206], [31.5271171, 77.7009773], [31.5263672, 77.7001619], [31.5247896, 77.7000332], [31.5243186, 77.6996201], [31.5244009, 77.6991963], [31.5240168, 77.6990998], [31.5234224, 77.6991749], [31.5224621, 77.698971], [31.5221969, 77.6986223], [31.5216344, 77.6985043], [31.5213143, 77.6986653], [31.5205826, 77.6984668], [31.519508, 77.6986599], [31.519101, 77.6983809], [31.5188541, 77.698338], [31.5182413, 77.6988316], [31.5172946, 77.6990247], [31.5153054, 77.6993089], [31.514002, 77.6991534], [31.5132428, 77.6995504], [31.5128495, 77.7008486], [31.5126346, 77.7010041], [31.5122824, 77.7008593], [31.5118251, 77.7009773], [31.5115919, 77.7011758], [31.5115461, 77.7018249], [31.5110568, 77.7023721], [31.5107824, 77.7024257], [31.510293, 77.7022809], [31.5098951, 77.7022809], [31.509511, 77.702533], [31.5089164, 77.7029943], [31.5082395, 77.7028656], [31.5075901, 77.7031231], [31.5072745, 77.7030855], [31.506122, 77.7034986], [31.5052118, 77.7047485], [31.504695, 77.7053386], [31.5043154, 77.7056605], [31.5037071, 77.7055854], [31.5033869, 77.7056551], [31.5024904, 77.7066314], [31.5017753, 77.7072745], [31.4965672, 77.7026939], [31.4957988, 77.6997327], [31.4950303, 77.6972866], [31.4929445, 77.6954412], [31.4911148, 77.6923942], [31.4882603, 77.6885318], [31.4841249, 77.6837253], [31.4814349, 77.6817512], [31.4782691, 77.6810646], [31.4765855, 77.6803779], [31.4705096, 77.6755714], [31.4670689, 77.6739406], [31.463445, 77.6711082], [31.4617611, 77.6683616], [31.4602892, 77.6602548], [31.4583383, 77.6566672], [31.4565994, 77.6546931], [31.4545494, 77.6512813], [31.4548056, 77.6472473], [31.4555195, 77.6437712], [31.4565262, 77.6420545], [31.4553914, 77.6387501], [31.4531765, 77.635467], [31.4518402, 77.6325273], [31.4512728, 77.6311111], [31.4510165, 77.6279354], [31.4502294, 77.6273775], [31.4478497, 77.6280856], [31.4460374, 77.6289224], [31.4444081, 77.628622], [31.4432731, 77.627952], [31.4400327, 77.6257038], [31.4380006, 77.6238799], [31.4354924, 77.6221847], [31.4317208, 77.6219487], [31.4280589, 77.6208973], [31.4268138, 77.6206398], [31.4252123, 77.6210287], [31.4193431, 77.6211333], [31.4158638, 77.6216483], [31.4136664, 77.6228499], [31.4088134, 77.6283002], [31.4033558, 77.6316905], [31.4010299, 77.6333856], [31.3985207, 77.6336217], [31.3968705, 77.632527], [31.3926962, 77.631197], [31.3909011, 77.629888], [31.3893991, 77.6276779], [31.3885931, 77.6250386], [31.3880734, 77.6222472], [31.3893441, 77.6178074], [31.3904249, 77.614975], [31.3918353, 77.6122284], [31.3939783, 77.6098037], [31.3967074, 77.6076793], [31.3984108, 77.6043963], [31.3985023, 77.5987959], [31.3990152, 77.5932169], [31.3984474, 77.5881958], [31.3974793, 77.5856498], [31.3970371, 77.5830245], [31.3969821, 77.5795913], [31.3961579, 77.5772738], [31.3948025, 77.5762653], [31.3923298, 77.5749779], [31.3904065, 77.5751281], [31.3881902, 77.5744414], [31.3883001, 77.571845], [31.3891793, 77.5689053], [31.3891084, 77.5668023], [31.3885382, 77.5623607], [31.3896189, 77.5580478], [31.3897495, 77.5541716], [31.3883367, 77.552104], [31.3860103, 77.5496149], [31.383629, 77.5486278], [31.3821818, 77.5460958], [31.381156, 77.5451302], [31.3803866, 77.5451517], [31.375477, 77.5448942], [31.3727289, 77.5433492], [31.3696877, 77.5401306], [31.3640079, 77.5367403], [31.3560924, 77.5303459], [31.3515113, 77.5254535], [31.3496565, 77.5215958], [31.3490558, 77.5203466], [31.3480273, 77.5164168], [31.349239, 77.5134802], [31.3495506, 77.5114202], [31.3489275, 77.5092745], [31.3477364, 77.5068068], [31.347828, 77.5050258], [31.3487992, 77.5038886], [31.3501919, 77.502923], [31.3542233, 77.5004768], [31.3554694, 77.4991464], [31.3557076, 77.4974727], [31.3552861, 77.4947047], [31.3548097, 77.492516], [31.3548143, 77.4920113], [31.354828, 77.4905205], [31.3553159, 77.4886093], [31.3545898, 77.4856066], [31.3548097, 77.4843621], [31.3545715, 77.4827313], [31.3549013, 77.4812937], [31.3546998, 77.4800491], [31.3539485, 77.479577], [31.3524092, 77.4797272], [31.351548, 77.4789119], [31.3505401, 77.4762511], [31.3494223, 77.4747491], [31.3497521, 77.4721098], [31.3504485, 77.470951], [31.3512914, 77.4688267], [31.3516396, 77.4668097], [31.3513098, 77.4650717], [31.350192, 77.4616384], [31.3502652, 77.4606085], [31.3508516, 77.4589991], [31.3515296, 77.4573469], [31.3506501, 77.4558878], [31.3499354, 77.4549865], [31.3479196, 77.4536991], [31.3455739, 77.4541068], [31.3444744, 77.4531412], [31.3439979, 77.4519395], [31.3440346, 77.4458885], [31.3449875, 77.4413824], [31.3441445, 77.4357605], [31.3436681, 77.4338293], [31.3415422, 77.4336791], [31.3405525, 77.4332285], [31.3406075, 77.4312115], [31.3400761, 77.4301385], [31.3407175, 77.4278641], [31.3413772, 77.4264908], [31.3421653, 77.4263835], [31.3435947, 77.4266624], [31.3446286, 77.426039], [31.3456656, 77.4237656], [31.3475714, 77.4213195], [31.3479929, 77.4195814], [31.3479563, 77.4178433], [31.34715, 77.4168134], [31.3457022, 77.4154615], [31.3458488, 77.4137234], [31.3464169, 77.4122643], [31.3475714, 77.4110627], [31.3495322, 77.4105692], [31.3518595, 77.4101829], [31.3543699, 77.4084663], [31.3565688, 77.4049043], [31.3578881, 77.4024582], [31.3595372, 77.4004841], [31.3610122, 77.3992288], [31.3617268, 77.3981666], [31.3606549, 77.3960423], [31.3588973, 77.395114], [31.3565596, 77.3940897], [31.3551395, 77.3932207], [31.3544524, 77.391901], [31.3547822, 77.3910856], [31.3559183, 77.390635], [31.3569719, 77.3893904], [31.3585111, 77.3880172], [31.3599403, 77.3864507], [31.3609186, 77.3831836], [31.3579614, 77.378683], [31.3596472, 77.3716449], [31.3564223, 77.3637485], [31.352904, 77.3561095], [31.3479197, 77.3547362], [31.3447349, 77.3523214], [31.3401494, 77.3504448], [31.3380601, 77.3480844], [31.3372537, 77.3459386], [31.3357508, 77.3444366], [31.3342479, 77.34375], [31.3313154, 77.3446941], [31.3279429, 77.3453378], [31.32589, 77.3446083], [31.3247902, 77.3417759], [31.3232138, 77.3403167], [31.3184845, 77.3392438], [31.3148608, 77.3369348], [31.3076319, 77.3376989], [31.3030484, 77.3360252], [31.2990149, 77.3353385], [31.2937377, 77.3336166], [31.292304, 77.3294591], [31.2925241, 77.3252105], [31.2919006, 77.3217344], [31.2905071, 77.3200178], [31.2868764, 77.319889], [31.2835389, 77.3184299], [31.2813384, 77.3154687], [31.2800547, 77.3117137], [31.2794128, 77.3099541], [31.2781474, 77.3082161], [31.2756533, 77.3066282], [31.2735259, 77.3061347], [31.2713251, 77.3066067], [31.2696744, 77.3074007], [31.2682439, 77.3067355], [31.266905, 77.3047185], [31.2663181, 77.3028087], [31.2668683, 77.3012852], [31.2667582, 77.298646], [31.2672351, 77.2955775], [31.2677266, 77.2904393], [31.2678771, 77.2884106], [31.2658228, 77.2862005], [31.2634751, 77.2822737], [31.2632367, 77.2807288], [31.2648691, 77.2781539], [31.2664831, 77.2752142], [31.2676203, 77.2747421], [31.2700688, 77.2743022], [31.2714901, 77.2736692], [31.2724255, 77.2723818], [31.2726272, 77.2707081], [31.2725264, 77.2688949], [31.2717286, 77.2675538], [31.2702733, 77.2663408], [31.2695185, 77.266202], [31.268088, 77.2662771], [31.2673635, 77.2660732], [31.2664648, 77.2652042], [31.2659879, 77.263627], [31.2651442, 77.2608268], [31.2622645, 77.2553444], [31.2598375, 77.2514278], [31.2568352, 77.2489929], [31.254047, 77.2486066], [31.2513688, 77.246418], [31.2508918, 77.2448301], [31.251222, 77.2436714], [31.2541204, 77.2425127], [31.2554411, 77.2403669], [31.2580534, 77.2340364], [31.2592564, 77.2321701], [31.2602102, 77.2281789], [31.2613475, 77.2222566], [31.2607605, 77.2203254], [31.2593114, 77.2183728], [31.2572937, 77.2177934], [31.2562115, 77.2169566], [31.2542399, 77.2153454], [31.2504882, 77.2118497], [31.2462139, 77.2069359], [31.2439574, 77.2040605], [31.2419944, 77.1990394], [31.2419944, 77.1976232], [31.242343, 77.1961856], [31.2446179, 77.1935677], [31.2471128, 77.1928382], [31.2491767, 77.1926876], [31.2521759, 77.1919369], [31.2535333, 77.1910143], [31.2536251, 77.1893191], [31.2523043, 77.1879244], [31.2507451, 77.1865725], [31.2489106, 77.1860146], [31.2471771, 77.1848096], [31.2451316, 77.1834611], [31.2419769, 77.1795786], [31.2397379, 77.1764874], [31.2364721, 77.1721959], [31.2339953, 77.1696424], [31.2333898, 77.1669817], [31.2318119, 77.1653509], [31.2310963, 77.1609306], [31.2311697, 77.1583771], [31.2291881, 77.1538925], [31.2289862, 77.151339], [31.2312431, 77.1474981], [31.2318828, 77.1439053], [31.2318853, 77.140932], [31.2294633, 77.1390867], [31.2283991, 77.1364259], [31.2284725, 77.1305465], [31.2297569, 77.1256542], [31.2315733, 77.1229934], [31.2338233, 77.119833], [31.2360135, 77.1140671], [31.23816, 77.1089816], [31.2394076, 77.1064281], [31.2412973, 77.0993686], [31.2417559, 77.0954418], [31.2425998, 77.0926738], [31.2425998, 77.0878887], [31.2440675, 77.0817411], [31.2466519, 77.07845], [31.2485689, 77.0768273], [31.2504974, 77.0754593], [31.2530566, 77.075428], [31.2574588, 77.0740485], [31.2586878, 77.0725465], [31.2582659, 77.069714], [31.2575138, 77.0661735], [31.2577706, 77.0637917], [31.2608339, 77.0601225], [31.2647224, 77.0584059], [31.2669967, 77.0554232], [31.2675469, 77.0528483], [31.2669233, 77.0485568], [31.268574, 77.0452523], [31.2698212, 77.0379782], [31.2724537, 77.0342955], [31.2588675, 77.0205136], [31.2460489, 77.0069503], [31.2386041, 77.0061354], [31.235849, 77.010902], [31.225969, 77.0148196], [31.2227843, 77.0161342], [31.2226375, 77.0207262], [31.2191509, 77.0223569], [31.2162882, 77.0154476], [31.208764, 77.0078945], [31.2038455, 77.0046758], [31.1988899, 77.0040321], [31.1954115, 77.0029785], [31.1914011, 77.0057487], [31.1872475, 77.0121091], [31.183379, 77.0162305], [31.1792855, 77.0262622], [31.1782574, 77.0310258], [31.1775231, 77.0342016], [31.1709505, 77.0331716], [31.1666175, 77.0331287], [31.162321, 77.033987], [31.1562809, 77.0348409], [31.151377, 77.0366478], [31.1500548, 77.0314121], [31.147293, 77.0292401], [31.1451331, 77.0269429], [31.1426539, 77.0219707], [31.1395134, 77.0186448], [31.1366472, 77.0160811], [31.1351422, 77.0121646], [31.13303, 77.0098901], [31.1307291, 77.0075846], [31.1270054, 77.0078301], [31.1243236, 77.0089674], [31.1208886, 77.0087743], [31.1202075, 77.0065803], [31.1162226, 77.010169], [31.1136507, 77.0097398], [31.1133201, 77.0064783], [31.1120708, 77.0039463], [31.1130428, 77.0003883], [31.1154511, 76.9957923], [31.1143717, 76.9878696], [31.1136212, 76.9876066], [31.1124566, 76.9871986]] | {"type": "array", "items": {"type": "array", "items": {"type": "number"}}} |
82ac385e-470c-4cc2-ac69-39d8a227cd2b/fcb342d1-260d-42e5-aad8-235b227723d8/0/0 | Spotify | (Updated July 2023) Get Spotify Tracks, Playlist & Album Details. Newly added endpoints:
Album tracks (single/multiple)
-Artist details/albums
-User details
-Audio analysis.
API is fully maintained & updated to counter known errors. | 9.1 | Get Playlist Details | Get playlist details like: playlist_name, description, thumbnail, likes_count, tracks_count & details of each individual songs (upto 100) like: song_name, url, artist_name, thumbnail & duration. | 200 | New Example | {"track_details": {"0": {"link": "https://open.spotify.com/track/2Cd9iWfcOpGDHLz6tVA3G4", "song_name": "Waka Waka (This Time for Africa) [The Official 2010 FIFA World Cup (TM) Song] (feat. Freshlyground)", "artist": "Shakira", "thumb": "https://i.scdn.co/image/ab67616d0000b273752d2becbb91841a31c556b8", "duration": "3m 6s"}, "1": {"link": "https://open.spotify.com/track/1k1rs0FrQj6qIDNj7LPCfL", "song_name": "Otra Noche", "artist": "Norci Morales", "thumb": "https://i.scdn.co/image/ab67616d0000b273daf7897b2c1125316f3155f4", "duration": "3m 3s"}, "2": {"link": "https://open.spotify.com/track/4nrPB8O7Y7wsOCJdgXkthe", "song_name": "Shakira: Bzrp Music Sessions, Vol. 53", "artist": "Bizarrap", "thumb": "https://i.scdn.co/image/ab67616d0000b273511a66760837c2496d3375ca", "duration": "3m 56s"}, "3": {"link": "https://open.spotify.com/track/3t3zzJHF7Se8yFFDsfTctx", "song_name": "Sol, Playa Y Arena", "artist": "Reywil Alexander", "thumb": "https://i.scdn.co/image/ab67616d0000b273a025652547808eab9e4dc495", "duration": "4m 31s"}, "4": {"link": "https://open.spotify.com/track/3ZFTkvIE7kyPt6Nu3PEa7V", "song_name": "Hips Don't Lie (feat. Wyclef Jean)", "artist": "Shakira", "thumb": "https://i.scdn.co/image/ab67616d0000b27327ddd747545c0d0cfe7595fa", "duration": "3m 53s"}, "5": {"link": "https://open.spotify.com/track/4pik6cZ096g2xYFvttpPIG", "song_name": "Twerking", "artist": "Stidlmusic", "thumb": "https://i.scdn.co/image/ab67616d0000b273c192dca19a0a367d9893e334", "duration": "2m 32s"}, "6": {"link": "https://open.spotify.com/track/1zLBsSVxETQOfINOLYvT5m", "song_name": "GIRL LIKE ME", "artist": "Black Eyed Peas", "thumb": "https://i.scdn.co/image/ab67616d0000b2735a7f21dad5c796d719650972", "duration": "3m 42s"}, "7": {"link": "https://open.spotify.com/track/2ASgHIOPQsSKDnGGryxKHa", "song_name": "T\u00fa Orgullo", "artist": "Stidlmusic", "thumb": "https://i.scdn.co/image/ab67616d0000b2739544dfb142accf4e1e39ec94", "duration": "3m 9s"}, "8": {"link": "https://open.spotify.com/track/6mICuAdrwEjh6Y6lroV2Kg", "song_name": "Chantaje (feat. Maluma)", "artist": "Shakira", "thumb": "https://i.scdn.co/image/ab67616d0000b273d05d3aad30c5fb7614893cf5", "duration": "3m 0s"}, "9": {"link": "https://open.spotify.com/track/5o3J0APuZXZEB91its4PbU", "song_name": "Maltrato Hacia La Mujer Freestyle", "artist": "Norci Morales", "thumb": "https://i.scdn.co/image/ab67616d0000b2731403242bb3b70dd399a373bc", "duration": "4m 42s"}, "10": {"link": "https://open.spotify.com/track/0RJWhctsc1G1Hg3Ov2th7x", "song_name": "Whenever, Wherever", "artist": "Shakira", "thumb": "https://i.scdn.co/image/ab67616d0000b2739d68bc56bf51dcb2e4033e36", "duration": "3m 46s"}, "11": {"link": "https://open.spotify.com/track/5culwgJkHiS2xF2FNQUqGp", "song_name": "Prohibido Est\u00e1 Llorar", "artist": "Reywil Alexander", "thumb": "https://i.scdn.co/image/ab67616d0000b273aa20db5c9b32ce366d4d9596", "duration": "3m 56s"}, "12": {"link": "https://open.spotify.com/track/0OEBOJhSObnFuHuasXdt52", "song_name": "Dia de Enero", "artist": "Shakira", "thumb": "https://i.scdn.co/image/ab67616d0000b273f342e70aacda9d78cfb6ce7a", "duration": "2m 33s"}, "13": {"link": "https://open.spotify.com/track/36TvO2FM99IUodAKzmSlKW", "song_name": "Mil Botellas Destapar", "artist": "Reywil Alexander", "thumb": "https://i.scdn.co/image/ab67616d0000b273fac415228ac50b008419a437", "duration": "3m 18s"}, "14": {"link": "https://open.spotify.com/track/78dbqYDvx6FOefROApu9w0", "song_name": "Inevitable", "artist": "Shakira", "thumb": "https://i.scdn.co/image/ab67616d0000b273bfcff1dd252b22bba16a2a5d", "duration": "3m 26s"}, "15": {"link": "https://open.spotify.com/track/0julpmf8NTHvHUocMmi65C", "song_name": "Nota Loca", "artist": "Norci Morales", "thumb": "https://i.scdn.co/image/ab67616d0000b2735f59e14eb3c079e3260a2847", "duration": "2m 3s"}, "16": {"link": "https://open.spotify.com/track/3TY1PFZXmYeiLcXygB74My", "song_name": "Suerte (Whenever, Wherever)", "artist": "Shakira", "thumb": "https://i.scdn.co/image/ab67616d0000b2731f400a1f4d821b00824cf58f", "duration": "3m 6s"}, "17": {"link": "https://open.spotify.com/track/3utYh4nvURuCuewdDnBqzG", "song_name": "Me Supere", "artist": "Reywil Alexander", "thumb": "https://i.scdn.co/image/ab67616d0000b273116820f361cf0c7829c42fde", "duration": "3m 10s"}, "18": {"link": "https://open.spotify.com/track/5BSclXJTa9B0iURhUjZo50", "song_name": "La Tortura (feat. Alejandro Sanz)", "artist": "Shakira", "thumb": "https://i.scdn.co/image/ab67616d0000b273f342e70aacda9d78cfb6ce7a", "duration": "3m 13s"}, "19": {"link": "https://open.spotify.com/track/25yI4bSyeiCz8X768jFdvC", "song_name": "B\u00e1ilame", "artist": "Reywil Alexander", "thumb": "https://i.scdn.co/image/ab67616d0000b2735e5fb67a7373c2c471b72a2b", "duration": "3m 49s"}, "20": {"link": "https://open.spotify.com/track/4M1lEbqPzlEw1JYWB6aE7K", "song_name": "Estoy Aqu\u00ed", "artist": "Shakira", "thumb": "https://i.scdn.co/image/ab67616d0000b273021b9779a9dbaa6a976edb2d", "duration": "3m 26s"}, "21": {"link": "https://open.spotify.com/track/440YiswPWZMCStKhX0049R", "song_name": "El Ganador", "artist": "Norci Morales", "thumb": "https://i.scdn.co/image/ab67616d0000b273ffd15d867c1d999cf6208c73", "duration": "3m 46s"}, "22": {"link": "https://open.spotify.com/track/1fPCGREltHJuV3axEPydLp", "song_name": "Loba", "artist": "Shakira", "thumb": "https://i.scdn.co/image/ab67616d0000b27338abd299129f8be89e636d98", "duration": "3m 20s"}, "23": {"link": "https://open.spotify.com/track/42k1KeBehAd83lrGt1okiC", "song_name": "Loca (feat. El Cata)", "artist": "Shakira", "thumb": "https://i.scdn.co/image/ab67616d0000b2734214ddc9e33e76de6a8ee888", "duration": "3m 33s"}, "24": {"link": "https://open.spotify.com/track/6G12ZafqofSq7YtrMqUm76", "song_name": "Monoton\u00eda", "artist": "Shakira", "thumb": "https://i.scdn.co/image/ab67616d0000b27327b5b57343431306a7f9daec", "duration": "2m 44s"}, "25": {"link": "https://open.spotify.com/track/4qknM1pQz53QOyfDVTjcM9", "song_name": "Me Enamor\u00e9", "artist": "Shakira", "thumb": "https://i.scdn.co/image/ab67616d0000b273d05d3aad30c5fb7614893cf5", "duration": "3m 33s"}, "26": {"link": "https://open.spotify.com/track/433JymbpWnRMHXzp1oTRP7", "song_name": "Don't Bother", "artist": "Shakira", "thumb": "https://i.scdn.co/image/ab67616d0000b27327ddd747545c0d0cfe7595fa", "duration": "4m 46s"}, "27": {"link": "https://open.spotify.com/track/0gYXw7aPoybWFfB7btQ0eM", "song_name": "DON'T YOU WORRY", "artist": "Black Eyed Peas", "thumb": "https://i.scdn.co/image/ab67616d0000b2738576efada2170fafa9577cad", "duration": "3m 43s"}, "28": {"link": "https://open.spotify.com/track/0KAqMRUSZwzG3dZLdDA4eH", "song_name": "Antologia", "artist": "Shakira", "thumb": "https://i.scdn.co/image/ab67616d0000b273021b9779a9dbaa6a976edb2d", "duration": "4m 20s"}, "29": {"link": "https://open.spotify.com/track/7jxHeJLVpnP7S08JFF4GBi", "song_name": "Ciega, Sordomuda", "artist": "Shakira", "thumb": "https://i.scdn.co/image/ab67616d0000b273bfcff1dd252b22bba16a2a5d", "duration": "4m 46s"}, "30": {"link": "https://open.spotify.com/track/6w007TZFxbvuuJKHvsnEOq", "song_name": "Perro Fiel/El Perd\u00f3n Medley (feat. Nicky Jam) - El Dorado World Tour Live", "artist": "Shakira", "thumb": "https://i.scdn.co/image/ab67616d0000b273d03426b113b34c233430ec75", "duration": "4m 13s"}, "pdesc": " Tsamina mina, eh, eh Waka waka, eh, eh Tsamina mina zangalewa This time for Africa Shakira Bzrp Music Sessions Vol. 53 Bizarrap Shakira Una loba como yo no est\u00e1 pa' tipos como t\u00fa A ti te qued\u00e9 grande Por eso est\u00e1s con una igualita que t\u00fa Oh-oh, oh-oh Shakira Trend Viral TIKTOK CHAQUIRA SHAQUIRA BIS", "count": 31, "pimg": "https://i.scdn.co/image/ab67706c0000bebba8068f4868dd6398718b37da", "likes": 28122, "pname": "Waka Waka (This Time for Africa) Shakira Tsamina mina, eh, eh Waka waka, eh, eh Tsamina mina zang"}} | {"type": "object", "properties": {"track_details": {"type": "object", "properties": {"0": {"type": "object", "properties": {"link": {"type": "string"}, "song_name": {"type": "string"}, "artist": {"type": "string"}, "thumb": {"type": "string"}, "duration": {"type": "string"}}}, "1": {"type": "object", "properties": {"link": {"type": "string"}, "song_name": {"type": "string"}, "artist": {"type": "string"}, "thumb": {"type": "string"}, "duration": {"type": "string"}}}, "2": {"type": "object", "properties": {"link": {"type": "string"}, "song_name": {"type": "string"}, "artist": {"type": "string"}, "thumb": {"type": "string"}, "duration": {"type": "string"}}}, "3": {"type": "object", "properties": {"link": {"type": "string"}, "song_name": {"type": "string"}, "artist": {"type": "string"}, "thumb": {"type": "string"}, "duration": {"type": "string"}}}, "4": {"type": "object", "properties": {"link": {"type": "string"}, "song_name": {"type": "string"}, "artist": {"type": "string"}, "thumb": {"type": "string"}, "duration": {"type": "string"}}}, "5": {"type": "object", "properties": {"link": {"type": "string"}, "song_name": {"type": "string"}, "artist": {"type": "string"}, "thumb": {"type": "string"}, "duration": {"type": "string"}}}, "6": {"type": "object", "properties": {"link": {"type": "string"}, "song_name": {"type": "string"}, "artist": {"type": "string"}, "thumb": {"type": "string"}, "duration": {"type": "string"}}}, "7": {"type": "object", "properties": {"link": {"type": "string"}, "song_name": {"type": "string"}, "artist": {"type": "string"}, "thumb": {"type": "string"}, "duration": {"type": "string"}}}, "8": {"type": "object", "properties": {"link": {"type": "string"}, "song_name": {"type": "string"}, "artist": {"type": "string"}, "thumb": {"type": "string"}, "duration": {"type": "string"}}}, "9": {"type": "object", "properties": {"link": {"type": "string"}, "song_name": {"type": "string"}, "artist": {"type": "string"}, "thumb": {"type": "string"}, "duration": {"type": "string"}}}, "10": {"type": "object", "properties": {"link": {"type": "string"}, "song_name": {"type": "string"}, "artist": {"type": "string"}, "thumb": {"type": "string"}, "duration": {"type": "string"}}}, "11": {"type": "object", "properties": {"link": {"type": "string"}, "song_name": {"type": "string"}, "artist": {"type": "string"}, "thumb": {"type": "string"}, "duration": {"type": "string"}}}, "12": {"type": "object", "properties": {"link": {"type": "string"}, "song_name": {"type": "string"}, "artist": {"type": "string"}, "thumb": {"type": "string"}, "duration": {"type": "string"}}}, "13": {"type": "object", "properties": {"link": {"type": "string"}, "song_name": {"type": "string"}, "artist": {"type": "string"}, "thumb": {"type": "string"}, "duration": {"type": "string"}}}, "14": {"type": "object", "properties": {"link": {"type": "string"}, "song_name": {"type": "string"}, "artist": {"type": "string"}, "thumb": {"type": "string"}, "duration": {"type": "string"}}}, "15": {"type": "object", "properties": {"link": {"type": "string"}, "song_name": {"type": "string"}, "artist": {"type": "string"}, "thumb": {"type": "string"}, "duration": {"type": "string"}}}, "16": {"type": "object", "properties": {"link": {"type": "string"}, "song_name": {"type": "string"}, "artist": {"type": "string"}, "thumb": {"type": "string"}, "duration": {"type": "string"}}}, "17": {"type": "object", "properties": {"link": {"type": "string"}, "song_name": {"type": "string"}, "artist": {"type": "string"}, "thumb": {"type": "string"}, "duration": {"type": "string"}}}, "18": {"type": "object", "properties": {"link": {"type": "string"}, "song_name": {"type": "string"}, "artist": {"type": "string"}, "thumb": {"type": "string"}, "duration": {"type": "string"}}}, "19": {"type": "object", "properties": {"link": {"type": "string"}, "song_name": {"type": "string"}, "artist": {"type": "string"}, "thumb": {"type": "string"}, "duration": {"type": "string"}}}, "20": {"type": "object", "properties": {"link": {"type": "string"}, "song_name": {"type": "string"}, "artist": {"type": "string"}, "thumb": {"type": "string"}, "duration": {"type": "string"}}}, "21": {"type": "object", "properties": {"link": {"type": "string"}, "song_name": {"type": "string"}, "artist": {"type": "string"}, "thumb": {"type": "string"}, "duration": {"type": "string"}}}, "22": {"type": "object", "properties": {"link": {"type": "string"}, "song_name": {"type": "string"}, "artist": {"type": "string"}, "thumb": {"type": "string"}, "duration": {"type": "string"}}}, "23": {"type": "object", "properties": {"link": {"type": "string"}, "song_name": {"type": "string"}, "artist": {"type": "string"}, "thumb": {"type": "string"}, "duration": {"type": "string"}}}, "24": {"type": "object", "properties": {"link": {"type": "string"}, "song_name": {"type": "string"}, "artist": {"type": "string"}, "thumb": {"type": "string"}, "duration": {"type": "string"}}}, "25": {"type": "object", "properties": {"link": {"type": "string"}, "song_name": {"type": "string"}, "artist": {"type": "string"}, "thumb": {"type": "string"}, "duration": {"type": "string"}}}, "26": {"type": "object", "properties": {"link": {"type": "string"}, "song_name": {"type": "string"}, "artist": {"type": "string"}, "thumb": {"type": "string"}, "duration": {"type": "string"}}}, "27": {"type": "object", "properties": {"link": {"type": "string"}, "song_name": {"type": "string"}, "artist": {"type": "string"}, "thumb": {"type": "string"}, "duration": {"type": "string"}}}, "28": {"type": "object", "properties": {"link": {"type": "string"}, "song_name": {"type": "string"}, "artist": {"type": "string"}, "thumb": {"type": "string"}, "duration": {"type": "string"}}}, "29": {"type": "object", "properties": {"link": {"type": "string"}, "song_name": {"type": "string"}, "artist": {"type": "string"}, "thumb": {"type": "string"}, "duration": {"type": "string"}}}, "30": {"type": "object", "properties": {"link": {"type": "string"}, "song_name": {"type": "string"}, "artist": {"type": "string"}, "thumb": {"type": "string"}, "duration": {"type": "string"}}}, "pdesc": {"type": "string"}, "count": {"type": "integer"}, "pimg": {"type": "string"}, "likes": {"type": "integer"}, "pname": {"type": "string"}}}}} |
82ac385e-470c-4cc2-ac69-39d8a227cd2b/c10216d4-c8b0-4a65-9da3-c74209742540/0/0 | Spotify | (Updated July 2023) Get Spotify Tracks, Playlist & Album Details. Newly added endpoints:
Album tracks (single/multiple)
-Artist details/albums
-User details
-Audio analysis.
API is fully maintained & updated to counter known errors. | 9.1 | Get Track Details (Single) | Get track_name, thumbnail, duration & artist_name of any Spotify Track. Album/Podcast/Show not supported. | 200 | New Example | {"song_name": "Ghungroo (From \"War\")", "artist": "Vishal-Shekhar", "img": "https://i.scdn.co/image/ab67616d0000b273825ae4fbebb64fd9f4fd7de1", "duration": "5m 55s", "res": 200} | {"type": "object", "properties": {"song_name": {"type": "string"}, "artist": {"type": "string"}, "img": {"type": "string"}, "duration": {"type": "string"}, "res": {"type": "integer"}}} |
b69f9d53-279b-4125-8e1e-c9bbd6442ba6/9a27f7a2-e3f9-4d8d-bece-1a4d4c4d7e38/1/0 | Shazam API | Identify any song. Discover, artists, lyrics, videos & playlists to such as shazam.com
shazam recognize song free | 9.6 | Search Artist | Search artist | 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"}}}}}} |
b69f9d53-279b-4125-8e1e-c9bbd6442ba6/d2b8e04e-0cc7-4d3a-8821-9e920e8ff128/1/0 | Shazam API | Identify any song. Discover, artists, lyrics, videos & playlists to such as shazam.com
shazam recognize song free | 9.6 | Recognize binary | Recognize song from audio file | 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"}}}}}} |
b69f9d53-279b-4125-8e1e-c9bbd6442ba6/b994f084-8ad5-49cf-8710-aea1cc2c2acb/1/0 | Shazam API | Identify any song. Discover, artists, lyrics, videos & playlists to such as shazam.com
shazam recognize song free | 9.6 | Search track | Search track | 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"}}}}}} |
b69f9d53-279b-4125-8e1e-c9bbd6442ba6/c54ebb7a-4ebf-4585-a138-b596e73311fe/0/0 | Shazam API | Identify any song. Discover, artists, lyrics, videos & playlists to such as shazam.com
shazam recognize song free | 9.6 | Recognize url | Recognize song from audio url | 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"}}}}}} |
Subsets and Splits