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
|
---|---|---|---|---|---|---|---|---|---|
fecf0f29-62bd-4930-a6a1-aa052376684a/e4a79fe0-1ba8-4570-ae57-a03cd2078364/0/0 | VisualVortex | Welcome to VisualVortex,
With our easy-to-use API, you can access a vast library of high-quality videos ( +30k ) to take your content to the next level.
Our service is designed to be seamless and flexible, allowing you to easily integrate our videos into your content without any technical expertise required. Whether you're looking for product demos, explainer videos, or engaging social media content, we have a vast selection of videos to choose from.
Plus, our API offers lightning-fast sea... | 0.2 | Search for videos | Search for a term related videos for your content, ex. "Dog" | 200 | New Example | [{"title": "Lorem ipsum dolor sit amet, consectetur adipiscing elit", "url": "https://...", "image": "https://...", "preview": "https://..."}] | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "image": {"type": "string"}, "preview": {"type": "string"}}}} |
424beae2-d3e9-401f-a229-020fc94c044b/9a6595dc-902c-4dfe-8c5d-2c4a52da6d01/0/0 | logoraisr VectorTracing | The logoraisr VectorTracing API converts jpeg and png to svg, by tracing the pixels to vectors. | 0.1 | Upload Image | Upload a new image. This POST method uploads a new file to the server and returns thefile_id. The file_id specifies the image to which the image processing should be applied. | 201 | Request | {"file_id": "2128fcd60c28475d8bd5d1797cbbed85"} | {"properties": {"file_id": {"type": "string"}}, "type": "object"} |
424beae2-d3e9-401f-a229-020fc94c044b/aad71dae-2057-47f5-b2e8-0a61309269f9/0/0 | logoraisr VectorTracing | The logoraisr VectorTracing API converts jpeg and png to svg, by tracing the pixels to vectors. | 0.1 | Get download url for result | Get the result image url from the processed image, by passing the result_file_id as path parameter in the request url. You get the result_file_id as response after creating a project. | 200 | Response | {"result_file_url": "/media/results/2020/06/05/0ecf83f2f8384d6cbd4c3f2097885763.svg"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"result_file_url": {"type": "string"}}, "required": ["result_file_url"]} |
424beae2-d3e9-401f-a229-020fc94c044b/6df82764-05d8-4618-bf5d-1cfe7d51c0ee/0/0 | logoraisr VectorTracing | The logoraisr VectorTracing API converts jpeg and png to svg, by tracing the pixels to vectors. | 0.1 | Trace Image to Vector | Traces an image (jpeg, png) to vector. This POST-Method creates a new project and response the result_file_id from the vector file.
To trace an image to vector pass the file_id and the process "processing_algorithm": "logo-to-vector" in the payload. You get the file_id as response after uploading an image. | 201 | Response | {"project_id": 81366, "project_number": 155, "result_file_id": "73cc51835ce446c2bf7d7fde01c12681"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"project_id": {"type": "integer"}, "project_number": {"type": "integer"}, "result_file_id": {"type": "string"}}, "required": ["project_id", "project_number", "result_file_id"]} |
453340ce-fb18-4f8c-99ab-5849cdd3c7c1/fce865e0-7b3e-4e4a-8b1d-066fc0cc1717/0/0 | Add blind image watermark | Image blind watermarking algorithm, add/resolve watermark, add content including image or logo. algorithm service body is divided into two: encode_pic, decode_pic. | null | Add blind image watermark | Add blind image watermark | 401 | Example | {"message": "Invalid API key in request"} | {"type": "object", "properties": {"message": {"type": "string", "required": true, "example": "Invalid API key in request", "description": "Error Message."}}} |
453340ce-fb18-4f8c-99ab-5849cdd3c7c1/fce865e0-7b3e-4e4a-8b1d-066fc0cc1717/1/0 | Add blind image watermark | Image blind watermarking algorithm, add/resolve watermark, add content including image or logo. algorithm service body is divided into two: encode_pic, decode_pic. | null | Add blind image watermark | Add blind image watermark | 200 | Success | {"request_id": "3A9BFC5E-3F7C-4D9A-9445-908C6D14AB5B", "log_id": "3A9BFC5E-3F7C-4D9A-9445-908C6D14AB5B", "error_code": 0, "data": {"watermark_image_url": "Temporary address", "logo_url": "Temporary address"}} | {"request_id": {"type": "string", "required": false, "description": "Request ID."}, "log_id": {"type": "string", "required": false, "description": "Log ID."}, "error_code": {"type": "integer", "required": false, "description": "Error Code."}, "error_code_str": {"type": "string", "required": false, "description": "Error Code."}, "error_msg": {"type": "string", "required": false, "description": "Error Message."}, "data": {"type": "object", "required": false, "description": "The content of the result data returned.", "properties": {"watermark_image_url": {"type": "string", "required": false, "description": "`function_type`: `encode_pic`, `encode_pic_plus`; return the URL address of the image with the added watermark. **Note**: The URL address is a temporary address, valid for 30 minutes, and cannot be accessed after expiration."}, "logo_url": {"type": "string", "required": false, "description": "`function_type`: `decode_pic`, `decode_pic_plus`; return the URL address of the decoded watermark image. **Note**: The URL address is a temporary address, valid for 30 minutes, and cannot be accessed after expiration."}}}} |
453340ce-fb18-4f8c-99ab-5849cdd3c7c1/fce865e0-7b3e-4e4a-8b1d-066fc0cc1717/1/1 | Add blind image watermark | Image blind watermarking algorithm, add/resolve watermark, add content including image or logo. algorithm service body is divided into two: encode_pic, decode_pic. | null | Add blind image watermark | Add blind image watermark | 200 | Error | {"request_id": "3A9BFC5E-3F7C-4D9A-9445-908C6D14AB5B", "log_id": "3A9BFC5E-3F7C-4D9A-9445-908C6D14AB5B", "error_code": 400, "error_code_str": "ERROR_PARAMETERS", "error_msg": "image cannot be empty"} | {"request_id": {"type": "string", "required": false, "description": "Request ID."}, "log_id": {"type": "string", "required": false, "description": "Log ID."}, "error_code": {"type": "integer", "required": false, "description": "Error Code."}, "error_code_str": {"type": "string", "required": false, "description": "Error Code."}, "error_msg": {"type": "string", "required": false, "description": "Error Message."}, "data": {"type": "object", "required": false, "description": "The content of the result data returned.", "properties": {"watermark_image_url": {"type": "string", "required": false, "description": "`function_type`: `encode_pic`, `encode_pic_plus`; return the URL address of the image with the added watermark. **Note**: The URL address is a temporary address, valid for 30 minutes, and cannot be accessed after expiration."}, "logo_url": {"type": "string", "required": false, "description": "`function_type`: `decode_pic`, `decode_pic_plus`; return the URL address of the decoded watermark image. **Note**: The URL address is a temporary address, valid for 30 minutes, and cannot be accessed after expiration."}}}} |
a576dc79-6dc5-4ef2-8de2-bf1d01fc753d/89fd6bd0-9a45-4773-a77b-8688c3d73801/0/0 | AI Image Crop | AI image cropping solution with automatic subject detection | 6.4 | Main | Main function endpoint | 200 | New Example | {"job_id": "fc49e3a3-cebd-4911-841c-852b153ae3e9", "output_url": "https://vpai-demo-portal-shanghai.oss-accelerate.aliyuncs.com/intelligent-crop%2Ffc49e3a3-cebd-4911-841c-852b153ae3e9-061304.0496_20220815061304.png?OSSAccessKeyId=LTAI5tGgUWzx5gZopTcAvNtp&Expires=1660544044&Signature=4QpVOMsfAH3ddZTpEor9AhkSxM8%3D", "url_expiry": "2022/08/15 06:14:04"} | {"type": "object", "properties": {"job_id": {"type": "string"}, "output_url": {"type": "string"}, "url_expiry": {"type": "string"}}} |
404e846e-815a-4428-bb86-010894649cd7/87849116-54a4-479a-8e47-1bbda6844108/0/0 | Video MP4 Transcoder/Compression/Optimization (Download Url) | This endpoint transcodes & compresses video files like *.mov to mp4 format with the best compression quality for mobile. It can compress 100 times from original files and 3-5 times from a compressed file. This endpoint is referenced as "A4" in our Postman collection. We provide very detailed documentation there. Please check our postman documentation for full info. There is also axios example in tutorials. | 0 | A4- Single VIDEO MP4 || Transcode Single File && Return Download Url |
This endpoint only accepts one source and one target. If you pass multiple values, then it will fail.
The code of this endpoint "A3" in our postman collection. You can find more details there.
Please check "C6" and "E6" if you want to pass multiple source and/or target.
Please read the "introduction" section in the document for more info on our docs.
| 201 | New Example | {"now": "2023-09-24T19:15:11.136Z", "downloadUrlForFuture": "https://prodcontentfilespublic.fullsepp.tv/_0_temp_downloads/temp_1695582910432_65672_0.zip", "message": {"step1_platformTranscodeKeyAuthorization": "SUCCESS", "step2_payloadValidation": "SUCCESS", "step3_downloadAllFiles": "SUCCESS", "step4_transcodingQueue": "SUCCESS", "step5_transcodingFilesOneByOne": "STARTING", "step6_zippingTranscodedFiles": "WAITING", "step7_triggerSuccessOrErrorApiCall": "WAITING", "infoMessages": ["Download url is not ready yet.", "Your request is in progress. There is no problem so far.", "Since transcoding may take too long, we return a response on this step, before transcoding starts.", "Please try the downloadUrl after a period time. For photo, gif, and short video and audios. It will probably be ready in 1 min. But for long videos it may takes hours depending on the vdeio duration and the codec.", "Whether error or success, your callback function will be called upon completion.", "Please download the transcoded files in half hour. The transcoded files will be deleted after a period of time.", "Lastly, if you use AWS s3, you can directly upload to it by passing the s3 credentials and bucket name"]}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"now": {"type": "string"}, "downloadUrlForFuture": {"type": "string"}, "message": {"type": "object", "properties": {"step1_platformTranscodeKeyAuthorization": {"type": "string"}, "step2_payloadValidation": {"type": "string"}, "step3_downloadAllFiles": {"type": "string"}, "step4_transcodingQueue": {"type": "string"}, "step5_transcodingFilesOneByOne": {"type": "string"}, "step6_zippingTranscodedFiles": {"type": "string"}, "step7_triggerSuccessOrErrorApiCall": {"type": "string"}, "infoMessages": {"type": "array", "items": {"type": "string"}}}, "required": ["infoMessages", "step1_platformTranscodeKeyAuthorization", "step2_payloadValidation", "step3_downloadAllFiles", "step4_transcodingQueue", "step5_transcodingFilesOneByOne", "step6_zippingTranscodedFiles", "step7_triggerSuccessOrErrorApiCall"]}}, "required": ["downloadUrlForFuture", "message", "now"]} |
4a18a919-83b0-46ef-a074-8b725f0d6979/1552fcc2-9b4a-4d5a-985a-5e4e691b0cb7/0/0 | Image Dehaze | Dehaze the images with unrecognizable details when shooting in dense fog to restore clearer and truer images. | null | Image Dehaze | Image Dehaze | 200 | Success | {"request_id": "3A9BFC5E-3F7C-4D9A-9445-908C6D14AB5B", "log_id": "3A9BFC5E-3F7C-4D9A-9445-908C6D14AB5B", "error_code": 0, "image": "Base64 encoding of the processed picture"} | {"request_id": {"type": "string", "required": false, "description": "Request ID."}, "log_id": {"type": "string", "required": false, "description": "Log ID."}, "error_code": {"type": "integer", "required": false, "description": "Error Code."}, "error_code_str": {"type": "string", "required": false, "description": "Error Code."}, "error_msg": {"type": "string", "required": false, "description": "Error Message."}, "image": {"type": "string", "required": false, "description": "base64 encoded picture."}} |
4a18a919-83b0-46ef-a074-8b725f0d6979/1552fcc2-9b4a-4d5a-985a-5e4e691b0cb7/0/1 | Image Dehaze | Dehaze the images with unrecognizable details when shooting in dense fog to restore clearer and truer images. | null | Image Dehaze | Image Dehaze | 200 | Error | {"request_id": "3A9BFC5E-3F7C-4D9A-9445-908C6D14AB5B", "log_id": "3A9BFC5E-3F7C-4D9A-9445-908C6D14AB5B", "error_code": 400, "error_code_str": "ERROR_PARAMETERS", "error_msg": "image cannot be empty"} | {"request_id": {"type": "string", "required": false, "description": "Request ID."}, "log_id": {"type": "string", "required": false, "description": "Log ID."}, "error_code": {"type": "integer", "required": false, "description": "Error Code."}, "error_code_str": {"type": "string", "required": false, "description": "Error Code."}, "error_msg": {"type": "string", "required": false, "description": "Error Message."}, "image": {"type": "string", "required": false, "description": "base64 encoded picture."}} |
4a18a919-83b0-46ef-a074-8b725f0d6979/1552fcc2-9b4a-4d5a-985a-5e4e691b0cb7/1/0 | Image Dehaze | Dehaze the images with unrecognizable details when shooting in dense fog to restore clearer and truer images. | null | Image Dehaze | Image Dehaze | 401 | Example | {"message": "Invalid API key in request"} | {"type": "object", "properties": {"message": {"type": "string", "required": true, "example": "Invalid API key in request", "description": "Error Message."}}} |
43906da4-547a-43cc-a773-0aafc9ce680b/230b546d-d34f-4fd5-9e46-d6b62dafd441/0/0 | Shiba Inu Pictures | Get random Shiba Inu pictures | null | Get random Shiba Inu picture | This endpoint will return a random Shiba Inu picture | 200 | Response | ["https://cdn.shibe.online/shibes/9c014d1d7b85686850a364dbc21e5a1883458858.jpg"] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "string"}} |
2b844a24-516f-4a8f-855b-d7f133767bf5/41df2cff-b79c-464f-b23a-3bdb76b83750/0/0 | Movie GIF Recommendation | AI-powered contextual GIF recommendation engine. | 5.5 | /movieGifs | Get available Movie GIFs based on input search string | 400 | New Example | {"errorCode": "sampleErrorCode", "errorDescription": "A more detailed description of the error code"} | {"type": "object", "properties": {"errorCode": {"type": "string"}, "errorDescription": {"type": "string"}}} |
2b844a24-516f-4a8f-855b-d7f133767bf5/41df2cff-b79c-464f-b23a-3bdb76b83750/1/0 | Movie GIF Recommendation | AI-powered contextual GIF recommendation engine. | 5.5 | /movieGifs | Get available Movie GIFs based on input search string | 200 | New Example | {"gifs": [{"gifId": "string", "fixedWidthTiny": {"width": 0, "height": 0, "gif": {"url": "string"}}, "fixedWidthSmall": {"width": 0, "height": 0, "gif": {"url": "string"}}, "provider": "string", "url": "string", "analytics": {"impressionURL": "string", "shareURL": "string"}}]} | {"type": "object", "properties": {"gifs": {"type": "array", "items": {"type": "object", "properties": {"gifId": {"type": "string"}, "fixedWidthTiny": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}, "gif": {"type": "object", "properties": {"url": {"type": "string"}}}}}, "fixedWidthSmall": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}, "gif": {"type": "object", "properties": {"url": {"type": "string"}}}}}, "provider": {"type": "string"}, "url": {"type": "string"}, "analytics": {"type": "object", "properties": {"impressionURL": {"type": "string"}, "shareURL": {"type": "string"}}}}}}}} |
0205921d-eca6-4bdf-9c83-e0acfc5963d0/cf57eb15-a2c2-4c7d-afe1-533a119ce8c1/0/0 | Beamr Cloud | Video optimization, Turn your videos into smaller, faster, lower-cost versions of themselves. | null | /v1/jobs | 200 | null | {"jobs": [{"created": 0, "createdHuman": "", "jobId": "", "location": "", "input": {"path": "", "filesize": 0}, "output": {"filesize": 0, "savings": 0}, "owner": "", "status": "SUBMITTED", "lastUpdate": 0, "lastUpdateHuman": "", "ttl": 0, "ttlHuman": "", "userParameters": {"source": "", "codec": "h264", "height": 0, "width": 0}}]} | {"type": "object", "properties": {"jobs": {"type": "array", "items": {"type": "object", "properties": {"created": {"type": "number", "description": "Numeric timestamp of job creation"}, "createdHuman": {"type": "string", "format": "date-time", "description": "Human readable timestamp of job creation"}, "jobId": {"type": "string", "format": "uuid", "description": "Job identifier"}, "location": {"type": "string", "format": "url", "description": "URL of job resource in API"}, "input": {"type": "object", "properties": {"path": {"type": "string", "format": "url", "description": "url of input file"}, "filesize": {"type": "integer", "description": "Size in bytes of input file"}}}, "output": {"type": "object", "properties": {"filesize": {"type": "integer", "description": "Size in bytes of output file"}, "savings": {"type": "number", "description": "Reduction of file size in percentage"}}}, "owner": {"type": "string", "description": "Job owner"}, "status": {"type": "string", "description": "Current job status", "enum": ["SUBMITTED", "PENDING", "RUNNABLE", "STARTING", "RUNNING", "SUCCEEDED", "FAILED"]}, "lastUpdate": {"type": "number", "description": "Numeric timestamp of last job update"}, "lastUpdateHuman": {"type": "string", "format": "date-time", "description": "Human readable timestamp of last job update"}, "ttl": {"type": "number", "description": "Numeric timestamp when job will be deleted from list"}, "ttlHuman": {"type": "string", "format": "date-time", "description": "Human readable timestamp when job will be deleted from list"}, "userParameters": {"type": "object", "properties": {"source": {"type": "string", "format": "url", "description": "Source file url"}, "codec": {"type": "string", "default": "preserve", "description": "Output codec", "enum": ["h264", "h265", "avc", "hevc", "preserve"]}, "height": {"type": "integer", "description": "Output height (must be an even number)"}, "width": {"type": "integer", "description": "Output width (must be an even number)"}}, "required": ["source"]}}}}}} |
|
0205921d-eca6-4bdf-9c83-e0acfc5963d0/c34eb589-20e5-4391-bd90-7fb8c5813877/0/0 | Beamr Cloud | Video optimization, Turn your videos into smaller, faster, lower-cost versions of themselves. | null | /v1/jobs/{job_id} | 200 | null | {"job": {"created": 0, "createdHuman": "", "jobId": "", "location": "", "input": {"path": "", "filesize": 0}, "output": {"filesize": 0, "savings": 0}, "owner": "", "status": "SUBMITTED", "lastUpdate": 0, "lastUpdateHuman": "", "ttl": 0, "ttlHuman": "", "userParameters": {"source": "", "codec": "h264", "height": 0, "width": 0}}} | {"type": "object", "properties": {"job": {"type": "object", "properties": {"created": {"type": "number", "description": "Numeric timestamp of job creation"}, "createdHuman": {"type": "string", "format": "date-time", "description": "Human readable timestamp of job creation"}, "jobId": {"type": "string", "format": "uuid", "description": "Job identifier"}, "location": {"type": "string", "format": "url", "description": "URL of job resource in API"}, "input": {"type": "object", "properties": {"path": {"type": "string", "format": "url", "description": "url of input file"}, "filesize": {"type": "integer", "description": "Size in bytes of input file"}}}, "output": {"type": "object", "properties": {"filesize": {"type": "integer", "description": "Size in bytes of output file"}, "savings": {"type": "number", "description": "Reduction of file size in percentage"}}}, "owner": {"type": "string", "description": "Job owner"}, "status": {"type": "string", "description": "Current job status", "enum": ["SUBMITTED", "PENDING", "RUNNABLE", "STARTING", "RUNNING", "SUCCEEDED", "FAILED"]}, "lastUpdate": {"type": "number", "description": "Numeric timestamp of last job update"}, "lastUpdateHuman": {"type": "string", "format": "date-time", "description": "Human readable timestamp of last job update"}, "ttl": {"type": "number", "description": "Numeric timestamp when job will be deleted from list"}, "ttlHuman": {"type": "string", "format": "date-time", "description": "Human readable timestamp when job will be deleted from list"}, "userParameters": {"type": "object", "properties": {"source": {"type": "string", "format": "url", "description": "Source file url"}, "codec": {"type": "string", "default": "preserve", "description": "Output codec", "enum": ["h264", "h265", "avc", "hevc", "preserve"]}, "height": {"type": "integer", "description": "Output height (must be an even number)"}, "width": {"type": "integer", "description": "Output width (must be an even number)"}}, "required": ["source"]}}}}} |
|
0205921d-eca6-4bdf-9c83-e0acfc5963d0/fafe9927-4260-49f1-9855-fd0bc002fdb6/0/0 | Beamr Cloud | Video optimization, Turn your videos into smaller, faster, lower-cost versions of themselves. | null | /v1/jobs/{job_id}/download | 303 | null | {"location": ""} | {"type": "object", "properties": {"location": {"type": "string", "format": "url", "description": "Temporary URL to download output file"}}} |
|
0205921d-eca6-4bdf-9c83-e0acfc5963d0/fdfa0db0-2079-4e38-81c6-9aae1318b545/0/0 | Beamr Cloud | Video optimization, Turn your videos into smaller, faster, lower-cost versions of themselves. | null | /v1/jobs | 201 | null | {"jobId": "", "location": "", "source": "", "timestamp": 0, "timestampHuman": ""} | {"type": "object", "properties": {"jobId": {"type": "string", "format": "uuid", "description": "job identifier"}, "location": {"type": "string", "format": "url", "description": "url of job resource in API"}, "source": {"type": "string", "format": "url", "description": "url of input file"}, "timestamp": {"type": "number", "description": "Numeric timestamp when job was created"}, "timestampHuman": {"type": "string", "format": "date-time", "description": "Human readable timestamp when job was created"}}} |
|
0205921d-eca6-4bdf-9c83-e0acfc5963d0/2dd3699f-b4de-4e3b-bc6c-515f5129a2f8/0/0 | Beamr Cloud | Video optimization, Turn your videos into smaller, faster, lower-cost versions of themselves. | null | /heartbeat | 200 | null | {"timestamp": 0} | {"type": "object", "properties": {"timestamp": {"type": "number", "description": "seconds since the epoch"}}} |
|
6fb080aa-b6df-4436-a247-8b5bc2fb486e/e894f8b7-0efd-4497-917e-9bd67b347e68/0/0 | Clear Subtitle | Annoyed by subtitle in your favorite movie ? This API removes subtitle from image and video. Always free ! | 5.8 | Main | Main function endpoint | 200 | Output | {"job_id": "e0ec6d72-e2e6-4816-bbbf-aa0c3af19134", "output_url": "https://sensor-ai.oss-ap-southeast-1.aliyuncs.com/clear_subtitle%2Fcs-out-160847.1402_20210726160847.jpg", "url_expiry": "2021/07/26 16:09:47"} | {"type": "object", "properties": {"job_id": {"type": "string"}, "output_url": {"type": "string"}, "url_expiry": {"type": "string"}}} |
936d677f-dbda-40e2-a660-cc578a88320c/9899edc5-98f7-46c7-b879-81f081f048d8/0/0 | Photo Enhance API | This API enhances the display effect of images, transforming blurry images into sharp and enlarging them. | 6.2 | enhance | This API is Image Enhancement and Enlargement API: Empowering Users to Improve Picture Clarity and Enlarge Images | 200 | New Example | {"image": "http://example.com/image.png", "image_base64": "data:image/jpeg;base64,/9j/4AAQSkZJRg..."} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"image": {"type": "string"}, "image_base64": {"type": "string"}}, "required": ["image", "image_base64"]} |
d9fe4800-a995-4ce2-a309-1ceb5539255b/3720ce56-aa47-4fa6-9ecf-0feaa91d0631/0/0 | Youtube Videos | An easy-to-use API to fetch videos from Youtube in MP4 format. | 8.9 | /mp4 | Returns a list of MP4 files with different qualities and other details. | 200 | Example | {"items": [{"height": 1080, "quality": "1080p", "size": 53765340, "url": "example_url", "width": 1920}, {"height": 1080, "quality": "1080p", "size": 42552319, "url": "example_url", "width": 1920}, {"height": 720, "quality": "720p", "size": 24183459, "url": "example_url", "width": 1280}, {"height": 360, "quality": "360p", "size": 16384103, "url": "example_url", "width": 640}, {"height": 720, "quality": "720p", "size": 15463323, "url": "example_url", "width": 1280}, {"height": 480, "quality": "480p", "size": 12810539, "url": "example_url", "width": 854}, {"height": 480, "quality": "480p", "size": 10116768, "url": "example_url", "width": 854}, {"height": 360, "quality": "360p", "size": 7287538, "url": "example_url", "width": 640}, {"height": 360, "quality": "360p", "size": 6727889, "url": "example_url", "width": 640}, {"height": 240, "quality": "240p", "size": 3753156, "url": "example_url", "width": 426}, {"height": 240, "quality": "240p", "size": 3599242, "url": "example_url", "width": 426}, {"height": 144, "quality": "144p", "size": 2273042, "url": "example_url", "width": 256}, {"height": 144, "quality": "144p", "size": 1850222, "url": "example_url", "width": 256}]} | {"properties": {"items": {"items": {"properties": {"height": {"type": "integer"}, "quality": {"type": "string"}, "size": {"type": "integer"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "type": "object"}, "type": "array"}}, "type": "object"} |
55de75ab-d174-4092-8b8f-6e9dcbe75e78/6879b26b-0c09-484a-a148-5e085d941602/0/0 | picture-colors-api | Get a picture palette with the top 5 colors | 8.2 | Get picture palette with 5 top colors | Send POST request with picture in files "file" parameter and get a json with 5 top colors. | 200 | Response | {"rgb": [[212, 212, 215], [99, 77, 76], [136, 130, 130], [107, 108, 109], [141, 110, 97]], "hex": ["#d4d4d7", "#634d4c", "#888282", "#6b6c6d", "#8d6e61"]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"rgb": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "hex": {"type": "array", "items": {"type": "string"}}}, "required": ["hex", "rgb"]} |
cf15930c-6d4c-46d0-9b42-301e0f078d0a/545bf15d-3600-4b44-b043-a7811fa8fffc/0/0 | HLS Video Transcoder Chunks, Playlist & Thumbs -Download Url | This endpoint transcodes & and compresses video files like .MOV, and .mp4 format with the best compression quality for mobile to HLS video. HLS video is a set of video chunks with a playlist file. You can publish your videos on your APP, like YouTube, Netflix, etc… The transcoder can compress 100 times from original files and 3-5 times from a compressed file. This endpoint is referenced as “A5” in our Postman collection. We provide very detailed documentation there. Please check our postman... | null | A5- Single VIDEO HLS || Transcode Single File && Return Download Url |
This endpoint only accepts one source and one target. If you pass multiple values, then it will fail.
The code of this endpoint "A5" in our postman collection. You can find more details there.
Please check "C6" and "E6" if you want to pass multiple source and/or target.
Please read the "introduction" section in the document for more info on our docs.
| 201 | New Example | {"now": 1694554510838, "downloadUrlForFuture": "https://devcontentfilespublic.fullsepp.tv/_0_temp_downloads/temp_1694554509217_28061_0.zip", "message": {"step1_platformTranscodeKeyAuthorization": "SUCCESS", "step2_payloadValidation": "SUCCESS", "step3_downloadAllFiles": "SUCCESS", "step4_transcodingQueue": "SUCCESS", "step5_transcodingFilesOneByOne": "STARTING", "step6_zippingTranscodedFiles": "WAITING", "step7_triggerSuccessOrErrorApiCall": "NOT_PROVIDED_SO_WILL_BE_SKIPPED", "infoMessages": ["Download url is not ready yet.", "Your request is in progress. There is no problem so far.", "Since transcoding may take too long, we return a response on this step, before transcoding starts.", "Please try the downloadUrl after a period time. For photo, gif, and short video and audios. It will probably be ready in 1 min. But for long videos it may takes hours depending on the vdeio duration and the codec.", "since you did not provided a callback, there will be no callback. You have to check the url.", "Please download the transcoded files in half hour. The transcoded files will be deleted after a period of time.", "Lastly, if you use AWS s3, you can directly upload to it by passing the s3 credentials and bucket name"]}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"now": {"type": "integer"}, "downloadUrlForFuture": {"type": "string"}, "message": {"type": "object", "properties": {"step1_platformTranscodeKeyAuthorization": {"type": "string"}, "step2_payloadValidation": {"type": "string"}, "step3_downloadAllFiles": {"type": "string"}, "step4_transcodingQueue": {"type": "string"}, "step5_transcodingFilesOneByOne": {"type": "string"}, "step6_zippingTranscodedFiles": {"type": "string"}, "step7_triggerSuccessOrErrorApiCall": {"type": "string"}, "infoMessages": {"type": "array", "items": {"type": "string"}}}, "required": ["infoMessages", "step1_platformTranscodeKeyAuthorization", "step2_payloadValidation", "step3_downloadAllFiles", "step4_transcodingQueue", "step5_transcodingFilesOneByOne", "step6_zippingTranscodedFiles", "step7_triggerSuccessOrErrorApiCall"]}}, "required": ["downloadUrlForFuture", "message", "now"]} |
747e5c8a-7c54-475e-ae0d-6dcc0892cf7b/5c3aead7-bd1a-4879-8d28-c36fa1e0e366/0/0 | Video to Text - Video transcription and summarization | Video transcription and summarization as easy as an API call. | 7.8 | New Job: Transcribe and Summarize Video | This endpoint will receive an MP4 public video URL and will return a video transcription followed by a summary of that transcription.
The video size must be less than 50MB.
| 200 | New Example | {"name": "5cace14f-b7fe-4d2e-9ddc-4b1bfd9a8b83", "source": "3142c89d-1a2c-4ceb-9679-5a7d34e6c40a.mp4", "url": "http://raullgdev.es/js.mp4"} | {"properties": {"name": {"type": "string"}, "source": {"type": "string"}, "url": {"type": "string"}}, "type": "object"} |
747e5c8a-7c54-475e-ae0d-6dcc0892cf7b/83014e64-f1d5-43ca-bd5b-5a892602088a/0/0 | Video to Text - Video transcription and summarization | Video transcription and summarization as easy as an API call. | 7.8 | Status Check: Video Transcription and Summary | This endpoint will retrieve all the generated data from the provided URL.
URLs are cached, so you will always be able to access the results of a provided video just using the same URL. | 200 | New Example | {"lang": "en-US", "name": "5cace14f-b7fe-4d2e-9ddc-4b1bfd9a8b83", "source": "3142c89d-1a2c-4ceb-9679-5a7d34e6c40a.mp4", "summary": "This reference is the object that is executing the current function here.\nIf the function is part of an object, we call that function and method.\nSo if the function is a method in an object, this references that object itself.\nOtherwise, if that function is a regular function, which means it's not part of an object.\nSo I'm going to start by creating a video object and this object.\nSo we get our video object on the console.\nSo in this example, because play is a method in the video object, This references this object itself by the same token, we can add a method later in this object and we'll get the same result.\nFor example, we can add a stop method here, set it to a function and here we can do console dot log of this.\nOnce again, we're going to see the video object on the console.\nSo save the changes and here is our video object because again, stop is a method in the video object.\nSo let's call this function play video and save the changes.\nNow we can use this constructor function to create a new video object.\nNote that this object is not this video object here is completely separate to demonstrate this, I'm going to change this argument to be.\nSo instead of the window object, we get this media object because earlier in the course I told you that when you use the new operator, this new operator creates a new empty object like this and set this in this constructor function to point to this empty object.\nBut if you call a function using the new operator, which is the case for constructor functions, this will reference a new empty object.\nNow, the last example I'm going to clean up Disco, let's add another property in this object tags.\nIt's not a method in the video object.\nSo because this is a regular function, this references to global object.\nWe want our video object so we can pass this year because at this point we are in the show tags method.\nSo now if you save the changes next to each tag, we can see our video object with this title property so we can add the title property here and with this we see the title of the video next to each tag.", "transcript": "in this lecture, we're going to have a closer look at the this keyword in java script. This is one of those features that confuses a lot of developers. But honestly I think it's because of the poor teaching materials out there because I personally was confused about this keyword for a long time. So in this lecture I'm going to make it super simple for you. So you can explain it. Your seven year old brother. So what is this? This reference is the object that is executing the current function here. I'm going to give you a very simple rule of thumb. If the function is part of an object, we call that function and method. Right? So if the function is a method in an object, this references that object itself. Otherwise, if that function is a regular function, which means it's not part of an object. This references the global object, which is the window object in browsers and global. In note, let's take a look at a few examples. So I'm going to start by creating a video object and this object. We're going to have a title property and a play method. Let's log this here and finally call video dot play. Save the changes. So we get our video object on the console. So in this example, because play is a method in the video object, This references this object itself by the same token, we can add a method later in this object and we'll get the same result. For example, we can add a stop method here, set it to a function and here we can do console dot log of this. If we call the stop method. Once again, we're going to see the video object on the console. So save the changes and here is our video object because again, stop is a method in the video object. So that's an example. The first rule. Now let's take a look at an example of the 2nd row, a regular function. So let's delete this and instead at a function called play video. If a log this on the console, we're going to see the global object, which is window in browsers and global in note. So let's call this function play video and save the changes. So we get the window object here. Now what if this is a constructor function? We call the constructor functions using the new operator. So let's rename play video to video with a capital V. That's the convention for constructor functions. Now, here we're going to pass a title property and said this the title. The title. Now we can use this constructor function to create a new video object. So we use the new operator. Save the changes. Oops, I forgot to pass a title here. That's the title. So what do we get here? Instead of the window object, we get any object. Note that this object is not this video object here is completely separate to demonstrate this, I'm going to change this argument to be. So instead of the window object, we get this media object because earlier in the course I told you that when you use the new operator, this new operator creates a new empty object like this and set this in this constructor function to point to this empty object. So here online 12 we add the title property. So this new object. So let's recap when dealing with a regular function. This by default references to global object. But if you call a function using the new operator, which is the case for constructor functions, this will reference a new empty object. Now, the last example I'm going to clean up Disco, let's add another property in this object tags. We set it to an array of three strings. Now let's rename the play method to show tags. So here we can use this to get the current object and then get the tags property because this is an array. We can call the for each method and here we need to pass a callback function. So function in each iteration. Dysfunction will get a tag and then we can display the tag on the console. So council the log of tag. Finally, let's call video dot show tags. Save the changes. So we get A. B C. Beautiful. But what if you want to display the title of the video next to each tag? Well, we can add this the title here. Save the changes we got undefined. What's going on here. Well, let's remove the title property and see what this is referencing. Save the changes. It's referencing the window object. But aren't we inside a video object here, shouldn't this reference the video object? No, because here we are inside this callback function. This function is just a regular function. It's not a method in the video object. The only method we have here is show tax. So because this is a regular function, this references to global object. So it's the global object that is executing this anonymous cardiac function. But how can we solve this problem and display the title of the video next to each tack? Well, we have a few different solutions for this In this particular case. Before each method has two parameters. The first parameter is our callback function. The second parameter is this art. So we can pass an object here and this will reference that object. For example, here I can pass a new object, the first name said to Marsh. Now, when we save the changes, you can see this is referencing this new object. Now in this example we don't really want this object. We want our video object so we can pass this year because at this point we are in the show tags method. So this references the current object. So here we are not inside of a callback function. We're still in the execution context of the show tags method. So now if you save the changes next to each tag, we can see our video object with this title property so we can add the title property here and with this we see the title of the video next to each tag. Beautiful. But not all matters in java script. Give you the ability to pass that this argument. So we have a few different solutions for that and that's the topic for the next lecture. Hi guys, thank you for watching my javascript tutorial. This tutorial is part of my javascript course where you learn all the essential Javascript features that every web and mobile application developer must know if you're an absolute beginner or have some experience in javascript and are looking for a fun and in depth course that teaches you the fundamentals of javascript. This course is for you. This course is also packed with tons of exercises that help you master what you learned in the course. In fact, many of these exercises are questions that come up in technical programming interviews. So if you're pursuing a job as a front end or back end developer or if you simply want to have a more in depth understanding of javascript, I highly encourage you to enroll in the course for a limited time. You can get the squares with a discount. Using the link in the video description, click the link to find out more about the course and enroll. Okay. Mm.", "url": "http://raullgdev.es/js.mp4"} | {"properties": {"lang": {"type": "string"}, "name": {"type": "string"}, "source": {"type": "string"}, "summary": {"type": "string"}, "transcript": {"type": "string"}, "url": {"type": "string"}}, "type": "object"} |
101ea4a4-c9df-4970-8119-3affe97362b1/0cfa4696-8e21-4a77-8388-3b54b0c5aad2/0/0 | Video convert | Convert videos and images formats. The easiest way | null | imageConvertFromUrl | You can send an url image to convert
Allowed Formats:
- jpg
- bmp
- png
- webp
Parameters:
- url: The image url
- to: output format
- width: resize with
- quality: 1% to 100%
- rotate: image rotate angle. 0 to 360 | 200 | Response | {"status": "ok", "name": "1638523473561n991RzYdVELfARV.jpg", "downloadUrl": "http://api1.crvsoft.cl/files/1638523473561n991RzYdVELfARV.jpg", "size": "18.61 KB"} | {"type": "object", "properties": {"status": {"type": "string"}, "name": {"type": "string"}, "downloadUrl": {"type": "string"}, "size": {"type": "string"}}} |
101ea4a4-c9df-4970-8119-3affe97362b1/872baa1e-d7cb-418f-8762-38deb0454e94/0/0 | Video convert | Convert videos and images formats. The easiest way | null | imageConvert | You can send an url image to convert
Allowed Formats:
- jpg
- bmp
- png
- webp
Parameters:
- file: The image file
- to: output format
- width: resize with
- quality: 1% to 100%
- rotate: image rotate angle. 0 to 360 | 200 | Response | {"status": "ok", "name": "1638524878413mRt9HZoh7Yo2zu8.webp", "downloadUrl": "http://api1.crvsoft.cl/files/1638524878413mRt9HZoh7Yo2zu8.webp", "size": "9.81 KB"} | {"type": "object", "properties": {"status": {"type": "string"}, "name": {"type": "string"}, "downloadUrl": {"type": "string"}, "size": {"type": "string"}}} |
101ea4a4-c9df-4970-8119-3affe97362b1/0cb25ebe-8486-4267-8a87-5c67d93d9653/0/0 | Video convert | Convert videos and images formats. The easiest way | null | videoConvertFromUrl | You can send an video to convert
Allowed Formats:
- mp4
- avi
- mkv
- mov
- webm
- wmv
- flv
- jpg (convert video to jpg screenshots taken every 1 second)
Parameters:
- url: The video url
- to: output format
- width: resize with
- quality: 1% to 100% | 200 | Response | {"status": "ok", "name": "1638524798470r45CreJprvplK8G.mp4", "downloadUrl": "http://api1.crvsoft.cl/files/1638524798470r45CreJprvplK8G.mp4", "size": "349.35 KB"} | {"type": "object", "properties": {"status": {"type": "string"}, "name": {"type": "string"}, "downloadUrl": {"type": "string"}, "size": {"type": "string"}}} |
101ea4a4-c9df-4970-8119-3affe97362b1/7756932e-fa6e-4371-b4b4-00d62579464e/0/0 | Video convert | Convert videos and images formats. The easiest way | null | videoConvert | You can send an video to convert
Allowed Formats:
- mp4
- avi
- mkv
- mov
- webm
- wmv
- flv
- jpg (convert video to jpg screenshots taken every 1 second)
Parameters:
- file: The video
- to: output format
- width: resize with
- quality: 1% to 100% | 200 | Response | {"status": "ok", "name": "1638523675590FVh8vakWWjFhQ4V.mp4", "downloadUrl": "http://api1.crvsoft.cl/files/1638523675590FVh8vakWWjFhQ4V.mp4", "size": "664.01 KB"} | {"type": "object", "properties": {"status": {"type": "string"}, "name": {"type": "string"}, "downloadUrl": {"type": "string"}, "size": {"type": "string"}}} |
6729c765-51ef-4c88-ab57-552d6ce69fb1/a95a4ae0-dc0f-465d-9044-dc0aaa565c85/0/0 | SnapChat Story | Get all the story for anyuser have a public profile, and select the story by username | اتصال يجيب كل ستوريات اي حساب تبيه مع بعض البيانات كعدد المشتركين والاسم وغيره اضف اسم المستخدم فقط | 8.3 | username | Enter the username you want to get all stories | حط اسم المستخدم اللي تبي تجيب ستورياته | 200 | New Example | {"status": 200, "message": "Ok", "Name": "\u200f\u0627\u0628\u0648 \u062d\u0635\u0647 | Badr", "Subscribers": "2986300", "story": {"0": [{"id": "i3HWOnW9SPGRcmgB-yQaLgAAgd3F2Zmp4dGp5AYSFV-ZMAYSFV9oAAAAAA", "url": "[https://cf-st.sc-cdn.net/i/GOjzH3G9rce1JsKF4E3oK.1034.IRZXSOY?mo=GlsaGBoAGgAyAQk6AQ9CBgjCtdibBkgDUEtgAaIBPgiKCBIsCiogAUoYChNFJiotKSgmHSseGiQeKBkcOxwkEPQDWgMQ1V9aBwjhQBDHsiYiCxIAKgdJUlpYU09Z&uc=75](https://cf-st.sc-cdn.net/i/GOjzH3G9rce1JsKF4E3oK.1034.IRZXSOY?mo=GlsaGBoAGgAyAQk6AQ9CBgjCtdibBkgDUEtgAaIBPgiKCBIsCiogAUoYChNFJiotKSgmHSseGiQeKBkcOxwkEPQDWgMQ1V9aBwjhQBDHsiYiCxIAKgdJUlpYU09Z&uc=75)", "type": "video", "time": "1668684438"}, {"id": "i3HWOnW9SPGRcmgB-yQaLgAAgZWRpa3FhZmtuAYSFV-tnAYSFV9pJAAAAAA", "url": "[https://cf-st.sc-cdn.net/i/CH1dKDNOmfR9dg8AjZIzB.1034.IRZXSOY?mo=GlsaGBoAGgAyAQk6AQ9CBgjJtdibBkgCUEtgAaIBPgiKCBIsCiogAUoYChNPHB8bGx4cICAYGh4iGR4hQSIbEPQDWgMQqV9aBwjhQBD1oiEiCxIAKgdJUlpYU09Z&uc=75](https://cf-st.sc-cdn.net/i/CH1dKDNOmfR9dg8AjZIzB.1034.IRZXSOY?mo=GlsaGBoAGgAyAQk6AQ9CBgjJtdibBkgCUEtgAaIBPgiKCBIsCiogAUoYChNPHB8bGx4cICAYGh4iGR4hQSIbEPQDWgMQqV9aBwjhQBD1oiEiCxIAKgdJUlpYU09Z&uc=75)", "type": "video", "time": "1668684438"}, {"id": "i3HWOnW9SPGRcmgB-yQaLgAAgYnF2Zm9jbm1tAYSKdj9rAYSKdjm9AAAAAA", "url": "[https://cf-st.sc-cdn.net/d/BQ4mILoh6KsRQDVzbh23h.1034.IRZXSOY?mo=GlwaGRoAGgAyAQQ6AgkPQgYIs9TdmwZIBFBLYAGiAT4IiggSLAoqIAFKGAoTYi8uODAqNzAmLSkoLCwrLD4tNBD0A1oDEJBfWgcIvkEQ-v0xIgsSACoHSVJaWFNPWQ%3D%3D&uc=75](https://cf-st.sc-cdn.net/d/BQ4mILoh6KsRQDVzbh23h.1034.IRZXSOY?mo=GlwaGRoAGgAyAQQ6AgkPQgYIs9TdmwZIBFBLYAGiAT4IiggSLAoqIAFKGAoTYi8uODAqNzAmLSkoLCwrLD4tNBD0A1oDEJBfWgcIvkEQ-v0xIgsSACoHSVJaWFNPWQ%3D%3D&uc=75)", "type": "video", "time": "1668770314"}, {"id": "i3HWOnW9SPGRcmgB-yQaLgAAgeXl5ZXNmYWpoAYSKdkI5AYSKdjnHAAAAAA", "url": "[https://cf-st.sc-cdn.net/i/nMJfinwUERd6Iod0dPKGW.1034.IRZXSOY?mo=GkMaGBoAGgAyAQk6AQ9CBgjD1N2bBkgEUEtgAaIBJgiKCBIUChIgAUoOCglZKS4zPzE6PzIQ9AMiCxIAKgdJUlpYU09Z&uc=75](https://cf-st.sc-cdn.net/i/nMJfinwUERd6Iod0dPKGW.1034.IRZXSOY?mo=GkMaGBoAGgAyAQk6AQ9CBgjD1N2bBkgEUEtgAaIBJgiKCBIUChIgAUoOCglZKS4zPzE6PzIQ9AMiCxIAKgdJUlpYU09Z&uc=75)", "type": "photo", "time": "1668770314"}], "message": "Ok"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "Name": {"type": "string"}, "Subscribers": {"type": "string"}, "story": {"type": "object", "properties": {"0": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "url": {"type": "string"}, "type": {"type": "string"}, "time": {"type": "string"}}, "required": ["id", "time", "type", "url"]}}, "message": {"type": "string"}}, "required": ["0", "message"]}}, "required": ["Name", "Subscribers", "message", "status", "story"]} |
8bed5e2b-a78c-4761-8aa4-d47d7e076b5f/2c2f8e73-d59b-4665-a500-199a86e827f8/0/0 | Image Anonymization | API for hiding faces and car license plates in images. | 8.6 | Get list of available modes | Service provides server modes that may be used to choose which kind of objects to hide. This endpoint returns list of modes that may be used as query parameters for requests to the results endpoint.
The following modes are supported:
hide-clp – to hide car license plates
hide-face – to hide faces
| 200 | Get list of modes | ["hide-clp", "hide-face"] | {"type": "array", "items": {"type": "string"}} |
d2e3e933-521c-45f4-91e1-a08f2915768b/97d88a03-9a3d-48be-993a-52ecec022be1/0/0 | WaifuMe | API for random image anime with the name. | null | waifu | Receive one random image with name from endpoint. | 200 | New Example | {"key1": "", "key2": ""} | {"type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}} |
4a974f9e-479a-455b-b2e2-67cc0d24631a/3ad48a49-a832-4a24-86ab-d5e0dcad74bd/0/0 | Free AI Text To Image better than Midjourney | Free AI Text To Image better than Midjourney | 6.1 | /text-to-image | Text To Image | 200 | 1 | {"ResultImage": "https://aiart-1258344699.cos.ap-guangzhou.myqcloud.com/text_to_img/1be787aa-4ab9-47bb-81c5-550c19006a1e-1251696703.jpg?q-sign-algorithm=sha1&q-ak=AKIDpRovliU1IJ5ctufBSVIq8AwTlnZ5MN8d&q-sign-time=1699712901%3B1699716501&q-key-time=1699712901%3B1699716501&q-header-list=host&q-url-param-list=&q-signature=e7a7d561b46c26b94492f863902c68d17bdd702f", "RequestId": "1be787aa-4ab9-47bb-81c5-550c19006a1e"} | {"type": "object", "properties": {"status": {"type": "integer"}, "url": {"type": "string"}}, "required": ["status", "url"], "x-apifox-ignore-properties": [], "x-apifox-orders": ["status", "url"]} |
791d50ea-06e9-432e-91f2-b3a1dec0667d/2a054d1a-668f-4816-a5cd-04c8cbd523f8/0/0 | Porn gallery | this api returns high quality pictures of any porn category or pornstar name | 9.2 | Search for any category or star | use category key word or pornstar name to browse pictures | 200 | Response | {"results": [{"title": "Pretty girl Natasha Nice fingers her pussy and asshole before interracial sex", "images": ["https://cdni.viewgals.com/1280/1/81/87070893/87070893_001_4a59.jpg", "https://cdni.viewgals.com/1280/1/81/87070893/87070893_002_568e.jpg", "https://cdni.viewgals.com/1280/1/81/87070893/87070893_003_2e93.jpg", "https://cdni.viewgals.com/1280/1/81/87070893/87070893_004_e640.jpg", "https://cdni.viewgals.com/1280/1/81/87070893/87070893_005_a1a3.jpg", "https://cdni.viewgals.com/1280/1/81/87070893/87070893_006_8517.jpg", "https://cdni.viewgals.com/1280/1/81/87070893/87070893_007_845c.jpg", "https://cdni.viewgals.com/1280/1/81/87070893/87070893_008_7859.jpg", "https://cdni.viewgals.com/1280/1/81/87070893/87070893_009_a80a.jpg", "https://cdni.viewgals.com/1280/1/81/87070893/87070893_010_86c8.jpg", "https://cdni.viewgals.com/1280/1/81/87070893/87070893_011_9895.jpg", "https://cdni.viewgals.com/1280/1/81/87070893/87070893_012_941a.jpg", "https://cdni.viewgals.com/1280/1/81/87070893/87070893_013_27ac.jpg", "https://cdni.viewgals.com/1280/1/81/87070893/87070893_014_ccbd.jpg", "https://cdni.viewgals.com/1280/1/81/87070893/87070893_015_993a.jpg"], "models": ["Natasha Nice"], "source": "", "tags": ["Natasha Nice", "Anal", "Ass", "Big Tits", "Blowjob", "Brunette", "Close Up", "Doggystyle", "Fingering", "Fisting", "Hardcore", "Interracial", "Legs", "Panty", "Pornstar", "Shaved", "Spread", "Tongue"], "id": "95735057-c273-43e5-af39-216ccbde2ea5"}, {"title": "Big titted plumper Natasha Nice partakes in hardcore POV sex", "images": ["https://cdni.viewgals.com/1280/1/354/94591025/94591025_001_a3e5.jpg", "https://cdni.viewgals.com/1280/1/354/94591025/94591025_002_63cc.jpg", "https://cdni.viewgals.com/1280/1/354/94591025/94591025_003_02fb.jpg", "https://cdni.viewgals.com/1280/1/354/94591025/94591025_004_9356.jpg", "https://cdni.viewgals.com/1280/1/354/94591025/94591025_005_fd10.jpg", "https://cdni.viewgals.com/1280/1/354/94591025/94591025_006_b27b.jpg", "https://cdni.viewgals.com/1280/1/354/94591025/94591025_007_6468.jpg", "https://cdni.viewgals.com/1280/1/354/94591025/94591025_008_1c31.jpg", "https://cdni.viewgals.com/1280/1/354/94591025/94591025_009_4acc.jpg", "https://cdni.viewgals.com/1280/1/354/94591025/94591025_010_5b27.jpg", "https://cdni.viewgals.com/1280/1/354/94591025/94591025_011_7d41.jpg", "https://cdni.viewgals.com/1280/1/354/94591025/94591025_012_b5e8.jpg", "https://cdni.viewgals.com/1280/1/354/94591025/94591025_013_9da7.jpg", "https://cdni.viewgals.com/1280/1/354/94591025/94591025_014_5832.jpg", "https://cdni.viewgals.com/1280/1/354/94591025/94591025_015_97d3.jpg", "https://cdni.viewgals.com/1280/1/354/94591025/94591025_016_ec70.jpg"], "models": ["Natasha Nice"], "source": "", "tags": ["Natasha Nice", "Ass", "BBW", "Big Cock", "Big Tits", "Blowjob", "Clothed", "Cowgirl", "Cum On Tits", "Cumshot", "Doggystyle", "Fingering", "Hairy", "Hardcore", "High Heels", "Legs", "MILF", "Nipples", "Panty", "Pornstar", "Pussy", "Skirt", "Spread", "Titjob", "Tongue"], "id": "3a0519bc-3282-4542-95d1-38fe974dd4b3"}, {"title": "European nylon model Natasha Nice flaunting nice big natural boobs and ass", "images": ["https://cdni.viewgals.com/1280/5/194/93119345/93119345_001_75bc.jpg", "https://cdni.viewgals.com/1280/5/194/93119345/93119345_002_e477.jpg", "https://cdni.viewgals.com/1280/5/194/93119345/93119345_003_8573.jpg", "https://cdni.viewgals.com/1280/5/194/93119345/93119345_004_7916.jpg", "https://cdni.viewgals.com/1280/5/194/93119345/93119345_005_809c.jpg", "https://cdni.viewgals.com/1280/5/194/93119345/93119345_006_272f.jpg", "https://cdni.viewgals.com/1280/5/194/93119345/93119345_007_3853.jpg", "https://cdni.viewgals.com/1280/5/194/93119345/93119345_008_6aed.jpg", "https://cdni.viewgals.com/1280/5/194/93119345/93119345_009_1573.jpg", "https://cdni.viewgals.com/1280/5/194/93119345/93119345_010_c21e.jpg", "https://cdni.viewgals.com/1280/5/194/93119345/93119345_011_c710.jpg", "https://cdni.viewgals.com/1280/5/194/93119345/93119345_012_0a7f.jpg", "https://cdni.viewgals.com/1280/5/194/93119345/93119345_013_4918.jpg", "https://cdni.viewgals.com/1280/5/194/93119345/93119345_014_e4f3.jpg", "https://cdni.viewgals.com/1280/5/194/93119345/93119345_015_117c.jpg", "https://cdni.viewgals.com/1280/5/194/93119345/93119345_016_d269.jpg"], "models": ["Natasha Nice"], "source": "", "tags": ["Natasha Nice", "Ass", "Big Tits", "Clothed", "Euro", "Hairy", "High Heels", "Knees", "Legs", "Nipples", "Nude", "Panty", "Pussy", "Skirt", "Spread", "Stockings", "Underwear"], "id": "8a46af3d-571c-41cc-ad16-025d774720c3"}, {"title": "Naughty mom and two of her girlfriends seduce and bang her young charge", "images": ["https://cdni.viewgals.com/1280/1/360/42109336/42109336_001_48dd.jpg", "https://cdni.viewgals.com/1280/1/360/42109336/42109336_002_dcca.jpg", "https://cdni.viewgals.com/1280/1/360/42109336/42109336_003_57a5.jpg", "https://cdni.viewgals.com/1280/1/360/42109336/42109336_004_062b.jpg", "https://cdni.viewgals.com/1280/1/360/42109336/42109336_005_a5f5.jpg", "https://cdni.viewgals.com/1280/1/360/42109336/42109336_006_25f4.jpg", "https://cdni.viewgals.com/1280/1/360/42109336/42109336_007_36ff.jpg", "https://cdni.viewgals.com/1280/1/360/42109336/42109336_008_36ff.jpg", "https://cdni.viewgals.com/1280/1/360/42109336/42109336_009_e148.jpg", "https://cdni.viewgals.com/1280/1/360/42109336/42109336_010_bf07.jpg", "https://cdni.viewgals.com/1280/1/360/42109336/42109336_011_9329.jpg", "https://cdni.viewgals.com/1280/1/360/42109336/42109336_012_66d1.jpg", "https://cdni.viewgals.com/1280/1/360/42109336/42109336_013_1377.jpg", "https://cdni.viewgals.com/1280/1/360/42109336/42109336_014_1377.jpg", "https://cdni.viewgals.com/1280/1/360/42109336/42109336_015_b3ed.jpg", "https://cdni.viewgals.com/1280/1/360/42109336/42109336_016_94bd.jpg"], "models": ["Kyler Quinn", "Natasha Nice", "Spencer Scott", "Juan El Caballo Loco"], "source": "", "tags": ["Kyler Quinn", "Natasha Nice", "Spencer Scott", "Juan El Caballo Loco", "BBW", "Big Cock", "Big Tits", "Blowjob", "Close Up", "Clothed", "Cowgirl", "Cumshot", "Doggystyle", "Eating Pussy", "Facesitting", "Glasses", "Group", "Hairy", "MILF", "Reality", "Shaved", "Skinny", "Skirt", "Small Tits", "Stockings", "Tattooed", "Teen", "Tongue"], "id": "7b799030-53f5-496b-9eeb-a0bfad90af44"}, {"title": "Big titted woman gives her stepson a blowjob while on her knees", "images": ["https://cdni.viewgals.com/1280/1/354/33647911/33647911_001_10b3.jpg", "https://cdni.viewgals.com/1280/1/354/33647911/33647911_002_7e64.jpg", "https://cdni.viewgals.com/1280/1/354/33647911/33647911_003_f956.jpg", "https://cdni.viewgals.com/1280/1/354/33647911/33647911_004_f031.jpg", "https://cdni.viewgals.com/1280/1/354/33647911/33647911_005_8b0d.jpg", "https://cdni.viewgals.com/1280/1/354/33647911/33647911_006_a6ce.jpg", "https://cdni.viewgals.com/1280/1/354/33647911/33647911_007_a6ce.jpg", "https://cdni.viewgals.com/1280/1/354/33647911/33647911_008_76ae.jpg", "https://cdni.viewgals.com/1280/1/354/33647911/33647911_009_8429.jpg", "https://cdni.viewgals.com/1280/1/354/33647911/33647911_010_3dc3.jpg", "https://cdni.viewgals.com/1280/1/354/33647911/33647911_011_31c5.jpg", "https://cdni.viewgals.com/1280/1/354/33647911/33647911_012_c0eb.jpg", "https://cdni.viewgals.com/1280/1/354/33647911/33647911_013_c0eb.jpg", "https://cdni.viewgals.com/1280/1/354/33647911/33647911_014_cab0.jpg", "https://cdni.viewgals.com/1280/1/354/33647911/33647911_015_84b9.jpg"], "models": ["Natasha Nice"], "source": "", "tags": ["Natasha Nice", "Ass", "BBW", "Big Cock", "Big Tits", "Blowjob", "Brunette", "Close Up", "Clothed", "Cum In Mouth", "Cumshot", "Deepthroat", "Handjob", "High Heels", "MILF", "Mature", "Nipples", "Panty", "Reality", "Skirt", "Titjob", "Tongue", "Underwear"], "id": "3655b618-0de2-4936-9dca-100e485ab5c4"}, {"title": "European pornstar Natasha Nice tit fucking big cock at work in tan stockings", "images": ["https://cdni.viewgals.com/1280/5/227/20318686/20318686_001_0f5e.jpg", "https://cdni.viewgals.com/1280/5/227/20318686/20318686_002_97fa.jpg", "https://cdni.viewgals.com/1280/5/227/20318686/20318686_003_c718.jpg", "https://cdni.viewgals.com/1280/5/227/20318686/20318686_004_6c29.jpg", "https://cdni.viewgals.com/1280/5/227/20318686/20318686_005_cddf.jpg", "https://cdni.viewgals.com/1280/5/227/20318686/20318686_006_cddf.jpg", "https://cdni.viewgals.com/1280/5/227/20318686/20318686_007_443f.jpg", "https://cdni.viewgals.com/1280/5/227/20318686/20318686_008_eb73.jpg", "https://cdni.viewgals.com/1280/5/227/20318686/20318686_009_ba65.jpg", "https://cdni.viewgals.com/1280/5/227/20318686/20318686_010_66d3.jpg", "https://cdni.viewgals.com/1280/5/227/20318686/20318686_011_fee8.jpg", "https://cdni.viewgals.com/1280/5/227/20318686/20318686_012_a662.jpg", "https://cdni.viewgals.com/1280/5/227/20318686/20318686_013_0f3a.jpg", "https://cdni.viewgals.com/1280/5/227/20318686/20318686_014_e1c7.jpg", "https://cdni.viewgals.com/1280/5/227/20318686/20318686_015_5b45.jpg", "https://cdni.viewgals.com/1280/5/227/20318686/20318686_016_5b45.jpg"], "models": ["Natasha Nice"], "source": "", "tags": ["Natasha Nice", "Big Cock", "Big Tits", "Blowjob", "Clothed", "Cowgirl", "Cum On Tits", "Cumshot", "Doggystyle", "Euro", "Hardcore", "High Heels", "Legs", "Office", "Pornstar", "Pussy", "Skirt", "Stockings", "Titjob"], "id": "a6011aff-2502-43f6-958d-a7a6063b3628"}, {"title": "Curvy redhead Natasha Nice gets banged on a bed in a garter belt and nylons", "images": ["https://cdni.viewgals.com/1280/1/365/34157607/34157607_001_2b81.jpg", "https://cdni.viewgals.com/1280/1/365/34157607/34157607_002_c86c.jpg", "https://cdni.viewgals.com/1280/1/365/34157607/34157607_003_f300.jpg", "https://cdni.viewgals.com/1280/1/365/34157607/34157607_004_b7d4.jpg", "https://cdni.viewgals.com/1280/1/365/34157607/34157607_005_11cd.jpg", "https://cdni.viewgals.com/1280/1/365/34157607/34157607_006_fc44.jpg", "https://cdni.viewgals.com/1280/1/365/34157607/34157607_007_f05c.jpg", "https://cdni.viewgals.com/1280/1/365/34157607/34157607_008_3f62.jpg", "https://cdni.viewgals.com/1280/1/365/34157607/34157607_009_b4f5.jpg", "https://cdni.viewgals.com/1280/1/365/34157607/34157607_010_9a75.jpg", "https://cdni.viewgals.com/1280/1/365/34157607/34157607_011_7379.jpg", "https://cdni.viewgals.com/1280/1/365/34157607/34157607_012_207c.jpg", "https://cdni.viewgals.com/1280/1/365/34157607/34157607_013_6212.jpg", "https://cdni.viewgals.com/1280/1/365/34157607/34157607_014_1465.jpg", "https://cdni.viewgals.com/1280/1/365/34157607/34157607_015_b28c.jpg", "https://cdni.viewgals.com/1280/1/365/34157607/34157607_016_20ac.jpg"], "models": ["Chad Alva", "Natasha Nice"], "source": "", "tags": ["Chad Alva", "Natasha Nice", "BBW", "Big Tits", "Close Up", "Clothed", "Cowgirl", "Doggystyle", "Eating Pussy", "Facesitting", "Hardcore", "High Heels", "Legs", "Nipples", "Panty", "Pornstar", "Pussy", "Reality", "Redhead", "Shaved", "Skirt", "Stockings", "Titjob", "Tongue", "Underwear", "Upskirt"], "id": "c4dd4938-83e1-464d-a4b7-268aeaed6339"}, {"title": "Natasha Nice has sexual intercourse with her teacher on top of his desk", "images": ["https://cdni.viewgals.com/1280/1/32/70727182/70727182_001_1159.jpg", "https://cdni.viewgals.com/1280/1/32/70727182/70727182_002_548f.jpg", "https://cdni.viewgals.com/1280/1/32/70727182/70727182_003_8e01.jpg", "https://cdni.viewgals.com/1280/1/32/70727182/70727182_004_b8bf.jpg", "https://cdni.viewgals.com/1280/1/32/70727182/70727182_005_60c5.jpg", "https://cdni.viewgals.com/1280/1/32/70727182/70727182_006_5065.jpg", "https://cdni.viewgals.com/1280/1/32/70727182/70727182_007_90b4.jpg", "https://cdni.viewgals.com/1280/1/32/70727182/70727182_008_24a2.jpg", "https://cdni.viewgals.com/1280/1/32/70727182/70727182_009_d3ae.jpg", "https://cdni.viewgals.com/1280/1/32/70727182/70727182_010_c751.jpg", "https://cdni.viewgals.com/1280/1/32/70727182/70727182_011_c936.jpg", "https://cdni.viewgals.com/1280/1/32/70727182/70727182_012_b853.jpg", "https://cdni.viewgals.com/1280/1/32/70727182/70727182_013_b1f3.jpg", "https://cdni.viewgals.com/1280/1/32/70727182/70727182_014_2f32.jpg"], "models": ["Natasha Nice"], "source": "", "tags": ["Natasha Nice", "Ass", "Big Tits", "Blowjob", "Clothed", "College", "Cowgirl", "Doggystyle", "Hardcore", "Nipples", "Reality", "Titjob", "Tongue"], "id": "020d7549-b32b-4af8-9e4b-e04f5fc0e59b"}, {"title": "Solo girl Natasha Nice plays with her big tits underneath black lights", "images": ["https://cdni.viewgals.com/1280/1/81/12786462/12786462_001_389c.jpg", "https://cdni.viewgals.com/1280/1/81/12786462/12786462_002_3558.jpg", "https://cdni.viewgals.com/1280/1/81/12786462/12786462_003_8537.jpg", "https://cdni.viewgals.com/1280/1/81/12786462/12786462_004_9e24.jpg", "https://cdni.viewgals.com/1280/1/81/12786462/12786462_005_eda7.jpg", "https://cdni.viewgals.com/1280/1/81/12786462/12786462_006_81ff.jpg", "https://cdni.viewgals.com/1280/1/81/12786462/12786462_007_0c5a.jpg", "https://cdni.viewgals.com/1280/1/81/12786462/12786462_008_1c96.jpg", "https://cdni.viewgals.com/1280/1/81/12786462/12786462_009_83bc.jpg", "https://cdni.viewgals.com/1280/1/81/12786462/12786462_010_ba17.jpg", "https://cdni.viewgals.com/1280/1/81/12786462/12786462_011_d648.jpg", "https://cdni.viewgals.com/1280/1/81/12786462/12786462_012_27f4.jpg", "https://cdni.viewgals.com/1280/1/81/12786462/12786462_013_3819.jpg", "https://cdni.viewgals.com/1280/1/81/12786462/12786462_014_6a8c.jpg", "https://cdni.viewgals.com/1280/1/81/12786462/12786462_015_b13d.jpg", "https://cdni.viewgals.com/1280/1/81/12786462/12786462_016_9d74.jpg"], "models": ["Natasha Nice"], "source": "", "tags": ["Natasha Nice", "Big Tits", "Fetish", "Nude", "Pornstar"], "id": "1a8aaae6-4e04-4fd1-899f-63e76fd5650d"}, {"title": "Solo girl Natasha Nice sets her great body free in a confident manner", "images": ["https://cdni.viewgals.com/1280/1/165/18501751/18501751_001_cb06.jpg", "https://cdni.viewgals.com/1280/1/165/18501751/18501751_002_64f2.jpg", "https://cdni.viewgals.com/1280/1/165/18501751/18501751_003_2cfd.jpg", "https://cdni.viewgals.com/1280/1/165/18501751/18501751_004_959d.jpg", "https://cdni.viewgals.com/1280/1/165/18501751/18501751_005_a2d7.jpg", "https://cdni.viewgals.com/1280/1/165/18501751/18501751_006_03eb.jpg", "https://cdni.viewgals.com/1280/1/165/18501751/18501751_007_03eb.jpg", "https://cdni.viewgals.com/1280/1/165/18501751/18501751_008_d131.jpg", "https://cdni.viewgals.com/1280/1/165/18501751/18501751_009_09de.jpg", "https://cdni.viewgals.com/1280/1/165/18501751/18501751_010_d22c.jpg", "https://cdni.viewgals.com/1280/1/165/18501751/18501751_011_bc55.jpg", "https://cdni.viewgals.com/1280/1/165/18501751/18501751_012_7917.jpg"], "models": ["Natasha Nice"], "source": "", "tags": ["Natasha Nice", "Ass", "Big Tits", "Hairy", "High Heels", "Legs", "Nude", "Panty", "Pornstar", "Spread", "Underwear"], "id": "367eedd4-f953-432d-81eb-f0515a980097"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "models": {"type": "array", "items": {"type": "string"}}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "id": {"type": "string"}}, "required": ["id", "images", "models", "source", "tags", "title"]}}}, "required": ["results"]} |
7c0d9a90-6148-4d0c-9542-af267631d12a/24e7611a-668c-4b0c-8661-0df30b3bed29/0/0 | Metadata Extractor | Read metadata from images, photos, music and videos with no file size limit. (Exif, XMP, IPTC, ICC, JFIF, MPEG, QuickTime, PDF, Flash and Photoshop)) | 8.8 | Metadata from file URL | Gets Metadata from a given file URL | 200 | Example_1 | {"File": {"Url": "https://img.photographyblog.com/reviews/dji_mavic_air/photos/dji_mavic_air_06.jpg", "FileName": "dji_mavic_air_06.jpg", "FileSize": 25053923, "FileModifyDate": "2020:04:10 22:35:30+00:00", "FileAccessDate": "2020:04:10 22:35:10+00:00", "FileInodeChangeDate": "2020:04:10 22:35:30+00:00", "FileType": "JPEG", "FileTypeExtension": "jpg", "MIMEType": "image/jpeg", "ExifByteOrder": "Little-endian (Intel, II)", "CurrentIPTCDigest": "f29d4fe574485b21e363ba11413f06b1", "ImageWidth": 18966, "ImageHeight": 5834, "EncodingProcess": "Baseline DCT, Huffman coding", "BitsPerSample": 8, "ColorComponents": 3, "YCbCrSubSampling": "YCbCr4:4:4 (1 1)"}, "EXIF": {"Make": "DJI", "Model": "FC230", "Orientation": "Horizontal (normal)", "XResolution": 300, "YResolution": 300, "ResolutionUnit": "inches", "Software": "Adobe Photoshop CC 2015.5 (Windows)", "ModifyDate": "2018:01:14 13:22:50", "Artist": "Yumian Deng", "ExposureTime": "1/800", "FNumber": 2.8, "ExposureProgram": "Program AE", "ISO": 100, "ExifVersion": "0230", "DateTimeOriginal": "2017:12:18 16:59:27", "CreateDate": "2017:12:18 16:59:27", "ShutterSpeedValue": "1/800", "ApertureValue": 2.8, "ExposureCompensation": 0, "MaxApertureValue": 2.2, "MeteringMode": "Average", "LightSource": "Unknown", "Flash": "No flash function", "FocalLength": "4.5 mm", "ColorSpace": "Uncalibrated", "ExifImageWidth": 18966, "ExifImageHeight": 5834, "FileSource": "Digital Camera", "SceneType": "Directly photographed", "CustomRendered": "Normal", "ExposureMode": "Auto", "WhiteBalance": "Auto", "SceneCaptureType": "Standard", "GainControl": "None", "Contrast": "Normal", "Saturation": "Normal", "Sharpness": "Normal", "SubjectDistanceRange": "Unknown", "SerialNumber": 2016041101, "LensMake": "DJI", "LensModel": "DJI LEN 1701", "GPSVersionID": "2.3.0.0", "GPSLatitudeRef": "North", "GPSLatitude": "0 deg 0' 0.00\"", "GPSLongitudeRef": "East", "GPSLongitude": "0 deg 0' 0.00\"", "GPSAltitudeRef": "Above Sea Level", "GPSAltitude": "0.003237293623 m", "Compression": "JPEG (old-style)", "ThumbnailOffset": 1002, "ThumbnailLength": 4374, "ThumbnailImage": "(Binary data 4374 bytes"}, "XMP": {"XMPToolkit": "Adobe XMP Core 5.6-c128 79.159124, 2016/03/18-14:01:55 ", "ModifyDate": "2018:01:14 13:22:50+08:00", "CreateDate": "2017:12:18 16:59:27", "CreatorTool": "Adobe Photoshop CC 2015.5 (Windows)", "Rating": 2, "MetadataDate": "2018:01:14 18:05:32+08:00", "Format": "image/jpeg", "Latitude": "-1 deg 0' 0.00\" N", "Longitude": "-1 deg 0' 0.00\" E", "AbsoluteAltitude": "+1.20", "RelativeAltitude": "+308.90", "GimbalRollDegree": "+0.00", "GimbalYawDegree": -43, "GimbalPitchDegree": "+14.10", "FlightRollDegree": -3.3, "FlightYawDegree": -42.2, "FlightPitchDegree": "+0.60", "CamReverse": 0, "GimbalReverse": 0, "SelfData": "DJI Self data", "SerialNumber": 2016041101, "Lens": "DJI LEN 1701", "DistortionCorrectionAlreadyApplied": true, "LateralChromaticAberrationCorrectionAlreadyApplied": true, "DateCreated": "2017:12:18 16:59:27", "DocumentID": "adobe:docid:photoshop:e9f2e620-f8ea-11e7-b961-b5be60d7969a", "OriginalDocumentID": "EC5164236E7E479F61EF19948F5C5A2D", "InstanceID": "xmp.iid:1e40ba2f-ec98-d241-91f1-26d70a246341", "Marked": true, "RawFileName": "PANO0025.DNG", "Version": 10.1, "ProcessVersion": 10, "WhiteBalance": "Custom", "ColorTemperature": 5150, "Tint": -5, "Saturation": "+23", "Sharpness": 71, "LuminanceSmoothing": 13, "ColorNoiseReduction": 25, "VignetteAmount": 0, "ShadowTint": 0, "RedHue": 0, "RedSaturation": 0, "GreenHue": 0, "GreenSaturation": 0, "BlueHue": 0, "BlueSaturation": 0, "Vibrance": "+41", "HueAdjustmentRed": 0, "HueAdjustmentOrange": 0, "HueAdjustmentYellow": 0, "HueAdjustmentGreen": 0, "HueAdjustmentAqua": 0, "HueAdjustmentBlue": 0, "HueAdjustmentPurple": 0, "HueAdjustmentMagenta": 0, "SaturationAdjustmentRed": 0, "SaturationAdjustmentOrange": 0, "SaturationAdjustmentYellow": 0, "SaturationAdjustmentGreen": 0, "SaturationAdjustmentAqua": 0, "SaturationAdjustmentBlue": 0, "SaturationAdjustmentPurple": 0, "SaturationAdjustmentMagenta": 0, "LuminanceAdjustmentRed": 0, "LuminanceAdjustmentOrange": 0, "LuminanceAdjustmentYellow": 0, "LuminanceAdjustmentGreen": 0, "LuminanceAdjustmentAqua": 0, "LuminanceAdjustmentBlue": 0, "LuminanceAdjustmentPurple": 0, "LuminanceAdjustmentMagenta": 0, "SplitToningShadowHue": 0, "SplitToningShadowSaturation": 0, "SplitToningHighlightHue": 0, "SplitToningHighlightSaturation": 0, "SplitToningBalance": 0, "ParametricShadows": 0, "ParametricDarks": 0, "ParametricLights": 0, "ParametricHighlights": 0, "ParametricShadowSplit": 25, "ParametricMidtoneSplit": 50, "ParametricHighlightSplit": 75, "SharpenRadius": "+0.9", "SharpenDetail": 13, "SharpenEdgeMasking": 50, "PostCropVignetteAmount": 0, "GrainAmount": 0, "LuminanceNoiseReductionDetail": 50, "ColorNoiseReductionDetail": 50, "LuminanceNoiseReductionContrast": 0, "ColorNoiseReductionSmoothness": 50, "LensProfileEnable": 0, "LensManualDistortionAmount": 0, "PerspectiveVertical": 0, "PerspectiveHorizontal": 0, "PerspectiveRotate": 0, "PerspectiveScale": 100, "PerspectiveAspect": 0, "PerspectiveUpright": 0, "PerspectiveX": 0, "PerspectiveY": 0, "AutoLateralCA": 1, "Exposure2012": 0, "Contrast2012": "+13", "Highlights2012": -31, "Shadows2012": "+8", "Whites2012": "+27", "Blacks2012": -14, "Clarity2012": "+4", "DefringePurpleAmount": 0, "DefringePurpleHueLo": 30, "DefringePurpleHueHi": 70, "DefringeGreenAmount": 0, "DefringeGreenHueLo": 40, "DefringeGreenHueHi": 60, "Dehaze": "+1", "ConvertToGrayscale": false, "ToneCurveName": "Medium Contrast", "ToneCurveName2012": "Custom", "CameraProfile": "Embedded", "CameraProfileDigest": "88DE010D01C510A53D452FD428CF51D2", "LensProfileSetup": "LensDefaults", "UprightVersion": 151388160, "UprightCenterMode": 0, "UprightCenterNormX": 0.5, "UprightCenterNormY": 0.5, "UprightFocalMode": 0, "UprightFocalLength35mm": 35, "UprightPreview": false, "UprightTransformCount": 6, "UprightFourSegmentsCount": 0, "HasSettings": true, "HasCrop": false, "AlreadyApplied": true, "Transformation": "Spherical", "VirtualFocalLength": 0.122286, "VirtualImageXCenter": 0.449983, "VirtualImageYCenter": 0.086899, "Creator": "Yumian Deng", "HistoryAction": ["saved", "saved", "derived", "saved", "derived", "saved", "saved", "converted", "derived", "saved", "saved", "saved"], "HistoryInstanceID": ["xmp.iid:22c39808-a10c-3e4b-8528-2260554b1df5", "xmp.iid:e06f4a42-1b7c-1345-8749-373f34f74976", "xmp.iid:c93a1ece-8633-0b4a-a901-1d31b6bbf840", "xmp.iid:bc4089c7-c0a0-9e4d-a192-f730efdee033", "xmp.iid:28ba62b9-8286-bf49-821b-6a6edebea771", "xmp.iid:7101e904-ac69-ad4a-a9e5-b5147ad7df78", "xmp.iid:88631926-ece7-1041-8c76-40867f90b174", "xmp.iid:1e40ba2f-ec98-d241-91f1-26d70a246341"], "HistoryWhen": ["2018:01:13 14:51:16+08:00", "2018:01:13 17:03:09+08:00", "2018:01:13 17:05:20+08:00", "2018:01:13 17:09:59+08:00", "2018:01:14 13:22:50+08:00", "2018:01:14 13:22:50+08:00", "2018:01:14 18:05:32+08:00", "2018:01:14 18:05:32+08:00"], "HistorySoftwareAgent": ["Adobe Photoshop Camera Raw 10.1 (Windows)", "Adobe Photoshop Camera Raw 10.1 (Windows)", "Adobe Photoshop Camera Raw 10.1 (Windows)", "Adobe Photoshop CC 2015.5 (Windows)", "Adobe Photoshop CC 2017 (Windows)", "Adobe Photoshop CC 2017 (Windows)", "Adobe Photoshop Camera Raw 9.7", "Adobe Photoshop Camera Raw 9.7 (Windows)"], "HistoryChanged": ["/metadata", "/metadata", "/", "/", "/", "/", "/metadata", "/metadata"], "HistoryParameters": ["converted from image/dng to image/tiff", "converted from image/tiff to application/vnd.adobe.photoshop", "from application/vnd.adobe.photoshop to image/jpeg", "converted from application/vnd.adobe.photoshop to image/jpeg"], "DerivedFromInstanceID": "xmp.iid:28ba62b9-8286-bf49-821b-6a6edebea771", "DerivedFromDocumentID": "xmp.did:c93a1ece-8633-0b4a-a901-1d31b6bbf840", "DerivedFromOriginalDocumentID": "EC5164236E7E479F61EF19948F5C5A2D", "ToneCurve": ["0, 0", "32, 22", "64, 56", "128, 128", "192, 196", "255, 255"], "ToneCurveRed": ["0, 0", "255, 255"], "ToneCurveGreen": ["0, 0", "255, 255"], "ToneCurveBlue": ["0, 0", "255, 255"], "ToneCurvePV2012": ["0, 0", "95, 97", "185, 193", "255, 255"], "ToneCurvePV2012Red": ["0, 0", "255, 255"], "ToneCurvePV2012Green": ["0, 0", "255, 255"], "ToneCurvePV2012Blue": ["0, 0", "255, 255"], "CreatorWorkEmail": "[email protected]", "CreatorWorkURL": "https://www.instagram.com/yumiandeng/"}, "Photoshop": {"XResolution": 300, "DisplayedUnitsX": "inches", "YResolution": 300, "DisplayedUnitsY": "inches", "PhotoshopQuality": 10, "PhotoshopFormat": "Standard", "ProgressiveScans": "3 Scans", "CopyrightFlag": true, "PhotoshopThumbnail": "(Binary data 4374 bytes", "GlobalAngle": 30, "GlobalAltitude": 30, "SlicesGroupName": "Untitled_Panorama1", "NumSlices": 1, "URL_List": [], "HasRealMergedData": "Yes", "WriterName": "Adobe Photoshop", "ReaderName": "Adobe Photoshop CC 2017", "IPTCDigest": "f29d4fe574485b21e363ba11413f06b1", "PrintStyle": "Centered", "PrintPosition": "0 0", "PrintScale": 1, "PixelAspectRatio": 1}, "IPTC": {"CodedCharacterSet": "UTF8", "ApplicationRecordVersion": 4, "DateCreated": "2017:12:18", "TimeCreated": "16:59:27", "By-line": "Yumian Deng"}, "ICC_Profile": {"ProfileCMMType": "Adobe Systems Inc.", "ProfileVersion": "2.1.0", "ProfileClass": "Display Device Profile", "ColorSpaceData": "RGB ", "ProfileConnectionSpace": "XYZ ", "ProfileDateTime": "1999:06:03 00:00:00", "ProfileFileSignature": "acsp", "PrimaryPlatform": "Apple Computer Inc.", "CMMFlags": "Not Embedded, Independent", "DeviceManufacturer": "none", "DeviceModel": "", "DeviceAttributes": "Reflective, Glossy, Positive, Color", "RenderingIntent": "Perceptual", "ConnectionSpaceIlluminant": "0.9642 1 0.82491", "ProfileCreator": "Adobe Systems Inc.", "ProfileID": 0, "ProfileCopyright": "Copyright 1999 Adobe Systems Incorporated", "ProfileDescription": "Adobe RGB (1998)", "MediaWhitePoint": "0.95045 1 1.08905", "MediaBlackPoint": "0 0 0", "RedTRC": "(Binary data 14 bytes", "GreenTRC": "(Binary data 14 bytes", "BlueTRC": "(Binary data 14 bytes", "RedMatrixColumn": "0.60974 0.31111 0.01947", "GreenMatrixColumn": "0.20528 0.62567 0.06087", "BlueMatrixColumn": "0.14919 0.06322 0.74457"}, "APP14": {"DCTEncodeVersion": 100, "APP14Flags0": "[14]", "APP14Flags1": "(none)", "ColorTransform": "YCbCr"}, "Composite": {"Aperture": 2.8, "ImageSize": "18966x5834", "Megapixels": 110.6, "ShutterSpeed": "1/800", "GPSAltitude": "0 m Above Sea Level", "GPSLatitude": "0 deg 0' 0.00\" N", "GPSLongitude": "0 deg 0' 0.00\" E", "DateTimeCreated": "2017:12:18 16:59:27", "FocalLength35efl": "4.5 mm", "GPSPosition": "0 deg 0' 0.00\" N, 0 deg 0' 0.00\" E", "LightValue": 12.6}} | {"type": "object", "properties": {"File": {"type": "object", "properties": {"Url": {"type": "string"}, "FileName": {"type": "string"}, "FileSize": {"type": "integer"}, "FileModifyDate": {"type": "string"}, "FileAccessDate": {"type": "string"}, "FileInodeChangeDate": {"type": "string"}, "FileType": {"type": "string"}, "FileTypeExtension": {"type": "string"}, "MIMEType": {"type": "string"}, "ExifByteOrder": {"type": "string"}, "CurrentIPTCDigest": {"type": "string"}, "ImageWidth": {"type": "integer"}, "ImageHeight": {"type": "integer"}, "EncodingProcess": {"type": "string"}, "BitsPerSample": {"type": "integer"}, "ColorComponents": {"type": "integer"}, "YCbCrSubSampling": {"type": "string"}}}, "EXIF": {"type": "object", "properties": {"Make": {"type": "string"}, "Model": {"type": "string"}, "Orientation": {"type": "string"}, "XResolution": {"type": "integer"}, "YResolution": {"type": "integer"}, "ResolutionUnit": {"type": "string"}, "Software": {"type": "string"}, "ModifyDate": {"type": "string"}, "Artist": {"type": "string"}, "ExposureTime": {"type": "string"}, "FNumber": {"type": "number"}, "ExposureProgram": {"type": "string"}, "ISO": {"type": "integer"}, "ExifVersion": {"type": "string"}, "DateTimeOriginal": {"type": "string"}, "CreateDate": {"type": "string"}, "ShutterSpeedValue": {"type": "string"}, "ApertureValue": {"type": "number"}, "ExposureCompensation": {"type": "integer"}, "MaxApertureValue": {"type": "number"}, "MeteringMode": {"type": "string"}, "LightSource": {"type": "string"}, "Flash": {"type": "string"}, "FocalLength": {"type": "string"}, "ColorSpace": {"type": "string"}, "ExifImageWidth": {"type": "integer"}, "ExifImageHeight": {"type": "integer"}, "FileSource": {"type": "string"}, "SceneType": {"type": "string"}, "CustomRendered": {"type": "string"}, "ExposureMode": {"type": "string"}, "WhiteBalance": {"type": "string"}, "SceneCaptureType": {"type": "string"}, "GainControl": {"type": "string"}, "Contrast": {"type": "string"}, "Saturation": {"type": "string"}, "Sharpness": {"type": "string"}, "SubjectDistanceRange": {"type": "string"}, "SerialNumber": {"type": "integer"}, "LensMake": {"type": "string"}, "LensModel": {"type": "string"}, "GPSVersionID": {"type": "string"}, "GPSLatitudeRef": {"type": "string"}, "GPSLatitude": {"type": "string"}, "GPSLongitudeRef": {"type": "string"}, "GPSLongitude": {"type": "string"}, "GPSAltitudeRef": {"type": "string"}, "GPSAltitude": {"type": "string"}, "Compression": {"type": "string"}, "ThumbnailOffset": {"type": "integer"}, "ThumbnailLength": {"type": "integer"}, "ThumbnailImage": {"type": "string"}}}, "XMP": {"type": "object", "properties": {"XMPToolkit": {"type": "string"}, "ModifyDate": {"type": "string"}, "CreateDate": {"type": "string"}, "CreatorTool": {"type": "string"}, "Rating": {"type": "integer"}, "MetadataDate": {"type": "string"}, "Format": {"type": "string"}, "Latitude": {"type": "string"}, "Longitude": {"type": "string"}, "AbsoluteAltitude": {"type": "string"}, "RelativeAltitude": {"type": "string"}, "GimbalRollDegree": {"type": "string"}, "GimbalYawDegree": {"type": "integer"}, "GimbalPitchDegree": {"type": "string"}, "FlightRollDegree": {"type": "number"}, "FlightYawDegree": {"type": "number"}, "FlightPitchDegree": {"type": "string"}, "CamReverse": {"type": "integer"}, "GimbalReverse": {"type": "integer"}, "SelfData": {"type": "string"}, "SerialNumber": {"type": "integer"}, "Lens": {"type": "string"}, "DistortionCorrectionAlreadyApplied": {"type": "boolean"}, "LateralChromaticAberrationCorrectionAlreadyApplied": {"type": "boolean"}, "DateCreated": {"type": "string"}, "DocumentID": {"type": "string"}, "OriginalDocumentID": {"type": "string"}, "InstanceID": {"type": "string"}, "Marked": {"type": "boolean"}, "RawFileName": {"type": "string"}, "Version": {"type": "number"}, "ProcessVersion": {"type": "integer"}, "WhiteBalance": {"type": "string"}, "ColorTemperature": {"type": "integer"}, "Tint": {"type": "integer"}, "Saturation": {"type": "string"}, "Sharpness": {"type": "integer"}, "LuminanceSmoothing": {"type": "integer"}, "ColorNoiseReduction": {"type": "integer"}, "VignetteAmount": {"type": "integer"}, "ShadowTint": {"type": "integer"}, "RedHue": {"type": "integer"}, "RedSaturation": {"type": "integer"}, "GreenHue": {"type": "integer"}, "GreenSaturation": {"type": "integer"}, "BlueHue": {"type": "integer"}, "BlueSaturation": {"type": "integer"}, "Vibrance": {"type": "string"}, "HueAdjustmentRed": {"type": "integer"}, "HueAdjustmentOrange": {"type": "integer"}, "HueAdjustmentYellow": {"type": "integer"}, "HueAdjustmentGreen": {"type": "integer"}, "HueAdjustmentAqua": {"type": "integer"}, "HueAdjustmentBlue": {"type": "integer"}, "HueAdjustmentPurple": {"type": "integer"}, "HueAdjustmentMagenta": {"type": "integer"}, "SaturationAdjustmentRed": {"type": "integer"}, "SaturationAdjustmentOrange": {"type": "integer"}, "SaturationAdjustmentYellow": {"type": "integer"}, "SaturationAdjustmentGreen": {"type": "integer"}, "SaturationAdjustmentAqua": {"type": "integer"}, "SaturationAdjustmentBlue": {"type": "integer"}, "SaturationAdjustmentPurple": {"type": "integer"}, "SaturationAdjustmentMagenta": {"type": "integer"}, "LuminanceAdjustmentRed": {"type": "integer"}, "LuminanceAdjustmentOrange": {"type": "integer"}, "LuminanceAdjustmentYellow": {"type": "integer"}, "LuminanceAdjustmentGreen": {"type": "integer"}, "LuminanceAdjustmentAqua": {"type": "integer"}, "LuminanceAdjustmentBlue": {"type": "integer"}, "LuminanceAdjustmentPurple": {"type": "integer"}, "LuminanceAdjustmentMagenta": {"type": "integer"}, "SplitToningShadowHue": {"type": "integer"}, "SplitToningShadowSaturation": {"type": "integer"}, "SplitToningHighlightHue": {"type": "integer"}, "SplitToningHighlightSaturation": {"type": "integer"}, "SplitToningBalance": {"type": "integer"}, "ParametricShadows": {"type": "integer"}, "ParametricDarks": {"type": "integer"}, "ParametricLights": {"type": "integer"}, "ParametricHighlights": {"type": "integer"}, "ParametricShadowSplit": {"type": "integer"}, "ParametricMidtoneSplit": {"type": "integer"}, "ParametricHighlightSplit": {"type": "integer"}, "SharpenRadius": {"type": "string"}, "SharpenDetail": {"type": "integer"}, "SharpenEdgeMasking": {"type": "integer"}, "PostCropVignetteAmount": {"type": "integer"}, "GrainAmount": {"type": "integer"}, "LuminanceNoiseReductionDetail": {"type": "integer"}, "ColorNoiseReductionDetail": {"type": "integer"}, "LuminanceNoiseReductionContrast": {"type": "integer"}, "ColorNoiseReductionSmoothness": {"type": "integer"}, "LensProfileEnable": {"type": "integer"}, "LensManualDistortionAmount": {"type": "integer"}, "PerspectiveVertical": {"type": "integer"}, "PerspectiveHorizontal": {"type": "integer"}, "PerspectiveRotate": {"type": "integer"}, "PerspectiveScale": {"type": "integer"}, "PerspectiveAspect": {"type": "integer"}, "PerspectiveUpright": {"type": "integer"}, "PerspectiveX": {"type": "integer"}, "PerspectiveY": {"type": "integer"}, "AutoLateralCA": {"type": "integer"}, "Exposure2012": {"type": "integer"}, "Contrast2012": {"type": "string"}, "Highlights2012": {"type": "integer"}, "Shadows2012": {"type": "string"}, "Whites2012": {"type": "string"}, "Blacks2012": {"type": "integer"}, "Clarity2012": {"type": "string"}, "DefringePurpleAmount": {"type": "integer"}, "DefringePurpleHueLo": {"type": "integer"}, "DefringePurpleHueHi": {"type": "integer"}, "DefringeGreenAmount": {"type": "integer"}, "DefringeGreenHueLo": {"type": "integer"}, "DefringeGreenHueHi": {"type": "integer"}, "Dehaze": {"type": "string"}, "ConvertToGrayscale": {"type": "boolean"}, "ToneCurveName": {"type": "string"}, "ToneCurveName2012": {"type": "string"}, "CameraProfile": {"type": "string"}, "CameraProfileDigest": {"type": "string"}, "LensProfileSetup": {"type": "string"}, "UprightVersion": {"type": "integer"}, "UprightCenterMode": {"type": "integer"}, "UprightCenterNormX": {"type": "number"}, "UprightCenterNormY": {"type": "number"}, "UprightFocalMode": {"type": "integer"}, "UprightFocalLength35mm": {"type": "integer"}, "UprightPreview": {"type": "boolean"}, "UprightTransformCount": {"type": "integer"}, "UprightFourSegmentsCount": {"type": "integer"}, "HasSettings": {"type": "boolean"}, "HasCrop": {"type": "boolean"}, "AlreadyApplied": {"type": "boolean"}, "Transformation": {"type": "string"}, "VirtualFocalLength": {"type": "number"}, "VirtualImageXCenter": {"type": "number"}, "VirtualImageYCenter": {"type": "number"}, "Creator": {"type": "string"}, "HistoryAction": {"type": "array", "items": {"type": "string"}}, "HistoryInstanceID": {"type": "array", "items": {"type": "string"}}, "HistoryWhen": {"type": "array", "items": {"type": "string"}}, "HistorySoftwareAgent": {"type": "array", "items": {"type": "string"}}, "HistoryChanged": {"type": "array", "items": {"type": "string"}}, "HistoryParameters": {"type": "array", "items": {"type": "string"}}, "DerivedFromInstanceID": {"type": "string"}, "DerivedFromDocumentID": {"type": "string"}, "DerivedFromOriginalDocumentID": {"type": "string"}, "ToneCurve": {"type": "array", "items": {"type": "string"}}, "ToneCurveRed": {"type": "array", "items": {"type": "string"}}, "ToneCurveGreen": {"type": "array", "items": {"type": "string"}}, "ToneCurveBlue": {"type": "array", "items": {"type": "string"}}, "ToneCurvePV2012": {"type": "array", "items": {"type": "string"}}, "ToneCurvePV2012Red": {"type": "array", "items": {"type": "string"}}, "ToneCurvePV2012Green": {"type": "array", "items": {"type": "string"}}, "ToneCurvePV2012Blue": {"type": "array", "items": {"type": "string"}}, "CreatorWorkEmail": {"type": "string"}, "CreatorWorkURL": {"type": "string"}}}, "Photoshop": {"type": "object", "properties": {"XResolution": {"type": "integer"}, "DisplayedUnitsX": {"type": "string"}, "YResolution": {"type": "integer"}, "DisplayedUnitsY": {"type": "string"}, "PhotoshopQuality": {"type": "integer"}, "PhotoshopFormat": {"type": "string"}, "ProgressiveScans": {"type": "string"}, "CopyrightFlag": {"type": "boolean"}, "PhotoshopThumbnail": {"type": "string"}, "GlobalAngle": {"type": "integer"}, "GlobalAltitude": {"type": "integer"}, "SlicesGroupName": {"type": "string"}, "NumSlices": {"type": "integer"}, "URL_List": {"type": "array"}, "HasRealMergedData": {"type": "string"}, "WriterName": {"type": "string"}, "ReaderName": {"type": "string"}, "IPTCDigest": {"type": "string"}, "PrintStyle": {"type": "string"}, "PrintPosition": {"type": "string"}, "PrintScale": {"type": "integer"}, "PixelAspectRatio": {"type": "integer"}}}, "IPTC": {"type": "object", "properties": {"CodedCharacterSet": {"type": "string"}, "ApplicationRecordVersion": {"type": "integer"}, "DateCreated": {"type": "string"}, "TimeCreated": {"type": "string"}, "By-line": {"type": "string"}}}, "ICC_Profile": {"type": "object", "properties": {"ProfileCMMType": {"type": "string"}, "ProfileVersion": {"type": "string"}, "ProfileClass": {"type": "string"}, "ColorSpaceData": {"type": "string"}, "ProfileConnectionSpace": {"type": "string"}, "ProfileDateTime": {"type": "string"}, "ProfileFileSignature": {"type": "string"}, "PrimaryPlatform": {"type": "string"}, "CMMFlags": {"type": "string"}, "DeviceManufacturer": {"type": "string"}, "DeviceModel": {"type": "string"}, "DeviceAttributes": {"type": "string"}, "RenderingIntent": {"type": "string"}, "ConnectionSpaceIlluminant": {"type": "string"}, "ProfileCreator": {"type": "string"}, "ProfileID": {"type": "integer"}, "ProfileCopyright": {"type": "string"}, "ProfileDescription": {"type": "string"}, "MediaWhitePoint": {"type": "string"}, "MediaBlackPoint": {"type": "string"}, "RedTRC": {"type": "string"}, "GreenTRC": {"type": "string"}, "BlueTRC": {"type": "string"}, "RedMatrixColumn": {"type": "string"}, "GreenMatrixColumn": {"type": "string"}, "BlueMatrixColumn": {"type": "string"}}}, "APP14": {"type": "object", "properties": {"DCTEncodeVersion": {"type": "integer"}, "APP14Flags0": {"type": "string"}, "APP14Flags1": {"type": "string"}, "ColorTransform": {"type": "string"}}}, "Composite": {"type": "object", "properties": {"Aperture": {"type": "number"}, "ImageSize": {"type": "string"}, "Megapixels": {"type": "number"}, "ShutterSpeed": {"type": "string"}, "GPSAltitude": {"type": "string"}, "GPSLatitude": {"type": "string"}, "GPSLongitude": {"type": "string"}, "DateTimeCreated": {"type": "string"}, "FocalLength35efl": {"type": "string"}, "GPSPosition": {"type": "string"}, "LightValue": {"type": "number"}}}}} |
3fdb4e82-1d17-4822-b325-31c9c3151dc3/bbcda6a0-e72b-497e-88c3-766a37807e11/0/0 | Food background removal | Identifies food areas in the input image and performs pixel-level background removal of food items in the image. | null | Food background removal | Food background removal | 200 | Success | {"request_id": "3A9BFC5E-3F7C-4D9A-9445-908C6D14AB5B", "log_id": "3A9BFC5E-3F7C-4D9A-9445-908C6D14AB5B", "error_code": 0, "data": {"image_url": "Temporary address"}} | {"request_id": {"type": "string", "required": false, "description": "Request ID."}, "log_id": {"type": "string", "required": false, "description": "Log ID."}, "error_code": {"type": "integer", "required": false, "description": "Error Code."}, "error_code_str": {"type": "string", "required": false, "description": "Error Code."}, "error_msg": {"type": "string", "required": false, "description": "Error Message."}, "data": {"type": "Object", "required": false, "description": "The content of the result data returned.", "properties": {"image_url": {"type": "String", "required": false, "description": "Resulting image URL address. **Note**: The URL address is a temporary address, valid for 1 day, after which it will not be accessible."}}}} |
3fdb4e82-1d17-4822-b325-31c9c3151dc3/bbcda6a0-e72b-497e-88c3-766a37807e11/0/1 | Food background removal | Identifies food areas in the input image and performs pixel-level background removal of food items in the image. | null | Food background removal | Food background removal | 200 | Error | {"request_id": "3A9BFC5E-3F7C-4D9A-9445-908C6D14AB5B", "log_id": "3A9BFC5E-3F7C-4D9A-9445-908C6D14AB5B", "error_code": 400, "error_code_str": "ERROR_PARAMETERS", "error_msg": "image cannot be empty"} | {"request_id": {"type": "string", "required": false, "description": "Request ID."}, "log_id": {"type": "string", "required": false, "description": "Log ID."}, "error_code": {"type": "integer", "required": false, "description": "Error Code."}, "error_code_str": {"type": "string", "required": false, "description": "Error Code."}, "error_msg": {"type": "string", "required": false, "description": "Error Message."}, "data": {"type": "Object", "required": false, "description": "The content of the result data returned.", "properties": {"image_url": {"type": "String", "required": false, "description": "Resulting image URL address. **Note**: The URL address is a temporary address, valid for 1 day, after which it will not be accessible."}}}} |
3fdb4e82-1d17-4822-b325-31c9c3151dc3/bbcda6a0-e72b-497e-88c3-766a37807e11/1/0 | Food background removal | Identifies food areas in the input image and performs pixel-level background removal of food items in the image. | null | Food background removal | Food background removal | 401 | Example | {"message": "Invalid API key in request"} | {"message": {"type": "String", "required": true, "example": "Invalid API key in request", "description": "Error Message."}} |
f4a4540a-ce5a-4c75-946d-9a76a60bb8d2/bae90135-d61d-4085-bfde-ee4a9b0127e4/0/0 | BarbieFaceSwap | Swap Your face with either a Barbie or Ken Image | null | encode_image_encode_image__post | Available models: ken, barbie, luke, indiana, yoda | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"properties": {"detail": {"items": {"properties": {"loc": {"items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}, "type": "array", "title": "Location"}, "msg": {"type": "string", "title": "Message"}, "type": {"type": "string", "title": "Error Type"}}, "type": "object", "required": ["loc", "msg", "type"], "title": "ValidationError"}, "type": "array", "title": "Detail"}}, "type": "object", "title": "HTTPValidationError"} |
f4a4540a-ce5a-4c75-946d-9a76a60bb8d2/bae90135-d61d-4085-bfde-ee4a9b0127e4/1/0 | BarbieFaceSwap | Swap Your face with either a Barbie or Ken Image | null | encode_image_encode_image__post | Available models: ken, barbie, luke, indiana, yoda | 200 | Example_1 | {"image": ""} | {"properties": {"image": {"type": "string", "title": "Image"}}, "type": "object", "title": "Image"} |
4695cb5b-5af8-473a-8f74-cba3f202717e/57eb3aa9-d1de-46c5-964a-db2406e56b09/0/0 | Costume background removal | Identifies areas of clothing in the input image and performs pixel-level background removal of clothing in the image. | 5.8 | Costume background removal | Costume background removal | 401 | Example | {"message": "Invalid API key in request"} | {"type": "object", "properties": {"message": {"type": "string", "required": true, "example": "Invalid API key in request", "description": "Error Message."}}} |
4695cb5b-5af8-473a-8f74-cba3f202717e/57eb3aa9-d1de-46c5-964a-db2406e56b09/1/0 | Costume background removal | Identifies areas of clothing in the input image and performs pixel-level background removal of clothing in the image. | 5.8 | Costume background removal | Costume background removal | 200 | Success | {"request_id": "3A9BFC5E-3F7C-4D9A-9445-908C6D14AB5B", "log_id": "3A9BFC5E-3F7C-4D9A-9445-908C6D14AB5B", "error_code": 0, "data": {"elements": [{"image_url": "Temporary address"}]}} | {"request_id": {"type": "string", "required": false, "description": "Request ID."}, "log_id": {"type": "string", "required": false, "description": "Log ID."}, "error_code": {"type": "integer", "required": false, "description": "Error Code."}, "error_code_str": {"type": "string", "required": false, "description": "Error Code."}, "error_msg": {"type": "string", "required": false, "description": "Error Message."}, "data": {"type": "Object", "required": false, "description": "The content of the result data returned.", "properties": {"elements": {"type": "Array", "required": false, "description": "Keying results for each sub-element.", "properties": [{"image_url": {"type": "String", "required": false, "description": "Resulting image URL address. **Note**: The URL address is a temporary address, valid for 1 day, after which it will not be accessible."}}]}}}} |
4695cb5b-5af8-473a-8f74-cba3f202717e/57eb3aa9-d1de-46c5-964a-db2406e56b09/1/1 | Costume background removal | Identifies areas of clothing in the input image and performs pixel-level background removal of clothing in the image. | 5.8 | Costume background removal | Costume background removal | 200 | Error | {"request_id": "3A9BFC5E-3F7C-4D9A-9445-908C6D14AB5B", "log_id": "3A9BFC5E-3F7C-4D9A-9445-908C6D14AB5B", "error_code": 400, "error_code_str": "ERROR_PARAMETERS", "error_msg": "image cannot be empty"} | {"request_id": {"type": "string", "required": false, "description": "Request ID."}, "log_id": {"type": "string", "required": false, "description": "Log ID."}, "error_code": {"type": "integer", "required": false, "description": "Error Code."}, "error_code_str": {"type": "string", "required": false, "description": "Error Code."}, "error_msg": {"type": "string", "required": false, "description": "Error Message."}, "data": {"type": "Object", "required": false, "description": "The content of the result data returned.", "properties": {"elements": {"type": "Array", "required": false, "description": "Keying results for each sub-element.", "properties": [{"image_url": {"type": "String", "required": false, "description": "Resulting image URL address. **Note**: The URL address is a temporary address, valid for 1 day, after which it will not be accessible."}}]}}}} |
e2b760e2-458e-43f4-a74c-58dd1cb14079/f22aaa99-401f-42d2-9057-bddaab65e1ca/1/0 | tes | test | 2 | getUserByName | 200 | null | {"id": 0, "username": "", "firstName": "", "lastName": "", "email": "", "password": "", "phone": "", "userStatus": 0} | {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "username": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "email": {"type": "string"}, "password": {"type": "string"}, "phone": {"type": "string"}, "userStatus": {"type": "integer", "format": "int32", "description": "User Status", "minimum": -2147483648, "maximum": 2147483647}}} |
|
e2b760e2-458e-43f4-a74c-58dd1cb14079/239cb7b2-f23d-496a-80bf-9c1d8d0e6706/0/0 | tes | test | 2 | findPetsByTags | Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing. | 200 | null | [{"id": 0, "category": {"id": 0, "name": ""}, "name": "doggie", "photoUrls": [], "tags": [{"id": 0, "name": ""}], "status": "available"}] | {"type": "array", "items": {"type": "object", "required": ["name", "photoUrls"], "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "category": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "name": {"type": "string"}}}, "name": {"type": "string"}, "photoUrls": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "name": {"type": "string"}}}}, "status": {"type": "string", "description": "pet status in the store", "enum": ["available", "pending", "sold"]}}}} |
e2b760e2-458e-43f4-a74c-58dd1cb14079/fe004c5b-3d41-4b46-bfca-1c24289b1298/2/0 | tes | test | 2 | getPetById | Returns a single pet | 200 | null | {"id": 0, "category": {"id": 0, "name": ""}, "name": "doggie", "photoUrls": [], "tags": [{"id": 0, "name": ""}], "status": "available"} | {"type": "object", "required": ["name", "photoUrls"], "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "category": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "name": {"type": "string"}}}, "name": {"type": "string"}, "photoUrls": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "name": {"type": "string"}}}}, "status": {"type": "string", "description": "pet status in the store", "enum": ["available", "pending", "sold"]}}} |
e2b760e2-458e-43f4-a74c-58dd1cb14079/d9bed8ff-3d2f-412e-8ff9-56f3380a8eca/0/0 | tes | test | 2 | uploadFile | 200 | null | {"code": 0, "type": "", "message": ""} | {"type": "object", "properties": {"code": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "type": {"type": "string"}, "message": {"type": "string"}}} |
|
e2b760e2-458e-43f4-a74c-58dd1cb14079/c60a3635-72eb-4b06-aa30-73c4afd5f566/0/0 | tes | test | 2 | findPetsByStatus | Multiple status values can be provided with comma separated strings | 200 | null | [{"id": 0, "category": {"id": 0, "name": ""}, "name": "doggie", "photoUrls": [], "tags": [{"id": 0, "name": ""}], "status": "available"}] | {"type": "array", "items": {"type": "object", "required": ["name", "photoUrls"], "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "category": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "name": {"type": "string"}}}, "name": {"type": "string"}, "photoUrls": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "name": {"type": "string"}}}}, "status": {"type": "string", "description": "pet status in the store", "enum": ["available", "pending", "sold"]}}}} |
e2b760e2-458e-43f4-a74c-58dd1cb14079/fb6522f2-be98-42e0-9985-8d8808b72ce4/1/0 | tes | test | 2 | placeOrder | 200 | null | {"id": 0, "petId": 0, "quantity": 0, "shipDate": "", "status": "placed", "complete": false} | {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "petId": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "quantity": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "shipDate": {"type": "string", "format": "date-time"}, "status": {"type": "string", "description": "Order Status", "enum": ["placed", "approved", "delivered"]}, "complete": {"type": "boolean", "default": false}}} |
|
e2b760e2-458e-43f4-a74c-58dd1cb14079/5cbfc1b6-7421-4023-8bce-808f1a960107/0/0 | tes | test | 2 | getOrderById | For valid response try integer IDs with value >= 1 and <= 10. Other values will generated exceptions | 200 | null | {"id": 0, "petId": 0, "quantity": 0, "shipDate": "", "status": "placed", "complete": false} | {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "petId": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "quantity": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "shipDate": {"type": "string", "format": "date-time"}, "status": {"type": "string", "description": "Order Status", "enum": ["placed", "approved", "delivered"]}, "complete": {"type": "boolean", "default": false}}} |
ed762aef-e305-4401-b2fe-b0f8c5f0f43d/d2bc70db-66bc-4b9f-895b-518a1e4d91c4/0/0 | TrueWay Geocoding | Forward and Reverse Geocoding | 9.8 | ReverseGeocode | Obtain address for location | 200 | New Example | {"results": [{"address": "505 Howard St Suite 201, San Francisco, CA 94105, USA", "postal_code": "94105", "country": "United States", "region": "California", "area": "San Francisco County", "locality": "San Francisco", "neighborhood": "The East Cut", "street": "Howard Street", "house": "505", "location": {"lat": 37.787926, "lng": -122.396188}, "location_type": "exact", "type": "poi"}, {"address": "509 Howard St, San Francisco, CA 94105, USA", "postal_code": "94105", "country": "United States", "region": "California", "area": "San Francisco County", "locality": "San Francisco", "neighborhood": "The East Cut", "street": "Howard Street", "house": "509", "location": {"lat": 37.787919, "lng": -122.396237}, "location_type": "exact", "type": "street_address"}, {"address": "505 Howard St, San Francisco, CA 94105, USA", "postal_code": "94105", "country": "United States", "region": "California", "area": "San Francisco County", "locality": "San Francisco", "neighborhood": "The East Cut", "street": "Howard Street", "house": "505", "location": {"lat": 37.787926, "lng": -122.396187}, "location_type": "exact", "type": "street_address"}, {"address": "QJQ3+5G SoMa, San Francisco, CA, USA", "country": "United States", "region": "California", "area": "San Francisco County", "locality": "San Francisco", "neighborhood": "SoMa", "location": {"lat": 37.787926, "lng": -122.396187}, "location_type": "centroid", "type": "poi"}, {"address": "527-505 Howard St, San Francisco, CA 94105, USA", "postal_code": "94105", "country": "United States", "region": "California", "area": "San Francisco County", "locality": "San Francisco", "neighborhood": "The East Cut", "street": "Howard Street", "house": "527-505", "location": {"lat": 37.788073, "lng": -122.396597}, "location_type": "centroid", "type": "route"}]} | {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"address": {"type": "string"}, "postal_code": {"type": "string"}, "country": {"type": "string"}, "region": {"type": "string"}, "area": {"type": "string"}, "locality": {"type": "string"}, "neighborhood": {"type": "string"}, "street": {"type": "string"}, "house": {"type": "string"}, "location": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}, "location_type": {"type": "string"}, "type": {"type": "string"}}}}}} |
ed762aef-e305-4401-b2fe-b0f8c5f0f43d/530cb41f-763e-411b-bc52-eb71137b6430/0/0 | TrueWay Geocoding | Forward and Reverse Geocoding | 9.8 | Geocode | Obtain geocoordinates for address | 200 | Success | {"results": [{"address": "505 Howard St, San Francisco, CA 94105, USA", "postal_code": "94105", "country": "United States", "region": "California", "area": "San Francisco County", "locality": "San Francisco", "neighborhood": "The East Cut", "street": "Howard Street", "house": "505", "location": {"lat": 37.787926, "lng": -122.396187}, "location_type": "exact", "type": "street_address"}]} | {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"address": {"type": "string"}, "postal_code": {"type": "string"}, "country": {"type": "string"}, "region": {"type": "string"}, "area": {"type": "string"}, "locality": {"type": "string"}, "neighborhood": {"type": "string"}, "street": {"type": "string"}, "house": {"type": "string"}, "location": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}, "location_type": {"type": "string"}, "type": {"type": "string"}}}}}} |
c976d7d1-1f08-49d9-98c0-54c1da885812/54316321-736a-4489-b044-a4d0ccbb3c7e/0/0 | Compare Route Names | Calculates the coefficient of how similar are 2 strings containing the name (and type) of the route. With a value of 0.9 and higher, it is possible to do auto-matching,
at 0.2-0.9 - visual matching. | 6 | Compare Route Names | Calculates the coefficient of how similar are 2 strings containing the name (and type) of the route. With a value of 0.9 and higher, it is possible to do auto-matching,at 0.2-0.9 - visual matching. | 200 | Response | {"match": 0.92} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"match": {"type": "number"}}, "required": ["match"]} |
55c40a4ae4b04cc103ecb2e3/55c4168de4b0be54cce2ab79/0/0 | uk.boundaries.io | UK Postal Code(ex. ZE1 0AE), Sector, District, Boundaries API:
A simple & very fast API that will allow you to integrate multiple GeoJson UK Unit and sector 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 Postal Code Unit Boundary( H3 Geo Boundary ) | Query for Postal Unit Boundary (ex. ZE1 0AE)
https://eng.uber.com/ | 200 | Example_1 | {"features": [{"geometry": {"coordinates": [[[[-1.17519522660922, 60.1222010663667], [-1.18755689894084, 60.1288460768949], [-1.1924346546196, 60.1357011742862], [-1.20082210970196, 60.1456038502972], [-1.20970124814045, 60.1517849693079], [-1.21565046302705, 60.1527837593648], [-1.21759502856839, 60.1352698496252], [-1.22615947738821, 60.1303173207978], [-1.2329353520738, 60.1279415069866], [-1.24282774482866, 60.1250107138345], [-1.2479663596273, 60.1151198339672], [-1.25878177042426, 60.1144587525762], [-1.27777970490419, 60.1091211153033], [-1.27186347841481, 60.123256492922], [-1.27135962946623, 60.1244593548696], [-1.27166773886608, 60.1267950676251], [-1.27522928991244, 60.1277129034782], [-1.27729194197387, 60.126905970397], [-1.28450472520546, 60.1240812048092], [-1.28642753220979, 60.1100848699165], [-1.28948484034147, 60.10619529509], [-1.2992996986399, 60.1101786670517], [-1.29821610442348, 60.1140082197409], [-1.30104684784692, 60.1162679041883], [-1.30156141014378, 60.1259687225715], [-1.29864394405832, 60.1277485505709], [-1.29470444713031, 60.1268297203752], [-1.29015218417466, 60.1281416293567], [-1.27840908553214, 60.131523394972], [-1.27695432110167, 60.1319423659434], [-1.27630635779285, 60.1310904786903], [-1.27497743319538, 60.1293457096368], [-1.27013638866604, 60.1333502971699], [-1.26971547173799, 60.1336982613354], [-1.26948162410671, 60.1355070459288], [-1.26939368165536, 60.1361909644741], [-1.26909787460825, 60.1384816916662], [-1.26888501323862, 60.1401264957886], [-1.26884603867613, 60.1404284598264], [-1.26907798846326, 60.1401694877086], [-1.27077962058128, 60.1382766914031], [-1.27196136509775, 60.1369618329089], [-1.27287916671024, 60.1359409427747], [-1.27311011678581, 60.1356839704307], [-1.27706750557088, 60.1349959947147], [-1.27753251982121, 60.1362248390735], [-1.27774852644857, 60.1367957667621], [-1.27789350722321, 60.1368187618192], [-1.27882238395814, 60.1369647303151], [-1.28098509702293, 60.137305656838], [-1.28159801572682, 60.1374026359718], [-1.28187497900187, 60.1374466265226], [-1.28279281447623, 60.1369406740821], [-1.28291779213297, 60.1368726804493], [-1.28615121273908, 60.1350928476923], [-1.29043744482186, 60.1327340693396], [-1.30644719004941, 60.1332677665847], [-1.30507573325526, 60.1385581467157], [-1.30323506815345, 60.1396490420635], [-1.30248520456266, 60.1400929994863], [-1.29866889900241, 60.1423547825241], [-1.29486359150018, 60.1446095662623], [-1.29206429192366, 60.1491740555076], [-1.30198183494284, 60.1485979776478], [-1.30284084203822, 60.1505777252644], [-1.29773964145164, 60.1668458322124], [-1.28606137457886, 60.1677748936513], [-1.27174076946361, 60.1730044741443], [-1.22439372750653, 60.1605866842376], [-1.21963664288191, 60.1641363258532], [-1.20065202386508, 60.1741653965112], [-1.19208992301344, 60.1843242954716], [-1.19370272078121, 60.1847572188861], [-1.18242071113202, 60.1904047047149], [-1.15869689782049, 60.2022696252871], [-1.15508043825136, 60.2026056390231], [-1.16131129146967, 60.1987850076841], [-1.16209454664665, 60.1892711472703], [-1.14732974484975, 60.1905332166407], [-1.15421054687197, 60.1873355000805], [-1.15811767278942, 60.1826020141396], [-1.15762073542843, 60.1824740370996], [-1.15489407920097, 60.1817731629228], [-1.15836399928477, 60.1729951729851], [-1.15991174217411, 60.1724592145721], [-1.16472794214838, 60.1707913440104], [-1.16476982539407, 60.1691225453237], [-1.16479375992505, 60.168187658095], [-1.16431880632879, 60.1678627045552], [-1.16155507620805, 60.1659699751305], [-1.15965126209732, 60.1646661615203], [-1.15802442101596, 60.1635533206393], [-1.15513270329125, 60.1615726037974], [-1.15474574106798, 60.1613076416782], [-1.15377783554531, 60.1606447364484], [-1.15169003932856, 60.1592149408593], [-1.1491304151354, 60.1593599618122], [-1.14699972798492, 60.1594809792231], [-1.14588078999705, 60.1580041747564], [-1.14510083325588, 60.1569753109871], [-1.14462885934404, 60.1563513935842], [-1.14413388679588, 60.155698480036], [-1.14350492159621, 60.1548675900394], [-1.14347992298124, 60.1548345944081], [-1.14325093568657, 60.1545326343914], [-1.14302794806461, 60.1542386733166], [-1.14200007961687, 60.1540057169731], [-1.14133416490616, 60.1538557451419], [-1.14121917956023, 60.1538287501389], [-1.13879249026605, 60.1532808529605], [-1.13622581878792, 60.1526999618877], [-1.1359518538543, 60.1526379735131], [-1.13550691078443, 60.1525369924308], [-1.1343499673405, 60.1508972082619], [-1.1326780490617, 60.1485275201636], [-1.13168709760682, 60.1471247048219], [-1.13552041994014, 60.1451738831433], [-1.13980493343897, 60.1470745886696], [-1.14161672770086, 60.1478784641351], [-1.14468937872578, 60.1492412530039], [-1.14620220695606, 60.1499131489441], [-1.1486558623405, 60.1500081005443], [-1.14960572887895, 60.1500440819033], [-1.151780423424, 60.1501280390378], [-1.15246431393972, 60.1499520500482], [-1.15432001690193, 60.1494750798585], [-1.15905125949197, 60.1482571561044], [-1.15934021326141, 60.1481831607149], [-1.1592091594907, 60.1470892950437], [-1.15919915542014, 60.1470063052359], [-1.15880399269824, 60.1436987113947], [-1.15849386496399, 60.1411020302517], [-1.15331417255093, 60.1345678987199], [-1.15656644497514, 60.1306023296446], [-1.16055280546072, 60.1295493971387], [-1.16409345542797, 60.1319070586803], [-1.16518075227493, 60.1387382157951], [-1.16748146781011, 60.1394100999394], [-1.17048009697636, 60.1402849490496], [-1.17429562512517, 60.1413987569899], [-1.17593326455194, 60.1394889634942], [-1.17662011340675, 60.138689049975], [-1.17781884945154, 60.1372902012454], [-1.17775263858583, 60.1339596052409], [-1.17765834377863, 60.129298170682], [-1.17401650063085, 60.123797890851], [-1.17519522660922, 60.1222010663667]]], [[[-1.14739933149293, 60.154369591702], [-1.14593454041556, 60.1543606148257], [-1.14579157832071, 60.1546235851569], [-1.14605254271855, 60.1546495780853], [-1.14696740648183, 60.1545685741228], [-1.14734434254402, 60.1544175867218], [-1.14739933149293, 60.154369591702]]], [[[-1.32798132296606, 60.1365210529365], [-1.33199657348365, 60.1338473169364], [-1.33043515202468, 60.1392706837279], [-1.33005929108147, 60.1405725317445], [-1.32942830065997, 60.1393406902], [-1.32798132296606, 60.1365210529365]]]], "type": "MultiPolygon"}, "properties": {"country": "Scotland", "district": "Shetland islands", "sector": "ze1 0"}, "type": "Feature"}], "type": "FeatureCollection"} | {"properties": {"features": {"items": {"properties": {"geometry": {"properties": {"coordinates": {"items": {"items": {"items": {"items": {"type": "number"}, "type": "array"}, "type": "array"}, "type": "array"}, "type": "array"}, "type": {"type": "string"}}, "type": "object"}, "properties": {"properties": {"country": {"type": "string"}, "district": {"type": "string"}, "sector": {"type": "string"}}, "type": "object"}, "type": {"type": "string"}}, "type": "object"}, "type": "array"}, "type": {"type": "string"}}, "type": "object"} |
1572a9a1-8864-4ec9-8a44-c2e5b0907141/b84ede2e-1737-4ab5-9b8e-ec4e179839e5/0/0 | Batch Geocoding | Batch Geocoding API is a REST API that allows you to geocode large data sets. You can geocode a lot of addresses at once, as minimum - starting from one address and ending with maximum 100 addresses. | null | Batch Reverse Geocoding | This endpoint allows to to reverse geocode large data sets. You can reverse geocode a lot of latitudes and longitudes at once, as minimum - starting from one set of coordinates and ending with maximum 100 sets of latitudes and longitudes. Response of this API looks like Google Maps API compact response . | 200 | Response | {"results": [{"formatted_address": "Empire State Building, 350, 5th Avenue, Koreatown, Manhattan, New York County, New York, 10018, United States", "geometry": {"location": {"lat": 40.748428399999995, "lng": -73.98565461987332}}}, {"formatted_address": "Velyka Vasylkivska street 55, Pechersky district, Kyiv, Ukraine", "geometry": {"location": {"lat": 50.43347000000006, "lng": 30.51968000000005}}}], "status": "OK"} | {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"formatted_address": {"type": "string"}, "geometry": {"type": "object", "properties": {"location": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}}}}}}, "status": {"type": "string"}}} |
1572a9a1-8864-4ec9-8a44-c2e5b0907141/dcd53c3f-aa80-42ca-be33-8fb66b4789b3/0/0 | Batch Geocoding | Batch Geocoding API is a REST API that allows you to geocode large data sets. You can geocode a lot of addresses at once, as minimum - starting from one address and ending with maximum 100 addresses. | null | Batch Forward Geocoding | This endpoint allows to to geocode large data sets. You can geocode a lot of addresses at once, as minimum - starting from one address and ending with maximum 100 addresses. Response of this API looks like Google Maps API compact response . | 200 | Response | {"results": [{"formatted_address": "350 5th Ave, New York, New York, 10118", "geometry": {"location": {"lat": 40.74837686528841, "lng": -73.98485413472395}}}, {"formatted_address": "Volodymyrska vulytsia 40A, Shevchenkivskyi raion, Kyiv", "geometry": {"location": {"lat": 50.449698631481176, "lng": 30.514730616759174}}}], "status": "OK"} | {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"formatted_address": {"type": "string"}, "geometry": {"type": "object", "properties": {"location": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}}}}}}, "status": {"type": "string"}}} |
5558a1a3e4b095ed24ae355a/e6122d00-3054-4730-a49f-d49f49c16f4b/0/0 | boundaries-io | US Zipcode, County, City, and State Boundaries API:
A simple & very fast API that will allow you to integrate multiple GeoJson US boundaries results 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.8 | [Depreciated] Query by Zipcodes Boundaries | Query by Zipcodes Boundaries | 200 | Response | {"type": "FeatureCollection", "features": [{"type": "Feature", "properties": {"zipCode": "22066", "country": "US", "city": "Great falls", "county": "Fairfax", "state": "VA"}, "geometry": {"type": "Polygon", "coordinates": [[[-77.371303, 39.014584], [-77.365904, 39.020222], [-77.360754, 39.025508], [-77.363432, 39.02518], [-77.361363, 39.028497], [-77.360407, 39.030543], [-77.362585, 39.031395], [-77.365104, 39.034173], [-77.365028, 39.036218], [-77.361522, 39.036732], [-77.357466, 39.035911], [-77.358025, 39.033889], [-77.356297, 39.032572], [-77.354233, 39.034219], [-77.35204, 39.034075], [-77.340999, 39.045226], [-77.337669, 39.04835], [-77.334269, 39.052044], [-77.328281093199, 39.0577948715365], [-77.324206, 39.056508], [-77.314905, 39.052208], [-77.310705, 39.052008], [-77.301005, 39.049508], [-77.293105, 39.046508], [-77.2929560690926, 39.0464074904572], [-77.2827172827481, 39.0394976035047], [-77.274706, 39.034091], [-77.266004, 39.031909], [-77.255303, 39.030009], [-77.248403, 39.026909], [-77.2483830315804, 39.0268923596504], [-77.246003, 39.024909], [-77.244603, 39.020109], [-77.246903, 39.014809], [-77.251803, 39.011409], [-77.255703, 39.002409], [-77.253003, 38.995709], [-77.249203, 38.993709], [-77.248303, 38.992309], [-77.246172, 38.985749], [-77.244621, 38.982535], [-77.241081, 38.981206], [-77.234803, 38.97631], [-77.23506, 38.974903], [-77.237117, 38.974464], [-77.239062, 38.976509], [-77.243557, 38.977116], [-77.246031, 38.975802], [-77.248946, 38.978524], [-77.253294, 38.977941], [-77.255273, 38.980722], [-77.256973, 38.98164], [-77.257269, 38.978664], [-77.254953, 38.975139], [-77.253308, 38.973593], [-77.253637, 38.972649], [-77.252329, 38.970131], [-77.254424, 38.969445], [-77.25345, 38.966848], [-77.258713, 38.965247], [-77.260678, 38.961489], [-77.26084, 38.958444], [-77.261808, 38.956034], [-77.264362, 38.951351], [-77.272498, 38.956552], [-77.283791, 38.964575], [-77.287799, 38.966075], [-77.293592, 38.968247], [-77.303757, 38.974018], [-77.304964, 38.974565], [-77.313048, 38.976938], [-77.315141, 38.977778], [-77.318624, 38.979891], [-77.324082, 38.986379], [-77.327936, 38.988718], [-77.326771, 38.990259], [-77.325085, 38.989484], [-77.324071, 38.993064], [-77.325111, 38.993371], [-77.327269, 38.993919], [-77.327421, 38.99283], [-77.329359, 38.992826], [-77.329357, 38.989546], [-77.341465, 38.998325], [-77.343785, 38.999906], [-77.367748, 39.012819], [-77.371303, 39.014584]]]}}, {"type": "Feature", "properties": {"zipCode": "20003", "country": "US", "city": "Washington", "county": "District of columbia", "state": "DC"}, "geometry": {"type": "Polygon", "coordinates": [[[-77.01065, 38.872034], [-77.009085, 38.872032], [-77.009112, 38.881548], [-77.009109, 38.882079], [-77.009061, 38.885065], [-77.009065, 38.887588], [-77.005897, 38.887612], [-77.005892, 38.886039], [-77.003514, 38.886039], [-77.003519, 38.887614], [-77.00352, 38.889151], [-77.003515, 38.889808], [-77.00204, 38.889808], [-77.002043, 38.890936], [-77.000579, 38.890937], [-77.000579, 38.889808], [-76.992643, 38.889803], [-76.991544, 38.889226], [-76.988316, 38.889243], [-76.988308, 38.890191], [-76.985625, 38.889802], [-76.980764, 38.8898], [-76.980762, 38.89201], [-76.977257, 38.892004], [-76.977257, 38.889798], [-76.963367, 38.889867], [-76.966789, 38.885235], [-76.969604, 38.882659], [-76.973299, 38.87839], [-76.978031, 38.876881], [-76.983957, 38.874928], [-76.990102, 38.871349], [-76.99246, 38.870129], [-76.995482, 38.870073], [-77.003415, 38.870878], [-77.005457, 38.868707], [-77.007418, 38.869505], [-77.0082, 38.869913], [-77.008878, 38.870804], [-77.009161, 38.870694], [-77.009057, 38.87008], [-77.00907, 38.867284], [-77.010125, 38.867284], [-77.010691, 38.868243], [-77.01065, 38.872034]]]}}, {"type": "Feature", "properties": {"zipCode": "20019", "country": "US", "city": "Washington", "county": "District of columbia", "state": "DC"}, "geometry": {"type": "Polygon", "coordinates": [[[-76.973299, 38.87839], [-76.969604, 38.882659], [-76.966789, 38.885235], [-76.963367, 38.889867], [-76.961862, 38.8953], [-76.962218, 38.899497], [-76.959386, 38.90339], [-76.957969, 38.906154], [-76.954459, 38.91096], [-76.953573, 38.914382], [-76.951997, 38.914904], [-76.945951, 38.915252], [-76.943858, 38.916871], [-76.942932, 38.917401], [-76.9419210679896, 38.9185864994984], [-76.9419204562069, 38.9185860266153], [-76.9395241254537, 38.9167337605711], [-76.935096, 38.913311], [-76.9317916687829, 38.9106754805409], [-76.909395, 38.892812], [-76.910795, 38.891712], [-76.919295, 38.885112], [-76.920195, 38.884412], [-76.9394901437423, 38.8693034334956], [-76.9400122493246, 38.8688946121353], [-76.94868, 38.872875], [-76.948578, 38.871929], [-76.951454, 38.872654], [-76.956843, 38.87262], [-76.96018, 38.874586], [-76.96477, 38.874192], [-76.964768, 38.872935], [-76.966422, 38.872933], [-76.96642, 38.874611], [-76.967775, 38.874941], [-76.96932, 38.874162], [-76.970769, 38.874929], [-76.972917, 38.874582], [-76.978031, 38.876881], [-76.973299, 38.87839]]]}}, {"type": "Feature", "properties": {"zipCode": "20015", "country": "US", "city": "Washington", "county": "District of columbia", "state": "DC"}, "geometry": {"type": "Polygon", "coordinates": [[[-77.0907389871449, 38.9570950640482], [-77.054299, 38.98511], [-77.0522200614323, 38.986673111705], [-77.0516625043103, 38.9870923275862], [-77.045758, 38.984151], [-77.042382, 38.983852], [-77.040146, 38.982504], [-77.040779, 38.980876], [-77.042302, 38.980181], [-77.043529, 38.9808], [-77.044735, 38.979925], [-77.043956, 38.97827], [-77.040153, 38.976399], [-77.039561, 38.974222], [-77.040156, 38.971857], [-77.041969, 38.97101], [-77.044654, 38.970768], [-77.04523, 38.969024], [-77.046714, 38.967749], [-77.047631, 38.964767], [-77.046275, 38.963104], [-77.043521, 38.961365], [-77.040634, 38.959686], [-77.042229, 38.958067], [-77.042394, 38.954537], [-77.044564, 38.952606], [-77.045253, 38.951012], [-77.047152, 38.949707], [-77.047073, 38.948299], [-77.044194, 38.947855], [-77.046147, 38.945507], [-77.047684, 38.945771], [-77.04994, 38.944295], [-77.05135, 38.945849], [-77.051861, 38.949199], [-77.053211, 38.951641], [-77.054634, 38.952002], [-77.057355, 38.954348], [-77.058155, 38.95687], [-77.059144, 38.95752], [-77.066037, 38.958618], [-77.068234, 38.956729], [-77.0693, 38.957339], [-77.068463, 38.958312], [-77.070184, 38.95838], [-77.071671, 38.956558], [-77.074107, 38.956589], [-77.074592, 38.957021], [-77.086175, 38.957056], [-77.090139, 38.956448], [-77.0907389871449, 38.9570950640482]]]}}, {"type": "Feature", "properties": {"zipCode": "20854", "country": "US", "city": "Potomac", "county": "Montgomery", "state": "MD"}, "geometry": {"type": "Polygon", "coordinates": [[[-77.313219, 39.07804], [-77.313949, 39.081256], [-77.306884, 39.083393], [-77.305938, 39.084007], [-77.303199, 39.087471], [-77.302569, 39.087556], [-77.295974, 39.083957], [-77.293052, 39.080574], [-77.289924, 39.077701], [-77.28749, 39.074222], [-77.287346, 39.073552], [-77.287744, 39.072294], [-77.285255, 39.063697], [-77.282135, 39.063537], [-77.276969, 39.067615], [-77.281089, 39.071002], [-77.278488, 39.070476], [-77.263531, 39.068946], [-77.260742, 39.07164], [-77.259002, 39.075519], [-77.256909, 39.074255], [-77.252253, 39.074792], [-77.248276, 39.072223], [-77.245918, 39.074092], [-77.242958, 39.074661], [-77.240692, 39.077037], [-77.238555, 39.074714], [-77.232185, 39.0699], [-77.227729, 39.067729], [-77.21865, 39.080936], [-77.217155, 39.082332], [-77.214591, 39.080532], [-77.212753, 39.080001], [-77.213279, 39.077213], [-77.214622, 39.073585], [-77.212135, 39.070739], [-77.212486, 39.069858], [-77.210815, 39.068008], [-77.209274, 39.065139], [-77.208696, 39.060931], [-77.204605, 39.059481], [-77.198668, 39.058376], [-77.197174, 39.060787], [-77.195175, 39.061653], [-77.194091, 39.064788], [-77.192626, 39.066017], [-77.190345, 39.066608], [-77.190269, 39.067325], [-77.187675, 39.068515], [-77.183952, 39.072219], [-77.183876, 39.073028], [-77.181785, 39.072635], [-77.182205, 39.073612], [-77.178642, 39.074657], [-77.17514, 39.076194], [-77.171798, 39.080373], [-77.171424, 39.079105], [-77.169418, 39.07714], [-77.1683, 39.077577], [-77.166939, 39.076146], [-77.161264, 39.071605], [-77.15959, 39.069996], [-77.157512, 39.067032], [-77.15647, 39.06476], [-77.154501, 39.056313], [-77.152908, 39.052097], [-77.150682, 39.047212], [-77.14579, 39.037846], [-77.149681, 39.036708], [-77.15438, 39.03733], [-77.153182, 39.035476], [-77.155395, 39.034713], [-77.156784, 39.033187], [-77.156417, 39.03178], [-77.156967, 39.029582], [-77.156777, 39.026525], [-77.15837, 39.025665], [-77.160766, 39.026103], [-77.16127, 39.023525], [-77.162368, 39.022792], [-77.164303, 39.017233], [-77.167973, 39.015997], [-77.171119, 39.016014], [-77.169647, 39.013385], [-77.167869, 39.012977], [-77.166717, 39.011703], [-77.167259, 39.009693], [-77.170425, 39.009048], [-77.174006, 39.00707], [-77.176284, 39.005111], [-77.179386, 39.00383], [-77.180784, 39.002134], [-77.187275, 38.99898], [-77.188772, 38.997724], [-77.185952, 38.995262], [-77.187527, 38.99447], [-77.186732, 38.993831], [-77.189247, 38.992877], [-77.190803, 38.988735], [-77.193458, 38.98777], [-77.193362, 38.986502], [-77.194809, 38.986804], [-77.195312, 38.985661], [-77.199082, 38.986635], [-77.198966, 38.984714], [-77.201133, 38.983146], [-77.202298, 38.984279], [-77.201706, 38.981871], [-77.205269, 38.978427], [-77.206656, 38.97857], [-77.200047, 38.975032], [-77.195991, 38.972437], [-77.198305, 38.973011], [-77.196741, 38.971889], [-77.19318, 38.971106], [-77.182237, 38.972243], [-77.178953, 38.97229], [-77.180215, 38.969418], [-77.1798557763067, 38.9684415565443], [-77.181926066074, 38.9686840010716], [-77.183002, 38.96881], [-77.188302, 38.96751], [-77.197502, 38.96681], [-77.202502, 38.96791], [-77.203602, 38.96891], [-77.209302, 38.97041], [-77.211502, 38.96941], [-77.221502, 38.97131], [-77.224969, 38.973349], [-77.228395, 38.978404], [-77.229992, 38.979858], [-77.231601, 38.979917], [-77.232268, 38.979502], [-77.234803, 38.97631], [-77.241081, 38.981206], [-77.244621, 38.982535], [-77.246172, 38.985749], [-77.248303, 38.992309], [-77.249203, 38.993709], [-77.253003, 38.995709], [-77.255703, 39.002409], [-77.251803, 39.011409], [-77.246903, 39.014809], [-77.244603, 39.020109], [-77.246003, 39.024909], [-77.2483830315804, 39.0268923596504], [-77.248403, 39.026909], [-77.255303, 39.030009], [-77.266004, 39.031909], [-77.274706, 39.034091], [-77.2827172827481, 39.0394976035047], [-77.2929560690926, 39.0464074904572], [-77.293972, 39.048537], [-77.296526, 39.05002], [-77.296508, 39.05097], [-77.298706, 39.054187], [-77.294815, 39.052589], [-77.295351, 39.055454], [-77.294342, 39.057147], [-77.294784, 39.057621], [-77.294418, 39.059692], [-77.294708, 39.06052], [-77.294281, 39.062122], [-77.29467, 39.062782], [-77.294692, 39.063404], [-77.297164, 39.063228], [-77.303718, 39.065765], [-77.306221, 39.067485], [-77.310493, 39.071781], [-77.312507, 39.072399], [-77.316703, 39.071971], [-77.313219, 39.07804]]]}}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"zipCode": {"type": "string"}, "country": {"type": "string"}, "city": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}}, "required": ["city", "country", "county", "state", "zipCode"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["coordinates", "type"]}}, "required": ["geometry", "properties", "type"]}}}, "required": ["features", "type"]} |
5558a1a3e4b095ed24ae355a/9e1dc976-2544-4a0c-8810-1663e3d1bacc/0/0 | boundaries-io | US Zipcode, County, City, and State Boundaries API:
A simple & very fast API that will allow you to integrate multiple GeoJson US boundaries results 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.8 | (MEGA PLAN ONLY)Query for DMA Region Names by State | MEGA Subscription required
Query for DMA Region Names by State | 200 | Response | ["BURLINGTON-PLATTSBURGH", "ALBANY-SCHENECTADY-TROY", "BUFFALO", "BINGHAMTON", "ELMIRA (CORNING)", "NEW YORK", "ROCHESTER, NY", "SYRACUSE", "WATERTOWN", "UTICA"] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "string"}} |
5558a1a3e4b095ed24ae355a/5f1705dd-6638-4770-ba1f-e543616baec7/0/0 | boundaries-io | US Zipcode, County, City, and State Boundaries API:
A simple & very fast API that will allow you to integrate multiple GeoJson US boundaries results 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.8 | Query for H3 Hexagon by H3 Index(hex) | Query for Hexagon by H3 Index(hex) | 200 | Response | {"type": "FeatureCollection", "features": [{"type": "Feature", "properties": {"zipcodes-within-count": 1, "zipcodes-within": "[60189]", "h3-index": "8a27592e869ffff", "resolution": 10}, "geometry": {"type": "Polygon", "coordinates": [[[-88.11002691502395, 41.81716376081986], [-88.11088481604847, 41.81690277031098], [-88.11097032902904, 41.81623879474455], [-88.11019796451173, 41.815835810652466], [-88.10934007789936, 41.816096791742616], [-88.10925454139226, 41.816760766343414], [-88.11002691502395, 41.81716376081986]]]}}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"zipcodes-within-count": {"type": "integer"}, "zipcodes-within": {"type": "string"}, "h3-index": {"type": "string"}, "resolution": {"type": "integer"}}, "required": ["h3-index", "resolution", "zipcodes-within", "zipcodes-within-count"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["coordinates", "type"]}}, "required": ["geometry", "properties", "type"]}}}, "required": ["features", "type"]} |
5558a1a3e4b095ed24ae355a/d6017763-c419-4c5c-9195-9b0a646e5909/0/0 | boundaries-io | US Zipcode, County, City, and State Boundaries API:
A simple & very fast API that will allow you to integrate multiple GeoJson US boundaries results 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.8 | Query for H3 Hexagon by Location | Query for H3 Hexagon by Location | 200 | Response | {"type": "FeatureCollection", "features": [{"type": "Feature", "properties": {"zipcodes-within-count": 1, "zipcodes-within": "[60189]", "resolution": 10, "h3-index": "8a27592e869ffff"}, "geometry": {"type": "Polygon", "coordinates": [[[-88.11002691502395, 41.81716376081986], [-88.11088481604847, 41.81690277031098], [-88.11097032902904, 41.81623879474455], [-88.11019796451173, 41.815835810652466], [-88.10934007789936, 41.816096791742616], [-88.10925454139226, 41.816760766343414], [-88.11002691502395, 41.81716376081986]]]}}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"zipcodes-within-count": {"type": "integer"}, "zipcodes-within": {"type": "string"}, "resolution": {"type": "integer"}, "h3-index": {"type": "string"}}, "required": ["h3-index", "resolution", "zipcodes-within", "zipcodes-within-count"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["coordinates", "type"]}}, "required": ["geometry", "properties", "type"]}}}, "required": ["features", "type"]} |
5558a1a3e4b095ed24ae355a/b22e96f2-3655-4af8-a829-fbd991400b33/0/0 | boundaries-io | US Zipcode, County, City, and State Boundaries API:
A simple & very fast API that will allow you to integrate multiple GeoJson US boundaries results 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.8 | Query by Location for Place boundaries | Query by Location for Place/City boundaries.
Incorporated and unincorporated Places.
This is from the US Census Places shapefiles. | 200 | Response | {"type": "FeatureCollection", "features": []} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array"}}, "required": ["features", "type"]} |
5558a1a3e4b095ed24ae355a/2aa5694a-3f7d-40d7-93e2-948e42251055/0/0 | boundaries-io | US Zipcode, County, City, and State Boundaries API:
A simple & very fast API that will allow you to integrate multiple GeoJson US boundaries results 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.8 | Query for Place Names by State | Query for Place Names by State | 200 | Response | {"names": ["abingdon", "accomac", "achilles", "adwolf", "afton", "alberta", "aldie", "alexandria", "allisonia", "altavista", "alton", "amelia court house", "amherst", "amissville", "ammon", "amonate", "andover", "annandale", "appalachia", "apple mountain lake", "appomattox", "aquia harbour", "ararat", "arcola", "ark", "arlington", "aroda", "arrington", "arvonia", "ashburn", "ashland", "assawoman", "atkins", "atlantic", "augusta springs", "austinville", "axton", "aylett", "bacova", "bailey's crossroads", "banco", "bandy", "barboursville", "barhamsville", "barren springs", "baskerville", "bassett", "bastian", "basye", "batesville", "battery park", "bayside", "bealeton", "beaumont", "beaverdam", "bedford", "bee", "bellamy", "belle haven", "bellwood", "belmont", "belmont estates", "belspring", "belview", "ben hur", "bena", "benns church", "bensley", "bent mountain", "bentonville", "bergton", "berryville", "bethel manor", "big island", "big rock", "big stone gap", "birchleaf", "birdsnest", "bishop", "blacksburg", "blackstone", "blackwater", "blairs", "bland", "bloxom", "blue grass", "blue ridge", "blue ridge shores", "bluefield", "bluemont", "bobtown", "bohannon", "boissevain", "bon air", "boones mill", "boston", "boswell's corner", "bowling green", "boyce", "boydton", "boykins", "bracey", "brambleton", "branchville", "brandermill", "brandy station", "breaks", "bremo bluff", "bridgewater", "brightwood", "bristol", "bristow", "broad run", "broadford", "broadlands", "broadway", "brodnax", "brooke", "brookneal", "brownsburg", "brucetown", "bruington", "buchanan", "buckhall", "buckingham", "buckingham courthouse", "buena vista", "buffalo junction", "bull run", "bull run mountain estates", "bumpass", "burgess", "burke", "burke centre", "burkes garden", "burkeville", "burr hill", "callaghan", "callands", "callao", "callaway", "calverton", "camptown", "cana", "cape charles", "capeville", "capron", "captains cove", "cardinal", "caret", "carrollton", "carrsville", "carson", "cartersville", "casanova", "cascade", "cascades", "castleton", "castlewood", "catawba", "catharpin", "catlett", "cats bridge", "cave spring", "cedar bluff", "center cross", "central garage", "centreville", "ceres", "chamberlayne", "champlain", "chantilly", "charles city", "charlotte court house", "charlottesville", "chase city", "chase crossing", "chatham", "chatmoss", "check", "cheriton", "cherry hill", "chesapeake", "chester", "chester gap", "chesterfield", "chilhowie", "chincoteague", "chincoteague island", "christchurch", "christiansburg", "church road", "church view", "churchville", "claremont", "clarksville", "claudville", "claypool hill", "clear brook", "cleveland", "clifford", "clifton", "clifton forge", "clinchco", "clinchport", "clintwood", "clover", "cloverdale", "cluster springs", "cobbs creek", "coeburn", "coleman falls", "coles point", "collinsville", "colonial beach", "colonial heights", "columbia", "concord", "copper hill", "corbin", "countryside", "county center", "courtland", "covesville", "covington", "craddockville", "craigsville", "crewe", "criders", "crimora", "cripple creek", "critz", "crockett", "cross junction", "crosspointe", "crozet", "crozier", "crystal hill", "cullen", "culpeper", "cumberland", "dahlgren", "dahlgren center", "dale city", "daleville", "damascus", "dante", "danville", "davenport", "davis wharf", "dayton", "deep creek", "deerfield", "delaplane", "deltaville", "dendron", "dewitt", "diggs", "dillwyn", "dinwiddie", "disputanta", "doe hill", "dogue", "dolphin", "dooms", "doran", "doswell", "drakes branch", "dranesville", "draper", "drewryville", "dry fork", "dryden", "dublin", "duffield", "dugspur", "dulles", "dulles town center", "dumbarton", "dumfries", "dundas", "dungannon", "dunn loring", "dunnsville", "dutton", "dyke", "eagle rock", "earlysville", "east highland park", "east lexington", "east stone gap", "eastville", "ebony", "edinburg", "edwardsville", "eggleston", "elberon", "elk creek", "elkton", "elkwood", "elliston", "emory", "emporia", "enon", "esmont", "etlan", "ettrick", "evergreen", "evington", "ewing", "exmore", "faber", "fair lakes", "fair oaks", "fairfax", "fairfax station", "fairfield", "fairlawn", "fairview", "fairview beach", "falls church", "falls mills", "falmouth", "fancy gap", "farmville", "farnham", "ferrum", "fieldale", "fife", "fincastle", "fishers hill", "fishersville", "flint hill", "floris", "floyd", "ford", "forest", "fork union", "fort belvoir", "fort blackmore", "fort chiswell", "fort defiance", "fort eustis", "fort hunt", "fort lee", "fort mitchell", "fort monroe", "fort myer", "fort valley", "foster", "franconia", "franklin", "franklin farm", "franktown", "fredericksburg", "free union", "freeman", "fries", "front royal", "fulks run", "gainesville", "galax", "gargatha", "garrisonville", "gasburg", "gate city", "george mason", "glade hill", "glade spring", "gladstone", "gladys", "glasgow", "glen allen", "glen lyn", "glen wilton", "glenvar", "gloucester", "gloucester courthouse", "gloucester point", "goldbond", "goldvein", "goochland", "goode", "goodview", "gordonsville", "gore", "goshen", "gratton", "graves mill", "great falls", "green bay", "greenbackville", "greenbriar", "greenbush", "greenville", "greenway", "greenwood", "gretna", "grimstead", "grottoes", "groveton", "grundy", "gum spring", "gwynn", "hacksneck", "hadensville", "hague", "halifax", "hallieford", "hallwood", "hamilton", "hampden sydney", "hampden-sydney", "hampton", "hanover", "harborton", "hardy", "hardyville", "harman", "harrisonburg", "harriston", "hartfield", "hartwood", "hayes", "hayfield", "haymarket", "haynesville", "haysi", "haywood", "head waters", "heathsville", "henrico", "henry", "henry fork", "herndon", "highland springs", "hillsboro", "hillsville", "hiltons", "hinton", "hiwassee", "hollins", "hollymead", "honaker", "hood", "hopewell", "horntown", "horse pasture", "horsepen", "hot springs", "howardsville", "huddleston", "hudgins", "hume", "huntington", "huntly", "hurley", "hurt", "hustle", "hybla valley", "idylwood", "independence", "independent hill", "indian valley", "innsbrook", "iron gate", "irvington", "isle of wight", "ivanhoe", "ivor", "ivy", "jamaica", "jamestown", "jamesville", "jarratt", "java", "jeffersonton", "jenkins bridge", "jersey", "jetersville", "jewell ridge", "jolivue", "jonesville", "keeling", "keen mountain", "keene", "keezletown", "keller", "kenbridge", "kents store", "keokee", "keswick", "keysville", "kilmarnock", "king and queen court house", "king george", "king william", "kings park", "kings park west", "kingstowne", "kinsale", "la crosse", "lacey spring", "lackey", "ladysmith", "lafayette", "lake barcroft", "lake caroline", "lake holiday", "lake land'or", "lake monticello", "lake of the woods", "lake ridge", "lake wilderness", "lakeside", "lambsburg", "lancaster", "laneview", "lanexa", "lansdowne", "laurel", "laurel fork", "laurel hill", "laurel park", "lawrenceville", "laymantown", "lebanon", "lee mont", "leesburg", "leon", "lexington", "lightfoot", "lignum", "lincoln", "lincolnia", "linden", "linton hall", "linville", "little plymouth", "lively", "loch lomond", "locust dale", "locust grove", "locust hill", "locustville", "long branch", "long island", "loretto", "lorton", "lottsburg", "loudoun valley estates", "louisa", "lovettsville", "lovingston", "low moor", "lowes island", "lowry", "lunenburg", "luray", "lynch station", "lynchburg", "lyndhurst", "machipongo", "macon", "madison", "madison heights", "madison mills", "maidens", "makemie park", "manakin sabot", "manassas", "manassas park", "manchester", "mannboro", "manquin", "mantua", "mappsburg", "mappsville", "marion", "marionville", "markham", "marshall", "martinsville", "marumsco", "maryus", "mascot", "mason neck", "massanetta springs", "massanutten", "massies mill", "mathews", "matoaca", "mattaponi", "maurertown", "mavisdale", "max meadows", "maxie", "mc clure", "mc coy", "mc dowell", "mc gaheysville", "mc kenney", "mc lean", "mckenney", "mclean", "mcmullin", "mcnair", "meadow view", "meadowbrook", "meadows of dan", "meadowview", "mears", "mechanicsville", "meherrin", "melfa", "mendota", "meredithville", "merrifield", "merrimac", "merry point", "metompkin", "middlebrook", "middleburg", "middletown", "midland", "midlothian", "milford", "millboro", "millers tavern", "millwood", "mineral", "mint spring", "mitchells", "modest town", "mollusk", "moneta", "monroe", "montclair", "montebello", "monterey", "montpelier", "montpelier station", "montrose", "montross", "montvale", "moon", "moorefield station", "morattico", "moseley", "motley", "mount crawford", "mount hermon", "mount holly", "mount jackson", "mount sidney", "mount solon", "mount vernon", "mountain road", "mouth of wilson", "mustoe", "narrows", "naruna", "nassawadox", "nathalie", "natural bridge", "natural bridge station", "neabsco", "nellysford", "nelson", "nelsonia", "new baltimore", "new canton", "new castle", "new church", "new hope", "new kent", "new market", "new point", "new river", "newbern", "newington", "newington forest", "newport", "newport news", "newsoms", "newtown", "nickelsville", "ninde", "nokesville", "nora", "norfolk", "norge", "north", "north garden", "north shore", "north springfield", "north tazewell", "norton", "norwood", "nottoway", "nottoway court house", "nuttsville", "oak grove", "oak hall", "oak level", "oakpark", "oakton", "oakwood", "occoquan", "oilville", "oldhams", "onancock", "onemo", "onley", "opal", "ophelia", "orange", "ordinary", "oriskany", "orkney springs", "orlean", "oyster", "paeonian springs", "paint bank", "painter", "palmyra", "pamplin", "pamplin city", "pantops", "paris", "parksley", "parrott", "partlow", "passapatanzy", "pastoria", "patrick springs", "pearisburg", "pembroke", "penhook", "penn laird", "pennington gap", "petersburg", "phenix", "philomont", "pilgrims knob", "pilot", "pimmit hills", "piney mountain", "piney river", "pittsville", "pleasant valley", "plum creek", "pocahontas", "poquoson", "port haywood", "port republic", "port royal", "portsmouth", "potomac mills", "pound", "pounding mill", "powhatan", "pratts", "prices fork", "prince george", "prospect", "providence forge", "pulaski", "pungoteague", "purcellville", "quantico", "quantico base", "quicksburg", "quinby", "quinque", "quinton", "radford", "radiant", "randolph", "raphine", "rapidan", "rappahannock academy", "raven", "ravensworth", "rawlings", "rectortown", "red ash", "red house", "red oak", "redwood", "reedville", "remington", "republican grove", "rescue", "reston", "reva", "rhoadesville", "rice", "rich creek", "richardsville", "richlands", "richmond", "ridgeway", "rileyville", "riner", "ringgold", "ripplemead", "rivanna", "riverdale", "riverview", "rixeyville", "roanoke", "rochelle", "rockbridge baths", "rockville", "rockwood", "rocky gap", "rocky mount", "rollins fork", "rose hill", "rosedale", "roseland", "round hill", "rowe", "ruby", "ruckersville", "rural retreat", "rushmere", "rustburg", "ruther glen", "ruthville", "saint charles", "saint paul", "saint stephens church", "salem", "saltville", "saluda", "sandston", "sandy hook", "sandy level", "sandy point", "sanford", "savage town", "savageville", "saxe", "saxis", "schley", "schuyler", "scotland", "scottsburg", "scottsville", "seaford", "sealston", "seaview", "sedley", "selma", "seven corners", "seven mile ford", "severn", "shacklefords", "sharps", "shawneeland", "shawsville", "shenandoah", "shenandoah farms", "shenandoah retreat", "shenandoah shores", "sherando", "shipman", "short pump", "shortt gap", "singers glen", "skippers", "skipwith", "skyland estates", "smithfield", "snowville", "somerset", "somerville", "south boston", "south hill", "south riding", "south run", "southampton meadows", "southern gateway", "southside chesconessex", "sparta", "speedwell", "spencer", "sperryville", "spotsylvania", "spotsylvania courthouse", "spout spring", "spring grove", "springfield", "springville", "st. charles", "st. paul", "stafford", "stafford courthouse", "staffordsville", "stanardsville", "stanley", "stanleytown", "star tannery", "state farm", "staunton", "steeles tavern", "stephens city", "stephenson", "sterling", "stevensburg", "stevensville", "stone ridge", "stonega", "stony creek", "strasburg", "stratford", "stuart", "stuarts draft", "studley", "sudley", "suffolk", "sugar grove", "sugarland run", "sumerduck", "surry", "susan", "sussex", "sutherland", "sutherlin", "sweet briar", "swoope", "swords creek", "syria", "tangier", "tannersville", "tappahannock", "tasley", "tazewell", "temperanceville", "templeton", "thaxton", "the plains", "thornburg", "thynedale", "timberlake", "timberville", "toano", "toms brook", "topping", "townsend", "trammel", "trevilians", "triangle", "troutdale", "troutville", "troy", "tuckahoe", "twin lakes", "tyro", "tysons", "union hall", "union level", "unionville", "university center", "university of virginia", "upperville", "urbanna", "valentines", "vansant", "vernon hill", "verona", "vesta", "vesuvius", "victoria", "vienna", "viewtown", "villa heights", "village", "villamont", "vinton", "virgilina", "virginia beach", "virginia state university", "volney", "wachapreague", "wake", "wakefield", "walkerton", "wallops island", "wardtown", "ware neck", "warfield", "warm springs", "warrenton", "warsaw", "washington", "water view", "waterford", "wattsville", "waverly", "waynesboro", "weber city", "weems", "west augusta", "west falls church", "west mclean", "west point", "west springfield", "westlake corner", "weyers cave", "white hall", "white marsh", "white plains", "white post", "white stone", "whitesville", "whitetop", "whitewood", "wicomico", "wicomico church", "williamsburg", "williamsville", "willis", "willis wharf", "wilsons", "winchester", "windsor", "wingina", "wintergreen", "wirtz", "wise", "withams", "wolf trap", "wolford", "wolftown", "woodberry forest", "woodbridge", "woodburn", "woodford", "woodlake", "woodlawn", "woods cross roads", "woodstock", "woodville", "woolwine", "wylliesburg", "wyndham", "wytheville", "yale", "yogaville", "yorkshire", "yorktown", "zacata", "zanoni", "zuni"], "count": 1057, "state": "va"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"names": {"type": "array", "items": {"type": "string"}}, "count": {"type": "integer"}, "state": {"type": "string"}}, "required": ["count", "names", "state"]} |
5558a1a3e4b095ed24ae355a/4c9fc941-f771-4e9e-951d-2bd0b7848656/0/0 | boundaries-io | US Zipcode, County, City, and State Boundaries API:
A simple & very fast API that will allow you to integrate multiple GeoJson US boundaries results 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.8 | Query by Location for Neighborhood boundaries | Query by Location for Neighborhood | 200 | Example_1 | {"type": "FeatureCollection", "features": [{"type": "Feature", "properties": {"city": "Little Rock", "county": "Pulaski", "name": "Westwood/pecan Lake", "state": "AR"}, "geometry": {"type": "Polygon", "coordinates": [[[-92.4071073516251, 34.6743096709548], [-92.4070392518914, 34.6743539153208], [-92.4069209197598, 34.6744310173129], [-92.4068151503331, 34.6744996657707], [-92.4056333494549, 34.6746788377733], [-92.4039809901409, 34.675261986054], [-92.4012594315981, 34.6764283571977], [-92.39873232223, 34.6778863260011], [-92.3960108221725, 34.679441517335], [-92.3940668612641, 34.6805106657692], [-92.3912481308065, 34.6814826462235], [-92.3884294119743, 34.6827461774776], [-92.3854163105012, 34.6837181541759], [-92.3829709823035, 34.6843295055863], [-92.3828929001916, 34.6842910056531], [-92.3827578924284, 34.6842410055865], [-92.3826509119813, 34.6842220252423], [-92.382526919836, 34.6842170173303], [-92.3823199392558, 34.684203005729], [-92.3821629002569, 34.6841990251544], [-92.3820059197432, 34.6841760057503], [-92.3818949120406, 34.6841460251697], [-92.381820919783, 34.6841160368983], [-92.3817709197164, 34.6840799861918], [-92.3817189002094, 34.6840350056627], [-92.3816439315878, 34.6839500056568], [-92.3815509003219, 34.6838430252098], [-92.3814559197263, 34.6837340251433], [-92.3813369510533, 34.6836320057485], [-92.3811889119876, 34.6835410057275], [-92.3810399393041, 34.6834750252349], [-92.380896919776, 34.6834300368362], [-92.3807399392624, 34.6834190251531], [-92.380603900227, 34.6834250251683], [-92.3804749393387, 34.6834529979339], [-92.3803389003034, 34.6834920369331], [-92.3802229197442, 34.6835370251529], [-92.3801279393274, 34.683593017365], [-92.3800289198507, 34.6836830369084], [-92.3799529119086, 34.6837520173192], [-92.3798999119238, 34.6838690252158], [-92.3798629394038, 34.6840140173247], [-92.379843912021, 34.6841520251848], [-92.3798299002409, 34.6842790056228], [-92.3798119119998, 34.6843480370069], [-92.3797769002562, 34.6844149977983], [-92.3797399314921, 34.6844760174176], [-92.3796789197424, 34.6845490252627], [-92.3796089119942, 34.6846140174082], [-92.3795069392803, 34.6847020252018], [-92.3794339314351, 34.6847450447756], [-92.3793459315111, 34.6847900251258], [-92.3792299003362, 34.6848170174138], [-92.3791069392842, 34.6848290174441], [-92.378991951007, 34.6848340251772], [-92.378895919823, 34.6848290174441], [-92.3787739002584, 34.6848120057458], [-92.3786719314793, 34.6847900251258], [-92.3785839315553, 34.6847620056793], [-92.3784679002015, 34.6846940057461], [-92.3783859392828, 34.6846380056644], [-92.3782979393588, 34.6845430252476], [-92.3781629315956, 34.6843760174633], [-92.3780619001903, 34.6841580173304], [-92.3780199120675, 34.6840580173761], [-92.3779719314415, 34.6839430251641], [-92.3779499002057, 34.6838239862015], [-92.3779369198767, 34.683733036975], [-92.3779439001906, 34.6836209861958], [-92.3779579119707, 34.6835290056972], [-92.3779829393686, 34.6834610055852], [-92.3780239511274, 34.6833920369788], [-92.3780708924329, 34.6833340251473], [-92.3781039315958, 34.6832810251625], [-92.3781149003539, 34.6832230056403], [-92.3779779314566, 34.6831170056709], [-92.3778479316054, 34.6830170057166], [-92.3777399198862, 34.6829379978562], [-92.377623939327, 34.6828820056441], [-92.3775009315941, 34.6828430174395], [-92.3773519120509, 34.6828210369983], [-92.3771949315372, 34.6828150369831], [-92.3769779197515, 34.6828319978868], [-92.3768009315563, 34.6828600252029], [-92.3766649393807, 34.6828930173272], [-92.3765489119617, 34.6829490174089], [-92.3764539197406, 34.6829999977743], [-92.376357900182, 34.6830529979378], [-92.3762789001913, 34.6831180448126], [-92.3762329314939, 34.683183036958], [-92.376204900243, 34.6832640055947], [-92.3761809119868, 34.6833630252503], [-92.3761669002067, 34.6834670056003], [-92.3761629198109, 34.6835780252862], [-92.376176931591, 34.6837080174466], [-92.3762139003552, 34.6838269861196], [-92.3762559392725, 34.6839490173096], [-92.3762739314483, 34.6840030056416], [-92.3762789001913, 34.684083044774], [-92.376264931515, 34.6841370252364], [-92.3762329314939, 34.6842130369345], [-92.3761719120535, 34.6842900251754], [-92.3760929120628, 34.6843510369251], [-92.3759999392822, 34.6844130368431], [-92.3758829315644, 34.6844619979468], [-92.3757339120211, 34.6845050252113], [-92.3755709314923, 34.6845389861877], [-92.3753799197127, 34.6845709978344], [-92.3751919198344, 34.6845850056797], [-92.3750129120197, 34.6845780251869], [-92.374868912014, 34.6845640173416], [-92.3747239197263, 34.68454204477], [-92.3746129120237, 34.6845290174023], [-92.3744309001773, 34.6844990251962], [-92.3743469314436, 34.6844940056587], [-92.374268900305, 34.6844990251962], [-92.3742039119155, 34.684520017469], [-92.3741458923932, 34.68454204477], [-92.3741069120582, 34.6845679979162], [-92.3740609392471, 34.6846160368487], [-92.3740289315352, 34.684670017311], [-92.3739959510365, 34.6847450447756], [-92.3739379315142, 34.6849370252285], [-92.3739059198676, 34.685059005624], [-92.3738729314992, 34.6851660368656], [-92.3738339001908, 34.6852460252036], [-92.3737759314631, 34.6853260174763], [-92.3737109393176, 34.6853900368348], [-92.373619931427, 34.6854430369984], [-92.3734969197594, 34.6854910174456], [-92.3733729315488, 34.6855069860673], [-92.3732569001951, 34.6855069860673], [-92.3731589198602, 34.6854970174608], [-92.3730679119696, 34.6854859979081], [-92.3730099003169, 34.6854650056352], [-92.3729579314255, 34.685427005599], [-92.3728929392801, 34.685331036835], [-92.3728609315682, 34.6852780368502], [-92.3727959392439, 34.6852410174704], [-92.3727439197368, 34.6852140251824], [-92.372672931511, 34.6852140251824], [-92.3726139315112, 34.6852190368504], [-92.3725429393506, 34.6852410174704], [-92.3724909198435, 34.6852620056296], [-92.3724449003515, 34.6852940174551], [-92.3723679119317, 34.6853630368561], [-92.3723089119319, 34.6854329979234], [-92.3722509002792, 34.6855069860673], [-92.3721659392635, 34.6855979978927], [-92.3720629510166, 34.6856730251784], [-92.3717059119302, 34.6858810368519], [-92.3715299002778, 34.6860039979039], [-92.3714529120369, 34.6860680056369], [-92.3713809315291, 34.6861479979096], [-92.371302912016, 34.6862539978791], [-92.3712509393686, 34.6863500174376], [-92.3712189393475, 34.686468005633], [-92.3711929314719, 34.6865480055964], [-92.3711799003483, 34.68660100576], [-92.3711799003483, 34.6866490370017], [-92.3711799003483, 34.6866970251397], [-92.3711929314719, 34.686777005608], [-92.3712059001755, 34.6868470251606], [-92.3712119001906, 34.6869480055925], [-92.3711929314719, 34.6870170369767], [-92.3711799003483, 34.6870650174239], [-92.3711539393325, 34.6871030251509], [-92.3711279314569, 34.687135025172], [-92.3710629393115, 34.6871990368398], [-92.3710239003123, 34.6872200369823], [-92.3709719315997, 34.6872410251415], [-92.3709139197682, 34.6872630057615], [-92.37069990021, 34.6872950056038], [-92.3703299510841, 34.6873369978403], [-92.3701029002234, 34.687364036988], [-92.3699269393656, 34.6874020368454], [-92.3698109119466, 34.6874339978764], [-92.3697648924547, 34.6874660055883], [-92.3697329392932, 34.6874920055943], [-92.3696939002941, 34.6875399978459], [-92.3696609119257, 34.6875779978822], [-92.3696219197863, 34.6876680252951], [-92.3695969002579, 34.6877540055998], [-92.3695899197651, 34.6878590252704], [-92.36958391975, 34.6879500252915], [-92.3695769392572, 34.6880350369228], [-92.3695639120684, 34.68808301737], [-92.3695189315393, 34.6881530251182], [-92.3694669120323, 34.6882010057443], [-92.369381900222, 34.6882700369496], [-92.3693058924587, 34.6883340056924], [-92.3692149392975, 34.6883929978227], [-92.3691369119148, 34.6884459978074], [-92.3690649392766, 34.6885100057193], [-92.3689939002562, 34.6885800252718], [-92.3689289002412, 34.6886760369608], [-92.3688769315287, 34.6887560369242], [-92.3688449315075, 34.688830025247], [-92.3687799314925, 34.688942017362], [-92.3687469509937, 34.6889740252528], [-92.3687079119946, 34.6890060368994], [-92.3686569198248, 34.6890120252891], [-92.3685919314353, 34.6890010173619], [-92.368506919804, 34.6889740252528], [-92.3684099197678, 34.6889320369511], [-92.3682929120501, 34.68890003693], [-92.3682219120199, 34.6888890252469], [-92.3681499393817, 34.6888890252469], [-92.3680729003462, 34.6889049978034], [-92.3680209314548, 34.6889320369511], [-92.3679559393094, 34.6889740252528], [-92.3679039198023, 34.6890380369206], [-92.3677609002742, 34.6892360252582], [-92.3677089315616, 34.6893049977994], [-92.3676699002532, 34.6893750057265], [-92.3676119315255, 34.6894759977839], [-92.3675599120184, 34.6895830252696], [-92.367507900202, 34.6896840057015], [-92.3674689119973, 34.6897370056862], [-92.3674299314834, 34.68978002526], [-92.3673589314533, 34.6898280173328], [-92.3672999314534, 34.68987599778], [-92.3671959003088, 34.6899240368913], [-92.367121911986, 34.6899300252809], [-92.3670599118891, 34.6899240368913], [-92.3669699393844, 34.6899040252749], [-92.3668699392512, 34.6898890251476], [-92.3667829198048, 34.6898860252295], [-92.3666679197232, 34.6898620369733], [-92.3665779001798, 34.6898360251629], [-92.3664849315128, 34.6898120369067], [-92.3663549509779, 34.6897710369523], [-92.3662109393467, 34.6897090368554], [-92.3660349314502, 34.689624025224], [-92.3658869002542, 34.6895740251574], [-92.3658119198282, 34.6895319860613], [-92.3657759315417, 34.6895000370135], [-92.3657219002848, 34.6894550056899], [-92.3655959393147, 34.6893900056749], [-92.3653439197201, 34.6892690173825], [-92.3652789315095, 34.689248017419], [-92.3651929394005, 34.6892360252582], [-92.3650959393643, 34.6892470369413], [-92.3650099002167, 34.6892720056752], [-92.3648939198364, 34.6893040173218], [-92.3647939197032, 34.6893609978812], [-92.3646609315594, 34.6894699979476], [-92.3645419002875, 34.6895970368708], [-92.3644699315841, 34.6897000369221], [-92.3643729315479, 34.6898830251325], [-92.3643119119287, 34.6899840057433], [-92.364221939245, 34.690102005743], [-92.3640319197474, 34.69045702521], [-92.3639849197778, 34.6905340173857], [-92.3639379119386, 34.6905690251946], [-92.3638659393004, 34.6905930173856], [-92.3636249392585, 34.6906280173249], [-92.3632759119371, 34.6906430174522], [-92.3629489197862, 34.6906789978691], [-92.3619379003328, 34.6909600252574], [-92.3618909001843, 34.6909830369708], [-92.3618049120101, 34.6910190252572], [-92.3617469001786, 34.6910540251965], [-92.3616929197163, 34.6911040252631], [-92.3616609120044, 34.6911520173358], [-92.3616429198285, 34.6911930174691], [-92.3615779198135, 34.6913679862239], [-92.3615588924307, 34.6915890368906], [-92.3615719197984, 34.6917990173889], [-92.361582939351, 34.6919080174554], [-92.3615919314148, 34.6919690252703], [-92.3616139120348, 34.6920230057326], [-92.3616489119741, 34.6920799861131], [-92.3616969002909, 34.6921380056354], [-92.3617499002756, 34.6922030056504], [-92.3618419392595, 34.6923230173999], [-92.3621759119032, 34.6927760173807], [-92.3622019197788, 34.692829997843], [-92.3622238925292, 34.6928769978126], [-92.3622719314617, 34.6930490251344], [-92.3622759120363, 34.6930960252829], [-92.3622679002714, 34.6931430252525], [-92.362252900323, 34.6931910173252], [-92.3622129314619, 34.6932490252219], [-92.362169911888, 34.693291997936], [-92.362127931456, 34.6933230251702], [-92.362083919779, 34.6933550251914], [-92.3619569314715, 34.6934299979266], [-92.3618959197219, 34.6934740056687], [-92.3618349002815, 34.6935280369256], [-92.3616989120407, 34.6936760251967], [-92.361313911993, 34.6943470174408], [-92.3611889315005, 34.6946980057175], [-92.3611739392428, 34.6948110369742], [-92.3612129315611, 34.6950920056984], [-92.361234900198, 34.6951380251904], [-92.3614729003217, 34.6953880251655], [-92.3614889315423, 34.6954309978796], [-92.3614749197622, 34.6954809979462], [-92.3613689197928, 34.6957260368691], [-92.3613539314699, 34.6958770173676], [-92.3613459120142, 34.6959210252886], [-92.361310911896, 34.6959450056753], [-92.3612719197566, 34.6959560252279], [-92.3610849001771, 34.6959399979421], [-92.3609919315101, 34.6959590251461], [-92.3609079119818, 34.6960090252127], [-92.3608779197757, 34.6960730368805], [-92.360866900223, 34.6961369979326], [-92.3611749197205, 34.6962440368649], [-92.3610439002226, 34.6964280057318], [-92.3609679393191, 34.6967340056098], [-92.360936911906, 34.6968180251381], [-92.3609019119667, 34.6968720056004], [-92.3608529510418, 34.6969340056973], [-92.3607999510571, 34.6969890253014], [-92.3607509314682, 34.6970430057637], [-92.3607159197245, 34.697101997894], [-92.3606889315502, 34.6971630173344], [-92.3606359315654, 34.6972950251794], [-92.3605829315807, 34.6974040173763], [-92.3605169002935, 34.6975090368681], [-92.360480912007, 34.6975570173153], [-92.3604409510155, 34.697597036971], [-92.3603949315235, 34.697625997905], [-92.3603378924789, 34.6976470368587], [-92.3602769315238, 34.697662036986], [-92.3601979197287, 34.6976729978745], [-92.3600659118837, 34.6976729978745], [-92.3599519003282, 34.6976650369041], [-92.3598819510653, 34.6976580056168], [-92.3598288924164, 34.6976440369406], [-92.3597679314613, 34.6976109979565], [-92.3597019001741, 34.6975860252879], [-92.3596309119483, 34.6975789979354], [-92.359556912, 34.6975900056837], [-92.3594689118972, 34.6976190174122], [-92.3594079003264, 34.6976220173303], [-92.3593329197216, 34.6976150370164], [-92.3592059314141, 34.697597036971], [-92.3591219118858, 34.6976010252363], [-92.3590519002029, 34.6976109979565], [-92.3589359198225, 34.6976729978745], [-92.3588189119259, 34.6976910447797], [-92.3586809003098, 34.6977690174331], [-92.3586219003099, 34.6978130174845], [-92.358590931561, 34.6978420252782], [-92.3585689003252, 34.6978819978953], [-92.3585649197506, 34.6979220173721], [-92.3585729393851, 34.6979540252628], [-92.3585729393851, 34.6979940447396], [-92.3585649197506, 34.698022997804], [-92.358515911966, 34.6980980252686], [-92.3584589315855, 34.6981780173624], [-92.3584549510109, 34.6982180370181], [-92.3584719002891, 34.6982570252227], [-92.3585059315551, 34.6983010252742], [-92.3582339001653, 34.6984130252588], [-92.3579928924327, 34.6985120368659], [-92.3577519392505, 34.6985969978816], [-92.3576309001636, 34.6986390369777], [-92.3575109393875, 34.6986819978874], [-92.3573808924977, 34.6987100252035], [-92.3572319314397, 34.6987210368866], [-92.3570829118965, 34.6987360370139], [-92.3569469197209, 34.6987360370139], [-92.3568149120547, 34.698731997954], [-92.3566699315714, 34.6987499978206], [-92.3565649119007, 34.6987999978872], [-92.3564069002937, 34.698843017461], [-92.3560729197805, 34.6989860369891], [-92.3558059120418, 34.6990920369585], [-92.3556509509687, 34.699149017339], [-92.3555389001896, 34.6991920369128], [-92.3554479509631, 34.6992439979347], [-92.3553519315834, 34.6993020174569], [-92.3553179003174, 34.6993340251688], [-92.3552119001691, 34.6993830368882], [-92.3550489198192, 34.6994460174626], [-92.3549169198437, 34.6994900173352], [-92.3546699119171, 34.699574044733], [-92.3544889393913, 34.6996520173864], [-92.3543169118906, 34.6997220251346], [-92.3541019197243, 34.6998500057241], [-92.3539159314169, 34.6999589979209], [-92.3536639120012, 34.7001059978448], [-92.3534969002821, 34.7002160368741], [-92.3533329392757, 34.7003420370133], [-92.3529579119482, 34.7006750368701], [-92.3528429120455, 34.7007610252232], [-92.3527109002657, 34.7008490251472], [-92.3524159197614, 34.7009940056305], [-92.352333911983, 34.7010460251376], [-92.3522639003, 34.7011110251526], [-92.352140939248, 34.7012810369688], [-92.3520259001763, 34.7014280368926], [-92.3518819509651, 34.7015730252456], [-92.3515539198513, 34.7018629862123], [-92.3508829197376, 34.7024830056029], [-92.3503179197722, 34.7030670368859], [-92.3494869510311, 34.703833997894], [-92.3491049392761, 34.7041980174731], [-92.3490089120269, 34.7042880370165], [-92.3489089118937, 34.7043620251605], [-92.3488159003017, 34.704425005735], [-92.3487169314407, 34.7044920173209], [-92.3485209119279, 34.7045970369916], [-92.3482129510946, 34.7048019979525], [-92.3480489314241, 34.7049000369515], [-92.3479139315305, 34.7050109977943], [-92.3477539510987, 34.7051530370237], [-92.3476299002893, 34.7052660174859], [-92.3474799002684, 34.705375005748], [-92.3473439120276, 34.7054650369169], [-92.3472069393744, 34.7055669978264], [-92.3470479392413, 34.7056759978929], [-92.3469549197798, 34.7057410447676], [-92.3468889510915, 34.7058020057228], [-92.3468409119802, 34.7058680370099], [-92.3468099392964, 34.7059330252206], [-92.3467749314876, 34.7060020056314], [-92.3467298924732, 34.7060640057282], [-92.3466689315181, 34.7061250174779], [-92.3465979393576, 34.7061830251958], [-92.3465009393214, 34.7062450252926], [-92.3464129315278, 34.7062920252622], [-92.3461839197118, 34.7064170057547], [-92.3458279197672, 34.7066480252068], [-92.3455009315511, 34.7068580057052], [-92.3452249197655, 34.7070270368649], [-92.3449109118785, 34.7071939979683], [-92.3443589392808, 34.7074920368759], [-92.3441859314813, 34.7075720252139], [-92.3441299313996, 34.7075940056551], [-92.3441788417087, 34.7073085759544], [-92.3442019002818, 34.7071740369676], [-92.3440009197167, 34.7070999978503], [-92.3439058806358, 34.7075691267059], [-92.3428788807564, 34.712638415859], [-92.3421635604426, 34.7174455951902], [-92.3487729824959, 34.717834364407], [-92.351407900405, 34.7180260245325], [-92.3520429120534, 34.7180400363125], [-92.352149939539, 34.7180330050252], [-92.3524479315869, 34.7179790245629], [-92.3528149394587, 34.7178949971651], [-92.353171919881, 34.7178140244147], [-92.3534789004155, 34.7177400362708], [-92.3535219199893, 34.7177300050653], [-92.3539959199337, 34.7176250361892], [-92.3542249317497, 34.7175479971537], [-92.354415931725, 34.7174530049326], [-92.3545259120902, 34.7173790167886], [-92.3547979395452, 34.7171780362236], [-92.3550939121526, 34.7170100361572], [-92.3553899316197, 34.7168900245866], [-92.355471939577, 34.7168510362031], [-92.3561179121139, 34.7165940049406], [-92.3581009122004, 34.7156179854265], [-92.3581719004262, 34.7155830362817], [-92.3587179200473, 34.7153140049889], [-92.3597319512232, 34.7148750244789], [-92.3601299315999, 34.7146909971268], [-92.3604889316416, 34.7145230049301], [-92.3605629199644, 34.7144909972182], [-92.3612409003919, 34.7141930049915], [-92.3623759121695, 34.7137050050714], [-92.3633299004479, 34.71333602444], [-92.364518951173, 34.7128740245259], [-92.3647339395834, 34.712794036188], [-92.364980951266, 34.7126880362185], [-92.3655349316787, 34.7124250049409], [-92.3658919121009, 34.7122290362226], [-92.3663479121787, 34.7119790362474], [-92.3667829199837, 34.7117500244314], [-92.3669379395421, 34.7116540050517], [-92.3672329200463, 34.7114869970886], [-92.3674168926691, 34.7113860050311], [-92.3676189121971, 34.7112689971345], [-92.3678788925832, 34.7111270167482], [-92.3681109003825, 34.7109990361587], [-92.3682119394786, 34.7109510049169], [-92.368370931742, 34.7108950050141], [-92.3684839122042, 34.710850024485], [-92.3687289005115, 34.7107730244397], [-92.3689799317588, 34.7107120166248], [-92.3693539317489, 34.710632024531], [-92.3696749199499, 34.7105940244947], [-92.3700329395139, 34.710583004942], [-92.3704299512173, 34.7105710049117], [-92.3711699199374, 34.710552036193], [-92.3716129395073, 34.7105370362446], [-92.3725559121678, 34.7105150166344], [-92.3732679122359, 34.7105030167829], [-92.3735509004006, 34.7104840362599], [-92.3737459394358, 34.710492004921], [-92.3744459004834, 34.710453997194], [-92.3748319394939, 34.7104150166801], [-92.3751638926971, 34.7103719854807], [-92.3754959004507, 34.710339004982], [-92.3766169004482, 34.710243036218], [-92.3772379004953, 34.7101790245502], [-92.377669912138, 34.7101360049764], [-92.3782529005234, 34.7100590167354], [-92.3783189316317, 34.7100490361456], [-92.3788549200474, 34.7099430361762], [-92.3800068925498, 34.7097069853822], [-92.3818199902788, 34.7095726338344], [-92.3830835723275, 34.7095726338344], [-92.3849303223309, 34.7102530166289], [-92.3859994628956, 34.7112249970831], [-92.387165880899, 34.7117109854322], [-92.3882350332681, 34.7121969737814], [-92.3901789902418, 34.7121969737814], [-92.393483701179, 34.712391364292], [-92.3961079824619, 34.7125857471119], [-92.3984407208144, 34.7125857471119], [-92.4003846817229, 34.7125857471119], [-92.4017326699822, 34.7127542352707], [-92.4019398222622, 34.7105446065979], [-92.4025230215164, 34.7051987470982], [-92.4037865919396, 34.6984921456182], [-92.4045641504049, 34.6925631065384], [-92.405059662193, 34.6901406768395], [-92.4051409200366, 34.6902260050425], [-92.405186931659, 34.6902510245708], [-92.4052279004928, 34.6902600245041], [-92.4052799121303, 34.690255016771], [-92.4053789199815, 34.6902370167256], [-92.4054909199661, 34.6902170167347], [-92.4055729200538, 34.6902220165983], [-92.4056429317368, 34.6902480244739], [-92.4056898270768, 34.6902827897567], [-92.4059850996496, 34.6873524737192], [-92.4061210410306, 34.6860583054902], [-92.4063591427435, 34.6837918252117], [-92.406683142667, 34.6797868252086], [-92.4068881504876, 34.677057915051], [-92.4070701113606, 34.6751788370082], [-92.4071073516251, 34.6743096709548]]]}}]} | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"city": {"type": "string"}, "county": {"type": "string"}, "name": {"type": "string"}, "state": {"type": "string"}}}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}}}}}} |
5558a1a3e4b095ed24ae355a/54b6c3be-1a49-4537-b32b-174dddf1215c/0/0 | boundaries-io | US Zipcode, County, City, and State Boundaries API:
A simple & very fast API that will allow you to integrate multiple GeoJson US boundaries results 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.8 | Query for Neighborhood by Name and State | Query for Neighborhood by Name and State | 200 | Response | {"type": "FeatureCollection", "features": [{"type": "Feature", "properties": {"city": "Arlington", "county": "Arlington", "name": "Rock Spring", "state": "VA"}, "geometry": {"type": "Polygon", "coordinates": [[[-77.152186905866, 38.909317019584], [-77.1518409058656, 38.9090450195837], [-77.1514599058652, 38.9087770195834], [-77.1509459058648, 38.9083790195832], [-77.1502619058642, 38.9078980195826], [-77.1499339058639, 38.9076470195824], [-77.1498689058638, 38.9075810195823], [-77.1498499058637, 38.9074900195823], [-77.1498629058638, 38.907207019582], [-77.1500189058639, 38.9068270195816], [-77.150028905864, 38.9065840195814], [-77.150111905864, 38.9062290195811], [-77.150121905864, 38.9061000195809], [-77.150140905864, 38.906034019581], [-77.1501539058641, 38.9059700195808], [-77.1501429058641, 38.9058960195808], [-77.1501499058641, 38.9058220195807], [-77.1501209058641, 38.9056440195805], [-77.1499809058639, 38.9053060195803], [-77.1499149058638, 38.9052090195801], [-77.149074905863, 38.9038320195789], [-77.1485889058626, 38.9032140195782], [-77.1483289058624, 38.9028150195779], [-77.1480338268449, 38.9026930444567], [-77.1477230479254, 38.9023942185725], [-77.1480457798803, 38.9021073457236], [-77.1476035175717, 38.9020475805468], [-77.1467070399191, 38.9020475805468], [-77.1460257169031, 38.9019280501932], [-77.1453682999578, 38.9019280501932], [-77.1454467633727, 38.9023354563857], [-77.1452368165687, 38.9025137489263], [-77.1452965817456, 38.902836480881], [-77.1449050878306, 38.9028495396013], [-77.1449134328417, 38.9026993294023], [-77.1446046674324, 38.9028662296235], [-77.1444878372776, 38.9027493994686], [-77.1443125920454, 38.9027577444796], [-77.1442875570123, 38.9024823591146], [-77.1437701663264, 38.9024823591146], [-77.1437952013596, 38.9032167200879], [-77.1427437299661, 38.9036673506853], [-77.1424349645567, 38.9034670704198], [-77.1419092288601, 38.9038759759618], [-77.1423014443799, 38.9039427360503], [-77.1422430293024, 38.9043599866033], [-77.1410496927207, 38.9049357923664], [-77.1414990322891, 38.9056715909637], [-77.1424227100276, 38.9060925074014], [-77.1427500894793, 38.906630345072], [-77.1422590203018, 38.9067940347978], [-77.1416159535218, 38.9073084882218], [-77.1407480913848, 38.9072165293164], [-77.140551970304, 38.90701618514], [-77.1400842853731, 38.9072032591123], [-77.1393944501, 38.9065368080858], [-77.1382653557107, 38.9068779480817], [-77.1323906546839, 38.9075874165165], [-77.1311842442749, 38.9057932677032], [-77.1309754424734, 38.9055689991014], [-77.1307743740719, 38.9054065977003], [-77.1306042392706, 38.9052596630993], [-77.1304418378694, 38.9051513954984], [-77.1302659058455, 38.9050490195801], [-77.1299359058452, 38.9048750195799], [-77.1296799058449, 38.9047400195799], [-77.1283463309306, 38.9040469793405], [-77.1298758554113, 38.9064630302732], [-77.1328290924391, 38.9107749934437], [-77.1333833685833, 38.9114216489453], [-77.1351077832547, 38.9131152704977], [-77.1352309557312, 38.9134232016889], [-77.1354773006843, 38.9143469952629], [-77.1357544387565, 38.9151168232411], [-77.1361855424242, 38.9158558581004], [-77.136123956186, 38.9165640998403], [-77.1358160249948, 38.9170875828656], [-77.1367229058516, 38.9175410195916], [-77.1373819058521, 38.9178400195918], [-77.1379879058527, 38.9181630195923], [-77.1385429058532, 38.9184520195926], [-77.1387349058533, 38.9185640195926], [-77.139285905854, 38.9189220195929], [-77.1395499058542, 38.9190550195931], [-77.1403049058549, 38.9184800195926], [-77.141466905856, 38.9182890195924], [-77.1422059058567, 38.916810019591], [-77.1424299058569, 38.9163620195905], [-77.1437369058581, 38.9154600195898], [-77.1439629058583, 38.9153330195896], [-77.1446129058589, 38.9149390195891], [-77.1449699058593, 38.914720019589], [-77.1460579058602, 38.9140570195884], [-77.1473159058614, 38.9138410195882], [-77.1484989058625, 38.9122200195868], [-77.1484239058624, 38.9120010195866], [-77.1494139058634, 38.9115960195861], [-77.1506599058646, 38.9112000195858], [-77.152186905866, 38.909317019584]]]}}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"city": {"type": "string"}, "county": {"type": "string"}, "name": {"type": "string"}, "state": {"type": "string"}}, "required": ["city", "county", "name", "state"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["coordinates", "type"]}}, "required": ["geometry", "properties", "type"]}}}, "required": ["features", "type"]} |
5558a1a3e4b095ed24ae355a/9f0a2921-9f53-4f8a-8daa-5f7693ff6d4a/0/0 | boundaries-io | US Zipcode, County, City, and State Boundaries API:
A simple & very fast API that will allow you to integrate multiple GeoJson US boundaries results 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.8 | Query by Zipcode(s) for zipcode bondaries | Get US State,Zipcode, or City boundaries | 200 | Response | {"type": "FeatureCollection", "features": [{"type": "Feature", "properties": {"zipCode": "22066", "country": "US", "city": "Great falls", "county": "Fairfax", "state": "VA"}, "geometry": {"type": "Polygon", "coordinates": [[[-77.371303, 39.014584], [-77.365904, 39.020222], [-77.360754, 39.025508], [-77.363432, 39.02518], [-77.361363, 39.028497], [-77.360407, 39.030543], [-77.362585, 39.031395], [-77.365104, 39.034173], [-77.365028, 39.036218], [-77.361522, 39.036732], [-77.357466, 39.035911], [-77.358025, 39.033889], [-77.356297, 39.032572], [-77.354233, 39.034219], [-77.35204, 39.034075], [-77.340999, 39.045226], [-77.337669, 39.04835], [-77.334269, 39.052044], [-77.328281093199, 39.0577948715365], [-77.324206, 39.056508], [-77.314905, 39.052208], [-77.310705, 39.052008], [-77.301005, 39.049508], [-77.293105, 39.046508], [-77.2929560690926, 39.0464074904572], [-77.2827172827481, 39.0394976035047], [-77.274706, 39.034091], [-77.266004, 39.031909], [-77.255303, 39.030009], [-77.248403, 39.026909], [-77.2483830315804, 39.0268923596504], [-77.246003, 39.024909], [-77.244603, 39.020109], [-77.246903, 39.014809], [-77.251803, 39.011409], [-77.255703, 39.002409], [-77.253003, 38.995709], [-77.249203, 38.993709], [-77.248303, 38.992309], [-77.246172, 38.985749], [-77.244621, 38.982535], [-77.241081, 38.981206], [-77.234803, 38.97631], [-77.23506, 38.974903], [-77.237117, 38.974464], [-77.239062, 38.976509], [-77.243557, 38.977116], [-77.246031, 38.975802], [-77.248946, 38.978524], [-77.253294, 38.977941], [-77.255273, 38.980722], [-77.256973, 38.98164], [-77.257269, 38.978664], [-77.254953, 38.975139], [-77.253308, 38.973593], [-77.253637, 38.972649], [-77.252329, 38.970131], [-77.254424, 38.969445], [-77.25345, 38.966848], [-77.258713, 38.965247], [-77.260678, 38.961489], [-77.26084, 38.958444], [-77.261808, 38.956034], [-77.264362, 38.951351], [-77.272498, 38.956552], [-77.283791, 38.964575], [-77.287799, 38.966075], [-77.293592, 38.968247], [-77.303757, 38.974018], [-77.304964, 38.974565], [-77.313048, 38.976938], [-77.315141, 38.977778], [-77.318624, 38.979891], [-77.324082, 38.986379], [-77.327936, 38.988718], [-77.326771, 38.990259], [-77.325085, 38.989484], [-77.324071, 38.993064], [-77.325111, 38.993371], [-77.327269, 38.993919], [-77.327421, 38.99283], [-77.329359, 38.992826], [-77.329357, 38.989546], [-77.341465, 38.998325], [-77.343785, 38.999906], [-77.367748, 39.012819], [-77.371303, 39.014584]]]}}, {"type": "Feature", "properties": {"zipCode": "20003", "country": "US", "city": "Washington", "county": "District of columbia", "state": "DC"}, "geometry": {"type": "Polygon", "coordinates": [[[-77.01065, 38.872034], [-77.009085, 38.872032], [-77.009112, 38.881548], [-77.009109, 38.882079], [-77.009061, 38.885065], [-77.009065, 38.887588], [-77.005897, 38.887612], [-77.005892, 38.886039], [-77.003514, 38.886039], [-77.003519, 38.887614], [-77.00352, 38.889151], [-77.003515, 38.889808], [-77.00204, 38.889808], [-77.002043, 38.890936], [-77.000579, 38.890937], [-77.000579, 38.889808], [-76.992643, 38.889803], [-76.991544, 38.889226], [-76.988316, 38.889243], [-76.988308, 38.890191], [-76.985625, 38.889802], [-76.980764, 38.8898], [-76.980762, 38.89201], [-76.977257, 38.892004], [-76.977257, 38.889798], [-76.963367, 38.889867], [-76.966789, 38.885235], [-76.969604, 38.882659], [-76.973299, 38.87839], [-76.978031, 38.876881], [-76.983957, 38.874928], [-76.990102, 38.871349], [-76.99246, 38.870129], [-76.995482, 38.870073], [-77.003415, 38.870878], [-77.005457, 38.868707], [-77.007418, 38.869505], [-77.0082, 38.869913], [-77.008878, 38.870804], [-77.009161, 38.870694], [-77.009057, 38.87008], [-77.00907, 38.867284], [-77.010125, 38.867284], [-77.010691, 38.868243], [-77.01065, 38.872034]]]}}, {"type": "Feature", "properties": {"zipCode": "20019", "country": "US", "city": "Washington", "county": "District of columbia", "state": "DC"}, "geometry": {"type": "Polygon", "coordinates": [[[-76.973299, 38.87839], [-76.969604, 38.882659], [-76.966789, 38.885235], [-76.963367, 38.889867], [-76.961862, 38.8953], [-76.962218, 38.899497], [-76.959386, 38.90339], [-76.957969, 38.906154], [-76.954459, 38.91096], [-76.953573, 38.914382], [-76.951997, 38.914904], [-76.945951, 38.915252], [-76.943858, 38.916871], [-76.942932, 38.917401], [-76.9419210679896, 38.9185864994984], [-76.9419204562069, 38.9185860266153], [-76.9395241254537, 38.9167337605711], [-76.935096, 38.913311], [-76.9317916687829, 38.9106754805409], [-76.909395, 38.892812], [-76.910795, 38.891712], [-76.919295, 38.885112], [-76.920195, 38.884412], [-76.9394901437423, 38.8693034334956], [-76.9400122493246, 38.8688946121353], [-76.94868, 38.872875], [-76.948578, 38.871929], [-76.951454, 38.872654], [-76.956843, 38.87262], [-76.96018, 38.874586], [-76.96477, 38.874192], [-76.964768, 38.872935], [-76.966422, 38.872933], [-76.96642, 38.874611], [-76.967775, 38.874941], [-76.96932, 38.874162], [-76.970769, 38.874929], [-76.972917, 38.874582], [-76.978031, 38.876881], [-76.973299, 38.87839]]]}}, {"type": "Feature", "properties": {"zipCode": "20015", "country": "US", "city": "Washington", "county": "District of columbia", "state": "DC"}, "geometry": {"type": "Polygon", "coordinates": [[[-77.0907389871449, 38.9570950640482], [-77.054299, 38.98511], [-77.0522200614323, 38.986673111705], [-77.0516625043103, 38.9870923275862], [-77.045758, 38.984151], [-77.042382, 38.983852], [-77.040146, 38.982504], [-77.040779, 38.980876], [-77.042302, 38.980181], [-77.043529, 38.9808], [-77.044735, 38.979925], [-77.043956, 38.97827], [-77.040153, 38.976399], [-77.039561, 38.974222], [-77.040156, 38.971857], [-77.041969, 38.97101], [-77.044654, 38.970768], [-77.04523, 38.969024], [-77.046714, 38.967749], [-77.047631, 38.964767], [-77.046275, 38.963104], [-77.043521, 38.961365], [-77.040634, 38.959686], [-77.042229, 38.958067], [-77.042394, 38.954537], [-77.044564, 38.952606], [-77.045253, 38.951012], [-77.047152, 38.949707], [-77.047073, 38.948299], [-77.044194, 38.947855], [-77.046147, 38.945507], [-77.047684, 38.945771], [-77.04994, 38.944295], [-77.05135, 38.945849], [-77.051861, 38.949199], [-77.053211, 38.951641], [-77.054634, 38.952002], [-77.057355, 38.954348], [-77.058155, 38.95687], [-77.059144, 38.95752], [-77.066037, 38.958618], [-77.068234, 38.956729], [-77.0693, 38.957339], [-77.068463, 38.958312], [-77.070184, 38.95838], [-77.071671, 38.956558], [-77.074107, 38.956589], [-77.074592, 38.957021], [-77.086175, 38.957056], [-77.090139, 38.956448], [-77.0907389871449, 38.9570950640482]]]}}, {"type": "Feature", "properties": {"zipCode": "20854", "country": "US", "city": "Potomac", "county": "Montgomery", "state": "MD"}, "geometry": {"type": "Polygon", "coordinates": [[[-77.313219, 39.07804], [-77.313949, 39.081256], [-77.306884, 39.083393], [-77.305938, 39.084007], [-77.303199, 39.087471], [-77.302569, 39.087556], [-77.295974, 39.083957], [-77.293052, 39.080574], [-77.289924, 39.077701], [-77.28749, 39.074222], [-77.287346, 39.073552], [-77.287744, 39.072294], [-77.285255, 39.063697], [-77.282135, 39.063537], [-77.276969, 39.067615], [-77.281089, 39.071002], [-77.278488, 39.070476], [-77.263531, 39.068946], [-77.260742, 39.07164], [-77.259002, 39.075519], [-77.256909, 39.074255], [-77.252253, 39.074792], [-77.248276, 39.072223], [-77.245918, 39.074092], [-77.242958, 39.074661], [-77.240692, 39.077037], [-77.238555, 39.074714], [-77.232185, 39.0699], [-77.227729, 39.067729], [-77.21865, 39.080936], [-77.217155, 39.082332], [-77.214591, 39.080532], [-77.212753, 39.080001], [-77.213279, 39.077213], [-77.214622, 39.073585], [-77.212135, 39.070739], [-77.212486, 39.069858], [-77.210815, 39.068008], [-77.209274, 39.065139], [-77.208696, 39.060931], [-77.204605, 39.059481], [-77.198668, 39.058376], [-77.197174, 39.060787], [-77.195175, 39.061653], [-77.194091, 39.064788], [-77.192626, 39.066017], [-77.190345, 39.066608], [-77.190269, 39.067325], [-77.187675, 39.068515], [-77.183952, 39.072219], [-77.183876, 39.073028], [-77.181785, 39.072635], [-77.182205, 39.073612], [-77.178642, 39.074657], [-77.17514, 39.076194], [-77.171798, 39.080373], [-77.171424, 39.079105], [-77.169418, 39.07714], [-77.1683, 39.077577], [-77.166939, 39.076146], [-77.161264, 39.071605], [-77.15959, 39.069996], [-77.157512, 39.067032], [-77.15647, 39.06476], [-77.154501, 39.056313], [-77.152908, 39.052097], [-77.150682, 39.047212], [-77.14579, 39.037846], [-77.149681, 39.036708], [-77.15438, 39.03733], [-77.153182, 39.035476], [-77.155395, 39.034713], [-77.156784, 39.033187], [-77.156417, 39.03178], [-77.156967, 39.029582], [-77.156777, 39.026525], [-77.15837, 39.025665], [-77.160766, 39.026103], [-77.16127, 39.023525], [-77.162368, 39.022792], [-77.164303, 39.017233], [-77.167973, 39.015997], [-77.171119, 39.016014], [-77.169647, 39.013385], [-77.167869, 39.012977], [-77.166717, 39.011703], [-77.167259, 39.009693], [-77.170425, 39.009048], [-77.174006, 39.00707], [-77.176284, 39.005111], [-77.179386, 39.00383], [-77.180784, 39.002134], [-77.187275, 38.99898], [-77.188772, 38.997724], [-77.185952, 38.995262], [-77.187527, 38.99447], [-77.186732, 38.993831], [-77.189247, 38.992877], [-77.190803, 38.988735], [-77.193458, 38.98777], [-77.193362, 38.986502], [-77.194809, 38.986804], [-77.195312, 38.985661], [-77.199082, 38.986635], [-77.198966, 38.984714], [-77.201133, 38.983146], [-77.202298, 38.984279], [-77.201706, 38.981871], [-77.205269, 38.978427], [-77.206656, 38.97857], [-77.200047, 38.975032], [-77.195991, 38.972437], [-77.198305, 38.973011], [-77.196741, 38.971889], [-77.19318, 38.971106], [-77.182237, 38.972243], [-77.178953, 38.97229], [-77.180215, 38.969418], [-77.1798557763067, 38.9684415565443], [-77.181926066074, 38.9686840010716], [-77.183002, 38.96881], [-77.188302, 38.96751], [-77.197502, 38.96681], [-77.202502, 38.96791], [-77.203602, 38.96891], [-77.209302, 38.97041], [-77.211502, 38.96941], [-77.221502, 38.97131], [-77.224969, 38.973349], [-77.228395, 38.978404], [-77.229992, 38.979858], [-77.231601, 38.979917], [-77.232268, 38.979502], [-77.234803, 38.97631], [-77.241081, 38.981206], [-77.244621, 38.982535], [-77.246172, 38.985749], [-77.248303, 38.992309], [-77.249203, 38.993709], [-77.253003, 38.995709], [-77.255703, 39.002409], [-77.251803, 39.011409], [-77.246903, 39.014809], [-77.244603, 39.020109], [-77.246003, 39.024909], [-77.2483830315804, 39.0268923596504], [-77.248403, 39.026909], [-77.255303, 39.030009], [-77.266004, 39.031909], [-77.274706, 39.034091], [-77.2827172827481, 39.0394976035047], [-77.2929560690926, 39.0464074904572], [-77.293972, 39.048537], [-77.296526, 39.05002], [-77.296508, 39.05097], [-77.298706, 39.054187], [-77.294815, 39.052589], [-77.295351, 39.055454], [-77.294342, 39.057147], [-77.294784, 39.057621], [-77.294418, 39.059692], [-77.294708, 39.06052], [-77.294281, 39.062122], [-77.29467, 39.062782], [-77.294692, 39.063404], [-77.297164, 39.063228], [-77.303718, 39.065765], [-77.306221, 39.067485], [-77.310493, 39.071781], [-77.312507, 39.072399], [-77.316703, 39.071971], [-77.313219, 39.07804]]]}}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"zipCode": {"type": "string"}, "country": {"type": "string"}, "city": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}}, "required": ["city", "country", "county", "state", "zipCode"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["coordinates", "type"]}}, "required": ["geometry", "properties", "type"]}}}, "required": ["features", "type"]} |
5558a1a3e4b095ed24ae355a/5936ac43e4b08ab68dbc3ba2/0/0 | boundaries-io | US Zipcode, County, City, and State Boundaries API:
A simple & very fast API that will allow you to integrate multiple GeoJson US boundaries results 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.8 | Query by Radius(in miles) .for Zipcode boundaries | Get US zipcode boundaries that are contained within OR intersect the radius in miles of the point(latitude,longtitude). | 200 | Response | {"type": "FeatureCollection", "features": [{"type": "Feature", "properties": {"zipCode": "80906", "country": "US", "city": "Colorado springs", "county": "El paso", "state": "CO"}, "geometry": {"type": "Polygon", "coordinates": [[[-104.939555, 38.703645], [-104.939006, 38.710526], [-104.939216, 38.730393], [-104.938986, 38.792013], [-104.935991, 38.791624], [-104.930554, 38.794045], [-104.928263, 38.794062], [-104.923739, 38.792509], [-104.920975, 38.793021], [-104.919914, 38.793994], [-104.917047, 38.793893], [-104.915549, 38.794847], [-104.913557, 38.795143], [-104.910177, 38.799574], [-104.910577, 38.802332], [-104.90895, 38.805341], [-104.909039, 38.806463], [-104.905985, 38.80907], [-104.904095, 38.809654], [-104.902401, 38.811033], [-104.898751, 38.813449], [-104.89679, 38.816922], [-104.893379, 38.81815], [-104.891781, 38.820811], [-104.889004, 38.823651], [-104.886575, 38.824775], [-104.883042, 38.827451], [-104.880781, 38.830623], [-104.879118, 38.830885], [-104.870988, 38.830342], [-104.863957, 38.828086], [-104.859168, 38.828327], [-104.859217, 38.825828], [-104.859288, 38.824718], [-104.859607, 38.814508], [-104.85793, 38.81142], [-104.858049, 38.809045], [-104.858693, 38.807284], [-104.85643, 38.80555], [-104.855694, 38.804876], [-104.854579, 38.803352], [-104.854402, 38.803179], [-104.853544, 38.801976], [-104.853011, 38.801245], [-104.852261, 38.800156], [-104.851805, 38.799547], [-104.845639, 38.801277], [-104.845543, 38.799835], [-104.835059, 38.803946], [-104.835245, 38.804717], [-104.83255, 38.805922], [-104.832029, 38.805282], [-104.82884, 38.806554], [-104.82613, 38.806628], [-104.825016, 38.807452], [-104.822274, 38.807485], [-104.822267, 38.806685], [-104.818843, 38.804604], [-104.816942, 38.805417], [-104.814882, 38.80338], [-104.811264, 38.803592], [-104.817675, 38.802466], [-104.817403, 38.797985], [-104.814554, 38.797566], [-104.808648, 38.795859], [-104.805428, 38.795711], [-104.797502, 38.796029], [-104.80089, 38.802594], [-104.80241, 38.804657], [-104.804932, 38.807035], [-104.812796, 38.81263], [-104.810351, 38.811874], [-104.810287, 38.812759], [-104.806329, 38.81246], [-104.803949, 38.811072], [-104.805586, 38.810549], [-104.803671, 38.808288], [-104.797215, 38.808823], [-104.7952, 38.807788], [-104.795787, 38.809433], [-104.793171, 38.807785], [-104.784106, 38.798164], [-104.775069, 38.791153], [-104.773879, 38.789856], [-104.770288, 38.781647], [-104.771945, 38.781391], [-104.770877, 38.779124], [-104.77095, 38.777471], [-104.769921, 38.770474], [-104.767488, 38.766597], [-104.767352, 38.764933], [-104.769271, 38.764831], [-104.766742, 38.76484], [-104.766677, 38.763584], [-104.763855, 38.761714], [-104.759464, 38.759957], [-104.75973, 38.756209], [-104.758425, 38.755106], [-104.761423, 38.752845], [-104.764583, 38.755881], [-104.768844, 38.756079], [-104.770756, 38.759179], [-104.775837, 38.75921], [-104.779852, 38.759236], [-104.780029, 38.760705], [-104.792244, 38.76047], [-104.795634, 38.764797], [-104.797099, 38.765707], [-104.802301, 38.76536], [-104.803698, 38.765385], [-104.80855, 38.765735], [-104.812352, 38.765772], [-104.810791, 38.747829], [-104.810422, 38.746416], [-104.810498, 38.746111], [-104.81051, 38.74614], [-104.811417, 38.748009], [-104.812476, 38.748045], [-104.812477, 38.748978], [-104.819721, 38.748944], [-104.820022, 38.748234], [-104.824358, 38.748134], [-104.826363, 38.747151], [-104.827586, 38.7444], [-104.83286, 38.741634], [-104.833296, 38.738256], [-104.83405, 38.737722], [-104.835208, 38.738003], [-104.841331, 38.744033], [-104.842616, 38.747452], [-104.843808, 38.747092], [-104.859332, 38.74672], [-104.859381, 38.752198], [-104.867995, 38.752194], [-104.867909, 38.734074], [-104.868293, 38.731343], [-104.87288, 38.729751], [-104.874872, 38.730271], [-104.876686, 38.729214], [-104.877679, 38.730807], [-104.880601, 38.728617], [-104.884901, 38.728519], [-104.885059, 38.695842], [-104.902768, 38.696529], [-104.939744, 38.696142], [-104.939555, 38.703645]]]}}, {"type": "Feature", "properties": {"zipCode": "80926", "country": "US", "city": "Colorado springs", "county": "El paso", "state": "CO"}, "geometry": {"type": "Polygon", "coordinates": [[[-105.024947, 38.596561], [-105.022845, 38.599779], [-105.020703, 38.600949], [-105.021535, 38.60207], [-105.020686, 38.604607], [-105.018537, 38.604821], [-105.02009, 38.606755], [-105.018514, 38.606799], [-105.018548, 38.609276], [-105.014121, 38.610972], [-105.013861, 38.612862], [-105.01269, 38.61502], [-105.013655, 38.617031], [-105.0128, 38.618432], [-105.009703, 38.620067], [-105.008497, 38.622649], [-105.009756, 38.623968], [-105.007935, 38.623934], [-105.00736, 38.6254], [-105.004046, 38.626788], [-105.002959, 38.628502], [-105.001187, 38.629275], [-105.001912, 38.632017], [-104.999729, 38.633439], [-104.999961, 38.634521], [-104.998008, 38.63488], [-104.997682, 38.636498], [-104.995935, 38.636051], [-104.995432, 38.637243], [-104.99614, 38.638721], [-104.995525, 38.640215], [-104.995859, 38.64612], [-104.995243, 38.647362], [-104.994989, 38.650878], [-104.942426, 38.649882], [-104.942235, 38.696199], [-104.939744, 38.696142], [-104.902768, 38.696529], [-104.885059, 38.695842], [-104.884901, 38.728519], [-104.880601, 38.728617], [-104.877679, 38.730807], [-104.876686, 38.729214], [-104.874872, 38.730271], [-104.87288, 38.729751], [-104.868293, 38.731343], [-104.867909, 38.734074], [-104.867995, 38.752194], [-104.859381, 38.752198], [-104.859332, 38.74672], [-104.843808, 38.747092], [-104.842616, 38.747452], [-104.841331, 38.744033], [-104.835208, 38.738003], [-104.83405, 38.737722], [-104.833296, 38.738256], [-104.83286, 38.741634], [-104.827586, 38.7444], [-104.826363, 38.747151], [-104.824358, 38.748134], [-104.820022, 38.748234], [-104.819721, 38.748944], [-104.812477, 38.748978], [-104.812476, 38.748045], [-104.811417, 38.748009], [-104.81051, 38.74614], [-104.810498, 38.746111], [-104.810422, 38.746416], [-104.807696, 38.739186], [-104.807845, 38.736684], [-104.808823, 38.735127], [-104.809094, 38.734911], [-104.809748, 38.734283], [-104.814462, 38.732121], [-104.816838, 38.730284], [-104.818649, 38.726754], [-104.818587, 38.720583], [-104.81862, 38.719824], [-104.819107, 38.712391], [-104.820065, 38.710142], [-104.846149, 38.681438], [-104.847399, 38.679587], [-104.850388, 38.675051], [-104.852634, 38.673392], [-104.860025, 38.670839], [-104.862084, 38.669224], [-104.862675, 38.667265], [-104.863109, 38.663159], [-104.863707, 38.660745], [-104.864959, 38.658224], [-104.865974, 38.654922], [-104.866128, 38.65292], [-104.865667, 38.64984], [-104.864441, 38.64523], [-104.864842, 38.643026], [-104.869669, 38.634855], [-104.868571, 38.630022], [-104.867271, 38.627165], [-104.864255, 38.626241], [-104.861978, 38.62238], [-104.864546, 38.616052], [-104.863362, 38.608897], [-104.86291, 38.602318], [-104.865471, 38.598082], [-104.865789, 38.600547], [-104.867816, 38.602141], [-104.869124, 38.603991], [-104.870419, 38.607538], [-104.87217, 38.607633], [-104.872201, 38.618102], [-104.871727, 38.620709], [-104.872606, 38.621987], [-104.878008, 38.622033], [-104.879847, 38.621182], [-104.891165, 38.614782], [-104.895874, 38.611438], [-104.895047, 38.611296], [-104.894618, 38.609099], [-104.896919, 38.608187], [-104.899989, 38.605958], [-104.90201, 38.605472], [-104.905306, 38.600792], [-104.909006, 38.596534], [-104.90976, 38.594849], [-104.909416, 38.592316], [-104.910281, 38.591172], [-104.90591, 38.581388], [-104.904926, 38.577719], [-104.90626, 38.577612], [-104.908655, 38.576196], [-104.911859, 38.575846], [-104.913634, 38.574961], [-104.914226, 38.573127], [-104.913845, 38.571064], [-104.916517, 38.570451], [-104.917302, 38.571227], [-104.920683, 38.572273], [-104.92238, 38.57133], [-104.92296, 38.568921], [-104.926479, 38.568998], [-104.928994, 38.570387], [-104.93306, 38.571935], [-104.935039, 38.57338], [-104.938385, 38.57118], [-104.941933, 38.567791], [-104.94185, 38.558379], [-104.942462, 38.558381], [-104.94497, 38.55634], [-104.94637, 38.55685], [-104.94757, 38.55134], [-104.95025, 38.54917], [-104.95095, 38.55016], [-104.95043, 38.5534], [-104.95195, 38.55568], [-104.9525, 38.55735], [-104.95083, 38.55801], [-104.95103, 38.56096], [-104.95162, 38.56279], [-104.9545, 38.56493], [-104.95789, 38.56548], [-104.95908, 38.57077], [-104.96167, 38.57229], [-104.96394, 38.57238], [-104.96764, 38.5719], [-104.97179, 38.57232], [-104.9744, 38.57174], [-104.97708, 38.572], [-104.97815, 38.5709], [-104.983052, 38.569135], [-104.986363, 38.567009], [-104.988507, 38.56635], [-104.992139, 38.565873], [-105.000223, 38.565883], [-105.002674, 38.565014], [-105.004814, 38.565488], [-105.00452, 38.567109], [-105.006871, 38.568421], [-105.007087, 38.56945], [-105.008908, 38.570495], [-105.01208, 38.57063], [-105.013902, 38.569499], [-105.015896, 38.567133], [-105.0158, 38.56574], [-105.01689, 38.56413], [-105.021994, 38.561374], [-105.021545, 38.563099], [-105.019956, 38.564092], [-105.019129, 38.565432], [-105.01766, 38.565668], [-105.015745, 38.571205], [-105.013477, 38.572072], [-105.013253, 38.573528], [-105.011921, 38.576049], [-105.01199, 38.577081], [-105.013089, 38.577708], [-105.013081, 38.578966], [-105.015312, 38.580813], [-105.017957, 38.581479], [-105.016773, 38.583231], [-105.018985, 38.583638], [-105.02069, 38.586913], [-105.020472, 38.588363], [-105.02281, 38.58904], [-105.022921, 38.590314], [-105.024494, 38.594396], [-105.023163, 38.595253], [-105.024947, 38.596561]]]}}, {"type": "Feature", "properties": {"zipCode": "80860", "country": "US", "city": "Victor", "county": "Teller", "state": "CO"}, "geometry": {"type": "Polygon", "coordinates": [[[-105.239925, 38.677002], [-105.238624, 38.675648], [-105.234992, 38.673913], [-105.228801, 38.667208], [-105.227104, 38.665967], [-105.225612, 38.666083], [-105.219615, 38.668985], [-105.21895, 38.671501], [-105.217634, 38.674199], [-105.215405, 38.67465], [-105.214656, 38.6761], [-105.212876, 38.67676], [-105.212821, 38.678238], [-105.21097, 38.678562], [-105.21055, 38.679941], [-105.212009, 38.682512], [-105.209414, 38.685089], [-105.208817, 38.688842], [-105.206131, 38.690731], [-105.206881, 38.691485], [-105.205849, 38.692876], [-105.206369, 38.694452], [-105.204253, 38.696764], [-105.201961, 38.695726], [-105.201575, 38.697505], [-105.199732, 38.697984], [-105.197769, 38.699736], [-105.197538, 38.700961], [-105.194811, 38.702972], [-105.192091, 38.702884], [-105.189546, 38.704653], [-105.189083, 38.705785], [-105.186293, 38.706763], [-105.183957, 38.711163], [-105.181629, 38.713382], [-105.181286, 38.715294], [-105.179385, 38.719337], [-105.177821, 38.719864], [-105.176818, 38.722622], [-105.174993, 38.724176], [-105.17069, 38.726789], [-105.167054, 38.728054], [-105.162802, 38.731382], [-105.160154, 38.731508], [-105.157185, 38.732538], [-105.159379, 38.730417], [-105.158204, 38.729521], [-105.158112, 38.727703], [-105.155043, 38.729623], [-105.155425, 38.730794], [-105.149538, 38.734316], [-105.146858, 38.73], [-105.144901, 38.728038], [-105.144691, 38.724554], [-105.147438, 38.723024], [-105.145601, 38.723067], [-105.143206, 38.725069], [-105.142304, 38.727635], [-105.141257, 38.726944], [-105.140895, 38.724922], [-105.137152, 38.723996], [-105.135764, 38.725046], [-105.135112, 38.726642], [-105.132035, 38.728], [-105.131622, 38.727123], [-105.129841, 38.728786], [-105.127565, 38.726411], [-105.12761, 38.728593], [-105.126328, 38.72795], [-105.122537, 38.728533], [-105.119453, 38.730105], [-105.118532, 38.732448], [-105.119217, 38.735355], [-105.122267, 38.741331], [-105.120947, 38.742068], [-105.116869, 38.741141], [-105.112628, 38.742262], [-105.109021, 38.741645], [-105.105713, 38.74337], [-105.103201, 38.742962], [-105.100333, 38.744485], [-105.100236, 38.747864], [-105.101939, 38.749378], [-105.104702, 38.758929], [-105.102914, 38.760467], [-105.102685, 38.765362], [-105.100596, 38.769165], [-105.099222, 38.772593], [-105.098002, 38.773269], [-105.09398, 38.773023], [-105.091405, 38.773222], [-105.088548, 38.772113], [-105.085641, 38.772084], [-105.080678, 38.774694], [-105.077472, 38.774262], [-105.075075, 38.770334], [-105.073425, 38.769213], [-105.072801, 38.767445], [-105.070525, 38.766284], [-105.06686, 38.766861], [-105.063979, 38.765737], [-105.060924, 38.767352], [-105.059921, 38.765499], [-105.058001, 38.763978], [-105.054177, 38.759825], [-105.051988, 38.756292], [-105.048438, 38.754089], [-105.047723, 38.753023], [-105.044756, 38.751665], [-105.041915, 38.749004], [-105.038324, 38.746696], [-105.037897, 38.745157], [-105.03963, 38.74285], [-105.037267, 38.740916], [-105.036581, 38.739147], [-105.032657, 38.735493], [-105.031052, 38.735438], [-105.029846, 38.733328], [-105.025976, 38.731775], [-105.022859, 38.734009], [-105.021603, 38.734221], [-105.021534, 38.733252], [-105.023676, 38.732057], [-105.024471, 38.728034], [-105.025596, 38.727143], [-105.028142, 38.726713], [-105.030272, 38.724363], [-105.03268, 38.723266], [-105.035639, 38.721177], [-105.036102, 38.722271], [-105.035504, 38.724842], [-105.036718, 38.725314], [-105.036911, 38.723892], [-105.040596, 38.724009], [-105.043518, 38.723146], [-105.046832, 38.725221], [-105.050142, 38.724462], [-105.051371, 38.726021], [-105.052965, 38.726613], [-105.055576, 38.726517], [-105.05535, 38.728783], [-105.056345, 38.729459], [-105.05894, 38.729432], [-105.061271, 38.732172], [-105.061688, 38.734397], [-105.064502, 38.736749], [-105.064736, 38.738896], [-105.066082, 38.73982], [-105.068756, 38.739505], [-105.073429, 38.742107], [-105.074203, 38.743743], [-105.075941, 38.744412], [-105.078016, 38.743629], [-105.077384, 38.742714], [-105.077366, 38.738712], [-105.07891, 38.73752], [-105.079122, 38.734436], [-105.079136, 38.732656], [-105.077305, 38.731811], [-105.07741, 38.730558], [-105.075193, 38.727932], [-105.076631, 38.725252], [-105.075452, 38.722829], [-105.07318, 38.723576], [-105.072324, 38.721857], [-105.06764, 38.719006], [-105.062829, 38.716699], [-105.061841, 38.714688], [-105.060747, 38.714545], [-105.06027, 38.710909], [-105.061652, 38.710096], [-105.060432, 38.707904], [-105.06053, 38.706256], [-105.059555, 38.705228], [-105.055713, 38.704305], [-105.051935, 38.702333], [-105.050134, 38.699608], [-105.048599, 38.698531], [-105.047078, 38.696026], [-105.047044, 38.694356], [-105.049722, 38.690088], [-105.048741, 38.689428], [-105.051912, 38.687348], [-105.051795, 38.686117], [-105.049889, 38.684422], [-105.047557, 38.685733], [-105.045537, 38.685724], [-105.045186, 38.684687], [-105.046362, 38.68225], [-105.046143, 38.680371], [-105.041499, 38.67974], [-105.040041, 38.679172], [-105.035969, 38.678848], [-105.037421, 38.677961], [-105.038225, 38.6739], [-105.037769, 38.672819], [-105.034864, 38.676893], [-105.032114, 38.676503], [-105.029687, 38.677773], [-105.027875, 38.677749], [-105.028109, 38.676307], [-105.026445, 38.676032], [-105.025394, 38.674864], [-105.023788, 38.67539], [-105.020167, 38.675572], [-105.018212, 38.673534], [-105.018242, 38.672344], [-105.016053, 38.670878], [-105.010972, 38.671723], [-105.01053, 38.676255], [-105.010148, 38.67875], [-105.008013, 38.683098], [-105.003894, 38.685133], [-105.003776, 38.686186], [-105.00687, 38.689071], [-105.00856, 38.694451], [-105.009727, 38.695871], [-105.009425, 38.702836], [-105.009022, 38.703495], [-105.006095, 38.704115], [-105.00349, 38.702584], [-105.002443, 38.70049], [-104.999205, 38.697907], [-104.9916, 38.695957], [-104.988361, 38.696056], [-104.986178, 38.694258], [-104.984675, 38.697567], [-104.982622, 38.699287], [-104.977376, 38.708809], [-104.974446, 38.710667], [-104.973065, 38.710387], [-104.969636, 38.71092], [-104.969158, 38.71411], [-104.966792, 38.715883], [-104.965065, 38.719122], [-104.966942, 38.723418], [-104.966882, 38.726747], [-104.964349, 38.728293], [-104.961726, 38.728288], [-104.959931, 38.729761], [-104.959539, 38.732722], [-104.958557, 38.733661], [-104.955465, 38.734761], [-104.955795, 38.736804], [-104.955171, 38.737958], [-104.955873, 38.74038], [-104.954776, 38.741083], [-104.95338, 38.740508], [-104.952898, 38.738985], [-104.951233, 38.737765], [-104.949747, 38.735235], [-104.946857, 38.734055], [-104.947045, 38.733142], [-104.950149, 38.732734], [-104.950972, 38.730959], [-104.948555, 38.729383], [-104.945644, 38.729961], [-104.944466, 38.731585], [-104.943675, 38.730706], [-104.939216, 38.730393], [-104.939006, 38.710526], [-104.939555, 38.703645], [-104.939744, 38.696142], [-104.942235, 38.696199], [-104.942426, 38.649882], [-104.994989, 38.650878], [-105.000532, 38.651183], [-105.035659, 38.651393], [-105.053926, 38.653096], [-105.057554, 38.651693], [-105.066948, 38.649761], [-105.071529, 38.64855], [-105.109724, 38.647531], [-105.240362, 38.647595], [-105.239925, 38.677002]]]}}]} | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array"}}}}}}}} |
5558a1a3e4b095ed24ae355a/5acdf8e6e4b0a62b51d0ebe1/0/0 | boundaries-io | US Zipcode, County, City, and State Boundaries API:
A simple & very fast API that will allow you to integrate multiple GeoJson US boundaries results 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.8 | Query by Location for Zipcode boundaries | Search for a zipcode that intersect a location. | 200 | Response | {"type": "FeatureCollection", "features": [{"type": "Feature", "properties": {"zipCode": "72204", "country": "US", "city": "Little rock", "county": "Pulaski", "state": "AR"}, "geometry": {"type": "Polygon", "coordinates": [[[-92.407031, 34.677569], [-92.404739, 34.690056], [-92.40497, 34.690233], [-92.403982, 34.696228], [-92.403726, 34.696223], [-92.402246, 34.705216], [-92.40137, 34.72123], [-92.401102, 34.721448], [-92.398465, 34.722366], [-92.394122, 34.72127], [-92.394043, 34.723502], [-92.395077, 34.725449], [-92.394583, 34.735627], [-92.392721, 34.73674], [-92.391533, 34.738099], [-92.390923, 34.739834], [-92.390971, 34.742983], [-92.389884, 34.742951], [-92.390422, 34.732219], [-92.388275, 34.729974], [-92.390043, 34.72646], [-92.389882, 34.723436], [-92.389029, 34.724801], [-92.386362, 34.72622], [-92.385145, 34.728229], [-92.379536, 34.733596], [-92.377034, 34.732616], [-92.37258, 34.732909], [-92.372495, 34.735179], [-92.375636, 34.738163], [-92.374586, 34.74059], [-92.374509, 34.739314], [-92.372338, 34.739272], [-92.372303, 34.740287], [-92.367501, 34.739853], [-92.365586, 34.740603], [-92.360259, 34.741114], [-92.358616, 34.740656], [-92.3573, 34.74133], [-92.360639, 34.742852], [-92.363903, 34.745286], [-92.364634, 34.746644], [-92.358189, 34.74555], [-92.3544, 34.745143], [-92.345468, 34.745306], [-92.341339, 34.74485], [-92.335332, 34.745219], [-92.326336, 34.744663], [-92.318541, 34.744639], [-92.309574, 34.744179], [-92.304739, 34.743245], [-92.302021, 34.743341], [-92.304136, 34.739048], [-92.304385, 34.736822], [-92.302522, 34.725286], [-92.302581, 34.723753], [-92.30322, 34.722057], [-92.303912, 34.721087], [-92.308463, 34.716706], [-92.308573, 34.716601], [-92.310499, 34.716171], [-92.313177, 34.716363], [-92.31547, 34.715398], [-92.317396, 34.716603], [-92.319946, 34.715789], [-92.320648, 34.716777], [-92.323301, 34.718435], [-92.325975, 34.716873], [-92.329329, 34.716764], [-92.328733, 34.714455], [-92.33269, 34.712677], [-92.33153, 34.710613], [-92.331691, 34.708852], [-92.334953, 34.705549], [-92.334372, 34.707573], [-92.335004, 34.70804], [-92.342034, 34.708814], [-92.344299, 34.707677], [-92.350001, 34.703561], [-92.351948, 34.70151], [-92.354536, 34.699873], [-92.359101, 34.698369], [-92.361065, 34.696565], [-92.362062, 34.692788], [-92.361766, 34.692056], [-92.362027, 34.690936], [-92.36395, 34.690319], [-92.364728, 34.689313], [-92.366931, 34.689801], [-92.371029, 34.686936], [-92.372419, 34.685264], [-92.37351, 34.685472], [-92.376193, 34.68408], [-92.376832, 34.682816], [-92.378761, 34.684818], [-92.380219, 34.683593], [-92.38296, 34.684336], [-92.384543, 34.685359], [-92.38901, 34.68292], [-92.391086, 34.683251], [-92.394255, 34.682032], [-92.395657, 34.685633], [-92.396755, 34.685067], [-92.398593, 34.682358], [-92.399872, 34.679884], [-92.401995, 34.679951], [-92.404458, 34.677967], [-92.404538, 34.676478], [-92.405064, 34.676302], [-92.405537, 34.676329], [-92.407031, 34.677569]]]}}]} | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"zipCode": {"type": "string"}, "country": {"type": "string"}, "city": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}}}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}}}}}} |
5558a1a3e4b095ed24ae355a/c1dc9893-e5ff-4cb8-af68-fd6ad5a827cb/0/0 | boundaries-io | US Zipcode, County, City, and State Boundaries API:
A simple & very fast API that will allow you to integrate multiple GeoJson US boundaries results 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.8 | Query for County Names By State | Query for County Names By State | 200 | Response | {"names": ["accomack", "albemarle", "alexandria", "alleghany", "amelia", "amherst", "appomattox", "arlington", "augusta", "bath", "bedford", "bland", "botetourt", "bristol", "brunswick", "buchanan", "buckingham", "buena vista", "campbell", "caroline", "carroll", "charles city", "charlotte", "charlottesville", "chesapeake", "chesterfield", "clarke", "colonial heights", "covington", "craig", "culpeper", "cumberland", "danville", "dickenson", "dinwiddie", "emporia", "essex", "fairfax", "falls church", "fauquier", "floyd", "fluvanna", "franklin", "frederick", "fredericksburg", "galax", "giles", "gloucester", "goochland", "grayson", "greene", "greensville", "halifax", "hampton", "hanover", "harrisonburg", "henrico", "henry", "highland", "hopewell", "isle of wight", "james city", "king and queen", "king george", "king william", "lancaster", "lee", "lexington", "loudoun", "louisa", "lunenburg", "lynchburg", "madison", "manassas", "manassas park", "martinsville", "mathews", "mecklenburg", "middlesex", "montgomery", "nelson", "new kent", "newport news", "norfolk", "northampton", "northumberland", "norton", "nottoway", "orange", "page", "patrick", "petersburg", "pittsylvania", "poquoson", "portsmouth", "powhatan", "prince edward", "prince george", "prince william", "pulaski", "radford", "rappahannock", "richmond", "roanoke", "rockbridge", "rockingham", "russell", "salem", "scott", "shenandoah", "smyth", "southampton", "spotsylvania", "stafford", "staunton", "suffolk", "surry", "sussex", "tazewell", "virginia beach", "warren", "washington", "waynesboro", "westmoreland", "williamsburg", "winchester", "wise", "wythe", "york"], "count": 129, "state": "va"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"names": {"type": "array", "items": {"type": "string"}}, "count": {"type": "integer"}, "state": {"type": "string"}}, "required": ["count", "names", "state"]} |
5558a1a3e4b095ed24ae355a/27db6a15-7ecc-42d5-8f66-a9676ffe6235/0/0 | boundaries-io | US Zipcode, County, City, and State Boundaries API:
A simple & very fast API that will allow you to integrate multiple GeoJson US boundaries results 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.8 | Query for Neighborhood Names by State | Query for Neighborhood Names by State | 200 | Response | {"names": ["10th and page", "29 north", "5th sw", "aberdeen", "alcova heights", "alexandria wrest", "arlington forest", "arlington heights", "arlington ridge", "arlington view", "arlington/east falls", "ashton heights", "aurora highlands", "ballston/virginia square", "barcroft", "beaufont", "belle and mayo islands", "bellemeade", "bellevue", "bellevue forest", "belmont", "belmont woods", "belt center", "biotech and mcv district", "blackwell", "blue ridge/rugby ave", "bluemont", "boulevard manor", "braddock road metro", "brauers", "british camp farms", "broad rock", "broad rock industrial park", "broad rock sports complex", "brookbury", "brookhaven farms", "brookland park", "brsc", "bryan park", "buckingham", "buckroe", "butts station", "byrd park", "capitol district", "carillon", "carver", "carytown", "cedarhurst", "central office", "chain bridge forest", "chamberlayne industrial center", "charlottesville high", "cherry gardens", "cherrydale", "chimborazo", "chippenham forest", "church hill", "church hill north", "city center", "claremont", "clarendon/courthouse", "cofer", "colonial place", "colonial village", "columbia forest", "columbia heghts", "columbia heights west", "cottrell farms", "country club of virginia", "creighton", "cullenwood", "dam neck naval air station", "davee gardens", "deep creek north", "deep creek south", "deep creek west/dismal swamp", "deerbourne", "dominion hills", "donaldson run", "douglas park", "dover crystal", "downtown", "eastview", "edgewood", "eisenhower ave", "eisenhower east", "elkhardt", "fairfield", "fairlington/bradlee", "fairlington/shirlington", "fairmount", "fawnbrook", "fifeville", "forest glen", "forest hill", "forest hill park", "forest hill terrace", "forest view", "fort story", "foxcroft heights", "foxhill", "fry springs", "fulton", "gambles hill", "gilpin", "ginter park", "ginter park terrace", "glebewood", "glencarlyn", "gravel hill", "great bridge", "great bridge east", "greater wythe", "green park", "greenbrier", "greenbrier east", "greenbrier west", "gulf branch", "hickory hill", "high view park", "highland park southern tip", "highland park/overlee knolls", "highland terrace", "hillside court", "hioaks", "hollywood cemetery", "huguenot", "indian river", "jackson ward", "jahnke", "jeff davis", "jefferson park", "john marshall", "johnson village", "kelly town/rugby heights", "king st metro", "laburnum park", "landmark/van dom", "langley air force base", "leeway", "lewis mountain", "little high", "locust grove", "long branch creek", "longwood dr", "lyon park", "lyon village", "madison manor", "magnolia industrial center", "magruder area", "main/starr hill", "malvern gardens", "martha jefferson", "mary munford", "maury", "maymont", "maymont park", "maywood", "mcguire", "mcguire manor", "mcguire veterans hospital", "mercury central", "midlothian", "monroe ward", "monument avenue park", "mosby", "museums", "nauck", "newtowne west", "north central", "north downtown", "north east", "north highland", "north highland park", "north king st", "north ridge/rosemont", "north rosslyn", "northampton", "northeast", "northern barton heights", "northrop", "northwest", "oak grove", "oakwood", "oakwood cemetery", "old diminion", "old town", "old town manchester", "old town north", "olde glebe", "orangedale/prospect ave", "oregon hill", "oxford", "parnell industrial area", "penrose", "peter paul", "phoebus", "pine camp", "piney knolls", "pleasant grove east", "pleasant grove west", "pocoshock", "potomac west", "potomac yard/potomac greens", "powhite park", "providence park", "radnor/ft myer heights", "randolph", "reedy creek", "ridge st", "rivercrest", "riverwood", "rock spring", "rose hill", "rosedale", "sauer's gardens", "scott's addition", "seminary hill", "sherwood park", "shockoe bottom", "shockoe slip", "south garden", "south norfolk", "southampton", "southern barton heights", "southwest wuadrant", "southwood", "stadium", "stafford albemarle glebe", "stonewall court", "stony point", "stratford hills", "swansboro", "swansboro west", "swanson", "tara/leeway heights", "taylor run", "the diamond", "the fan", "the meadows", "the museum district", "three chopt", "union hill", "university of richmond", "upper shockoe valley", "us navy little creek amphibious base", "vcu", "venable", "virginia union", "walmsley", "warwick", "washington park", "waverly hills", "waycroft/woodlawn", "western branch north", "western branch south", "westlake hills", "westover", "westover hills", "westover hills west", "westover village", "whitcomb", "williamsburg", "willow lawn", "willow oaks", "wilton", "windsor", "windsor farms", "woodhaven", "woodland heights", "woodmont", "woodville", "woolen mills", "worthington", "yorktown"], "count": 275, "state": "va"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"names": {"type": "array", "items": {"type": "string"}}, "count": {"type": "integer"}, "state": {"type": "string"}}, "required": ["count", "names", "state"]} |
5558a1a3e4b095ed24ae355a/9fefa91b-1881-43d2-b884-6174f55c0fe9/0/0 | boundaries-io | US Zipcode, County, City, and State Boundaries API:
A simple & very fast API that will allow you to integrate multiple GeoJson US boundaries results 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.8 | Query by WKT(MultiPolygon or Polygon) | Query by WKT(MultiPolygon or Polygon) | 200 | New Example | {"zipcodes": ["57717", "59008", "59014", "59020", "59025", "59030", "59050", "59062", "59068", "59081", "59089", "59311", "59314", "59317", "59758", "80729", "82001", "82002", "82003", "82005", "82006", "82007", "82008", "82009", "82010", "82050", "82051", "82052", "82053", "82054", "82055", "82058", "82059", "82060", "82061", "82063", "82070", "82071", "82072", "82073", "82081", "82082", "82083", "82084", "82190", "82201", "82210", "82212", "82213", "82214", "82215", "82217", "82218", "82219", "82221", "82222", "82223", "82224", "82225", "82227", "82229", "82240", "82242", "82243", "82244", "82301", "82310", "82321", "82322", "82323", "82324", "82325", "82327", "82329", "82331", "82332", "82334", "82335", "82336", "82401", "82410", "82411", "82412", "82414", "82420", "82421", "82422", "82423", "82426", "82427", "82428", "82430", "82431", "82432", "82433", "82434", "82435", "82440", "82441", "82442", "82443", "82450", "82501", "82510", "82512", "82513", "82514", "82515", "82516", "82520", "82523", "82524", "82601", "82602", "82604", "82605", "82609", "82615", "82620", "82630", "82631", "82633", "82635", "82636", "82637", "82638", "82639", "82640", "82642", "82643", "82644", "82646", "82648", "82649", "82701", "82710", "82711", "82712", "82713", "82714", "82715", "82716", "82717", "82718", "82720", "82721", "82723", "82725", "82727", "82729", "82730", "82731", "82732", "82801", "82831", "82832", "82833", "82834", "82835", "82836", "82837", "82838", "82839", "82840", "82842", "82844", "82845", "82901", "82902", "82922", "82923", "82925", "82929", "82930", "82931", "82932", "82933", "82934", "82935", "82936", "82937", "82938", "82939", "82941", "82942", "82943", "82944", "82945", "83001", "83002", "83011", "83012", "83013", "83014", "83025", "83101", "83110", "83111", "83112", "83113", "83114", "83115", "83116", "83118", "83119", "83120", "83121", "83122", "83123", "83124", "83126", "83127", "83128", "83238", "83254", "83285", "83414", "83420", "83422", "83424", "83428", "83452", "83455", "84064", "84086"]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"zipcodes": {"type": "array", "items": {"type": "string"}}}, "required": ["zipcodes"]} |
5558a1a3e4b095ed24ae355a/ef74855f-da68-43d1-9272-a5392b1c5930/0/0 | boundaries-io | US Zipcode, County, City, and State Boundaries API:
A simple & very fast API that will allow you to integrate multiple GeoJson US boundaries results 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.8 | (PRO Plan and above) Query for up to 1000 zipcodes | Query for up to 1000 zipcodes using a JSON ARRAY as the request body. Please test programmatically not via this User interface. | 200 | Response | {"type": "FeatureCollection", "features": [{"type": "Feature", "properties": {"zipCode": ["07006", "07003", "00544", "07002", "00501"], "country": ["US"], "city": ["Caldwell", "Bloomfield", "Holtsville", "Bayonne"], "county": ["Essex", "Suffolk", "Hudson"], "state": ["NJ", "NY"]}, "geometry": {"type": "GeometryCollection", "geometries": [{"type": "MultiPolygon", "coordinates": [[[[-73.0456, 40.8154], [-73.0456, 40.8154], [-73.0456, 40.8154], [-73.0456, 40.8154], [-73.0455, 40.8154], [-73.0455, 40.8154], [-73.0456, 40.8154], [-73.0456, 40.8154], [-73.0456, 40.8154], [-73.0456, 40.8154], [-73.0456, 40.8154], [-73.0456, 40.8154], [-73.0456, 40.8154]]], [[[-74.147, 40.6492], [-74.145, 40.6486], [-74.1442, 40.6506], [-74.1426, 40.6508], [-74.1404, 40.6535], [-74.1408, 40.6545], [-74.1398, 40.656], [-74.1387, 40.6556], [-74.1368, 40.6578], [-74.1359, 40.6572], [-74.1336, 40.6591], [-74.1323, 40.6618], [-74.1334, 40.6633], [-74.1309, 40.6661], [-74.1281, 40.6656], [-74.1277, 40.6696], [-74.1258, 40.6722], [-74.1242, 40.6718], [-74.1213, 40.6752], [-74.1194, 40.6761], [-74.1167, 40.6788], [-74.1192, 40.6802], [-74.1138, 40.6865], [-74.1116, 40.6865], [-74.113, 40.6875], [-74.1122, 40.6886], [-74.1132, 40.6901], [-74.1113, 40.6909], [-74.1078, 40.6962], [-74.108, 40.6979], [-74.1065, 40.6972], [-74.1028, 40.6953], [-74.1011, 40.6923], [-74.102, 40.6902], [-74.1002, 40.6892], [-74.0998, 40.6896], [-74.0975, 40.6885], [-74.1001, 40.6859], [-74.0981, 40.6807], [-74.0657, 40.6669], [-74.0657, 40.6668], [-74.0702, 40.6608], [-74.0706, 40.6607], [-74.0713, 40.6604], [-74.0784, 40.6624], [-74.0791, 40.6614], [-74.0843, 40.6631], [-74.0837, 40.6642], [-74.0937, 40.6674], [-74.103, 40.6691], [-74.1051, 40.6694], [-74.1051, 40.6692], [-74.1018, 40.6686], [-74.0995, 40.6673], [-74.0983, 40.6658], [-74.0959, 40.6651], [-74.0958, 40.6643], [-74.0938, 40.6647], [-74.0903, 40.6646], [-74.0914, 40.6628], [-74.0908, 40.6607], [-74.0881, 40.6557], [-74.0857, 40.6545], [-74.0875, 40.6537], [-74.0933, 40.6489], [-74.0939, 40.6488], [-74.1276, 40.6441], [-74.1415, 40.6436], [-74.1448, 40.6435], [-74.1459, 40.6436], [-74.1463, 40.6466], [-74.1449, 40.6482], [-74.147, 40.6492]]], [[[-74.21, 40.787], [-74.204, 40.7944], [-74.2012, 40.7956], [-74.1999, 40.7965], [-74.2013, 40.7984], [-74.197, 40.8045], [-74.1955, 40.8126], [-74.1975, 40.8126], [-74.1914, 40.8289], [-74.1942, 40.8289], [-74.1938, 40.8303], [-74.1929, 40.8315], [-74.1827, 40.8488], [-74.1794, 40.847], [-74.1627, 40.8378], [-74.1749, 40.8219], [-74.1762, 40.822], [-74.178, 40.8194], [-74.1791, 40.8188], [-74.1796, 40.8166], [-74.1836, 40.8125], [-74.1819, 40.8115], [-74.1753, 40.8095], [-74.1756, 40.8087], [-74.1793, 40.7953], [-74.1813, 40.7891], [-74.1826, 40.7868], [-74.1841, 40.7814], [-74.1868, 40.7754], [-74.1863, 40.7747], [-74.1867, 40.7745], [-74.1898, 40.7686], [-74.1913, 40.7706], [-74.1964, 40.7761], [-74.1967, 40.7764], [-74.1969, 40.7777], [-74.1972, 40.7775], [-74.1979, 40.7804], [-74.2004, 40.7805], [-74.2018, 40.7819], [-74.2119, 40.7857], [-74.21, 40.787]]], [[[-74.3293, 40.8417], [-74.3286, 40.8417], [-74.3283, 40.8414], [-74.3275, 40.8413], [-74.3271, 40.8415], [-74.3268, 40.8425], [-74.3257, 40.8431], [-74.3255, 40.8435], [-74.3261, 40.8442], [-74.3268, 40.8446], [-74.3285, 40.8447], [-74.3285, 40.8447], [-74.3285, 40.8447], [-74.3302, 40.8489], [-74.3299, 40.8493], [-74.3283, 40.8499], [-74.3273, 40.8504], [-74.327, 40.8528], [-74.3254, 40.854], [-74.3253, 40.8546], [-74.3259, 40.8557], [-74.326, 40.8565], [-74.3257, 40.8571], [-74.3246, 40.8582], [-74.3233, 40.8582], [-74.3223, 40.8584], [-74.3193, 40.8581], [-74.3191, 40.8599], [-74.3205, 40.8624], [-74.3198, 40.8628], [-74.3194, 40.8628], [-74.3188, 40.8627], [-74.3178, 40.8633], [-74.3174, 40.8642], [-74.3175, 40.865], [-74.3201, 40.866], [-74.3223, 40.8642], [-74.3286, 40.8667], [-74.3298, 40.8671], [-74.3311, 40.8669], [-74.3327, 40.8674], [-74.3331, 40.8692], [-74.3375, 40.8678], [-74.3365, 40.8688], [-74.3382, 40.87], [-74.3359, 40.8705], [-74.3375, 40.8722], [-74.3343, 40.8735], [-74.3363, 40.8739], [-74.3378, 40.8751], [-74.3374, 40.8761], [-74.3353, 40.8766], [-74.3354, 40.8777], [-74.3376, 40.8782], [-74.3379, 40.8794], [-74.3402, 40.8794], [-74.3396, 40.8839], [-74.3381, 40.8878], [-74.3397, 40.8889], [-74.3389, 40.8921], [-74.3366, 40.8926], [-74.3357, 40.8931], [-74.3363, 40.8937], [-74.339, 40.8941], [-74.3385, 40.8955], [-74.337, 40.8963], [-74.3343, 40.8963], [-74.3343, 40.8976], [-74.3352, 40.898], [-74.3375, 40.8985], [-74.3372, 40.9], [-74.3353, 40.9021], [-74.3343, 40.9053], [-74.3313, 40.9065], [-74.3307, 40.907], [-74.3311, 40.9082], [-74.3295, 40.9087], [-74.328, 40.9066], [-74.328, 40.9056], [-74.3272, 40.9054], [-74.3248, 40.9062], [-74.3257, 40.9077], [-74.3278, 40.9077], [-74.326, 40.9087], [-74.3228, 40.9088], [-74.3226, 40.9068], [-74.3202, 40.908], [-74.3185, 40.9075], [-74.3188, 40.9034], [-74.3145, 40.9038], [-74.3124, 40.9054], [-74.3102, 40.9047], [-74.3059, 40.9053], [-74.3036, 40.9071], [-74.3024, 40.9067], [-74.3035, 40.9054], [-74.3036, 40.9047], [-74.303, 40.9044], [-74.3014, 40.9045], [-74.2976, 40.9057], [-74.2924, 40.9058], [-74.2918, 40.9051], [-74.2922, 40.903], [-74.2914, 40.9017], [-74.2924, 40.9012], [-74.2913, 40.8998], [-74.2893, 40.8994], [-74.2854, 40.9014], [-74.2832, 40.9014], [-74.2816, 40.9007], [-74.2817, 40.8999], [-74.2862, 40.8992], [-74.2873, 40.8985], [-74.2866, 40.8977], [-74.2838, 40.898], [-74.2839, 40.8972], [-74.2845, 40.8959], [-74.2842, 40.895], [-74.2834, 40.8949], [-74.2823, 40.8956], [-74.2807, 40.8977], [-74.2756, 40.897], [-74.2739, 40.8971], [-74.2728, 40.8973], [-74.2707, 40.8969], [-74.2663, 40.894], [-74.2643, 40.8869], [-74.2583, 40.8831], [-74.2545, 40.8831], [-74.2532, 40.8816], [-74.2468, 40.881], [-74.2499, 40.8772], [-74.2415, 40.8746], [-74.2431, 40.8625], [-74.2443, 40.8606], [-74.2486, 40.8565], [-74.2484, 40.8548], [-74.2499, 40.8535], [-74.2516, 40.8496], [-74.2544, 40.8442], [-74.2569, 40.8405], [-74.2578, 40.8371], [-74.2598, 40.8349], [-74.2651, 40.8353], [-74.2668, 40.8308], [-74.2681, 40.831], [-74.2689, 40.8297], [-74.2734, 40.8313], [-74.2749, 40.8325], [-74.2769, 40.8312], [-74.2825, 40.8352], [-74.2852, 40.8336], [-74.2878, 40.8335], [-74.2878, 40.8344], [-74.2909, 40.8336], [-74.2941, 40.8336], [-74.2992, 40.8318], [-74.298, 40.8307], [-74.2984, 40.8296], [-74.3016, 40.8268], [-74.3058, 40.83], [-74.3121, 40.8331], [-74.3129, 40.832], [-74.3208, 40.8352], [-74.326, 40.8371], [-74.3288, 40.8385], [-74.3286, 40.84], [-74.3288, 40.8406], [-74.3294, 40.8414], [-74.3293, 40.8417]]]]}]}}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"zipCode": {"type": "array", "items": {"type": "string"}}, "country": {"type": "array", "items": {"type": "string"}}, "city": {"type": "array", "items": {"type": "string"}}, "county": {"type": "array", "items": {"type": "string"}}, "state": {"type": "array", "items": {"type": "string"}}}, "required": ["city", "country", "county", "state", "zipCode"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["coordinates", "type"]}}}, "required": ["geometries", "type"]}}, "required": ["geometry", "properties", "type"]}}}, "required": ["features", "type"]} |
5558a1a3e4b095ed24ae355a/1f061a65-36d6-4c80-9a15-b40cb0e738fb/0/0 | boundaries-io | US Zipcode, County, City, and State Boundaries API:
A simple & very fast API that will allow you to integrate multiple GeoJson US boundaries results 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.8 | Query for Place boundaries | Query for Place/City boundaries
Incorporated and unincorporated Places. | 200 | Response | {"type": "FeatureCollection", "features": [{"type": "Feature", "properties": {"places": ["St. louis"], "state": "MO"}, "geometry": {"type": "Polygon", "coordinates": [[[-90.318454, 38.59941], [-90.31858, 38.599092], [-90.31892599999999, 38.598264], [-90.31904, 38.597971], [-90.320515, 38.594152], [-90.319575, 38.592236], [-90.319215, 38.591251], [-90.317449, 38.587377], [-90.31624, 38.584686], [-90.313582, 38.578768], [-90.310417, 38.575627], [-90.310018, 38.575230999999995], [-90.307182, 38.572417], [-90.306958, 38.572193999999996], [-90.297022, 38.562368], [-90.29242099999999, 38.558997], [-90.28973599999999, 38.557019], [-90.28705099999999, 38.555422], [-90.283796, 38.553886], [-90.280563, 38.552186999999996], [-90.28025699999999, 38.552002], [-90.279957, 38.551845], [-90.277683, 38.55046], [-90.272717, 38.54859], [-90.272232, 38.548100000000005], [-90.271581, 38.544844], [-90.27163, 38.544731999999996], [-90.27051399999999, 38.541452], [-90.271033, 38.538626], [-90.26914599999999, 38.537535], [-90.266937, 38.534231999999996], [-90.265329, 38.53369], [-90.26310199999999, 38.534048], [-90.2577725855853, 38.53200774918], [-90.2502824164961, 38.542782135028794], [-90.248913, 38.544751999999995], [-90.2402172299771, 38.555418496738], [-90.238059325835, 38.5580654477764], [-90.2247061578765, 38.5744448508765], [-90.224212, 38.575050999999995], [-90.2231001538461, 38.5757922307692], [-90.222112, 38.576451], [-90.2212203605193, 38.5768307723714], [-90.2179840174166, 38.578209214804005], [-90.216712, 38.578751], [-90.210111, 38.583951], [-90.2055396773137, 38.58677800218759], [-90.20460335566689, 38.587357043206], [-90.202511, 38.588651], [-90.2016502564495, 38.5894190480912], [-90.196011, 38.594451], [-90.191811, 38.598951], [-90.18664790603499, 38.6078614210325], [-90.1850167879572, 38.6106763899108], [-90.18450999999999, 38.611551], [-90.1824170646497, 38.6180130296894], [-90.17881, 38.629149999999996], [-90.17801, 38.63375], [-90.17800958425221, 38.633762472434796], [-90.1777714571757, 38.6409062847289], [-90.1777132808621, 38.6426515741363], [-90.17770999999999, 38.64275], [-90.1783935648222, 38.6461276144154], [-90.1810494295439, 38.6592507106875], [-90.18110999999999, 38.659549999999996], [-90.1812434672319, 38.6600660732965], [-90.1825714572304, 38.665200967957595], [-90.18261, 38.66535], [-90.1854877680934, 38.672468689494195], [-90.18641, 38.674749999999996], [-90.18705737159719, 38.675691631414104], [-90.19521, 38.68755], [-90.1955333146402, 38.6878225080539], [-90.19597332272609, 38.688193372012], [-90.19738012534239, 38.68937910564569], [-90.20221, 38.69345], [-90.2022869643516, 38.6935522526386], [-90.20921, 38.70275], [-90.21200999999999, 38.711749999999995], [-90.21190999999999, 38.717949999999995], [-90.21141, 38.72135], [-90.211178903355, 38.7220741028209], [-90.20991, 38.72605], [-90.20521, 38.73215], [-90.19130899999999, 38.742948999999996], [-90.1836095024478, 38.7467500177789], [-90.183409, 38.746849], [-90.17630899999999, 38.754449], [-90.17536397605468, 38.7590166157355], [-90.17510899999999, 38.760249], [-90.17473347182708, 38.7608715861814], [-90.171309, 38.766549], [-90.16657184776219, 38.77244627115319], [-90.182097, 38.774132], [-90.184196, 38.774431], [-90.18402499999999, 38.772383], [-90.183869, 38.770593], [-90.184602, 38.76715], [-90.185051, 38.764831], [-90.18559499999999, 38.763282], [-90.18626499999999, 38.761354], [-90.18881499999999, 38.757968999999996], [-90.193252, 38.753603999999996], [-90.195461, 38.751532], [-90.196877, 38.749831], [-90.197352, 38.749248], [-90.199885, 38.747032999999995], [-90.205631, 38.741842999999996], [-90.212678, 38.736185], [-90.21809499999999, 38.73352], [-90.22186599999999, 38.730101], [-90.222211, 38.729971], [-90.225156, 38.728950999999995], [-90.228033, 38.728199], [-90.233858, 38.725909], [-90.235343, 38.725325999999995], [-90.239724, 38.723607], [-90.240614, 38.723257], [-90.247332, 38.720619], [-90.251773, 38.718849999999996], [-90.253999, 38.716015999999996], [-90.255791, 38.713764], [-90.25871699999999, 38.710087], [-90.25996599999999, 38.708518], [-90.26200399999999, 38.705982], [-90.264984, 38.702223], [-90.26524099999999, 38.7019], [-90.26572, 38.701294], [-90.275241, 38.689276], [-90.278808, 38.684709999999995], [-90.279915, 38.683294], [-90.28143999999999, 38.681433999999996], [-90.28278399999999, 38.679705], [-90.283768, 38.678495], [-90.28439399999999, 38.677727], [-90.28603, 38.675647999999995], [-90.287627, 38.673634], [-90.290049, 38.670581], [-90.293925, 38.665697], [-90.29523499999999, 38.664047], [-90.296877, 38.661971], [-90.297054, 38.661747], [-90.297502, 38.661175], [-90.297894, 38.660678], [-90.30073999999999, 38.657057], [-90.301828, 38.655642], [-90.302161, 38.653625], [-90.30283, 38.649631], [-90.30340199999999, 38.646184], [-90.303619, 38.644894], [-90.304937, 38.641763], [-90.305324, 38.639655999999995], [-90.306433, 38.63359], [-90.30783, 38.632467], [-90.308771, 38.630024999999996], [-90.309004, 38.628889], [-90.309398, 38.626971999999995], [-90.309968, 38.624162999999996], [-90.31018399999999, 38.62311], [-90.310463, 38.621733], [-90.31130499999999, 38.617602999999995], [-90.31226199999999, 38.615162999999995], [-90.31336499999999, 38.612348999999995], [-90.314127, 38.610406999999995], [-90.317065, 38.602922], [-90.318454, 38.59941]]]}}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"places": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}}, "required": ["places", "state"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["coordinates", "type"]}}, "required": ["geometry", "properties", "type"]}}}, "required": ["features", "type"]} |
5558a1a3e4b095ed24ae355a/a7ac6f62-b24e-4297-8fbc-6162268152c7/0/0 | boundaries-io | US Zipcode, County, City, and State Boundaries API:
A simple & very fast API that will allow you to integrate multiple GeoJson US boundaries results 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.8 | Query by Location for State boundaries | Query by Location for State boundaries | 200 | Response | {"type": "FeatureCollection", "features": [{"type": "Feature", "properties": {"zipCodes": ["97035", "97801", "97374", "97501", "97526", "97380", "97447", "97396", "97741", "97880", "97419", "97632", "97355", "97907", "97361", "97041", "97877", "97020", "97242", "97527", "97641", "97870", "97359", "97360", "97458", "97336", "97708", "97602", "97760", "97032", "97835", "97874", "97109", "97201", "97404", "97438", "97425", "97635", "97544", "97053", "97454", "97630", "97467", "97754", "97487", "97338", "97303", "97498", "97112", "97639", "97135", "97213", "97294", "97416", "97310", "97452", "97426", "97446", "97357", "97820", "97314", "97496", "97701", "97015", "97737", "97759", "97875", "97227", "97494", "97532", "97009", "97134", "97103", "97130", "97413", "97065", "97317", "97018", "97368", "97638", "97528", "97036", "97839", "97732", "97076", "97037", "97734", "97133", "97720", "97233", "97482", "97375", "97538", "97221", "97636", "97491", "97217", "97415", "97236", "97215", "97402", "97283", "97905", "97254", "97464", "97051", "97367", "97119", "97341", "97840", "97371", "97473", "97435", "97492", "97869", "97911", "97859", "97819", "97640", "97044", "97062", "97305", "97208", "97149", "97429", "97523", "97286", "97113", "97005", "97462", "97031", "97475", "97321", "97229", "97255", "97108", "97386", "97070", "97388", "97703", "97251", "97752", "97460", "97225", "97917", "97006", "97903", "97131", "97834", "97344", "97259", "97486", "97756", "97383", "97017", "97211", "97107", "97329", "97730", "97411", "97033", "97824", "97481", "97441", "97761", "97738", "97710", "97137", "97731", "97848", "97753", "97067", "97060", "97141", "97439", "97449", "97116", "97057", "97023", "97350", "97039", "97841", "97531", "97637", "97436", "97867", "97064", "97330", "97901", "97540", "97406", "97833", "97707", "97370", "97302", "97327", "97533", "97378", "97075", "97030", "97465", "97842", "97634", "97862", "97838", "97034", "97024", "97014", "97381", "97908", "97484", "97440", "97121", "97077", "97408", "97437", "97385", "97448", "97392", "97333", "97525", "97872", "97389", "97495", "97223", "97021", "97604", "97476", "97013", "97272", "97117", "97306", "97313", "97414", "97812", "97914", "97324", "97409", "97050", "97817", "97456", "97453", "97345", "97114", "97503", "97102", "97488", "97886", "97029", "97207", "97420", "97124", "97281", "97910", "97497", "97068", "97080", "97739", "97850", "97530", "97471", "97845", "97536", "97455", "97125", "97906", "97537", "97868", "97056", "97239", "97003", "97132", "97258", "97622", "97490", "97010", "97442", "97443", "97282", "97045", "97128", "97301", "97339", "97311", "97256", "97883", "97123", "97733", "97007", "97407", "97865", "97266", "97434", "97391", "97735", "97625", "97856", "97253", "97001", "97063", "97405", "97293", "97902", "97203", "97358", "97145", "97219", "97127", "97312", "97384", "97026", "97758", "97520", "97216", "97040", "97146", "97478", "97472", "97466", "97304", "97459", "97290", "97882", "97909", "97352", "97504", "97499", "97489", "97601", "97144", "97813", "97078", "97308", "97205", "97372", "97218", "97362", "97423", "97101", "97712", "97206", "97843", "97502", "97346", "97722", "97401", "97826", "97004", "97403", "97477", "97535", "97202", "97885", "97028", "97238", "97480", "97522", "97450", "97457", "97230", "97821", "97268", "97534", "97212", "97322", "97918", "97220", "97469", "97267", "97390", "97038", "97463", "97904", "97369", "97148", "97844", "97136", "97335", "97347", "97461", "97427", "97342", "97204", "97008", "97626", "97543", "97624", "97721", "97831", "97365", "97269", "97231", "97524", "97428", "97048", "97857", "97224", "97451", "97049", "97394", "97027", "97292", "97011", "97702", "97147", "97709", "97140", "97830", "97736", "97827", "97298", "97271", "97424", "97138", "97539", "97002", "97110", "97343", "97351", "97432", "97222", "97836", "97042", "97621", "97111", "97620", "97296", "97410", "97493", "97431", "97016", "97818", "97115", "97019", "97417", "97873", "97232", "97884", "97740", "97603", "97022", "97750", "97106", "97325", "97331", "97876", "97913", "97479", "97118", "97089", "97430", "97377", "97823", "97825", "97228", "97210", "97143", "97309", "97627", "97470", "97058", "97373", "97828", "97633", "97376", "97307", "97291", "97623", "97086", "97864", "97055", "97366", "97541", "97299", "97711", "97364", "97280", "97814", "97071", "97214", "97326", "97209", "97920", "97444", "97861", "97054", "97837", "97751", "97846", "97240", "97810", "97348", "97122", "97412", "97079", "97129", "97250", "97252"], "name": "OR", "counties": ["clackamas", "umatilla", "linn", "jackson", "josephine", "lincoln", "douglas", "yamhill", "jefferson", "lane", "klamath", "baker", "polk", "hood river", "marion", "multnomah", "lake", "coos", "deschutes", "wheeler", "washington", "columbia", "crook", "tillamook", "grant", "clatsop", "sherman", "morrow", "harney", "wasco", "curry", "malheur", "union", "benton", "wallowa", "gilliam"]}, "geometry": {"type": "Polygon", "coordinates": [[[-121.922236, 45.649083], [-121.935149, 45.644169], [-121.951838, 45.644951], [-121.955734, 45.643559], [-121.963547, 45.632784], [-121.979797, 45.624839], [-121.983038, 45.622812], [-122.00369, 45.61593], [-122.022571, 45.615151], [-122.044374, 45.609516], [-122.101675, 45.583516], [-122.112356, 45.581409], [-122.126197, 45.582617], [-122.126197, 45.582573], [-122.12949, 45.582967], [-122.129548, 45.582945], [-122.14075, 45.584508], [-122.183695, 45.577696], [-122.2017, 45.564141], [-122.248993, 45.547745], [-122.262625, 45.544321], [-122.266701, 45.543841], [-122.294901, 45.543541], [-122.331502, 45.548241], [-122.352802, 45.569441], [-122.380302, 45.575941], [-122.391802, 45.574541], [-122.410706, 45.567633], [-122.438674, 45.563585], [-122.453891, 45.567313], [-122.474659, 45.578305], [-122.479315, 45.579761], [-122.492259, 45.583281], [-122.523668, 45.589632], [-122.548149, 45.596768], [-122.581406, 45.60394], [-122.602606, 45.607639], [-122.643907, 45.609739], [-122.675008, 45.618039], [-122.691008, 45.624739], [-122.713309, 45.637438], [-122.738109, 45.644138], [-122.76381, 45.657138], [-122.774511, 45.680437], [-122.772511, 45.699637], [-122.762182, 45.728598], [-122.760108, 45.734413], [-122.761451, 45.759163], [-122.769532, 45.780583], [-122.795605, 45.81], [-122.795963, 45.825024], [-122.785696, 45.844216], [-122.785515, 45.850536], [-122.785026, 45.867699], [-122.798091, 45.884333], [-122.81151, 45.912725], [-122.806193, 45.932416], [-122.813998, 45.960984], [-122.837638, 45.98082], [-122.856158, 46.014469], [-122.878092, 46.031281], [-122.884478, 46.06028], [-122.904119, 46.083734], [-122.962681, 46.104817], [-123.004233, 46.133823], [-123.009436, 46.136043], [-123.022147, 46.13911], [-123.03382, 46.144336], [-123.041297, 46.146351], [-123.051064, 46.153599], [-123.105021, 46.177676], [-123.115904, 46.185268], [-123.166414, 46.188973], [-123.213054, 46.172541], [-123.231196, 46.16615], [-123.251233, 46.156452], [-123.280166, 46.144843], [-123.301034, 46.144632], [-123.332335, 46.146132], [-123.363636, 46.146324], [-123.371433, 46.146372], [-123.430847, 46.181827], [-123.427629, 46.229348], [-123.447592, 46.249832], [-123.468743, 46.264531], [-123.474844, 46.267831], [-123.479644, 46.269131], [-123.501245, 46.271004], [-123.516188, 46.266153], [-123.526391, 46.263404], [-123.538092, 46.26061], [-123.547659, 46.259109], [-123.548194, 46.248245], [-123.586205, 46.228654], [-123.60019, 46.234814], [-123.605487, 46.2393], [-123.613459, 46.239228], [-123.622812, 46.23664], [-123.625219, 46.233868], [-123.626247, 46.226434], [-123.6325, 46.216681], [-123.636474, 46.214359], [-123.65539, 46.217974], [-123.666751, 46.218228], [-123.673831, 46.215418], [-123.67538, 46.212401], [-123.706667, 46.199665], [-123.71278, 46.198751], [-123.736747, 46.200687], [-123.759976, 46.2073], [-123.793936, 46.196283], [-123.821834, 46.190293], [-123.838801, 46.192211], [-123.864209, 46.189527], [-123.866643, 46.187674], [-123.863347, 46.18235], [-123.841521, 46.169824], [-123.842849, 46.160529], [-123.854801, 46.157342], [-123.891186, 46.164778], [-123.9042, 46.169293], [-123.912405, 46.17945], [-123.927038, 46.191617], [-123.950148, 46.204097], [-123.961739, 46.207916], [-123.982149, 46.209662], [-123.987196, 46.211521], [-123.990117, 46.21763], [-123.988429, 46.224132], [-123.998052, 46.235327], [-124.001998, 46.237316], [-124.011355, 46.236223], [-124.024305, 46.229256], [-124.010344, 46.223514], [-123.996766, 46.20399], [-123.974124, 46.168798], [-123.95919, 46.141675], [-123.947531, 46.116131], [-123.933366, 46.071672], [-123.92933, 46.041978], [-123.927891, 46.009564], [-123.937471, 45.977306], [-123.941831, 45.97566], [-123.957438, 45.974469], [-123.969991, 45.969139], [-123.993703, 45.946431], [-123.99304, 45.938842], [-123.979501, 45.930389], [-123.96763, 45.907807], [-123.962736, 45.869974], [-123.961544, 45.837101], [-123.96934, 45.783197], [-123.969459, 45.782371], [-123.981864, 45.768285], [-123.982578, 45.761815], [-123.968563, 45.757019], [-123.946027, 45.733249], [-123.943121, 45.727031], [-123.939448, 45.708795], [-123.939005, 45.661923], [-123.951246, 45.585775], [-123.956711, 45.571303], [-123.947556, 45.564878], [-123.957568, 45.510399], [-123.96634, 45.493417], [-123.970794, 45.493507], [-123.976544, 45.489733], [-123.972953, 45.467513], [-123.964074, 45.449112], [-123.960557, 45.430778], [-123.965728, 45.386242], [-123.973398, 45.354791], [-123.979715, 45.347724], [-124.007494, 45.33974], [-124.007756, 45.336813], [-123.978671, 45.338854], [-123.972899, 45.33689], [-123.964169, 45.317026], [-123.962887, 45.280218], [-123.972919, 45.216784], [-123.968187, 45.201217], [-123.975425, 45.145476], [-123.989529, 45.094045], [-124.004863, 45.084232], [-124.006057, 45.084736], [-124.012163, 45.076921], [-124.015851, 45.064759], [-124.017991, 45.049808], [-124.00977, 45.047266], [-124.004668, 45.048167], [-124.004386, 45.046197], [-124.004598, 45.044959], [-124.015243, 44.982904], [-124.023834, 44.949825], [-124.025678, 44.936542], [-124.025136, 44.928175], [-124.032296, 44.900809], [-124.048814, 44.850007], [-124.054151, 44.838233], [-124.063155, 44.835333], [-124.066746, 44.831191], [-124.074066, 44.798107], [-124.075473, 44.771403], [-124.066325, 44.762671], [-124.059077, 44.737656], [-124.063406, 44.703177], [-124.070394, 44.683514], [-124.060043, 44.669361], [-124.058281, 44.658866], [-124.065008, 44.632504], [-124.065202, 44.622445], [-124.084476, 44.611056], [-124.082326, 44.608861], [-124.06914, 44.612979], [-124.067251, 44.60804], [-124.076387, 44.531214], [-124.083601, 44.501123], [-124.084429, 44.486927], [-124.082061, 44.478171], [-124.082113, 44.441518], [-124.079301, 44.430863], [-124.073941, 44.434481], [-124.067569, 44.428582], [-124.071706, 44.423662], [-124.080989, 44.419728], [-124.084401, 44.415611], [-124.092101, 44.370388], [-124.100587, 44.331926], [-124.109556, 44.314545], [-124.108088, 44.309926], [-124.10907, 44.303707], [-124.1152, 44.286486], [-124.115849, 44.276277], [-124.115953, 44.274641], [-124.114869, 44.272721], [-124.109744, 44.270597], [-124.108945, 44.265475], [-124.111054, 44.235071], [-124.115671, 44.206554], [-124.114424, 44.198164], [-124.117006, 44.171913], [-124.125824, 44.12613], [-124.122406, 44.104442], [-124.133547, 44.035845], [-124.142704, 43.958182], [-124.150267, 43.91085], [-124.158684, 43.863504], [-124.168392, 43.808903], [-124.193455, 43.706085], [-124.198275, 43.689481], [-124.204888, 43.673976], [-124.203028, 43.667825], [-124.218876, 43.610319], [-124.233534, 43.55713], [-124.255609, 43.502172], [-124.286896, 43.436296], [-124.315012, 43.388389], [-124.341587, 43.351337], [-124.353332, 43.342667], [-124.373037, 43.338953], [-124.387642, 43.325968], [-124.402814, 43.305872], [-124.400404, 43.302121], [-124.393988, 43.29926], [-124.388891, 43.290523], [-124.38246, 43.270167], [-124.395607, 43.223908], [-124.395302, 43.211101], [-124.401726, 43.184896], [-124.424113, 43.126859], [-124.434451, 43.115986], [-124.432236, 43.097383], [-124.436198, 43.071312], [-124.456918, 43.000315], [-124.462619, 42.99143], [-124.479344, 42.95497], [-124.480938, 42.951495], [-124.500141, 42.917502], [-124.552441, 42.840568], [-124.544179, 42.822958], [-124.536073, 42.814175], [-124.524439, 42.789793], [-124.516236, 42.753632], [-124.514669, 42.736806], [-124.513368, 42.735068], [-124.510017, 42.734746], [-124.499122, 42.738606], [-124.498473, 42.741077], [-124.491679, 42.741789], [-124.473864, 42.732671], [-124.448418, 42.689909], [-124.447487, 42.68474], [-124.451484, 42.677787], [-124.45074, 42.675798], [-124.416774, 42.661594], [-124.413119, 42.657934], [-124.401177, 42.627192], [-124.399421, 42.618079], [-124.400918, 42.597518], [-124.389977, 42.574758], [-124.390664, 42.566593], [-124.399065, 42.539928], [-124.421381, 42.491737], [-124.423084, 42.478952], [-124.422038, 42.461226], [-124.435105, 42.440163], [-124.434882, 42.434916], [-124.428068, 42.420333], [-124.424863, 42.395426], [-124.424066, 42.377242], [-124.425554, 42.351874], [-124.427222, 42.33488], [-124.429288, 42.331746], [-124.410556, 42.307431], [-124.405148, 42.278107], [-124.408514, 42.260588], [-124.411534, 42.254115], [-124.410982, 42.250547], [-124.383633, 42.22716], [-124.377762, 42.218809], [-124.375553, 42.20882], [-124.376215, 42.196381], [-124.374949, 42.193129], [-124.373175, 42.190218], [-124.367751, 42.188321], [-124.361009, 42.180752], [-124.360318, 42.162272], [-124.363389, 42.158588], [-124.366832, 42.15845], [-124.366028, 42.152343], [-124.361563, 42.143767], [-124.355696, 42.141964], [-124.351784, 42.134965], [-124.351535, 42.129796], [-124.357122, 42.118016], [-124.356229, 42.114952], [-124.34101, 42.092929], [-124.314289, 42.067864], [-124.299649, 42.051736], [-124.287374, 42.046016], [-124.270464, 42.045553], [-124.214213, 42.005939], [-124.211605, 41.99846], [-124.126194, 41.996992], [-124.100921, 41.996956], [-124.100216, 41.996842], [-124.087827, 41.996891], [-124.086661, 41.996869], [-124.001188, 41.996146], [-123.834208, 41.996116], [-123.821472, 41.995473], [-123.813992, 41.995096], [-123.789295, 41.996111], [-123.728156, 41.997007], [-123.656998, 41.995137], [-123.624554, 41.999837], [-123.55256, 42.000246], [-123.525245, 42.001047], [-123.517906, 42.000883], [-123.501997, 42.000527], [-123.498896, 42.000474], [-123.49883, 42.000525], [-123.43477, 42.001641], [-123.381776, 41.999268], [-123.347562, 41.999108], [-123.230764, 42.003845], [-123.230762, 42.003845], [-123.192361, 42.005446], [-123.154908, 42.008036], [-123.145959, 42.009247], [-123.083956, 42.005448], [-123.065655, 42.004948], [-123.045254, 42.003049], [-122.941597, 42.003085], [-122.893961, 42.002605], [-122.876148, 42.003247], [-122.80008, 42.004071], [-122.712942, 42.004157], [-122.634739, 42.004858], [-122.501135, 42.00846], [-122.397984, 42.008758], [-122.378193, 42.009518], [-122.289533, 42.007764], [-122.289527, 42.007764], [-122.261127, 42.007364], [-122.161328, 42.007637], [-122.160438, 42.007637], [-122.156666, 42.007384], [-122.155408, 42.007429], [-122.101922, 42.005766], [-122.000319, 42.003967], [-121.846712, 42.00307], [-121.708199, 42.000815], [-121.705045, 42.000766], [-121.689159, 42.000584], [-121.675348, 42.000351], [-121.580865, 41.998668], [-121.52025, 41.997983], [-121.44754, 41.997169], [-121.43961, 41.99708], [-121.434977, 41.997022], [-121.376101, 41.997026], [-121.360253, 41.99668], [-121.340517, 41.99622], [-121.335734, 41.996518], [-121.334385, 41.996655], [-121.309981, 41.997612], [-121.251099, 41.99757], [-121.247616, 41.997054], [-121.126093, 41.99601], [-121.094926, 41.994658], [-121.035195, 41.993323], [-120.879481, 41.993781], [-120.812279, 41.994183], [-120.693941, 41.993676], [-120.692219, 41.993677], [-120.647173, 41.993084], [-120.501069, 41.993785], [-120.326005, 41.993122], [-120.286424, 41.993058], [-120.181563, 41.994588], [-120.001058, 41.995139], [-119.999168, 41.99454], [-119.986678, 41.995842], [-119.876054, 41.997199], [-119.872929, 41.997641], [-119.848907, 41.997281], [-119.790087, 41.997544], [-119.72573, 41.996296], [-119.444598, 41.995478], [-119.360177, 41.994384], [-119.324181, 41.994206], [-119.251033, 41.993843], [-119.231876, 41.994212], [-119.20828, 41.993177], [-119.001022, 41.993793], [-118.795612, 41.992394], [-118.777228, 41.992671], [-118.775869, 41.992692], [-118.696409, 41.991794], [-118.601806, 41.993895], [-118.501002, 41.995446], [-118.197189, 41.996995], [-117.873467, 41.998335], [-117.625973, 41.998102], [-117.623731, 41.998467], [-117.443062, 41.999659], [-117.403613, 41.99929], [-117.217551, 41.999887], [-117.197798, 42.00038], [-117.068613, 42.000035], [-117.055402, 41.99989], [-117.04891, 41.998983], [-117.040906, 41.99989], [-117.026222, 42.000252], [-117.026098, 42.117647], [-117.02659, 42.133258], [-117.026195, 42.166404], [-117.026129, 42.357193], [-117.026551, 42.378557], [-117.026665, 42.624878], [-117.026331, 42.807015], [-117.026303, 42.80717], [-117.026253, 42.807447], [-117.026683, 43.024876], [-117.026652, 43.025128], [-117.026746, 43.577526], [-117.026774, 43.578674], [-117.026922, 43.593632], [-117.026889, 43.596033], [-117.026824, 43.600357], [-117.02676, 43.601912], [-117.026789, 43.610669], [-117.026937, 43.617614], [-117.027001, 43.621032], [-117.026905, 43.62488], [-117.026705, 43.631659], [-117.026661, 43.664385], [-117.026717, 43.675523], [-117.026623, 43.680865], [-117.026586, 43.683001], [-117.026825, 43.706193], [-117.026725, 43.714815], [-117.026841, 43.732905], [-117.026651, 43.733935], [-117.026634, 43.808104], [-117.02678, 43.829841], [-117.026871, 43.832479], [-117.026143, 43.83448], [-117.013954, 43.859358], [-117.01077, 43.862269], [-116.999061, 43.864637], [-116.997391, 43.864874], [-116.991415, 43.863864], [-116.989598, 43.864301], [-116.98294, 43.86771], [-116.982347, 43.86884], [-116.979711, 43.879975], [-116.976024, 43.895548], [-116.976429, 43.901293], [-116.977332, 43.905812], [-116.966256, 43.918573], [-116.963666, 43.921363], [-116.96247, 43.928336], [-116.963666, 43.952644], [-116.966256, 43.955832], [-116.969245, 43.957426], [-116.970241, 43.958622], [-116.971237, 43.960216], [-116.971835, 43.962806], [-116.971436, 43.964998], [-116.969842, 43.967588], [-116.966314, 43.968884], [-116.957527, 43.972443], [-116.942944, 43.987512], [-116.942346, 43.989106], [-116.936765, 44.010608], [-116.934485, 44.021249], [-116.934727, 44.023806], [-116.937342, 44.029376], [-116.943361, 44.035645], [-116.956246, 44.042888], [-116.972504, 44.048771], [-116.973185, 44.049425], [-116.974016, 44.053663], [-116.977351, 44.085364], [-116.974253, 44.088295], [-116.967203, 44.090936], [-116.957009, 44.091743], [-116.943132, 44.09406], [-116.937835, 44.096943], [-116.933704, 44.100039], [-116.928306, 44.107326], [-116.927688, 44.109438], [-116.897175, 44.152538], [-116.895931, 44.154295], [-116.894309, 44.158114], [-116.894083, 44.160191], [-116.895757, 44.171267], [-116.900103, 44.176851], [-116.902752, 44.179467], [-116.925392, 44.191544], [-116.935443, 44.193962], [-116.940534, 44.19371], [-116.945256, 44.191677], [-116.947591, 44.191264], [-116.965498, 44.194126], [-116.967259, 44.194581], [-116.971675, 44.197256], [-116.973701, 44.208017], [-116.973945, 44.225932], [-116.971958, 44.235677], [-116.973542, 44.23998], [-116.975905, 44.242844], [-116.98687, 44.245477], [-117.001, 44.245386], [-117.016921, 44.245391], [-117.020231, 44.246063], [-117.025277, 44.248505], [-117.027558, 44.248881], [-117.031862, 44.248635], [-117.03585, 44.246805], [-117.042283, 44.242775], [-117.045513, 44.232005], [-117.047062, 44.229742], [-117.050057, 44.22883], [-117.05303, 44.229076], [-117.05651, 44.230874], [-117.059352, 44.237244], [-117.067284, 44.24401], [-117.07835, 44.249885], [-117.089503, 44.258234], [-117.090933, 44.260311], [-117.093578, 44.269383], [-117.09457, 44.270978], [-117.098531, 44.275533], [-117.102242, 44.278799], [-117.104208, 44.27994], [-117.107673, 44.280763], [-117.111617, 44.280667], [-117.118018, 44.278945], [-117.121037, 44.277585], [-117.130904, 44.269453], [-117.13253, 44.267045], [-117.133104, 44.264236], [-117.133984, 44.262972], [-117.138523, 44.25937], [-117.143394, 44.258262], [-117.15706, 44.25749], [-117.170342, 44.25889], [-117.193129, 44.270963], [-117.198147, 44.273828], [-117.216974, 44.288357], [-117.222647, 44.297578], [-117.222451, 44.298963], [-117.220069, 44.301382], [-117.217843, 44.30718], [-117.216795, 44.308236], [-117.21521, 44.309116], [-117.2055, 44.311789], [-117.203323, 44.313024], [-117.192203, 44.32863], [-117.191546, 44.329621], [-117.189842, 44.335007], [-117.189769, 44.336585], [-117.196149, 44.346362], [-117.197339, 44.347406], [-117.206962, 44.355206], [-117.210587, 44.357703], [-117.216911, 44.360163], [-117.227938, 44.367975], [-117.235117, 44.373853], [-117.243027, 44.390974], [-117.242675, 44.396548], [-117.234835, 44.399669], [-117.22698, 44.405583], [-117.225461, 44.407729], [-117.218285, 44.420664], [-117.215072, 44.427162], [-117.214637, 44.44803], [-117.215573, 44.453746], [-117.217015, 44.459042], [-117.221548, 44.470146], [-117.224445, 44.473884], [-117.225758, 44.477223], [-117.225932, 44.479389], [-117.225076, 44.482346], [-117.224104, 44.483734], [-117.216372, 44.48616], [-117.211148, 44.485359], [-117.208936, 44.485661], [-117.200237, 44.492027], [-117.194317, 44.499884], [-117.192494, 44.503272], [-117.191329, 44.506784], [-117.19163, 44.509886], [-117.189759, 44.513385], [-117.185386, 44.519261], [-117.181583, 44.52296], [-117.167187, 44.523431], [-117.161033, 44.525166], [-117.152406, 44.531802], [-117.149242, 44.536151], [-117.144161, 44.545647], [-117.14293, 44.557236], [-117.147934, 44.562143], [-117.148255, 44.564371], [-117.146032, 44.568603], [-117.14248, 44.57143], [-117.138066, 44.572996], [-117.133963, 44.57524], [-117.126009, 44.581553], [-117.124754, 44.583834], [-117.125267, 44.593818], [-117.120522, 44.614658], [-117.117809, 44.620139], [-117.114754, 44.624883], [-117.108231, 44.62711], [-117.098221, 44.640689], [-117.094968, 44.652011], [-117.096791, 44.657385], [-117.095868, 44.664737], [-117.091223, 44.668807], [-117.080772, 44.684161], [-117.080555, 44.686714], [-117.07912, 44.692175], [-117.072221, 44.700517], [-117.063824, 44.703623], [-117.061799, 44.706654], [-117.060454, 44.721668], [-117.062273, 44.727143], [-117.044217, 44.74514], [-117.03827, 44.748179], [-117.013802, 44.756841], [-117.006045, 44.756024], [-116.998903, 44.756382], [-116.992003, 44.759182], [-116.986502, 44.762381], [-116.977802, 44.767981], [-116.972902, 44.772581], [-116.970902, 44.773881], [-116.966801, 44.775181], [-116.949001, 44.777981], [-116.9368, 44.782881], [-116.9347, 44.783881], [-116.9318, 44.787181], [-116.9307, 44.789881], [-116.9308, 44.790981], [-116.933099, 44.794481], [-116.933799, 44.796781], [-116.933699, 44.798781], [-116.931099, 44.804781], [-116.928099, 44.808381], [-116.920498, 44.81438], [-116.905771, 44.834794], [-116.901028, 44.841536], [-116.896249, 44.84833], [-116.883598, 44.858268], [-116.865338, 44.870599], [-116.857038, 44.880769], [-116.852427, 44.887577], [-116.850512, 44.893523], [-116.846061, 44.905249], [-116.842108, 44.914922], [-116.838467, 44.923601], [-116.833632, 44.928976], [-116.832176, 44.931373], [-116.83199, 44.933007], [-116.835702, 44.940633], [-116.846461, 44.951521], [-116.850737, 44.958113], [-116.851406, 44.959841], [-116.858313, 44.978761], [-116.856754, 44.984298], [-116.846103, 44.999878], [-116.844625, 45.001435], [-116.844796, 45.015312], [-116.845847, 45.01847], [-116.848037, 45.021728], [-116.847944, 45.022602], [-116.841314, 45.030907], [-116.830115, 45.035317], [-116.825133, 45.03784], [-116.808576, 45.050652], [-116.797329, 45.060267], [-116.78371, 45.076972], [-116.783808, 45.079026], [-116.784244, 45.088128], [-116.783537, 45.093605], [-116.782492, 45.09579], [-116.774847, 45.105536], [-116.754643, 45.113972], [-116.731216, 45.139934], [-116.729607, 45.142091], [-116.728757, 45.144381], [-116.724188, 45.162924], [-116.724205, 45.171501], [-116.709536, 45.203015], [-116.708546, 45.207356], [-116.70975, 45.217243], [-116.709373, 45.219463], [-116.703607, 45.239757], [-116.696047, 45.254679], [-116.691388, 45.263739], [-116.687027, 45.267857], [-116.681013, 45.27072], [-116.675587, 45.274867], [-116.674493, 45.276349], [-116.672733, 45.283183], [-116.672163, 45.288938], [-116.672594, 45.298023], [-116.674648, 45.314342], [-116.673793, 45.321511], [-116.653252, 45.351084], [-116.626633, 45.388037], [-116.619057, 45.39821], [-116.597447, 45.41277], [-116.592416, 45.427356], [-116.588195, 45.44292], [-116.581382, 45.448984], [-116.575949, 45.452522], [-116.563985, 45.460169], [-116.561744, 45.461213], [-116.554829, 45.46293], [-116.55498, 45.472801], [-116.558803, 45.480076], [-116.558804, 45.481188], [-116.553473, 45.499107], [-116.548676, 45.510385], [-116.543837, 45.514193], [-116.535482, 45.525079], [-116.523638, 45.54661], [-116.502756, 45.566608], [-116.490279, 45.574499], [-116.48297, 45.577008], [-116.481943, 45.577898], [-116.463635, 45.602785], [-116.463504, 45.615785], [-116.46517, 45.617986], [-116.469813, 45.620604], [-116.472882, 45.624884], [-116.477452, 45.631267], [-116.482495, 45.639916], [-116.487894, 45.649769], [-116.49451, 45.655679], [-116.512326, 45.670224], [-116.523961, 45.677639], [-116.528272, 45.681473], [-116.535396, 45.691734], [-116.536395, 45.69665], [-116.538014, 45.714929], [-116.535698, 45.734231], [-116.537173, 45.737288], [-116.546643, 45.750972], [-116.549085, 45.752735], [-116.553548, 45.753388], [-116.559444, 45.755189], [-116.577422, 45.76753], [-116.593004, 45.778541], [-116.60504, 45.781018], [-116.632032, 45.784979], [-116.635814, 45.783642], [-116.639641, 45.781274], [-116.646342, 45.779815], [-116.659629, 45.780016], [-116.665344, 45.781998], [-116.680139, 45.79359], [-116.687007, 45.806319], [-116.697192, 45.820135], [-116.698079, 45.820852], [-116.70845, 45.825117], [-116.711822, 45.826267], [-116.715527, 45.826773], [-116.736268, 45.826179], [-116.740486, 45.82446], [-116.745219, 45.821394], [-116.750978, 45.818537], [-116.755288, 45.817061], [-116.759787, 45.816167], [-116.7634, 45.81658], [-116.782676, 45.825376], [-116.788329, 45.831928], [-116.789066, 45.833471], [-116.788923, 45.836741], [-116.78752, 45.840204], [-116.787792, 45.844267], [-116.790151, 45.849851], [-116.79437, 45.856017], [-116.796051, 45.858473], [-116.814142, 45.877551], [-116.819182, 45.880938], [-116.830003, 45.886405], [-116.84355, 45.892273], [-116.857254, 45.904159], [-116.859795, 45.907264], [-116.866544, 45.916958], [-116.869655, 45.923799], [-116.875706, 45.945008], [-116.886843, 45.958617], [-116.892935, 45.974396], [-116.911409, 45.988912], [-116.915989, 45.995413], [-116.940681, 45.996274], [-116.985882, 45.996974], [-117.051304, 45.996849], [-117.070047, 45.99751], [-117.212616, 45.998321], [-117.214534, 45.99832], [-117.216731, 45.998356], [-117.337668, 45.998662], [-117.353928, 45.996349], [-117.390738, 45.998598], [-117.439943, 45.998633], [-117.475148, 45.997893], [-117.47536, 45.997855], [-117.480103, 45.99787], [-117.48013, 45.99787], [-117.504833, 45.998317], [-117.603163, 45.998887], [-117.717852, 45.999866], [-117.977767, 46.000724], [-117.996911, 46.000787], [-118.126197, 46.000282], [-118.131019, 46.00028], [-118.146028, 46.000701], [-118.228941, 46.000421], [-118.236584, 46.000418], [-118.25253, 46.000459], [-118.256368, 46.000439], [-118.283526, 46.000787], [-118.314982, 46.000453], [-118.36779, 46.000622], [-118.37836, 46.000574], [-118.470756, 46.000632], [-118.497027, 46.00062], [-118.537119, 46.00084], [-118.569392, 46.000773], [-118.57571, 46.000718], [-118.579906, 46.000818], [-118.637725, 46.00097], [-118.639332, 46.000994], [-118.658717, 46.000955], [-118.67787, 46.000935], [-118.941242, 46.000574], [-118.987129, 45.999855], [-119.008558, 45.97927], [-119.027056, 45.969134], [-119.061462, 45.958527], [-119.093221, 45.942745], [-119.12612, 45.932859], [-119.169496, 45.927603], [-119.19553, 45.92787], [-119.225745, 45.932725], [-119.25715, 45.939926], [-119.322509, 45.933183], [-119.364396, 45.921605], [-119.43189, 45.918263], [-119.450256, 45.917354], [-119.487829, 45.906307], [-119.524632, 45.908605], [-119.571584, 45.925456], [-119.600549, 45.919581], [-119.623393, 45.905639], [-119.669877, 45.856867], [-119.772927, 45.845578], [-119.802655, 45.84753], [-119.868135, 45.835962], [-119.876144, 45.834718], [-119.907461, 45.828135], [-119.965744, 45.824365], [-119.999502, 45.812481], [-120.001148, 45.811902], [-120.07015, 45.785152], [-120.141352, 45.773152], [-120.170453, 45.761951], [-120.210754, 45.725951], [-120.282156, 45.72125], [-120.288656, 45.72015], [-120.329057, 45.71105], [-120.40396, 45.699249], [-120.482362, 45.694449], [-120.505863, 45.700048], [-120.521964, 45.709848], [-120.559465, 45.738348], [-120.591166, 45.746547], [-120.634968, 45.745847], [-120.653559, 45.737237], [-120.668869, 45.730147], [-120.68937, 45.715847], [-120.724171, 45.706446], [-120.788872, 45.686246], [-120.855674, 45.671545], [-120.870042, 45.661242], [-120.895575, 45.642945], [-120.913476, 45.640045], [-120.915876, 45.641345], [-120.943977, 45.656445], [-120.953077, 45.656745], [-120.977978, 45.649345], [-120.983478, 45.648344], [-121.007449, 45.653217], [-121.033582, 45.650998], [-121.06437, 45.652549], [-121.084933, 45.647893], [-121.120064, 45.623134], [-121.117052, 45.618117], [-121.1222, 45.616067], [-121.131953, 45.609762], [-121.139483, 45.611962], [-121.145534, 45.607886], [-121.167852, 45.606098], [-121.183841, 45.606441], [-121.196556, 45.616689], [-121.195233, 45.629513], [-121.200367, 45.649829], [-121.215779, 45.671238], [-121.251183, 45.67839], [-121.287323, 45.687019], [-121.312198, 45.699925], [-121.33777, 45.704949], [-121.372574, 45.703111], [-121.401739, 45.692887], [-121.423592, 45.69399], [-121.441045, 45.69727], [-121.462849, 45.701367], [-121.499153, 45.720846], [-121.522392, 45.724677], [-121.533106, 45.726541], [-121.631167, 45.704657], [-121.668362, 45.705082], [-121.707358, 45.694809], [-121.735104, 45.694039], [-121.811304, 45.706761], [-121.820055, 45.704649], [-121.867167, 45.693277], [-121.901855, 45.670716], [-121.900858, 45.662009], [-121.908267, 45.654399], [-121.922236, 45.649083]]]}}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"zipCodes": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "counties": {"type": "array", "items": {"type": "string"}}}, "required": ["counties", "name", "zipCodes"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["coordinates", "type"]}}, "required": ["geometry", "properties", "type"]}}}, "required": ["features", "type"]} |
5558a1a3e4b095ed24ae355a/de47b102-fb2a-4d83-8d33-1586ef1e0a9a/0/0 | boundaries-io | US Zipcode, County, City, and State Boundaries API:
A simple & very fast API that will allow you to integrate multiple GeoJson US boundaries results 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.8 | Query for H3 Hexagon by H3 Index(Long) | Query for H3 Hexagon by H3 Index(Long) | 200 | Response | {"type": "FeatureCollection", "features": [{"type": "Feature", "properties": {"zipcodes-within-count": 1, "zipcodes-within": "[60189]", "h3-index": "8a27592e869ffff", "resolution": 10}, "geometry": {"type": "Polygon", "coordinates": [[[-88.11002691502395, 41.81716376081986], [-88.11088481604847, 41.81690277031098], [-88.11097032902904, 41.81623879474455], [-88.11019796451173, 41.815835810652466], [-88.10934007789936, 41.816096791742616], [-88.10925454139226, 41.816760766343414], [-88.11002691502395, 41.81716376081986]]]}}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"zipcodes-within-count": {"type": "integer"}, "zipcodes-within": {"type": "string"}, "h3-index": {"type": "string"}, "resolution": {"type": "integer"}}, "required": ["h3-index", "resolution", "zipcodes-within", "zipcodes-within-count"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["coordinates", "type"]}}, "required": ["geometry", "properties", "type"]}}}, "required": ["features", "type"]} |
5558a1a3e4b095ed24ae355a/b6809d3c-6fb6-44bd-a234-884a28f5342d/0/0 | boundaries-io | US Zipcode, County, City, and State Boundaries API:
A simple & very fast API that will allow you to integrate multiple GeoJson US boundaries results 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.8 | Query for Distance & Bearing Between two H3 Index(hex) | Query for Distance & Bearing Between H3 Index(hex) | 200 | Response | {"type": "FeatureCollection", "features": [{"type": "Feature", "properties": {"distance(miles)": 0.872, "between(h3)": ["8a27592e869ffff", "8727592ebffffff"]}, "geometry": {"type": "LineString", "coordinates": [[-88.11011244100641, 41.81649978303585, 0], [-88.10676198086114, 41.804123042961415, 0]]}}, {"type": "Feature", "properties": {"bearing(degrees)": 168.54975, "zipcodes-within-count": 1, "zipcodes-within": "[60189]", "between(h3)": ["8a27592e869ffff", "8727592ebffffff"], "h3-index": "8a27592e869ffff", "resolution": 10}, "geometry": {"type": "Polygon", "coordinates": [[[-88.11002691502395, 41.81716376081986], [-88.11088481604847, 41.81690277031098], [-88.11097032902904, 41.81623879474455], [-88.11019796451173, 41.815835810652466], [-88.10934007789936, 41.816096791742616], [-88.10925454139226, 41.816760766343414], [-88.11002691502395, 41.81716376081986]]]}}, {"type": "Feature", "properties": {"bearing(degrees)": -11.44802, "zipcodes-within-count": 4, "zipcodes-within": "[60532, 60563, 60189, 60540]", "between(h3)": ["8727592ebffffff", "8a27592e869ffff"], "h3-index": "8727592ebffffff", "resolution": 7}, "geometry": {"type": "Polygon", "coordinates": [[[-88.11097032902904, 41.81623879474455], [-88.12357679186633, 41.807936975303356], [-88.11936603187696, 41.79582304945986], [-88.10255579328128, 41.79200877769785], [-88.0899492170214, 41.80030666907548], [-88.09415299083886, 41.81242275964079], [-88.11097032902904, 41.81623879474455]]]}}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"distance(miles)": {"type": "number"}, "between(h3)": {"type": "array", "items": {"type": "string"}}, "bearing(degrees)": {"type": "number"}, "zipcodes-within-count": {"type": "integer"}, "zipcodes-within": {"type": "string"}, "h3-index": {"type": "string"}, "resolution": {"type": "integer"}}, "required": ["between(h3)"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"anyOf": [{"type": "number"}, {"type": "array", "items": {"type": "number"}}]}}}}, "required": ["coordinates", "type"]}}, "required": ["geometry", "properties", "type"]}}}, "required": ["features", "type"]} |
778140ca-5065-416b-91e1-dd88903c7391/2b16e8d5-ef43-40d8-b0b3-f74a3b8e5707/0/0 | Forward and Reverse Geocoding | Deprecated - use this API for geocoding - https://rapidapi.com/samsandr1996-4VrhG4ruory/api/geocoding-forward-and-reverse
Forward & Reverse Geocoding based on few different geocoders. Returns data as Google Maps API. | 7.2 | Forward Geocoding | This endpoint allows to get latitude and longitude by address data inserted in a query as a string . Response of this API looks like Google Maps API compact response . | 200 | Response | {"results": [{"formatted_address": "New York Transit Museum, 99, Schermerhorn Street, Downtown Brooklyn, Brooklyn, Kings County, New York, 11201, United States", "geometry": {"location": {"lat": "40.6905176", "lng": "-73.9899802"}}}], "status": "OK"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"formatted_address": {"type": "string"}, "geometry": {"type": "object", "properties": {"location": {"type": "object", "properties": {"lat": {"type": "string"}, "lng": {"type": "string"}}, "required": ["lat", "lng"]}}, "required": ["location"]}}, "required": ["formatted_address", "geometry"]}}, "status": {"type": "string"}}, "required": ["results", "status"]} |
778140ca-5065-416b-91e1-dd88903c7391/53162d75-b593-4663-93a7-d092b77c7607/0/0 | Forward and Reverse Geocoding | Deprecated - use this API for geocoding - https://rapidapi.com/samsandr1996-4VrhG4ruory/api/geocoding-forward-and-reverse
Forward & Reverse Geocoding based on few different geocoders. Returns data as Google Maps API. | 7.2 | Reverse Geocoding | This endpoint allows to get address by latitude and longitude inserted in a query and separated by comma. Response of this API looks like Google Maps API compact response . | 200 | Response | {"results": [{"formatted_address": "New York Transit Museum, 99, Schermerhorn Street, Downtown Brooklyn, Brooklyn, Kings County, New York, 11201, United States", "geometry": {"location": {"lat": "40.6905176", "lng": "-73.9899802"}}}], "status": "OK"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"formatted_address": {"type": "string"}, "geometry": {"type": "object", "properties": {"location": {"type": "object", "properties": {"lat": {"type": "string"}, "lng": {"type": "string"}}, "required": ["lat", "lng"]}}, "required": ["location"]}}, "required": ["formatted_address", "geometry"]}}, "status": {"type": "string"}}, "required": ["results", "status"]} |
ac0baf8b-5268-4471-ae79-7c9ab2fb7ffe/62eb67ab-3f45-4b59-b224-6c8a66d65cc0/0/0 | Dargan | Limitless radial search from UK postcodes with distance and coordinate information returned | 0.3 | Distance | Gets the distance between 2 postcodes in KM | 200 | Response | {"A": {"postcode": "CF10 3NP", "latitude": 51.48563, "longitude": -3.177216}, "B": {"postcode": "CF10 3RB", "latitude": 51.482242, "longitude": -3.181516}, "Distance": 0.4801654909320677} | {"type": "object", "properties": {"A": {"type": "object", "properties": {"postcode": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}}}, "B": {"type": "object", "properties": {"postcode": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}}}, "Distance": {"type": "number"}}} |
ac0baf8b-5268-4471-ae79-7c9ab2fb7ffe/fe22a852-62b0-4a5f-b13f-57fcaf183083/0/0 | Dargan | Limitless radial search from UK postcodes with distance and coordinate information returned | 0.3 | Geocode | Returns the latitude and longitude for a given postcode | 200 | Response | {"postcode": "CF10 3NP", "latitude": 51.48563, "longitude": -3.177216} | {"type": "object", "properties": {"postcode": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}}} |
ac0baf8b-5268-4471-ae79-7c9ab2fb7ffe/e9441acf-c219-4bea-97b5-9af6275a22d8/0/0 | Dargan | Limitless radial search from UK postcodes with distance and coordinate information returned | 0.3 | In Radius | Find all postcodes within a certain radius (in KM) of a postcode | 200 | Response | [{"Distance": 0, "Postcode": "CF10 3NP"}, {"Distance": 0.08002502928722437, "Postcode": "CF10 3BA"}, {"Distance": 0.08934651199098717, "Postcode": "CF10 3BS"}] | {"type": "array", "items": {"type": "object", "properties": {"Distance": {"type": "number"}, "Postcode": {"type": "string"}}}} |
941a5edd-bd8a-4c4a-93d8-69d0b6fc5572/c375c5e2-2bf5-4c7c-8b99-e05cc38272b1/0/0 | Geocoding - Forward and Reverse | Forward & Reverse Geocoding based on few different geocoders. Returns data as Google Maps API. | 5.2 | Reverse Geocoding | This endpoint allows to get address by latitude and longitude inserted in a query and separated by comma. Response of this API looks like Google Maps API compact response . | 200 | Response | {"results": [{"formatted_address": "New York Transit Museum, 99, Schermerhorn Street, Downtown Brooklyn, Brooklyn, Kings County, New York, 11201, United States", "geometry": {"location": {"lat": "40.6905176", "lng": "-73.9899802"}}}], "status": "OK"} | {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"formatted_address": {"type": "string"}, "geometry": {"type": "object", "properties": {"location": {"type": "object", "properties": {"lat": {"type": "string"}, "lng": {"type": "string"}}}}}}}}, "status": {"type": "string"}}} |
941a5edd-bd8a-4c4a-93d8-69d0b6fc5572/bf4f6a33-9e09-4b47-8d12-377cbda3218e/0/0 | Geocoding - Forward and Reverse | Forward & Reverse Geocoding based on few different geocoders. Returns data as Google Maps API. | 5.2 | Forward Geocoding | This endpoint allows to get latitude and longitude by address data inserted in a query as a string . Response of this API looks like Google Maps API compact response . | 200 | Response | {"results": [{"formatted_address": "New York Transit Museum, 99, Schermerhorn Street, Downtown Brooklyn, Brooklyn, Kings County, New York, 11201, United States", "geometry": {"location": {"lat": "40.6905176", "lng": "-73.9899802"}}}], "status": "OK"} | {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"formatted_address": {"type": "string"}, "geometry": {"type": "object", "properties": {"location": {"type": "object", "properties": {"lat": {"type": "string"}, "lng": {"type": "string"}}}}}}}}, "status": {"type": "string"}}} |
79608966-dafb-4c61-ab8b-3ee69d24360f/7fffc5eb-0fa8-4c78-a13f-673c8c2cb08c/0/0 | Address Normalization and Geocoding | Takes free text address input, standardizes and outputs rooftop latitude/longitude geocode coordinates. | 0.3 | Geocoding | Returns standard, normalized address and geocode lat/long rooftop coordinates. | 200 | Response | {"address": "1600 Pennsylvania Ave SE, Washington, DC, 20003, USA", "addressDetail": {"number": "1600", "country": "USA", "municipality": "Washington", "postalCode": "20003", "region": "District of Columbia", "street": "Pennsylvania Ave", "subRegion": "District of Columbia"}, "coordinates": {"latitude": 38.87921342108362, "longitude": -76.98197628230879}} | {"type": "object", "properties": {"address": {"type": "string"}, "addressDetail": {"type": "object", "properties": {"number": {"type": "string"}, "country": {"type": "string"}, "municipality": {"type": "string"}, "postalCode": {"type": "string"}, "region": {"type": "string"}, "street": {"type": "string"}, "subRegion": {"type": "string"}}}, "coordinates": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}}}}} |
2e349878-bdab-4032-806f-bb2b09bbd763/cb82a224-2fc8-4e7a-b2e3-205d4a8b8844/0/0 | MapTiler Cloud API | API reference for the MapTiler Cloud services, allows you to programmatically access all the data, maps, and resources. | null | Transform coordinates | Transform coordinates | 200 | Example_1 | {"results": [{"x": 0, "y": 0, "z": 0}], "transformer_selection_strategy": ""} | {"properties": {"results": {"items": {"properties": {"x": {"type": "number"}, "y": {"type": "number"}, "z": {"type": "number"}}, "type": "object"}, "type": "array"}, "transformer_selection_strategy": {"description": "Transformations are selected using given `ops` parameter. If no parameter is given, `auto` strategy is used. If given, it may try to use a `listed` transformation, then fallback to `towgs84` patching, and finally `boundcrs`.", "type": "string"}}, "required": ["transformer_selection_strategy", "results"], "title": "TransformResult", "type": "object"} |
2e349878-bdab-4032-806f-bb2b09bbd763/80fd7e2f-31fe-4485-bb78-2b4aea3ef08b/0/0 | MapTiler Cloud API | API reference for the MapTiler Cloud services, allows you to programmatically access all the data, maps, and resources. | null | Search coordinate systems | Search coordinate systems | 200 | Example_1 | {"results": [{"accuracy": 0, "area": "", "bbox": [], "default_transformation": {"authority": "", "code": 0}, "deprecated": true, "exports": {"proj4": "", "wkt": ""}, "id": {"authority": "", "code": 0}, "kind": "", "name": "", "transformations": [], "unit": ""}], "total": 0} | {"properties": {"results": {"items": {"properties": {"accuracy": {"title": "Accuracy", "type": "number"}, "area": {"title": "Area", "type": "string"}, "bbox": {"description": "Bounding box of the resource in [min_lon, min_lat, max_lon, max_lat] order.", "items": {"type": "number"}, "title": "Bbox", "type": "array"}, "default_transformation": {"allOf": [{"properties": {"authority": {"title": "Authority", "type": "string"}, "code": {"title": "Code", "type": "integer"}}, "required": ["authority", "code"], "title": "Id", "type": "object"}], "description": "Most suitable transformation for this CRS.", "title": "Default Transformation"}, "deprecated": {"title": "Deprecated", "type": "boolean"}, "exports": {"properties": {"proj4": {"title": "Proj4", "type": "string"}, "wkt": {"title": "Wkt", "type": "string"}}, "title": "ExportItem", "type": "object"}, "id": {"properties": {"authority": {"title": "Authority", "type": "string"}, "code": {"title": "Code", "type": "integer"}}, "required": ["authority", "code"], "title": "Id", "type": "object"}, "kind": {"title": "Kind", "type": "string"}, "name": {"title": "Name", "type": "string"}, "transformations": {"items": {"anyOf": [{"type": "object", "properties": {"accuracy": {"title": "Accuracy", "type": "number"}, "area": {"title": "Area", "type": "string"}, "bbox": {"description": "Bounding box of the resource in [min_lon, min_lat, max_lon, max_lat] order.", "items": {"type": "number"}, "title": "Bbox", "type": "array"}, "deprecated": {"title": "Deprecated", "type": "boolean"}, "exports": {"properties": {"proj4": {"title": "Proj4", "type": "string"}, "wkt": {"title": "Wkt", "type": "string"}}, "title": "ExportItem", "type": "object"}, "grids": {"description": "List of grids used in this operation.", "items": {"properties": {"path": {"title": "Path", "type": "string"}}, "required": ["path"], "title": "GridFile", "type": "object"}, "title": "Grids", "type": "array"}, "id": {"properties": {"authority": {"title": "Authority", "type": "string"}, "code": {"title": "Code", "type": "integer"}}, "required": ["authority", "code"], "title": "Id", "type": "object"}, "name": {"title": "Name", "type": "string"}, "reversible": {"description": "Whether this operation can be used in reverse or not.", "title": "Reversible", "type": "boolean"}, "target_crs": {"properties": {"authority": {"title": "Authority", "type": "string"}, "code": {"title": "Code", "type": "integer"}}, "required": ["authority", "code"], "title": "Id", "type": "object"}, "unit": {"title": "Unit", "type": "string"}, "usable": {"description": "Whether this operation can be used in online API or not.", "title": "Usable", "type": "boolean"}}, "required": ["id", "name", "reversible", "grids", "usable", "deprecated"], "title": "TransformationItem"}, {"type": "integer"}]}, "title": "Transformations", "type": "array"}, "unit": {"title": "Unit", "type": "string"}}, "required": ["id", "kind", "name", "deprecated"], "title": "SearchItem", "type": "object"}, "title": "Results", "type": "array"}, "total": {"title": "Total", "type": "integer"}}, "required": ["results", "total"], "title": "SearchResult", "type": "object"} |
2e349878-bdab-4032-806f-bb2b09bbd763/9aa79a06-ea18-41a5-a431-1eb6ba3385ed/1/0 | MapTiler Cloud API | API reference for the MapTiler Cloud services, allows you to programmatically access all the data, maps, and resources. | null | IP Geolocation | Obtain information about visitor's location based on IP address of the incoming request. | 200 | Example_1 | {"country": "Switzerland", "country_code": "CH", "country_bounds": [], "country_languages": [], "continent": "Europe", "continent_code": "EU", "eu": true, "city": "Zurich", "latitude": 47.36667, "longitude": 8.55, "postal": "8000", "region": "Zurich", "region_code": "ZH", "timezone": "Europe/Zurich"} | {"type": "object", "properties": {"country": {"type": "string", "description": "Name of the country"}, "country_code": {"type": "string", "description": "Two-letter code of the country", "externalDocs": {"description": "ISO 3166-1 alpha-2 codes", "url": "https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2"}}, "country_bounds": {"type": "array", "items": {"type": "number"}, "minItems": 4, "maxItems": 4, "description": "Bounds of the country in WGS84 degrees `[west, south, east, north]`."}, "country_languages": {"type": "array", "items": {"type": "string"}, "description": "Official country languages in ISO 639-1 format.", "externalDocs": {"description": "ISO 639-1 codes", "url": "https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes"}}, "continent": {"type": "string", "description": "Name of the continent"}, "continent_code": {"type": "string", "description": "Two-letter code of the continent"}, "eu": {"type": "boolean", "description": "Indicated whether the country is part of the European Union."}, "city": {"type": "string", "description": "Name of the city"}, "latitude": {"type": "number", "description": "Latitude of the location"}, "longitude": {"type": "number", "description": "Longitude of the location"}, "postal": {"type": "string", "description": "Postal code"}, "region": {"type": "string", "description": "If known, the ISO 3166-2 name for the first level region.", "externalDocs": {"description": "ISO 3166-2 codes", "url": "https://en.wikipedia.org/wiki/ISO_3166-2"}}, "region_code": {"type": "string", "description": "If known, the ISO 3166-2 code for the first level region.", "externalDocs": {"description": "ISO 3166-2 codes", "url": "https://en.wikipedia.org/wiki/ISO_3166-2"}}, "timezone": {"type": "string", "description": "Name of the timezone"}}} |
2e349878-bdab-4032-806f-bb2b09bbd763/37b552f5-f279-4a1a-b317-b26b2ee1b8ad/2/0 | MapTiler Cloud API | API reference for the MapTiler Cloud services, allows you to programmatically access all the data, maps, and resources. | null | Search by coordinates (reverse) | Reverse geocoding (search by coordinates). | 200 | Example_1 | {"type": "", "features": [{"type": "", "id": {}, "properties": {}, "geometry": {}, "bbox": [], "center": [], "place_name": "", "text": "", "context": [{"id": "", "text": ""}], "address": ""}], "query": [], "attribution": ""} | {"description": "Search result represented by FeatureCollection where every item is represented as a GeoJSON Feature", "type": "object", "title": "SearchResults", "properties": {"type": {"type": "string", "const": "FeatureCollection"}, "features": {"description": "Array of features found", "type": "array", "items": {"additionalProperties": true, "type": "object", "title": "Feature", "properties": {"type": {"type": "string", "const": "Feature"}, "id": {"description": "Unique feature ID", "anyOf": [{"type": "number"}, {"type": "string"}]}, "properties": {"additionalProperties": true, "description": "Feature properties", "type": "object"}, "geometry": {"anyOf": [{"type": "object", "title": "Point", "properties": {"type": {"type": "string", "const": "Point"}, "coordinates": {"type": "array", "title": "coordinates", "prefixItems": [{"type": "number", "minimum": -180, "maximum": 180, "description": "longitude"}, {"type": "number", "minimum": -90, "maximum": 90, "description": "latitude"}]}}, "required": ["type", "coordinates"]}, {"type": "object", "title": "LineString", "properties": {"type": {"type": "string", "const": "LineString"}, "coordinates": {"minItems": 2, "type": "array", "items": {"type": "array", "title": "coordinates", "prefixItems": [{"type": "number", "minimum": -180, "maximum": 180, "description": "longitude"}, {"type": "number", "minimum": -90, "maximum": 90, "description": "latitude"}]}}}, "required": ["type", "coordinates"]}, {"type": "object", "title": "Polygon", "properties": {"type": {"type": "string", "const": "Polygon"}, "coordinates": {"type": "array", "items": {"minItems": 4, "type": "array", "items": {"type": "array", "title": "coordinates", "prefixItems": [{"type": "number", "minimum": -180, "maximum": 180, "description": "longitude"}, {"type": "number", "minimum": -90, "maximum": 90, "description": "latitude"}]}}}}, "required": ["type", "coordinates"]}, {"type": "object", "title": "MultiPoint", "properties": {"type": {"type": "string", "const": "MultiPoint"}, "coordinates": {"type": "array", "items": {"type": "array", "title": "coordinates", "prefixItems": [{"type": "number", "minimum": -180, "maximum": 180, "description": "longitude"}, {"type": "number", "minimum": -90, "maximum": 90, "description": "latitude"}]}}}, "required": ["type", "coordinates"]}, {"type": "object", "title": "MultiLineString", "properties": {"type": {"type": "string", "const": "MultiLineString"}, "coordinates": {"type": "array", "items": {"minItems": 2, "type": "array", "items": {"type": "array", "title": "coordinates", "prefixItems": [{"type": "number", "minimum": -180, "maximum": 180, "description": "longitude"}, {"type": "number", "minimum": -90, "maximum": 90, "description": "latitude"}]}}}}, "required": ["type", "coordinates"]}, {"type": "object", "title": "MultiPolygon", "properties": {"type": {"type": "string", "const": "MultiPolygon"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"minItems": 4, "type": "array", "items": {"type": "array", "title": "coordinates", "prefixItems": [{"type": "number", "minimum": -180, "maximum": 180, "description": "longitude"}, {"type": "number", "minimum": -90, "maximum": 90, "description": "latitude"}]}}}}}, "required": ["type", "coordinates"]}, {"type": "object", "title": "GeometryCollection", "properties": {"type": {"type": "string", "const": "GeometryCollection"}, "geometries": {"type": "array", "items": {"anyOf": [{"type": "object", "title": "Point", "properties": {"type": {"type": "string", "const": "Point"}, "coordinates": {"type": "array", "title": "coordinates", "prefixItems": [{"type": "number", "minimum": -180, "maximum": 180, "description": "longitude"}, {"type": "number", "minimum": -90, "maximum": 90, "description": "latitude"}]}}, "required": ["type", "coordinates"]}, {"type": "object", "title": "LineString", "properties": {"type": {"type": "string", "const": "LineString"}, "coordinates": {"minItems": 2, "type": "array", "items": {"type": "array", "title": "coordinates", "prefixItems": [{"type": "number", "minimum": -180, "maximum": 180, "description": "longitude"}, {"type": "number", "minimum": -90, "maximum": 90, "description": "latitude"}]}}}, "required": ["type", "coordinates"]}, {"type": "object", "title": "Polygon", "properties": {"type": {"type": "string", "const": "Polygon"}, "coordinates": {"type": "array", "items": {"minItems": 4, "type": "array", "items": {"type": "array", "title": "coordinates", "prefixItems": [{"type": "number", "minimum": -180, "maximum": 180, "description": "longitude"}, {"type": "number", "minimum": -90, "maximum": 90, "description": "latitude"}]}}}}, "required": ["type", "coordinates"]}, {"type": "object", "title": "MultiPoint", "properties": {"type": {"type": "string", "const": "MultiPoint"}, "coordinates": {"type": "array", "items": {"type": "array", "title": "coordinates", "prefixItems": [{"type": "number", "minimum": -180, "maximum": 180, "description": "longitude"}, {"type": "number", "minimum": -90, "maximum": 90, "description": "latitude"}]}}}, "required": ["type", "coordinates"]}, {"type": "object", "title": "MultiLineString", "properties": {"type": {"type": "string", "const": "MultiLineString"}, "coordinates": {"type": "array", "items": {"minItems": 2, "type": "array", "items": {"type": "array", "title": "coordinates", "prefixItems": [{"type": "number", "minimum": -180, "maximum": 180, "description": "longitude"}, {"type": "number", "minimum": -90, "maximum": 90, "description": "latitude"}]}}}}, "required": ["type", "coordinates"]}, {"type": "object", "title": "MultiPolygon", "properties": {"type": {"type": "string", "const": "MultiPolygon"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"minItems": 4, "type": "array", "items": {"type": "array", "title": "coordinates", "prefixItems": [{"type": "number", "minimum": -180, "maximum": 180, "description": "longitude"}, {"type": "number", "minimum": -90, "maximum": 90, "description": "latitude"}]}}}}}, "required": ["type", "coordinates"]}]}}}, "required": ["type", "geometries"]}]}, "bbox": {"description": "Bounding box of the original feature as `[w, s, e, n]` array", "type": "array", "title": "bbox", "prefixItems": [{"type": "number", "minimum": -180, "maximum": 180, "description": "minimal longitude"}, {"type": "number", "minimum": -90, "maximum": 90, "description": "minimal latitude"}, {"type": "number", "minimum": -180, "maximum": 180, "description": "maximal longitude"}, {"type": "number", "minimum": -90, "maximum": 90, "description": "maximal latitude"}]}, "center": {"description": "A `[lon, lat]` array of the original feature centeroid", "type": "array", "title": "coordinates", "prefixItems": [{"type": "number", "minimum": -180, "maximum": 180, "description": "longitude"}, {"type": "number", "minimum": -90, "maximum": 90, "description": "latitude"}]}, "place_name": {"description": "Formatted (including the hierarchy) and localized feature full name", "type": "string"}, "text": {"description": "Localized feature name", "type": "string"}, "context": {"description": "Feature hierarchy", "type": "array", "items": {"additionalProperties": true, "type": "object", "title": "FeatureHierarchy", "properties": {"id": {"description": "Unique feature ID", "type": "string"}, "text": {"description": "Localized feature name", "type": "string"}}, "required": ["id", "text"]}}, "address": {"description": "Address number, if applicable", "type": "string"}}, "required": ["type", "id", "properties", "geometry", "bbox", "center", "place_name", "text"]}}, "query": {"description": "Tokenized search query", "type": "array", "items": {"type": "string"}}, "attribution": {"description": "Attribution of the result", "type": "string"}}, "required": ["type", "features", "query", "attribution"]} |
2e349878-bdab-4032-806f-bb2b09bbd763/6cdba022-5435-4191-836e-097395ca7e1a/2/0 | MapTiler Cloud API | API reference for the MapTiler Cloud services, allows you to programmatically access all the data, maps, and resources. | null | Search by name (forward) | Forward geocoding (search by place name). | 200 | Example_1 | {"type": "", "features": [{"type": "", "id": {}, "properties": {}, "geometry": {}, "bbox": [], "center": [], "place_name": "", "text": "", "context": [{"id": "", "text": ""}], "address": ""}], "query": [], "attribution": ""} | {"description": "Search result represented by FeatureCollection where every item is represented as a GeoJSON Feature", "type": "object", "title": "SearchResults", "properties": {"type": {"type": "string", "const": "FeatureCollection"}, "features": {"description": "Array of features found", "type": "array", "items": {"additionalProperties": true, "type": "object", "title": "Feature", "properties": {"type": {"type": "string", "const": "Feature"}, "id": {"description": "Unique feature ID", "anyOf": [{"type": "number"}, {"type": "string"}]}, "properties": {"additionalProperties": true, "description": "Feature properties", "type": "object"}, "geometry": {"anyOf": [{"type": "object", "title": "Point", "properties": {"type": {"type": "string", "const": "Point"}, "coordinates": {"type": "array", "title": "coordinates", "prefixItems": [{"type": "number", "minimum": -180, "maximum": 180, "description": "longitude"}, {"type": "number", "minimum": -90, "maximum": 90, "description": "latitude"}]}}, "required": ["type", "coordinates"]}, {"type": "object", "title": "LineString", "properties": {"type": {"type": "string", "const": "LineString"}, "coordinates": {"minItems": 2, "type": "array", "items": {"type": "array", "title": "coordinates", "prefixItems": [{"type": "number", "minimum": -180, "maximum": 180, "description": "longitude"}, {"type": "number", "minimum": -90, "maximum": 90, "description": "latitude"}]}}}, "required": ["type", "coordinates"]}, {"type": "object", "title": "Polygon", "properties": {"type": {"type": "string", "const": "Polygon"}, "coordinates": {"type": "array", "items": {"minItems": 4, "type": "array", "items": {"type": "array", "title": "coordinates", "prefixItems": [{"type": "number", "minimum": -180, "maximum": 180, "description": "longitude"}, {"type": "number", "minimum": -90, "maximum": 90, "description": "latitude"}]}}}}, "required": ["type", "coordinates"]}, {"type": "object", "title": "MultiPoint", "properties": {"type": {"type": "string", "const": "MultiPoint"}, "coordinates": {"type": "array", "items": {"type": "array", "title": "coordinates", "prefixItems": [{"type": "number", "minimum": -180, "maximum": 180, "description": "longitude"}, {"type": "number", "minimum": -90, "maximum": 90, "description": "latitude"}]}}}, "required": ["type", "coordinates"]}, {"type": "object", "title": "MultiLineString", "properties": {"type": {"type": "string", "const": "MultiLineString"}, "coordinates": {"type": "array", "items": {"minItems": 2, "type": "array", "items": {"type": "array", "title": "coordinates", "prefixItems": [{"type": "number", "minimum": -180, "maximum": 180, "description": "longitude"}, {"type": "number", "minimum": -90, "maximum": 90, "description": "latitude"}]}}}}, "required": ["type", "coordinates"]}, {"type": "object", "title": "MultiPolygon", "properties": {"type": {"type": "string", "const": "MultiPolygon"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"minItems": 4, "type": "array", "items": {"type": "array", "title": "coordinates", "prefixItems": [{"type": "number", "minimum": -180, "maximum": 180, "description": "longitude"}, {"type": "number", "minimum": -90, "maximum": 90, "description": "latitude"}]}}}}}, "required": ["type", "coordinates"]}, {"type": "object", "title": "GeometryCollection", "properties": {"type": {"type": "string", "const": "GeometryCollection"}, "geometries": {"type": "array", "items": {"anyOf": [{"type": "object", "title": "Point", "properties": {"type": {"type": "string", "const": "Point"}, "coordinates": {"type": "array", "title": "coordinates", "prefixItems": [{"type": "number", "minimum": -180, "maximum": 180, "description": "longitude"}, {"type": "number", "minimum": -90, "maximum": 90, "description": "latitude"}]}}, "required": ["type", "coordinates"]}, {"type": "object", "title": "LineString", "properties": {"type": {"type": "string", "const": "LineString"}, "coordinates": {"minItems": 2, "type": "array", "items": {"type": "array", "title": "coordinates", "prefixItems": [{"type": "number", "minimum": -180, "maximum": 180, "description": "longitude"}, {"type": "number", "minimum": -90, "maximum": 90, "description": "latitude"}]}}}, "required": ["type", "coordinates"]}, {"type": "object", "title": "Polygon", "properties": {"type": {"type": "string", "const": "Polygon"}, "coordinates": {"type": "array", "items": {"minItems": 4, "type": "array", "items": {"type": "array", "title": "coordinates", "prefixItems": [{"type": "number", "minimum": -180, "maximum": 180, "description": "longitude"}, {"type": "number", "minimum": -90, "maximum": 90, "description": "latitude"}]}}}}, "required": ["type", "coordinates"]}, {"type": "object", "title": "MultiPoint", "properties": {"type": {"type": "string", "const": "MultiPoint"}, "coordinates": {"type": "array", "items": {"type": "array", "title": "coordinates", "prefixItems": [{"type": "number", "minimum": -180, "maximum": 180, "description": "longitude"}, {"type": "number", "minimum": -90, "maximum": 90, "description": "latitude"}]}}}, "required": ["type", "coordinates"]}, {"type": "object", "title": "MultiLineString", "properties": {"type": {"type": "string", "const": "MultiLineString"}, "coordinates": {"type": "array", "items": {"minItems": 2, "type": "array", "items": {"type": "array", "title": "coordinates", "prefixItems": [{"type": "number", "minimum": -180, "maximum": 180, "description": "longitude"}, {"type": "number", "minimum": -90, "maximum": 90, "description": "latitude"}]}}}}, "required": ["type", "coordinates"]}, {"type": "object", "title": "MultiPolygon", "properties": {"type": {"type": "string", "const": "MultiPolygon"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"minItems": 4, "type": "array", "items": {"type": "array", "title": "coordinates", "prefixItems": [{"type": "number", "minimum": -180, "maximum": 180, "description": "longitude"}, {"type": "number", "minimum": -90, "maximum": 90, "description": "latitude"}]}}}}}, "required": ["type", "coordinates"]}]}}}, "required": ["type", "geometries"]}]}, "bbox": {"description": "Bounding box of the original feature as `[w, s, e, n]` array", "type": "array", "title": "bbox", "prefixItems": [{"type": "number", "minimum": -180, "maximum": 180, "description": "minimal longitude"}, {"type": "number", "minimum": -90, "maximum": 90, "description": "minimal latitude"}, {"type": "number", "minimum": -180, "maximum": 180, "description": "maximal longitude"}, {"type": "number", "minimum": -90, "maximum": 90, "description": "maximal latitude"}]}, "center": {"description": "A `[lon, lat]` array of the original feature centeroid", "type": "array", "title": "coordinates", "prefixItems": [{"type": "number", "minimum": -180, "maximum": 180, "description": "longitude"}, {"type": "number", "minimum": -90, "maximum": 90, "description": "latitude"}]}, "place_name": {"description": "Formatted (including the hierarchy) and localized feature full name", "type": "string"}, "text": {"description": "Localized feature name", "type": "string"}, "context": {"description": "Feature hierarchy", "type": "array", "items": {"additionalProperties": true, "type": "object", "title": "FeatureHierarchy", "properties": {"id": {"description": "Unique feature ID", "type": "string"}, "text": {"description": "Localized feature name", "type": "string"}}, "required": ["id", "text"]}}, "address": {"description": "Address number, if applicable", "type": "string"}}, "required": ["type", "id", "properties", "geometry", "bbox", "center", "place_name", "text"]}}, "query": {"description": "Tokenized search query", "type": "array", "items": {"type": "string"}}, "attribution": {"description": "Attribution of the result", "type": "string"}}, "required": ["type", "features", "query", "attribution"]} |
4469709a-9f41-402c-8791-23aec462e328/0af3b9ab-b73c-4c0d-9351-2c8e2dba4d23/0/0 | Verify and geocode address | Check if the address exists and get its location and additional fields like phone number, opening hours, etc. | 8.4 | Geocoding | Parse, validate, and locate an address or place | 200 | Example_1 | {"type": "FeatureCollection", "features": [{"type": "Feature", "properties": {"datasource": {"sourcename": "openstreetmap", "attraction": "Empire State Building", "commercial": "Korea Town", "suburb": "Manhattan", "country_code": "us", "phone": "2127363100", "website": "https://www.esbnyc.com/", "wheelchair": "yes", "opening_hours": "Mo-Su 08:00-02:00", "osm_type": "N", "osm_id": 2709306673, "display_name": "Empire State Building, 350, 5th Avenue, Korea Town, Midtown South, Manhattan Community Board 5, Manhattan, New York County, New York, 10118, USA", "category": "tourism", "type": "attraction", "osm_key": "tourism", "osm_value": "attraction"}, "name": "Empire State Building", "housenumber": "350", "street": "5th Avenue", "city": "New York", "county": "New York County", "state": "New York", "postcode": "10118", "country": "USA", "lon": -73.9849958, "lat": 40.7481628, "address_level": "building", "country_code": "us", "formatted": "Empire State Building, 350 5th Avenue, New York, NY 10118, United States of America", "distance": 1.0004923855649477}, "bbox": [-73.9850458, 40.7481128, -73.9849458, 40.7482128], "geometry": {"type": "Point", "coordinates": [-73.9849958, 40.7481628]}}]} | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"datasource": {"type": "object", "properties": {"sourcename": {"type": "string"}, "attraction": {"type": "string"}, "commercial": {"type": "string"}, "suburb": {"type": "string"}, "country_code": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "wheelchair": {"type": "string"}, "opening_hours": {"type": "string"}, "osm_type": {"type": "string"}, "osm_id": {"type": "integer"}, "display_name": {"type": "string"}, "category": {"type": "string"}, "type": {"type": "string"}, "osm_key": {"type": "string"}, "osm_value": {"type": "string"}}}, "name": {"type": "string"}, "housenumber": {"type": "string"}, "street": {"type": "string"}, "city": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "postcode": {"type": "string"}, "country": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}, "address_level": {"type": "string"}, "country_code": {"type": "string"}, "formatted": {"type": "string"}, "distance": {"type": "number"}}}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}}}}}}} |
28b827de-e241-4dc7-8904-8bf3652deb59/a2a91fd0-71e5-44ee-877c-6ccf1c21d31b/0/0 | Huge Maps | A rich toolkit for mapping ,geocoding and elevation | 0.1 | /geocoding/distance | get distance beetween two latlong | 400 | New Example | {"message": "error"} | {"type": "object", "properties": {"message": {"type": "string"}}} |
28b827de-e241-4dc7-8904-8bf3652deb59/a2a91fd0-71e5-44ee-877c-6ccf1c21d31b/1/0 | Huge Maps | A rich toolkit for mapping ,geocoding and elevation | 0.1 | /geocoding/distance | get distance beetween two latlong | 200 | Example_1 | {"from": "-6.7197636720568585,106.48012188549164", "to": "-6.7197636720568585,106.5336802349332", "distance": 0} | {"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}, "distance": {"type": "integer"}}} |
28b827de-e241-4dc7-8904-8bf3652deb59/0f645c8b-d0a5-4fef-9a28-ef305232fe5d/0/0 | Huge Maps | A rich toolkit for mapping ,geocoding and elevation | 0.1 | /elevation/bulk | bulk elevation data beetween two latlong | 400 | New Example | {"message": "error"} | {"type": "object", "properties": {"message": {"type": "string"}}} |
28b827de-e241-4dc7-8904-8bf3652deb59/0f645c8b-d0a5-4fef-9a28-ef305232fe5d/1/0 | Huge Maps | A rich toolkit for mapping ,geocoding and elevation | 0.1 | /elevation/bulk | bulk elevation data beetween two latlong | 200 | Example_1 | {"distance": 5921.1306015268265, "elevations": {"elevations": [{"location": {"lat": -6.7197636720568585, "lng": 106.48012188549167}, "elevation": 1678.8383676179933}, {"location": {"lat": -6.7197636720568585, "lng": 106.53368023493323}, "elevation": 1057.1192413204742}], "startOuterElevations": [{"location": {"lat": -6.7197636720568585, "lng": 106.48012188549167}, "elevation": 1678.8383676179933}, {"location": {"lat": -6.719757854063444, "lng": 106.426563536691}, "elevation": 1501.3456291063799}], "endOuterElevations": [{"location": {"lat": -6.7197636720568585, "lng": 106.53368023493323}, "elevation": 1057.1192413204742}, {"location": {"lat": -6.719757854063445, "lng": 106.58723858373399}, "elevation": 1033.7401005497552}]}} | {"type": "object", "properties": {"distance": {"type": "number"}, "elevations": {"type": "object", "properties": {"elevations": {"type": "array", "items": {"type": "object", "properties": {"location": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}, "elevation": {"type": "number"}}}}, "startOuterElevations": {"type": "array", "items": {"type": "object", "properties": {"location": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}, "elevation": {"type": "number"}}}}, "endOuterElevations": {"type": "array", "items": {"type": "object", "properties": {"location": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}, "elevation": {"type": "number"}}}}}}}} |
28b827de-e241-4dc7-8904-8bf3652deb59/1499bafa-81ca-493e-a3b9-04046ce3a3d3/0/0 | Huge Maps | A rich toolkit for mapping ,geocoding and elevation | 0.1 | /elevation | get elevation data from single latlong | 400 | New Example | {"message": "error"} | {"type": "object", "properties": {"message": {"type": "string"}}} |
28b827de-e241-4dc7-8904-8bf3652deb59/1499bafa-81ca-493e-a3b9-04046ce3a3d3/1/0 | Huge Maps | A rich toolkit for mapping ,geocoding and elevation | 0.1 | /elevation | get elevation data from single latlong | 200 | Example_1 | {"location": {"lat": -6.7197636720568585, "lng": 106.48012188549167}, "elevation": 1678.8383676179933} | {"type": "object", "properties": {"location": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}, "elevation": {"type": "number"}}} |
28b827de-e241-4dc7-8904-8bf3652deb59/54084ce9-9f65-4d29-b325-02b051468329/0/0 | Huge Maps | A rich toolkit for mapping ,geocoding and elevation | 0.1 | /geocoding/toaddress | convert latitude and longitude to address | 400 | New Example | {"message": "error"} | {"type": "object", "properties": {"message": {"type": "string"}}} |
28b827de-e241-4dc7-8904-8bf3652deb59/54084ce9-9f65-4d29-b325-02b051468329/1/0 | Huge Maps | A rich toolkit for mapping ,geocoding and elevation | 0.1 | /geocoding/toaddress | convert latitude and longitude to address | 200 | Example_1 | {"latitude": "39.702461230947385", "longitude": "141.13458299347565", "address": "Morioka, Prefektur Iwate, Jepang"} | {"type": "object", "properties": {"latitude": {"type": "string"}, "longitude": {"type": "string"}, "address": {"type": "string"}}} |
28b827de-e241-4dc7-8904-8bf3652deb59/797d0ec2-6406-4d88-8f9f-54c2c183ee25/0/0 | Huge Maps | A rich toolkit for mapping ,geocoding and elevation | 0.1 | /geocoding/tolatlng | convert address to latitude and longitude | 400 | New Example | {"message": "error"} | {"type": "object", "properties": {"message": {"type": "string"}}} |
Subsets and Splits