Mock sample for your project: Sandbox API

Integrate with "Sandbox API" from getsandbox.com in no time with Mockoon's ready to use mock sample

Sandbox API

getsandbox.com

Version: v1


Use this API in your project

Start working with "Sandbox API" right away by using this ready-to-use mock sample. API mocking can greatly speed up your application development by removing all the tedious tasks or issues: API key provisioning, account creation, unplanned downtime, etc.
It also helps reduce your dependency on third-party APIs and improves your integration tests' quality and reliability by accounting for random failures, slow response time, etc.

Description

Sandbox API

Other APIs in the same category

Interzoid Get Area Code API

This API provides area code information for a given telephone area code.

Swagger2OpenAPI Converter

Converter and validator for Swagger 2.0 to OpenAPI 3.0.x definitions

WebScraping.AI

A client for https://webscraping.ai API. It provides a web scaping automation API with Chrome JS rendering, rotating proxies and builtin HTML parsing.

Interzoid Global Page Load Performance API

This API provides a timed, browser-simulated page load function (or a measured API call) from the specified geography using a server from that geography.

Computer Vision Client

microsoft.com
The Computer Vision API provides state-of-the-art algorithms to process images and return information. For example, it can be used to determine if an image contains mature content, or it can be used to find all the faces in an image. It also has other features like estimating dominant and accent colors, categorizing the content of images, and describing an image with complete English sentences. Additionally, it can also intelligently generate images thumbnails for displaying large images effectively.

Interzoid Zip Code Detailed Info API

This API provides detailed information for a given zip code, including city, state, latitude, longitude, area size, and various population demographics.

Bulk WHOIS API

apispot.io
Domain API (WHOIS, Check, Batch)

IP2WHOIS Domain Lookup

ip2whois.com
IP2WHOIS is a free tool to allow you to check WHOIS information for a particular domain, such as domain assigned owner contact information, registrar information, registrant information, location and much more.

Interzoid Get Company Name Match Similarity Key API

This API provides a similarity key used to match with other similar company name data, including for purposes of deduplication, fuzzy matching, or merging of datasets. A much higher match rate will be achieved by matching on the algorithmically generated similarity key rather than the data itself.

Crossbrowsertesting.com Screenshot Comparisons API

crossbrowsertesting.com
What's in this version:
Compare two screenshots for layout differences
Compare a full screenshot test of browsers to a single baseline browser for layout differences.
Compare a screenshot test version to another test version - good for regression tests.
Get links to the Comparison UI for visual representation of layout differences

Interzoid Get Weather By Zip Code API

This API provides current weather information for US Cities, including temperatures, wind speeds, wind direction, relative humidity, and visibility.

Airbyte Configuration API

Airbyte Configuration API
https://airbyte.io.
This API is a collection of HTTP RPC-style methods. While it is not a REST API, those familiar with REST should find the conventions of this API recognizable.
Here are some conventions that this API follows:
All endpoints are http POST methods.
All endpoints accept data via application/json request bodies. The API does not accept any data via query params.
The naming convention for endpoints is: localhost:8000/{VERSION}/{METHODFAMILY}/{METHODNAME} e.g. localhost:8000/v1/connections/create.
For all update methods, the whole object must be passed in, even the fields that did not change.
Change Management:
The major version of the API endpoint can be determined / specified in the URL localhost:8080/v1/connections/create
Minor version bumps will be invisible to the end user. The user cannot specify minor versions in requests.
All backwards incompatible changes will happen in major version bumps. We will not make backwards incompatible changes in minor version bumps. Examples of non-breaking changes (includes but not limited to...):
Adding fields to request or response bodies.
Adding new HTTP endpoints.