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 yo... | 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... |
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... |
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", "ur... | {"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... | 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 d... | 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"... | {"$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_download... |
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... |
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... |
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"}}}}}, "fi... |
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, "w... | {"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"... | |
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, "wid... | {"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"... | |
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... | |
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... | {"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 fi... | 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 d... | 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", "... | {"$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_downloa... |
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 obj... | {"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=GlsaGBoAGgAyAQk6AQ9CBgjCtdibBkgDUEtgAaIB... | {"$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": {... |
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=... | {"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.j... | {"$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": "stri... |
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": "J... | {"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"}, "... |
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... |
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... |
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"], "titl... |
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... |
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... |
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":... | |
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": -9223372036... |
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": 92233... |
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": -9223372036... |
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":... | |
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":... |
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.787... | {"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": "s... |
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"... | {"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": "s... |
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 queri... | 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], [-... | {"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": {"... |
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", ... | {"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": "... |
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}}}... | {"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": "... |
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 issu... | 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... | {"$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"}, "c... |
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 issu... | 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 issu... | 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], [-8... | {"$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":... |
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 issu... | 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], [-8... | {"$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":... |
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 issu... | 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 issu... | 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", ... | {"$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 issu... | 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.6... | {"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": "stri... |
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 issu... | 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.90877701958... | {"$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"... |
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 issu... | 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... | {"$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"}, "c... |
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 issu... | 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,... | {"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 issu... | 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... | {"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": ... |
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 issu... | 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", "chesapea... | {"$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 issu... | 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", "b... | {"$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 issu... | 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", ... | {"$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 issu... | 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": "GeometryCollecti... | {"$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"}}, "coun... |
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 issu... | 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... | {"$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... |
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 issu... | 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", "973... | {"$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"}}, "nam... |
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 issu... | 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], [-8... | {"$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":... |
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 issu... | 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... | {"$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": "... |
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": {"... |
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": {"... |
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"... |
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": "... |
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": "... |
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.879213421083... | {"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": ... |
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 ... |
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"}, "d... |
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_bou... |
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": {"a... |
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": {"a... |
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", "o... | {"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": "str... |
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... | {"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... |
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
No community queries yet
The top public SQL queries from the community will appear here once available.