Developer Tools: 534 free APIs

Source control, CI, code execution, package tooling and everything that sits in a build pipeline. Every record below links to its own documentation page.

Listed
534
No auth needed
87
Full profiles
213

APIs in this category

534 of 534
Accounting API Welcome to the Accounting API. You can use this API to access all Accounting API endpoints. ## Base URL The base URL for all API requests is https://unify.apideck.com We also provide a Mock API that can be used for testing purposes: https://mock-api.apideck.com ## Headers Custom headers that are expected as part of the request. Note that RFC7230 states header names are case insensitive. | Name | Type | Required | Description | | --------------------- | ------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | | x-apideck-consumer-id | String | Yes | The id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity tha…
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. Authentication (OSS): When authenticating to the Configuration API, you must use Basic Authentication by setting the Authentication Header to Basic and base64 en…
Apicurio Registry API [v2] Apicurio Registry is a datastore for standard event schemas and API designs. Apicurio Registry enables developers to manage and share the structure of their data using a REST interface. For example, client applications can dynamically push or pull the latest updates to or from the registry without needing to redeploy. Apicurio Registry also enables developers to create rules that govern how registry content can evolve over time. For example, this includes rules for content validation and version compatibility. The Apicurio Registry REST API enables client applications to manage the artifacts in the registry. This API provides create, read, update, and delete operations for schema and API artifacts, rules, versions, and metadata. The supported artifact types include: - Apache Avro schema -…
AppVeyor REST API AppVeyor is a hosted continuous integration service which runs on Microsoft Windows. The AppVeyor REST API provides a RESTful way to interact with the AppVeyor service. This includes managing projects, builds, deployments, and the teams that build them. Additional help and discussion of the AppVeyor REST API is available at http://help.appveyor.com/discussions This Swagger definition is an unofficial description of the AppVeyor REST API maintained at https://github.com/kevinoid/appveyor-swagger Please report any issues or suggestions for this Swagger definition at https://github.com/kevinoid/appveyor-swagger/issues/new #### API Conventions Fields which are missing from update operations (PUT requests) are typically reset to their default values. So although most fields are not technically…
ATS API Welcome to the ATS API. You can use this API to access all ATS API endpoints. ## Base URL The base URL for all API requests is https://unify.apideck.com We also provide a Mock API that can be used for testing purposes: https://mock-api.apideck.com ## Headers Custom headers that are expected as part of the request. Note that RFC7230 states header names are case insensitive. | Name | Type | Required | Description | | --------------------- | ------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | | x-apideck-consumer-id | String | Yes | The id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can have int…
Catalog API > Check the new Catalog onboarding guide. We created this guide to improve the onboarding experience for developers at VTEX. It assembles all documentation on our Developer Portal about Catalog and is organized by focusing on the developer's journey. Methods for collecting product/SKU catalog data, categories, brands and other information. All content that comes between {{}} keys must be replaced with the correct data before performing the request. ## Index - Product - Here you can consult, create, or update a Product. For more information, check this article. - Product Specification - You can consult, create, or update additional information of a Product. For more information, check this article. - SKU - Here you can consult, create, or update an SKU. For more information, check this art…
Catalog API - Seller Portal With the Catalog API for Seller Portal, you will be able to create, edit and consult products and their variations, brands, and categories. > This API is part of the Seller Portal Catalog. This functionality is in the Beta stage and can be discontinued at any moment at VTEX's discretion. VTEX will not be responsible for any instabilities caused by its use or discontinuity. If you have any questions, please contact our Support Center. ## Index ### Product GET Get Product by ID PUT Update Product GET Get Product Description by Product ID PUT Update Product Description by Product ID GET Get Product by external ID, SKU ID, SKU external ID or slug POST Create Product ### SKU GET Search for SKU GET Get List of SKUs ### Brand GET Get List of Brands POST Create a Brand GET Get Brand by ID PUT Upd…
ConfigCat Public Management API Base API URL: https://api.configcat.com If you prefer the swagger documentation, you can find it here: Swagger UI. The purpose of this API is to access the ConfigCat platform programmatically. You can Create, Read, Update and Delete any entities like Feature Flags, Configs, Environments or Products within ConfigCat. The API is based on HTTP REST, uses resource-oriented URLs, status codes and supports JSON and JSON+HAL format. Do not use this API for accessing and evaluating feature flag values. Use the SDKs instead. # OpenAPI Specification The complete specification is publicly available here: swagger.json. You can use it to generate client libraries in various languages with OpenAPI Generator or Swagger Codegen to interact with this API. # Authentication This API uses the Basic HTTP Auth…
CRM API Welcome to the CRM API. You can use this API to access all CRM API endpoints. ## Base URL The base URL for all API requests is https://unify.apideck.com We also provide a Mock API that can be used for testing purposes: https://mock-api.apideck.com ## Headers Custom headers that are expected as part of the request. Note that RFC7230 states header names are case insensitive. | Name | Type | Required | Description | | --------------------- | ------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | | x-apideck-consumer-id | String | Yes | The id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can have int…
Customer Support Welcome to the Customer Support API. You can use this API to access all Customer Support API endpoints. ## Base URL The base URL for all API requests is https://unify.apideck.com We also provide a Mock API that can be used for testing purposes: https://mock-api.apideck.com ## Headers Custom headers that are expected as part of the request. Note that RFC7230 states header names are case insensitive. | Name | Type | Required | Description | | --------------------- | ------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | | x-apideck-consumer-id | String | Yes | The id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whateve…
Docker Engine API The Engine API is an HTTP API served by Docker Engine. It is the API the Docker client uses to communicate with the Engine, so everything the Docker client can do can be done with the API. Most of the client's commands map directly to API endpoints (e.g. docker ps is GET /containers/json). The notable exception is running containers, which consists of several API calls. # Errors The API uses standard HTTP status codes to indicate the success or failure of the API call. The body of the response will be JSON in the following format: { "message": "page not found" } # Versioning The API is usually changed in each release of Docker, so API calls are versioned to ensure that clients don't break. For Docker Engine 17.09, the API version is 1.32. To lock to this version, you prefix the URL with /…
File storage API Welcome to the File Storage API. You can use this API to access all File Storage API endpoints. ## Base URL The base URL for all API requests is https://unify.apideck.com We also provide a Mock API that can be used for testing purposes: https://mock-api.apideck.com ## Headers Custom headers that are expected as part of the request. Note that RFC7230 states header names are case insensitive. | Name | Type | Required | Description | | --------------------- | ------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | | x-apideck-consumer-id | String | Yes | The id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity…
HRIS API Welcome to the HRIS API. You can use this API to access all HRIS API endpoints. ## Base URL The base URL for all API requests is https://unify.apideck.com We also provide a Mock API that can be used for testing purposes: https://mock-api.apideck.com ## Headers Custom headers that are expected as part of the request. Note that RFC7230 states header names are case insensitive. | Name | Type | Required | Description | | --------------------- | ------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | | x-apideck-consumer-id | String | Yes | The id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can have i…
IBM Containers API Containers are virtual software objects that include all the elements that an app needs to run. A container has the benefits of resource isolation and allocation but is more portable and efficient than, for example, a virtual machine. This documentation describes the IBM Containers API, which is based on the Docker Remote API. The API provides endpoints that you can use to create and manage your single containers and container groups in Bluemix. Endpoints are summarized under the following tags: - Authentication: Retrieve and refresh your TLS certificates. - Private Docker images registry: Create your own private Docker images registry in Bluemix by setting a namespace for your organization. - Images: View, build, and push your images to your private Bluemix registry so you can use them w…
Issue Tracking API Welcome to the Issue Tracking API. You can use this API to access all Issue Tracking API endpoints. ## Base URL The base URL for all API requests is https://unify.apideck.com We also provide a Mock API that can be used for testing purposes: https://mock-api.apideck.com ## Headers Custom headers that are expected as part of the request. Note that RFC7230 states header names are case insensitive. | Name | Type | Required | Description | | --------------------- | ------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | | x-apideck-consumer-id | String | Yes | The id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever en…
Lead API Welcome to the Lead API. You can use this API to access all Lead API endpoints. ## Base URL The base URL for all API requests is https://unify.apideck.com We also provide a Mock API that can be used for testing purposes: https://mock-api.apideck.com ## Headers Custom headers that are expected as part of the request. Note that RFC7230 states header names are case insensitive. | Name | Type | Required | Description | | --------------------- | ------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | | x-apideck-consumer-id | String | Yes | The id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can have i…
Marketplace Protocol The Marketplace Protocol is a set of API requests and definitions to help you integrate external sellers into a VTEX marketplace as well as external marketplaces into VTEX sellers. ## External Seller Here you will find the endpoints involved in the integration between a VTEX marketplace and an external seller. Note that some of these requests are typically sent by the seller while others are received. | Request | From | To | |-|-|-| | Fulfillment simulation | Marketplace | Seller | | Order placement | Marketplace | Seller | | Authorize fulfillment | Marketplace | Seller | | Marketplace order cancellation | Marketplace | Seller | | Send invoice | Seller | Marketplace | | Send tracking information | Seller | Marketplace | | Update tracking status | Seller | Marketplace | | Cancel order in m…
PhantAuth Random User Generator + OpenID Connect Provider. Like Lorem Ipsum, but for user accounts and authentication. The PhantAuth API documentation is available on the following API documentation sites: - apiary (primary source) - speca - PhantAuth Developer Portal ### TL;DR PhantAuth was designed to simplify testing for applications using OpenID Connect authentication by making use of random generated users. endpoint | address --------- | ------- issuer | https://phantauth.net discovery | https://phantauth.net/.well-known/openid-configuration credential | value ------------- | ----- clientid | test.client clientsecret | UTBcWwt5 ## OpenID Connect The OpenID Connect Provider of PhantAuth supports the flows listed in the OpenID Connect specifications (Hybrid, Implicit, Authorization Code), as wel…
POS API Welcome to the POS API. You can use this API to access all POS API endpoints. ## Base URL The base URL for all API requests is https://unify.apideck.com We also provide a Mock API that can be used for testing purposes: https://mock-api.apideck.com ## Headers Custom headers that are expected as part of the request. Note that RFC7230 states header names are case insensitive. | Name | Type | Required | Description | | --------------------- | ------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | | x-apideck-consumer-id | String | Yes | The id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can have int…
Price Simulations API > Check the new Pricing onboarding guide. We created this guide to improve the onboarding experience for developers at VTEX. It assembles all documentation on our Developer Portal about Pricing and is organized by focusing on the developer's journey The Price Simulations API allows you to configure custom price selectors for B2B stores, based on the context set by the Orders Configuration app. ## Custom Prices In this section, you can create a specific shopping scenario with the criteria you want. For explaining purpose, we used the orderType and state as default values, but it can be others too. GET Get custom prices schema POST Create or Update custom prices schema ## Session Management Every time you edit a configuration value set on the Custom Prices session, you must use this endpoin…
Pricing Hub > This feature is in closed beta, available only for selected customers. If you have any questions, contact our Support. In the B2B scenario, it is common for stores to have personalized prices per customer and complex pricing systems that require external integrations. Pricing Hub is a system developed for the B2B context that works as an intermediary between VTEX and external pricing systems. In VTEX, B2B stores have the option to use our internal pricing system or an external one. If the store chooses to operate with an external pricing system, Pricing Hub will query an external price calculation API. The external API should then respond with the price for all items in the shopping cart according to its predefined tax rules. !Pricing hub protocal diagram ## Implementation To connect wi…
Promotions & Taxes API > Check the new Promotions onboarding guide. We created this guide to improve the onboarding experience for developers at VTEX. It assembles all documentation on our Developer Portal about Promotions and is organized by focusing on the developer's journey. The Promotions & Taxes API allows you to manage and retrieve all promotions, coupons and tax rules from your VTEX store. ## Index ### Coupons POST Create multiple coupons POST Create coupon GET Get coupon by coupon code GET Get archived coupon by coupon code POST Archive coupon by coupon code POST Update coupon GET Get all coupons POST Coupon Massive Generation GET Get coupon usage POST Unarchive coupon by coupon code ### Promotions and Taxes GET Get All Promotions GET Get All Taxes GET Get Promotion or Tax By ID POST Create or Update P…
Proxy API Welcome to the Proxy API. You can use this API to access all Proxy API endpoints. ## Base URL The base URL for all API requests is https://unify.apideck.com ## Headers Custom headers that are expected as part of the request. Note that RFC7230 states header names are case insensitive. | Name | Type | Required | Description | | ---------------------------------- | ------ | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | Authorization | String | Yes | Bearer API KEY | | x-apideck-app-id | String | Yes | The application id of your Unify application. Available at https://app.apideck.com/unify/api-keys. | | x-apideck-consumer-id | String | Yes | The…
Rudder API Download OpenAPI specification: openapi.yml # Introduction Rudder exposes a REST API, enabling the user to interact with Rudder without using the webapp, for example in scripts or cronjobs. ## Versioning Each time the API is extended with new features (new functions, new parameters, new responses, ...), it will be assigned a new version number. This will allow you to keep your existing scripts (based on previous behavior). Versions will always be integers (no 2.1 or 3.3, just 2, 3, 4, ...) or latest. You can change the version of the API used by setting it either within the url or in a header: the URL: each URL is prefixed by its version id, like /api/version/function. bash # Version 10 curl -X GET -H "X-API-Token: yourToken" https://rudder.example.com/rudder/api/10/rules # Latest curl -X…
SEDRA IV API The SEDRA API is documented in OpenAPI format and uses ReDoc for documentation. # Introduction This document describes the JSON API for the Syriac Electronic Data Research Archive (SEDRA). The SEDRA project is a linguistic and literary database of Syriac language and literature focusing on providing electronic access to the corpus of Syriac lexicons with linguistic information added to each entry in those lexicons. The API is a mechanism to provide the linguistic information stored in SEDRA to a broader audience. Additionally there is a XML API for Syriac words which conforms to a prototype Semitic Languages schema which can be found in the XSD file https://sedra.bethmardutho.org/api/semiticLanguages.xsd. # Cross-Origin Resource Sharing This API features Cross-Origin Resource Sharing (COR…
SimplyRETS The SimplyRETS API is an exciting step towards making it easier for developers and real estate agents to build something awesome with real estate data! The documentation below makes live requests to our API using the trial data. To get set up with the API using live MLS data, you must have RETS credentials from your MLS, which you can then use to create an app with SimplyRETS. For more information on that process, please see our FAQ, Getting Started page, or contact us. Below you'll find the API endpoints, query parameters, response bodies, and other information about using the SimplyRETS API. You can run queries by clicking the 'Try it Out' button at the bottom of each section. ### Authentication The SimplyRETS API uses Basic Authentication. When you create an app, you'll get a set of AP…
SMS API Welcome to the SMS API. You can use this API to access all SMS API endpoints. ## Base URL The base URL for all API requests is https://unify.apideck.com We also provide a Mock API that can be used for testing purposes: https://mock-api.apideck.com ## Headers Custom headers that are expected as part of the request. Note that RFC7230 states header names are case insensitive. | Name | Type | Required | Description | | --------------------- | ------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | | x-apideck-consumer-id | String | Yes | The id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can have int…
Snyk API The Snyk API is available to customers on Business and Enterprise plans and allows you to programatically integrate with Snyk. ## REST API We are in the process of building a new, improved API (https://api.snyk.io/rest) built using the OpenAPI and JSON API standards. We welcome you to try it out as we shape and release endpoints until it, ultimately, becomes a full replacement for our current API. Looking for our REST API docs? Please head over to https://apidocs.snyk.io ## API vs CLI vs Snyk integration The API detailed below has the ability to test a package for issues, as they are defined by Snyk. It is important to note that for many package managers, using this API will be less accurate than running the Snyk CLI as part of your build pipe, or just using it locally on your package. Th…
Svix API Welcome to the Svix API documentation! Useful links: Homepage | Support email | Blog | Slack Community # Introduction This is the reference documentation and schemas for the Svix webhook service API. For tutorials and other documentation please refer to the documentation. ## Main concepts In Svix you have four important entities you will be interacting with: - messages: these are the webhooks being sent. They can have contents and a few other properties. - application: this is where messages are sent to. Usually you want to create one application for each user on your platform. - endpoint: endpoints are the URLs messages will be sent to. Each application can have multiple endpoints and each message sent to that application will be sent to all of them (unless they are not subscribed to the…
Trakt API At Trakt, we collect lots of interesting information about what tv shows and movies everyone is watching. Part of the fun with such data is making it available for anyone to mash up and use on their own site or app. The Trakt API was made just for this purpose. It is very easy to use, you basically call a URL and get some JSON back. More complex API calls (such as adding a movie or show to your collection) involve sending us data. These are still easy to use, you simply POST some JSON data to a specific URL. Make sure to check out the Required Headers and Authentication sections for more info on what needs to be sent with each API call. Also check out the Terminology section insight into the features Trakt supports. # Create an App To use the Trakt API, you'll need to create a new API app…
1,000,000+ Recipe and Grocery List API (v2) #Documentation This is the documentation for the partner endpoint of the BigOven Recipe and Grocery List API. The update brings with it Swagger-based documentation. Swagger is an emerging standard for describing REST-based APIs, and with this Swagger-compliant endpoint (above), you can make ready-to-go interface libraries for your code via swagger-codegen. For instance, it's easy to generate libraries for Node.js, Java, Ruby, ASP.NET MVC, jQuery, php and more! You can also try out the endpoint calls with your own apikey right here on this page. Be sure to enter your apikey above to use the "Try it out!" buttons on this page. ##Start Here Developers new to the BigOven API should start with this version, not with the legacy API. We'll be making improvements to this API over time, and doing…
Connector API Welcome to the Connector API. You can use this API to access all Connector API endpoints. ## Base URL The base URL for all API requests is https://unify.apideck.com We also provide a Mock API that can be used for testing purposes: https://mock-api.apideck.com ## Headers Custom headers that are expected as part of the request. Note that RFC7230 states header names are case insensitive. | Name | Type | Required | Description | | --------------------- | ------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | | x-apideck-consumer-id | String | Yes | The id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that…
DVP Data API The Docker DVP Data API allows Docker Verified Publishers to view image pull analytics data for their namespaces. Analytics data can be retrieved as raw data, or in a summary format. #### Summary data In your summary data CSV, you will have access to the data points listed below. You can request summary data for a complete week (Monday through Sunday) or for a complete month (available on the first day of the following month). There are two levels of summary data: - Repository-level, a summary of every namespace and repository - Tag- or digest-level, a summary of every namespace, repository, and reference (tag or digest) The summary data formats contain the following data points: - Unique IP address count - Pulls by tag count - Pulls by digest count - Version check count #### Raw data In…
Ecommerce API Welcome to the Ecommerce API. You can use this API to access all Ecommerce API endpoints. ## Base URL The base URL for all API requests is https://unify.apideck.com We also provide a Mock API that can be used for testing purposes: https://mock-api.apideck.com ## Headers Custom headers that are expected as part of the request. Note that RFC7230 states header names are case insensitive. | Name | Type | Required | Description | | --------------------- | ------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | | x-apideck-consumer-id | String | Yes | The id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that…
link.fish API API to easily extract data from websites. # Base URL All URLs referenced in the documentation have the following base: https://api.link.fish The REST API is only served over HTTPS. To ensure data privacy, unencrypted HTTP is not supported. # Authentication HTTP requests to the REST API are protected with HTTP Basic authentication. You will use the email address of your link.fish account as the username and your API access token as the password for HTTP Basic authentication. If you do not have an account yet, go to https://link.fish/api and create one first. You will receive the API access token automatically via email after you signed up. To generate a new token and invalidate the current one log into your link.fish account at https://app.link.fish and go to: "Plugins" -> "API Dashboard"…
Pricing API > Check the new Pricing onboarding guide. We created this guide to improve the onboarding experience for developers at VTEX. It assembles all documentation on our Developer Portal about Pricing and is organized by focusing on the developer's journey. Pricing is the VTEX module responsible for the SKU's price list. At this module we have the base price of each SKU, some optional fixed prices by trade policy, and some rules that can be applied to generate dynamically different final prices according to the purchase context and the trade policy. The variables used in this collection are: {{accountName}} = You VTEX account name. {{tradePolicyId}} = Current Trade Policy ID. {{itemId}} = SKU ID. {{X-VTEX-API-AppKey}} and {{X-VTEX-API-AppToken}} = Credentials. You can get more information about…
Reports API The Reports API enables you to request a report of activity for your Vonage account. Depending on your query pattern, you can choose from one of the two versions of the Reports API: asynchronous and synchronous. The asynchronous version is optimized for infrequent and large data queries (from several records to tens of millions). The synchronous version is optimized for frequent and periodic retrievals of small batches of data records (from one record to tens of thousand per query). Only synchronous version supports retrival of data records by message/record ID. Vonage recommends that you limit asynchronous queries to a maximum of 20 million records, by setting the start and end dates accordingly. On average, the asynchronous Reports API takes 5 - 10 minutes to generate 1 million records.
Webhook API Welcome to the Webhook API. You can use this API to access all Webhook API endpoints. ## Base URL The base URL for all API requests is https://unify.apideck.com We also provide a Mock API that can be used for testing purposes: https://mock-api.apideck.com ## Headers Custom headers that are expected as part of the request. Note that RFC7230 states header names are case insensitive. | Name | Type | Required | Description | | --------------------- | ------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | | x-apideck-consumer-id | String | Yes | The id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can…
Api2Pdf - PDF Generation, Powered by AWS Lambda Introduction Api2Pdf is a powerful PDF generation API with no rate limits or file size constraints. Api2Pdf runs on AWS Lambda, a serverless architecture powered by Amazon to scale to millions of requests while being up to 90% cheaper than alternatives. Supports wkhtmltopdf, Headless Chrome, LibreOffice, and PDF Merge. You can also generate barcodes with ZXING (Zebra Crossing). # SDKs & Client Libraries We've made a number of open source libraries available for the API - Python: https://github.com/api2pdf/api2pdf.python - .NET: https://github.com/api2pdf/api2pdf.dotnet - Nodejs: https://github.com/api2pdf/api2pdf.node - PHP: https://github.com/Api2Pdf/api2pdf.php - Ruby: (Coming soon) # Authorization Create an account at portal.api2pdf.com to get an API key. Authorize your API calls - G…
ContentGroove API Overview The ContentGroove Developer API enables you to add the power of ContentGroove's video AI to your own applications and workflows. Webhooks are a way for ContentGroove to send video information to your application, to update your system and/or trigger other business processes. You can use Webhooks and the Developer API separately or together. # Getting Started with Webhooks - Sign up for an account at app.contentgroove.com - Read "Using Webhooks" on the API Reference page - Visit the Webhooks page and create a new webhook # Using Webhooks Webhooks, also known as callbacks, are a way for ContentGroove to notify your application as soon as possible after an event has occurred in ContentGroove. For example after a media completes processing, ContentGroove can use a webhook to notify…
GiftCard Hub API > Check the new Payments onboarding guide. We created this guide to improve the onboarding experience for developers at VTEX. It assembles all documentation on our Developer Portal about Payments and is organized by focusing on the developer's journey. The Gift Card Hub API allows interactions with all Gift Card providers registered to a store from a single point. Gift Card providers are systems capable of providing cards to be used in the buying process. The following is the sequence diagram that represents calls in the purchase closing process. ![](https://cdn.jsdelivr.net/gh/vtexdocs/dev-portal-content@main/images/giftcard-hub-api-overview-0.png) Checkout + Gateway: Systems responsible for the sale and for processing orders and payments. Gift Card Hub: System responsible for managing…
Intelligent Search API > Onboarding guide > > Check the new Search onboarding guide. We created this guide to improve the onboarding experience for developers at VTEX. It assembles all documentation on our Developer Portal about Search and is organized by focusing on the developer's journey. This API is from the VTEX Intelligent Search solution, an alternative to the platform’s native search, as it assists the customer in their purchase journey, and it presents results since the first interaction with the search bar. ## Index - Get list of the 10 most searched terms - Get list of suggested terms and attributes similar to the search term - Get attempt of correction of a misspelled term - Get list of banners registered for query - Get list of suggested terms similar to the search term - Get list of products for…
Marketplace API The Marketplace API enables marketplaces and sellers hosted on VTEX to perform their collaborative operations. > The marketplace must create an appKey and appToken for each non-VTEX seller that will use this API. ## Index ### Notification Endpoints used by sellers to notify marketplaces that the price or inventory language has changed for one of their SKUs. POST Notify marketplace of price update POST Notify marketplace of inventory update ### Suggestions #### Get Suggestions Search and filter all suggestions using specific criteria. GET Get all SKU Suggestions GET Get SKU Suggestion by ID #### Manage Suggestions Send or delete SKU suggestions from the seller to marketplace. PUT Send SKU Suggestion DELETE Delete SKU Suggestion #### Get Versions Search and filter all versions of suggesti…
Suggestions The Marketplace API enables marketplaces and sellers hosted on VTEX to perform their collaborative operations. > The marketplace must create an appKey and appToken for each non-VTEX seller that will use this API. ## Index ### Notification Endpoints used by sellers to notify marketplaces that the price or inventory language has changed for one of their SKUs. POST Notify marketplace of price update POST Notify marketplace of inventory update ### Suggestions #### Get Suggestions Search and filter all suggestions using specific criteria. GET Get all SKU Suggestions GET Get SKU Suggestion by ID #### Manage Suggestions Send or delete SKU suggestions from the seller to marketplace. PUT Send SKU Suggestion DELETE Delete SKU Suggestion #### Get Versions Search and filter all versions of suggesti…
Chomp Food Database API Documentation Important An API key is required for access to this API. Get yours at https://chompthis.com/api. ### Getting Started Subscribe to the API. Scroll down and click the "Authorize" button. Enter your API key into the "value" input, click the "Authorize" button, then click the "Close" button. Scroll down to the section titled "default" and click on the API endpoint you wish to use. Click the "Try it out" button. Enter the information the endpoint requires. Click the "Execute" button. ### Example Branded food response object: View example » Ingredient response object: View example » Error response object: View example » ### How Do I Find My API Key? Your API key was sent to the email address you used to create your subscription. You will also find your API key in the Client…
Master Data API - v2 ATTENTION: This version isn't compliant with data entities of old version (e.g. CL and AD). It's possible to use this configuration only to new data entities. ## Welcome! VTEX Master Data is an easy-to-use, secure, fast, scalable and extensible repository. On it you can create your own Entities, store data and consult directly from the storefront or use it to store info for some external integration. There are internal VTEX modules that use VTEX Master Data as data repository. We have the VTEX Customer Service, VTEX Profile System and VTEX InStore, for example. It is also used by other internal services. There are two ways to use Master Data: 1. Directly from the storefront 2. External integration ### Directly from the storefront If your scenario is to be used inside the storefront, be…
SwaggerHub Registry API Overview Use SwaggerHub Registry API to access, manage, and update the following resources in SwaggerHub, bypassing the web interface: APIs Domains Integrations Projects Templates SwaggerHub also provides the User Management API to get information about organizations and manage organization members. # Base URL Use the following base URL for SwaggerHub SaaS: http(s)://api.swaggerhub.com Note: This documentation is for SwaggerHub SaaS. On-Premise customers should use the bundled API definition, which can be found at the URLs provided below. Version 1.29.0 or later: http(s)://SERVER/v1/openapi.yaml - YAML version http(s)://SERVER/v1/openapi.json - JSON version Earlier versions: http(s)://SERVER/v1/swagger.yaml - YAML version http(s)://SERVER/v1/swagger.json - JSON version # Authentication…
Vault API Welcome to the Vault API When you're looking to connect to an API, the first step is authentication. Vault helps you handle OAuth flows, store API keys, and refresh access tokens from users (called consumers in Apideck). ## Base URL The base URL for all API requests is https://unify.apideck.com ## Get Started To use the Apideck APIs, you need to sign up for free at https://app.apideck.com/signup. Follow the steps below to get started. - Create a free account. - Go to the Dashboard. - Get your API key and the application ID. - Select and configure the integrations you want to make available to your users. Through the Unify dashboard, you can configure which connectors you want to support as integrations. - Retrieve the clientid and clientsecret for the integration you want to activate (…
Checkout API > Check the new Checkout onboarding guide. We created this guide to improve the onboarding experience for developers at VTEX. It assembles all documentation on our Developer Portal about the Checkout and is organized by focusing on the developer's journey. The Checkout API allows you to obtain and configure information about the shopping cart and its attachments, personalization of custom fields, orderForm structure, fulfillment data, order management, and identification of the sellers delivery region. > Data modification operations (POST, PATCH, PUT or DELETE endpoints) shall not be performed in parallel in the Checkout APIs. They need to be enqueued by the client/requester. Otherwise, old values can be overwritten incorrectly or competition errors may occur. > All endpoints that…
Nookipedia The Nookipedia API provides endpoints for retrieving Animal Crossing data pulled from the Nookipedia wiki. A couple of the key benefits of using the Nookipedia API is access to data spanning the entire Animal Crossing series, as well as information that is constantly updated and expanding as editors work on the wiki. Access to the Nookipedia API requires obtaining a key. This is so we can manage our scale and provide better support for our users. To request access to the API, please fill out this form. This API is 'version 2' of our original API. While the previous API scraped information directly from the wiki, this new edition of the API pulls data from a structured and constrained database, resulting in higher-quality data, better searching, and support for filtering.
Visual Search Client Visual Search API lets you discover insights about an image such as visually similar images, shopping sources, and related searches. The API can also perform text recognition, identify entities (people, places, things), return other topical content for the user to explore, and more. For more information, see Visual Search Overview. NOTE: To comply with the new EU Copyright Directive in France, the Bing Visual Search API must omit some content from certain EU News sources for French users. The removed content may include thumbnail images and videos, video previews, and snippets which accompany search results from these sources. As a consequence, the Bing APIs may serve fewer results with thumbnail images and videos, video previews, and snippets to French users.
LGTM API specification The REST API for LGTM provides data so that you can customize how you integrate LGTM analysis into your workflow. It includes the following resources: / (API root)—get version information or download the specification in OpenAPI format. /projects (Projects)—list projects, get a summary of the current status for a project, or add new projects. /analyses (Analyses)—get a summary of results, download all the alerts, or trigger analysis for a specific commit. /codereviews (Code reviews)—trigger code review for a patch, and view the results. /operations (Operations)—get information about long-running tasks, for example, analyses or code reviews that you've requested. /snapshots (Snapshots)—download and upload databases representing a snapshot of a codebase.…
Shorten.REST API Documentation Introduction The Shorten.rest API allows you to programmatically create short URLs (an 'alias') for longer URL (a 'destination'). Each alias you create can be used to redirect the end user (person clicking on the link) to one or more destination URLs A default destination is always set and specific destinations can be set to redirect the end user to preferred destinations based on the user's geographical location (country) and device Operating System. In order to use the Shorten.Rest URL Shortening API you can choose to bind your own branded domain, sub-domain or to use our default domain - Short.FYI ### Destination Matching When creating or editing a short URL ('alias') you can choose to specify a destination for each country and OS (Supported OSes l…
Postman API The Postman API allows you to programmatically access data stored in Postman account with ease. The easiest way to get started with the API is to click the fork button to fork this collection to your own workspace and use Postman to send requests. # Overview 1. You need a valid API Key to send requests to the API endpoints. You can get your key from the integrations dashboard. 1. The API has an access rate limit applied to it. 1. The Postman API will only respond to secured communication done over HTTPS. HTTP requests will be sent a 301 redirect to corresponding HTTPS resources. 1. Response to every request is sent in JSON format. In case the API request results in an error, it is represented by an "error": {} key in the JSON respon…
Voodoo Manufacturing 3D Print API Welcome to the Voodoo Manufacturing API docs! Your Voodoo Manufacturing API key must be included with each request to the API. The API will look for the key in the "apikey" header of the request. You can request a key here. This API provides a programmatic interface for submitting printing orders to Voodoo Manufacturing. The general process for creating an order is as follows: - Get a list of the available materials with the /materials endpoint - Upload models to the API with the /models endpoint - Get quotes for shipping methods with the /order/shipping endpoint - Get a quote for an order with the /order/create endpoint - Confirm the order with the /order/confirm endpoint Uploaded models and orders can be retrieve…
XTRF Home Portal API XTRF Home Portal API enables you to perform operations on Projects, Quotes, Customers, Vendors etc. as a XTRF Home Portal user. The documentation is generated from OpenAPI specification 3.0 available here The API client/consumer code may be easily generated in 60+ programming languages using an open source code generator available at the time of writing this documentation at https://editor.swagger.io/ Thank you for using XTRF Application Programming interface (XTRF API). By using the API you agree to the terms below. If you disagree with any of these terms, XTRF does not grant you a license to use the XTRF API. XTRF reserves the right to update and change these terms from time to time without a prior no…
GeoDB Cities API The GeoDB API focuses on getting global city and region data. Easily obtain country, region, and city data for use in your apps! Filter cities by name prefix, country, location, time-zone, and even minimum population. Sort cities by name, country code, elevation, and population - or any combination of these. Get all country regions. Get all cities in a given region. Display results in multiple languages. RESTful API adheres to industry best-practices, including HATEOAS-style links to facilitate paging results. Backed by cloud-based load-balanced infrastructure for resiliency and performance! Data is periodically refreshed from GeoNames and WikiData. Notes: Since the database is periodically u…
LinQR This is LinQR QR Code API documentation. This API allows you to generate custom, visually attractive QR Codes. The cloud infrastructure guarantees high availability and autoscalability of the service. You can generate hundreds of thousands of images this way and use them however you like. We realize that your API use case may require custom solutions, and perhaps we lack functionality that is very important to you. In that case feel free to write an email to our support and tell us about it. We have repeatedly added new functions of our service directly after the requests of our users. General remarks: - maximum request size is fixed at 32MB. - request timeout is fixed at 180 seconds.
Zapier Natural Language Actions (NLA) API - Beta ## Hi, there! Welcome to the Zapier Natural Language Actions API docs. You are currently viewing the root API. The endpoints of this root API are static and useful for reference. To see the live playground with dynamic API endpoints that match up to your own actions, log in first, then go here: NLA Dynamic API. ## Overview Zapier is an integration platform with over 5,000+ apps and 50,000+ actions. You can view the full list here. Zapier is used by millions of users, most of whom are non-technical builders -- but often savvy with software. Zapier offers several no code products to connect together the various apps on our platform. NLA exposes the same integrations Zapier uses to bu…
Google Home Google Home Local API This is an unofficial documentation of the local API used by the Home app to communicate with GH devices. GitHub Repo !GitHub stars !GitHub license ## Getting Started Requests must be made over HTTPS, port 8443, so the base URL for these endpoints is: https://<google-home-ip>:8443/setup/ Get the IP of Google Home from the Google Home app (Device Settings -> End of the list) or from your router. GET requests are simple, in the browser kind. POST requests need to set the header (when there's a body): content-type: application/json ## Authentication Since June 2019, most requests (with exceptions like /setup/eurekainfo) need a local authorizati…
Wealth Reader API Las APIs regulatorias basadas en PSD2 proporcionan acceso a cierta información financiera como saldos de cuentas bancarias y transacciones. Sin embargo, hay otras fuentes de información patrimonial que no son accesibles por estas APIs. La API de Wealth Reader amplía la información ofrecida por las APIs regulatorias proporcionando acceso en tiempo real a las fuentes patrimoniales adicionales en cualquier entidad del mundo. Existen otros dos documentos relacionados que te ayudarán a integrar la API de Wealth Reader. Uno es la guía de integración del widget Javascript: https://docs-es.wealthreader.com/, y el otro una colección Postman basada en esta documentación.
Nexmo Conversion API The Conversion API allows you to tell Nexmo about the reliability of your 2FA communications. Sending conversion data back to us means that Nexmo can deliver messages faster and more reliably. The conversion data you send us is confidential: Nexmo does not share it with third parties. In order to identify the carriers who provide the best performance, Nexmo continually tests the routes we use to deliver SMS and voice calls. Using Adaptive Routing, Nexmo actively reroutes messages through different carrier routes and ensures faster and more reliable delivery for your messages. The route choice is made using millions of real-time conversion data points.
DFlight API DFlight API supplies the up-to-date information needed for compliance with UAV preflight assessment requirements. Separate endpoints are available for each of the following information categories: - Airspace - Weather - Temporary Flight Restrictions - Special Security Areas - Restricted Public Venues - Surface Obstacles - Aerodromes - UAS Operating Areas You can define your geographic area of interest in one of three convenient ways: - Providing a latitude/longitude point and distance around that point - Providing a GeoJSON LineString defining your route - Providing an arbitrary GeoJSON Polygon defining your area of interest
Open Build Service API The Open Build Service API is a XML API. To authenticate, use HTTP basic authentication by passing the Authorization header in the form of Authorization: Basic <credentials>. There is no API versioning as there is no need for it right now. Only rudimentary rate limiting is implemented, so please be gentle when using the API concurrently, especially with potentially expensive operations. In case of abuse, we will limit/remove your access. For command-line users, we recommend using osc with its api command to interact with the API. It's as simple as this example: osc api /about (about is one of the endpoints documented below)
VTEX Headless CMS The VTEX Headless CMS is a no-code management system for storefront content. That means you can store your content as structured data in a layer decoupled from the frontend and use the VTEX Headless CMS to access and deliver your content to your storefront project. Notice that the VTEX Headless CMS typically works with FastStore projects only. In this case, you can use this API to fetch data using SSR (NextJS and Gatsby v4+) or SSG (NextJS). Servers - https://{account}.myvtex.com/ - https://{workspace}--{account}.myvtex.com/ Server variables - accountName: Name of your VTEX account. - workspace: Name of your VTEX workspace.
Customer Credit API With Customer Credit your store can enable credit payments through the checkout. You can also control invoices and the credit limits of your clients. Learn more about Customer Credit in our Help Center article. All requests need the authorization header. Additionally, you can find more information on installment payments for an order in the customData field found in the Get Order endpoint of the Orders API. This includes the number of installments, amount and due dates. This API allows two kinds of authorization: 1. Authorization header containing the VTEX ID authentication token. 2. VTEX Appkey and Apptoken headers.
Discovery Market Research This API drives the Discovery Market Research Tool . It contains information on the vendors that are part of the OASIS and OASIS Small Business contracting vehicles, such as their contracting history, their elligibility for contract awards, and their small business designations. To learn more about the tool, please visit Discovery or see the README on our GitHub repository . Please note that the base path for this API is https://api.data.gov/gsa/discovery/ It requires an API key, obtainable at api.data.gov . It must be passed in the apikey parameter with each request…
VictorOps This API allows you to interact with the VictorOps platform in various ways. Your account may be limited to a total number of API calls per month. Also, some of these API calls have rate limits. NOTE: In this documentation when creating a sample curl request (clicking the TRY IT OUT! button), in some API viewing interfaces, the '@' in an email address may be encoded. Please note that the REST endpoints will not process the encoded version. Make sure that the encoded character '%40' is changed to its unencoded form before submitting the curl request.
Interactive documentation for your Premium plan This interactive documentation is using your API key which is filled in automatically, you can find and change this in your dashboard. Using the GET button, open your selected endpoint and read the introduction. You will find a detailed description of available parameters. You can complete the Parameters section and hit Execute to view a full API response. You can then inspect the JSON response, copy the curl command to run it on your machine, or obtain a URL of the request. In this way, you can easily build request command for the data you need.
GoToTraining The GoToTraining API enables developers to use the stable and robust GoToTraining functionality as the basis for online trainings in a proprietary learning management system. The GoToTraining APIs provide the ability to access the scheduling, registration, management, and reporting functions of GoToTraining from external applications. With the ability to tightly integrate GoToTraining into your learning infrastructure, you can offer your learners a seamless user experience and provide them with a market leading virtual classroom environment.
Dataflow Kit Web Scraper Render Javascript driven pages, while we internally manage Headless Chrome and proxies for you. - Build a custom web scraper with our Visual point-and-click toolkit. - Scrape the most popular Search engines result pages (SERP). - Convert web pages to PDF and capture screenshots. ### Authentication Dataflow Kit API require you to sign up for an API key in order to use the API. The API key can be found in the DFK Dashboard after free registration. Pass a secret API Key to all API requests to the server as the apikey query parameter.
Dispatch API The Dispatch API enables the developer to specify a multiple message workflow. A workflow follows a template. The first one we are adding is the failover template. The failover template instructs the Messages API to first send a message to the specified channel. If that message fails immediately or if the conditionstatus is not reached within the given time period the next message is sent. The developer will also receive status webhooks from the messages resource for each delivery and read event. This API is currently in Beta.
Hotel Booking Before using this API, we recommend you read our Authorization Guide for more information on how to generate an access token. Please also be aware that our test environment is based on a subset of the production for this API it may change dynamically. For your tests, use big cities like LON (London) or NYC (New-York). Warning: Do not perform test booking in production. All requests are sent and processed by hotel providers. An excessive amount of fake/canceled reservation will make you blacklisted by hotel providers.
Interzoid Get Full Name Parsed Match Similarity Key API This API provides a similarity key used to match with other similar full name data when data fields are parsed into first name and last name components, including for purposes of deduplication, fuzzy matching, or merging of datasets. A much higher match rate will be achieved by matching on the similarity key rather than the data itself. This API is for full name data where first and last name are in separate fields. Use the Full Name Similarity Key API for first and last name data that are in the same field.
Computer Vision Client 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.
Computer Vision Client 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.
Automata Market Intelligence API This document provides the documentation for the Market Intelligence API by Automata. Get your API Key at https://apis.byautomata.io and check out our Postman Collection . The root API endpoint is https://api.byautomata.io. Please refer to the code samples for examples of how to call the Market Intelligence API. The ContentPro endpoints (/contentpro-search and /contentpro-similar-text) are not included in the standard Market Intelligence API plans. Please contact support@byautomata.io for access.
Data2CRM.API Make use of our in-depth documentation to get more information about the various functions of the service. Those willing to explore the mechanics of Data2CRM.API can test it in live regime using the short code samples. Select CRM: Loading... please wait Here are the API access keys: X-API2CRM-USER-KEY : e2a6379ab878ae7e58119d4ec842bf9c X-API2CRM-APPLICATION-KEY : 7ae5b17008fb414d84981191cf3b66a476ef8bef The CRM access details are: URL : https://login.salesforce.com/ E-mail / Username : d…
Logistics API >Check the Fulfillment onboarding guide. We created this guide to improve the onboarding experience for developers at VTEX. It assembles all documentation on our Developer Portal about fulfillment and is organized by focusing on the developer's journey. Logistics or fulfillment is the module responsible for shipping calculation and inventory management. The variable {{environment}} can be filled with vtexcommercestable or vtexcommercebeta, depending on the environment you want to test.
GiftCard API > Onboarding guide > > Check the new Payments onboarding guide. We created this guide to improve the onboarding experience for developers at VTEX. It assembles all documentation on our Developer Portal about Payments and is organized by focusing on the developer's journey. The Gift Card is a payment method configured as a cash value associated with a client. It is used to grant a discount on the value of the order at the store. > A Gift Card works as a payment method, not a promotion.
License Manager API Welcome! The License Manager API allows you to create users, modify their names and emails, as well as add and remove roles from users. ### ATTRIBUTES |Attribute name | Description | |:------------|--------------| |accountName | Account name in VTEX License Manager | |environment | Environment on which you want to run the query e.g. vtexcommercestable | |userId | Unique user identification string | |roleId | Integer that represents a role, can be looked up on the License Manager UI |
Interzoid Get Full Name Match Similarity Key API This API provides a similarity key used to match with other similar full 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 similarity key rather than the data itself. This API is for full name data where first and last name are in the same field. Use the Full Name Parsed Similarity Key API for first and last name data that are in separate fields.
Verify API The Verify API helps you to implement 2FA (two-factor authentication) in your applications. This is useful for: Protecting against spam, by preventing spammers from creating multiple accounts Monitoring suspicious activity, by forcing an account user to verify ownership of a number Ensuring that you can reach your users at any time because you have their correct phone number More information is available at <https://developer.nexmo.com/verify>
Video Search Client The Video Search API lets you search on Bing for video that are relevant to the user's search query, for insights about a video or for videos that are trending based on search requests made by others. This section provides technical details about the query parameters and headers that you use to request videos and the JSON response objects that contain them. For examples that show how to make requests, see Searching the Web for Videos.
Entity Search Client The Entity Search API lets you send a search query to Bing and get back search results that include entities and places. Place results include restaurants, hotel, or other local businesses. For places, the query can specify the name of the local business or it can ask for a list (for example, restaurants near me). Entity results include persons, places, or things. Place in this context is tourist attractions, states, countries, etc.
Legacy Search API > Check the new Search onboarding guide. We created this guide to improve the onboarding experience for developers at VTEX. It assembles all documentation on our Developer Portal about Search and is organized by focusing on the developer's journey. This API lets you search and sort products in the Catalog using Fulltext, Category and Brand search terms. Retrieve product data to create custom searches and product shelves.
Policies System API This API will create promotion alarms when selling products with undesired prices and promotions. It will create conditions that will check if the prices and the promotions are correct. If not, the system will alarm the store with information about the product sold at unexpected prices. ## Index GET Get Policy List POST Evaluate Policies GET Get Policy by ID POST Create Policy PUT Update Policy DELETE Delete Policy by ID
PowerTools Developer Apptigent PowerTools Developer Edition is a powerful suite of API endpoints for custom applications running on any stack. Manipulate text, modify collections, format dates and times, convert currency, perform advanced mathematical calculations, shorten URL's, encode strings, convert text to speech, translate content into multiple languages, process images, and more. PowerTools is the ultimate developer toolkit.
Redact API The Redact API helps organisations meet their privacy compliance obligations. It provides controlled, on-demand redaction of private information from transactional records in the long-term storage. Note, Redact API does not have the capability to redact the short-lived server logs that are retained for a few weeks. For SMS customers that need immediate redaction, Vonage suggests using Advanced Auto-redact.
Docker HUB API Docker Hub is a service provided by Docker for finding and sharing container images with your team. It is the world's largest library and community for container images. In addition to the Docker Hub UI and Docker Hub CLI tool (currently experimental), Docker provides an API that allows you to interact with Docker Hub. Browse through the Docker Hub API documentation to explore the supported endpoints.
Subscriptions API (v3) A Subscription is a list of items (SKUs) tied to certain recurring purchase settings: - User profile - Address - Payment method - Frequency - Cycle Once you have configured subscriptions in your store, the Subscriptions API allows you to create, manage and monitor your customers' subscriptions. !image To read more about the Subscriptions feature, check our article How Subscription works.
GoToWebinar The GoToWebinar API provides seamless integration of webinar registrant and attendee data into your existing infrastructure or third-party applications. The ability to register participants, as well as pull lists of registrants and attendees for a webinar, allows organizers to manage the flow of information between their primary applications without manual intervention.
Payments Gateway API > Onboarding guide > > Check the new Payments onboarding guide. We created this guide to improve the onboarding experience for developers at VTEX. It assembles all documentation on our Developer Portal about Payments and is organized by focusing on the developer's journey. The Payments Gateway API allows you to get payment data and process your store's transactions.
IP2Location.io IP Geolocation API IP2Location.io IP Geolocation API provides RESTful API to obtain visitors’ geolocation information such as country, region, city, latitude & longitude, ZIP code, time zone, ASN, ISP, domain, net speed, IDD code, area code, weather station data, MNC, MCC, mobile brand, elevation, usage type, address type, advertisement category and proxy data with an IP address.
Car Registration API Car Registration API, An API that retrieves car information from its numberplate in many countries worldwide, uncluding the USA, UK, India, Australia and most of Europe. A username and password is required to access the API, which can be obtained from www.carregistrationapi.com - Use https://www.regcheck.org.uk/api/json.aspx/ as the root of all API calls.
News Search Client The News Search API lets you send a search query to Bing and get back a list of news that are relevant to the search query. This section provides technical details about the query parameters and headers that you use to request news and the JSON response objects that contain them. For examples that show how to make requests, see Searching the web for news.
Reviews and Ratings API Reviews & Ratings is a VTEX IO native solution that allows shoppers to submit reviews and ratings for products, as well as see them while navigating the store. ## Rating - Get Product Rating ## Review - Get Review by Review ID - Delete Review - Update a Review - Get a list of Reviews - Create Multiple Reviews - Delete Multiple Reviews - Create a Review
Number Insight API The Number Insight API delivers real-time intelligence about the validity, reachability and roaming status of a phone number and tells you how to format the number correctly in your application. There are three levels of Number Insight API available: Basic, Standard and Advanced. The advanced API is available asynchronously as well as synchronously.
Commerce API Use the Ticketmaster Commerce API to look up available offers and products on various Ticketmaster platforms for North America markets. For formal partnerships and relationships, selected offers and products can be carted and transacted on through the cart, delivery, payment and purchase APIs – These APIs require approved access from Ticketmaster.
Payment Account Reference Inquiry API The Payment Account Reference Inquiry API is the unified Mastercard interface for allowing Mastercard Customers involved in payment card acceptance -- whether Merchants, Acquirers, or Digital Activity Customers (DACs) -- to enquire the PAR Vault for getting the PAR, when providing an Account Primary Account Number (PAN) linked to a digitized PAN.
Crossbrowsertesting.com Screenshot Comparisons API What's in this version: 1. Compare two screenshots for layout differences 2. Compare a full screenshot test of browsers to a single baseline browser for layout differences. 3. Compare a screenshot test version to another test version - good for regression tests. 4. Get links to the Comparison UI for visual representation of layout differences
Marketing Events Extension These APIs allow you to interact with HubSpot's Marketing Events Extension. It allows you to: Create, Read or update Marketing Event information in HubSpot Specify whether a HubSpot contact has registered, attended or cancelled a registration to a Marketing Event. Specify a URL that can be called to get the details of a Marketing Event.
Orders API >Check the new Orders onboarding guide. We created this guide to improve the onboarding experience for developers at VTEX. It assembles all documentation on our Developer Portal about Orders and is organized by focusing on the developer's journey. Receive, process, and manage every order in your store through our Order Management API.
Image Search Client The Image Search API lets you send a search query to Bing and get back a list of relevant images. This section provides technical details about the query parameters and headers that you use to request images and the JSON response objects that contain them. For examples that show how to make requests, see Searching the Web for Images.
Interzoid Get Email Information API This API provides validation information for email addresses to aid in deliverability. Syntax, existence of mail servers, and other tests are run to ensure delivery. Additional demographics are provided for the email address as well, including identifying generic, vulgar, education, government, or other entity type email addresses.
Hotel Ratings Before using this API, we recommend you read our Authorization Guide for more information on how to generate an access token. Please also be aware that our test environment is based on a subset of the production, this API in test only offers 24 hotels; 10 in London and 14 in New-York. You can find the list in our data collection.
Conversation API The Conversation API enables you to build conversation features where communication can take place across multiple mediums including IP Messaging, PSTN Voice, SMS and WebRTC Audio and Video. The context of the conversations is maintained though each communication event taking place within a conversation, no matter the medium.
Conversation API The Conversation API enables you to build conversation features where communication can take place across multiple mediums including IP Messaging, PSTN Voice, SMS and WebRTC Audio and Video. The context of the conversations is maintained though each communication event taking place within a conversation, no matter the medium.
Hotel Name Autocomplete Before using this API, we recommend you read our Authorization Guide for more information on how to generate an access token. Please also be aware that our test environment is based on a subset of the production for this API it may change dynamically. For your tests, use big cities like LON (London) or NYC (New-York).
Hotel Search API Before using this API, we recommend you read our Authorization Guide for more information on how to generate an access token. Please also be aware that our test environment is based on a subset of the production for this API it may change dynamically. For your tests, use big cities like LON (London) or NYC (New-York).
Branded Fares Upsell Before using this API, we recommend you read our Authorization Guide for more information on how to generate an access token. Please also be aware that our test environment is based on a subset of the production, if you are not returning any results try with big cities/airports like LON (London) or NYC (New-York).
Flight Availibilities Search Before using this API, we recommend you read our Authorization Guide for more information on how to generate an access token. Please also be aware that our test environment is based on a subset of the production, if you are not returning any results try with big cities/airports like LON (London) or NYC (New-York).
Flight Create Orders Before using this API, we recommend you read our Authorization Guide for more information on how to generate an access token. Please also be aware that our test environment is based on a subset of the production, if you are not returning any results try with big cities/airports like LON (London) or NYC (New-York).
Flight Offers Price Before using this API, we recommend you read our Authorization Guide for more information on how to generate an access token. Please also be aware that our test environment is based on a subset of the production, if you are not returning any results try with big cities/airports like LON (London) or NYC (New-York).
Flight Order Management Before using this API, we recommend you read our Authorization Guide for more information on how to generate an access token. Please also be aware that our test environment is based on a subset of the production, if you are not returning any results try with big cities/airports like LON (London) or NYC (New-York).
Seatmap Display Before using this API, we recommend you read our Authorization Guide for more information on how to generate an access token. Please also be aware that our test environment is based on a subset of the production, if you are not returning any results try with big cities/airports like LON (London) or NYC (New-York).
Airport & City Search Before using this API, we recommend you read our Authorization Guide for more information on how to generate an access token. Please also be aware that our test environment is based on a subset of the production, in test this API only contains data from the United States, Spain, United Kingdom, Germany and India.
Airport Nearest Relevant Before using this API, we recommend you read our Authorization Guide for more information on how to generate an access token. Please also be aware that our test environment is based on a subset of the production, this API in test only returns a few selected cities. You can find the list in our data collection.
Flight Most Booked Destinations Before using this API, we recommend you read our Authorization Guide for more information on how to generate an access token. Please also be aware that our test environment is based on a subset of the production, this API in test only returns a few selected cities. You can find the list in our data collection.
Flight Most Traveled Destinations Before using this API, we recommend you read our Authorization Guide for more information on how to generate an access token. Please also be aware that our test environment is based on a subset of the production, this API in test only returns a few selected cities. You can find the list in our data collection.
Location Score Before using this API, we recommend you read our Authorization Guide for more information on how to generate an access token. Please also be aware that our test environment is based on a subset of the production, this API in test only returns a few selected cities. You can find the list in our data collection.
Points of Interest Before using this API, we recommend you read our Authorization Guide for more information on how to generate an access token. Please also be aware that our test environment is based on a subset of the production, this API in test only returns a few selected cities. You can find the list in our data collection.
Safe Place Before using this API, we recommend you read our Authorization Guide for more information on how to generate an access token. Please also be aware that our test environment is based on a subset of the production, this API in test only returns a few selected cities. You can find the list in our data collection.
Tours and Activities Before using this API, we recommend you read our Authorization Guide for more information on how to generate an access token. Please also be aware that our test environment is based on a subset of the production, this API in test only returns a few selected cities. You can find the list in our data collection.
Appwrite Appwrite backend as a service cuts up to 70% of the time and costs required for building a modern application. We abstract and simplify common development tasks behind a REST APIs, to help you develop your app in a fast and secure way. For full API documentation and tutorials go to https://appwrite.io/docs
Appwrite Appwrite backend as a service cuts up to 70% of the time and costs required for building a modern application. We abstract and simplify common development tasks behind a REST APIs, to help you develop your app in a fast and secure way. For full API documentation and tutorials go to https://appwrite.io/docs
Local Search Client The Local Search client lets you send a search query to Bing and get back search results that include local businesses such as restaurants, hotels, retail stores, or other local businesses. The query can specify the name of the local business or it can ask for a list (for example, restaurants near me).
Subaccounts API The Subaccounts API enables you to create subaccounts under your primary account. Subaccounts facilitate differential product configuration, reporting, and billing. The Subaccounts API is released initially with restricted availability. You can read more about the API in the Subaccounts documentation.
AutoSuggest Client Autosuggest supplies search terms derived from a root text sent to the service. The terms Autosuggest supplies are related to the root text based on similarity and their frequency or ratings of usefulness in other searches. For examples that show how to use Autosuggest, see Search using AutoSuggest.
Interzoid Get Address Match Similarity Key API This API provides a similarity key used to match with other similar street address 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.
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.
Interzoid Get Country Match Similarity Key API This API provides a similarity key used to match with other similar country 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.
Pinecone API Pinecone is a vector database. This is an unofficial, community-managed OpenAPI spec that (should) accurately model the Pinecone API. This project was developed independent of and is unaffiliated with Pinecone Systems. Users should switch to the official API spec, if and when Pinecone releases it.
Interzoid Get City Match Similarity Key API This API provides a similarity key used to match with other similar city 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.
Subscriptions API (v2 - DEPRECATED) VTEX Subscriptions REST API Documentation This documentation describes the available REST APIs for VTEX Subscription System. With Subscriptions you can set up regularly scheduled deliveries. All requests need authorization (VTEX Id authentication token or VTEX Appkey and Apptoken headers)
Airline Code Lookup API Before using this API, we recommend you read our Authorization Guide for more information on how to generate an access token. Please also be aware that our test environment is based on a subset of the production, to see what is included in test please refer to our data collection.
Flight Busiest Traveling Period Before using this API, we recommend you read our Authorization Guide for more information on how to generate an access token. Please also be aware that our test environment is based on a subset of the production, to see what is included in test please refer to our data collection.
Flight Cheapest Date Search Before using this API, we recommend you read our Authorization Guide for more information on how to generate an access token. Please also be aware that our test environment is based on a subset of the production, to see what is included in test please refer to our data collection.
Flight Check-in Links Before using this API, we recommend you read our Authorization Guide for more information on how to generate an access token. Please also be aware that our test environment is based on a subset of the production, to see what is included in test please refer to our data collection.
Flight Choice Prediction Before using this API, we recommend you read our Authorization Guide for more information on how to generate an access token. Please also be aware that our test environment is based on a subset of the production, to see what is included in test please refer to our data collection.
Flight Inspiration Search Before using this API, we recommend you read our Authorization Guide for more information on how to generate an access token. Please also be aware that our test environment is based on a subset of the production, to see what is included in test please refer to our data collection.
Labs64 NetLicensing RESTful API Test Center The Labs64 NetLicensing RESTful API gives you access to NetLicensing’s core features. Authentication You authenticate to the NetLicensing API by providing your account credentials or simply use our demo account - demo:demo Find out more about Labs64 NetLicensing at netlicensing.io
On-Demand Flight Status Before using this API, we recommend you read our Authorization Guide for more information on how to generate an access token. Please also be aware that our test environment is based on a subset of the production, to see what is included in test please refer to our data collection.
Bill Payment Validator The Bill Payment Validator service allows RPPS origination (payment sender) customers to identify if a potential RPPS transaction would process successfully before transmitting the formal payment transaction, reducing RPPS payment rejects and costly payment processing exceptions.
SMS API With the SMS API you can send SMS from your account and lookup messages both messages that you've sent as well as messages sent to your virtual numbers. Numbers are specified in E.164 format. More SMS API documentation is at <https://developer.nexmo.com/messaging/sms/overview>
CircleCI REST API The CircleCI API is a RESTful, fully-featured API that allows you to do almost anything in CircleCI. You can access all information and trigger all actions. The only thing we don’t provide access to is billing functions, which must be done from the CircleCI web UI.
Alerter System API This is the Alerter System API playground. More documentation is available at the API Help Center . The "Available Authorizations" in the Authorize popup only applies to this playground web interface. Other authorizations are available for the actual API.
Nexmo Application API Applications V1 is deprecated This version of the API has been deprecated. Please use version 2 going forwards A Nexmo application contains the security and configuration information you need to connect to Nexmo endpoints and easily use our products.
Facial Recognition Reverse Image Face Search API Let your users search the Internet by face! Integrate FaceCheck facial search seamlessly with your app, website or software platform. FaceCheck's REST API is hassle-free and easy to use. For code examples visit https://facecheck.id/Face-Search/API
CRM cards Allows an app to extend the CRM UI by surfacing custom cards in the sidebar of record pages. These cards are defined up-front as part of app configuration, then populated by external data fetch requests when the record page is accessed by a user.
Application API Vonage provides an Application API to allow management of your Vonage Applications. This API is backwards compatible with version 1. Applications created using version 1 of the API can also be managed using version 2 (this version) of the API.
Interzoid Get Currency Rate API This API retrieves the latest currency exchange rate, against the US Dollar, for the given three-letter international currency code. These currency rates are compiled from many global sources and are updated several times per day.
Travel Partner API The Travel Partner API provides you with a RESTful interface to the Google Hotel Center platform. It enables an app to efficiently retrieve and change Hotel Center data, and is thus suitable for managing large or complex accounts.
KumpeApps API KKid API. Due to security concerns all calls to this API requires authentication. If you have access then you may use your KumpeApps username/password to authenticate. To gain access please use the contact developer link below.
Voice API The Voice API lets you create outbound calls, control in-progress calls and get information about historical calls. More information about the Voice API can be found at <https://developer.nexmo.com/voice/voice-api/overview>.
Request Baskets API RESTful API of Request Baskets service. Request Baskets is an open source project of a service to collect HTTP requests and inspect them via RESTful API or web UI. Check out the project page for more detailed description.
SCIM The SCIM API lets you manage users in your organization. You can then automate the provisioning of product licenses for these users, and they can use your company's Single Sign-On solution through an Identity Provider.
Messages API The Messages API consolidates and normalises exchanges across all messaging channels. It allows you to use a single API to interact with our various channels such as SMS, MMS, WhatsApp, Viber and Facebook Messenger
Subscriptions Subscriptions allow contacts to control what forms of communications they receive. Contacts can decide whether they want to receive communication pertaining to a specific topic, brand, or an entire HubSpot account.
IP2WHOIS Domain Lookup 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.
Bitbucket API Code against the Bitbucket API to automate simple tasks, embed Bitbucket data into your own site, build mobile or desktop apps, or even add custom UI add-ons into Bitbucket itself using the Connect framework.
Audit API The Vonage Audit API allows you to view details of changes to your account. More information is available at <https://developer.nexmo.com/audit/overview>. Please note that the Audit API is currently in Beta
Asana This is the interface for interacting with the Asana Platform. Our API reference is generated from our [OpenAPI spec] (https://raw.githubusercontent.com/Asana/developer-docs/master/defs/asanaoas.yaml).
Regression analysis api This data processing api uses regression analysis to allow you to find out which contributing variables have the most effect on an outcome. For example does buyer location or price most effect sales ?
Interzoid State Data Standardization API This API provides the two-letter state abbreviation (or the province abbreviation for Canada) for the purposes of standardizing state name data, improving query results, analytics, and data merging.
Numbers API The Numbers API enables you to manage your existing numbers and buy new virtual numbers for use with the Vonage APIs. Further information is here: <https://developer.nexmo.com/numbers/overview>
MineSkin API Client implementations: Java: https://github.com/InventivetalentDev/MineskinClient NodeJS: https://github.com/InventivetalentDev/mineskin-client Examples: https://github.com/MineSkin/examples
geodesystems.com:443 Search for data in lots of places - manage your documents, photos and critical business knowledge - communicate and coordinate with blogs, interactive wikis, and data integration dashboards.
Visitor Identification The Visitor Identification API allows you to pass identification information to the HubSpot chat widget for otherwise unknown visitors that were verified by your own authentication system.
Etherpad API Etherpad is a real-time collaborative editor scalable to thousands of simultaneous real time users. It provides full data export capabilities, and runs on your server, under your control.
Go-UPC Barcode-Lookup API Find information on products from around the globe. The API supports UPC, EAN, and ISBN barcode numbers, and info returned includes product name, description, brand, image URL, and more.
TCGdex API A Multilanguage Pokémon TCG Database with Cards Pictures and most of the informations contained on the cards. You can find out more about TCGdex at https://www.tcgdex.net or on Discord.
Cambase.io Cambase.io is a project by Evercam.io in order to make it easier for software developers to have a reliable, up to date source of model hardware information available via a public API.
GSMTasks Project API The GSMtasks API is a RESTful web service for developers to programmatically interact with GSMtasks data, real-time delivery and task management and route optimization functionality.
perfectpdf api The perfectpdf api does one thing, perfectly: it converts html to pdf. The perfectpdf api uses headless Google Chrome to provide a low cost, high quality, simple to use service.
Extension API The Vonage Business Cloud Extension API enables you to retrieve information about extensions. Your application must subscribe to the Provisioning API suite to use this API.
Vonage Integration Suite The Vonage Integration Suite API enables call control and webhooks for call events. Your application must subscribe to the VonageIntegrationSuite API suite to use this API.
Account API The Vonage Business Cloud Account API enables you to retrieve information about accounts. Your application must subscribe to the Provisioning API suite to use this API.
Interzoid City Data Standardization API This API provides a standard for US and international cities for the purposes of standardizing city name data, improving query results, analytics, and data merging.
Personalized Offers This API provides content for financial instutions participating in Mastercard Personalized Offers to use in online and mobile banking applications for cardholders.
Reports API The Vonage Business Cloud Reports API enables you to retrieve call logs for your account. Your application must subscribe to the Reports API suite to use this API.
User API The Vonage Business Cloud User API enables you to retrieve information about users. Your application must subscribe to the Provisioning API suite to use this API.
Custom Image Search Client The Bing Custom Image Search API lets you send an image search query to Bing and get back image search results customized to meet your custom search definition.
External Accounts API The External Accounts API is used to manage accounts for Viber Business Messages, Facebook Messenger and Whatsapp for use in the Messages and Dispatch APIs.
Account API Enables users to manage their Vonage API Account by programmable means. More information is available here: <https://developer.nexmo.com/account/overview>.
Greip API This documentation shows how to use Greip API, By highlighting the API methods, options and some other features that allow you to get the most of this API.
Service Broker The Google Cloud Platform Service Broker API provides Google hosted implementation of the Open Service Broker API (https://www.openservicebrokerapi.org/).
VTEX Do API VTEX DO is a task management system for authorized users to process orders. It is possible to control notes, and create, update, list, and retrieve tasks.
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.
MDES Customer Service This API provides our Issuer partners with resources to help resolve consumer queries about payment accounts enabled through our digitization platform.
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 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.
Interzoid Get Weather City API This API provides current weather information for US Cities, including temperatures, wind speeds, wind direction, relative humidity, and visibility.
Swagger Generator This is an online swagger codegen server. You can find out more at https://github.com/swagger-api/swagger-codegen or on irc.freenode.net, #swagger.
Vectara REST API Vectara is a neural search platform, built for developers to get the most out of their data. You can sign up for an account at https://vectara.com.
Custom Search Client The Bing Custom Search API lets you send a search query to Bing and get back search results customized to meet your custom search definition.
Replica Pool The Replica Pool API allows users to declaratively provision and manage groups of Google Compute Engine instances based on a common template.
Session Manager API This documentation goes in detail how to interact with Session Manager's API. For a more top-level approach, check the design documentation.
Web Search Client The Web Search API lets you send a search query to Bing and get back search results that include links to webpages, images, and more.
Patchman-engine API API of the Patch application on cloud.redhat.com Syntax of the filter[name] query parameters is described in Filters documentation
Airport On-Time Performance Before using this API, we recommend you read our Authorization Guide for more information on how to generate an access token.
Flight Delay Prediction Before using this API, we recommend you read our Authorization Guide for more information on how to generate an access token.
Flight Price Analysis API Before using this API, we recommend you read our Authorization Guide for more information on how to generate an access token.
Travel Recommendations API Before using this API, we recommend you read our Authorization Guide for more information on how to generate an access token.
Trip Parser Before using this API, we recommend you read our Authorization Guide for more information on how to generate an access token.
Trip Purpose Prediction Before using this API, we recommend you read our Authorization Guide for more information on how to generate an access token.
Stellastra Stellastra makes it easy to get reviews for your cybersecurity solution in real-time with its platform-agnostic REST API.
OpenAPI Generator Online This is an online openapi generator server. You can find out more at https://github.com/OpenAPITools/openapi-generator.
Media API The Media API can be used to query, download and delete media items such as audio files for use with other Nexmo APIs.
Microcks API v1.7 API offered by Microcks, the Kuebrnetes native tools for API and microservices mocking and testing (microcks.io)
Pricing API The API to retrieve pricing information. Please note the Pricing API is rate limited to one request per second.
Extpose Extpose — in‑store performance analytics and optimization tool for Chrome extensions. https://extpose.com
Groundhog Day API This API returns all of North America’s prognosticating animals and their yearly weather predictions.
Suprsonic Unified agent API: search, scrape, enrich, image gen, TTS, STT, messaging. One key, 20+ capabilities
Urlbox API A plugin that allows the user to capture screenshots of a web page from a URL or HTML using ChatGPT.
JSON 2 JSONP Convert JSON to JSONP (on-the-fly) for easy cross-domain data requests using client-side JavaScript
ZenRows Web Scraping API that bypasses anti-bot solutions while offering JS rendering, and rotating proxies
oyyi API for Fake Data, image/video conversion, optimization, pdf optimization and thumbnail generation
BrewPage Free hosting for HTML, JSON, key-value, files, multi-file sites with short URLs and TTL retention
Gitlab The platform for modern developers GitLab unifies issues, code review, CI and CD into a single UI
httpbin.org A simple HTTP Request & Response Service. Run locally: $ docker run -p 80:80 kennethreitz/httpbin
MATCH API Helps acquirers identify potentially high-risk merchants before entering to a merchant agreement.
ipfind.io Geographic location of an IP address or any domain name along with some other useful information
Peak Cloudflare Turnstile and 5-second challenge solving, pay per successful solve, 1,000 free solves
SlideRoom API V2 SlideRoom provides a RESTful API for exporting data out of your organizations SlideRoom account.
Cloudflare Trace Get IP Address, Timestamp, User Agent, Country Code, IATA, HTTP Version, TLS/SSL Version & More
OrgHunter Get the latest IRS data and most up to date charity information for your website or application
Spending Pulse This API will provide monthly data which includes metrics such as sales volume and growth rate.
CircleCI Automate the software development process using continuous integration and continuous delivery
ProxyForge Free auto-updating list of live-tested proxies (HTTP/HTTPS/SOCKS4/SOCKS5), refreshed every 6 h
Azure DevOps Health Resource health helps you diagnose and get support when an Azure issue impacts your resources
Is This Site Down? Check if any website is down, from two continents; live status, uptime history and TLS expiry
Heroku REST API to programmatically create apps, provision add-ons and perform other task on Heroku
Metabase An open source Business Intelligence server to share data and analytics inside your company
Cloudflare Manage DNS, CDN, Workers and other services; documented with an official OpenAPI 3.0 spec
Infermedica API Empower your healthcare services with intelligent diagnostic insights of Infermedica API.
Open Page Rank API for calculating and comparing metrics of different websites using Page Rank algorithm
Orca Scan Generate barcode images (QR, Code 128, EAN, Data Matrix and more) in SVG, PNG, JPG or PDF
Google Firebase Google's mobile application development platform that helps build, improve, and grow app
CountAPI Free and simple counting service. You can use it to track page hits and specific events
GeekFlare Provide numerous capabilities for important testing and monitoring methods for websites
Libraries.io Metadata, dependencies and release history for open-source packages across 30+ managers
Micro-SaaS AI Suite 8 serverless AI APIs for sentiment analysis, copy generation, email verification, & OCR
QR & Barcode QR codes and barcodes (Code 128, EAN-13, Data Matrix, PDF417 + more). SVG or PNG output
Utilorax 203 JSON endpoints: hashing, encoding, unit conversion, text, dates and file conversion
Spell Check Client The Spell Check API - V7 lets you check a text string for spelling and grammar errors.
Crawl Readiness Check if AI crawlers (ChatGPT, Claude, Perplexity, 30+ others) can access any website
API Endpoints Create beautiful product and API documentation with our developer friendly platform.
Locations API The Locations API provides access to MasterCard's ATM and Merchant location database
TinyMind Agent Tools Free APIs by an AI agent on a VPS: actor lookup, word-of-the-day, poems, jokes, ping
JSONbin.io Free JSON storage service. Ideal for small scale Web apps, Websites and Mobile apps
OneSignal Self-serve customer engagement solution for Push Notifications, Email, SMS & In-App
Random Stuff Can be used to get AI Response, jokes, memes, and much more at lightning-fast speed
Databricks Service to manage your databricks account,clusters, notebooks, jobs and workspaces
Hunter API for domain search, professional email finder, author finder and email verifier
QR Codes Generate QR codes via a single GET request, with logo embedding and custom colors
Amazonscraperapi Amazon product, search & batch scraping API with residential proxies (1000 free)
Diagrams.so Generate editable draw.io architecture diagrams from text or infrastructure code
Bitrise Build tool and processes integrations to create efficient development pipelines
Datasette API Execute SQL queries against a Datasette database and return the results as JSON
OutageDeck Live status and incidents for 170+ cloud and SaaS providers from official feeds
PatientView The recommended REST API endpoints to be used when integrating with PatientView
DomainDb Info Domain name search to find all domains containing particular words/phrases/etc
Solar VPS This is the Solar VPS Public API. You can find more at http://www.solarvps.com
AmberOne Turn any website into a build-ready Android, iOS, PWA or Electron app project
Serply Google, Bing, News, Scholar and Maps search results and page scraping as JSON
Shotanvil Screenshot, PDF and HTML rendering API with a free tier, API key or x402 auth
GcrawlAI Web scraping, SERP API, screenshots, URL to Markdown and prebuilt extractors
OpenQR Generate QR codes and manage dynamic (editable) QR codes with scan analytics
dotsweep Domain availability across 1200+ TLDs with registration and renewal prices
Httpbin Cloudflare A Simple HTTP Request & Response Service with HTTP/3 Support by Cloudflare
SonarQube SonarQube REST APIs to detect bugs, code smells & security vulnerabilities
Qrcode Monkey Integrate custom and unique looking QR codes into your system or workflow
Webclaw Web content extraction for LLMs with scrape, crawl, search, and summarize
clickup20 Polls is a simple API allowing consumers to view polls and vote in them.
NetworkCalc Network calculators, including subnets, DNS, binary, and security tools
npm Registry Query information about your favorite Node.js libraries programatically
Renderwolf Screenshots, PDFs, dynamic images, QR codes and video from URLs or HTML
Browshot Easily make screenshots of web pages in any screen size, as any device
Azure DevOps The Azure DevOps basic components of a REST API request/response pair
CORS Proxy Get around the dreaded CORS error by using this proxy as a middle man
SavePage.io A free, RESTful API used to screenshot any desktop, or mobile website
Travis CI Sync your GitHub projects with Travis CI to test your code in minutes
Ghost Get Published content into your Website, App or other embedded media
GitHub Make use of GitHub repositories, code and user info programmatically
Aquanode Live GPU rental prices and availability across nine cloud providers
Buddy The fastest continuous integration and continuous delivery platform
Fair Draw Verifiable random draws bound to the drand public randomness beacon
SiteIntel Extract metadata, tech stack, emails, and screenshots from any URL
Labelixa Render, validate and generate Zebra ZPL label barcodes as PNG/PDF
ProxyKingdom Rotating Proxy API that produces a working proxy on every request
Registry API The Registry service allows teams to manage descriptions of APIs.
MyIPRightNow Public IP address with network, location, and connection details
Shields Concise, consistent, and legible badges in SVG and raster format
Aether Bridge Autonomous agent team management and API workflow orchestration
Wandbox Code compiler supporting 35+ languages mentioned at wandbox.org
Serialif Color Color conversion, complementary, grayscale and contrasted text
APIs.guru Wikipedia for Web APIs, OpenAPI/Swagger specs for public APIs
Blitapp Schedule screenshots of web pages and sync them to your cloud
APIzone Independent uptime & status monitoring for 200+ popular APIs
HTTP2.Pro Test endpoints for client and server HTTP/2 protocol support
PageCDN Public API for javascript, css and font libraries on PageCDN
Phone Specs Real-time smartphone specifications database for 263 devices
ScrapeNinja Scraping API with Chrome fingerprint and residential proxies
Thunderbit Extract web pages as Markdown or structured data for AI apps
Screenshot Take programmatic screenshots of web pages from any website
Transform This API provides XML to JSON, JSON to XML transformations.
Codeship Codeship is a Continuous Integration Platform in the cloud
DownStatus Real-time status for GitHub, AWS, Discord and 90+ services
Blague.xyz La plus grande API de Blagues FR/The biggest FR jokes API
Hipsum Hipster-themed lorem ipsum generator for placeholder text
OpenGraphr Really simple API to retrieve Open Graph data from an URL
DigMyName Domain availability and registrar pricing across 52 TLDs
ReqRes A hosted REST-API ready to respond to your AJAX requests
Changelogs.md Structured changelog metadata from open source projects
GETPing Trigger an email notification with a simple GET request
Hasura GraphQL and REST API Engine with built in Authorization
Keyvalue Simple key-value storage REST API for quick prototyping
Scrax Web scraping API that only bills for successful scrapes
crates.io Rust crate versions, downloads and dependency metadata
Mintlify For programmatically generating documentation for code
Netlify Netlify is a hosting service for the programmable web
Talordata SERP data from major search engines with a free trial
ipTwist The reliable, secure, and simple IP geolocation API.
KONTESTS For upcoming and ongoing competitive coding contests
RubyGems Ruby gem metadata, versions, dependencies and search
import.io Retrieve structured data from a website or RSS feed
Mocky Mock user defined test JSON for REST API endpoints
QR code Create an easy to read QR code and URL shortener
Arespass Analyzes a password and calculates its entropy.
jsDelivr Package info and download stats on jsDelivr CDN
Packagist PHP Composer package versions and dist metadata
ApicAgent Extract device details from user-agent string
Gitlab Automate GitLab interaction programmatically
Gorest Online REST API for Testing and Prototyping
Hex Elixir and Erlang package versions and docs
QR code Generate and decode / read QR code graphics
Kroki Creates diagrams from textual descriptions
NuGet .NET package versions, metadata and search
Beeceptor Build a mock Rest API endpoint in seconds
Httpbin A Simple HTTP Request & Response Service
Bored Find random activities to fight boredom
Rejax Reverse AJAX service to notify clients
Codex Online Compiler for Various Languages
Agify.io Estimates the age from a first name
Tyk Api and service management platform
API Web API for TL mobile and web app
Sonar Project Sonar DNS Enumeration API
Ciprand Secure random string generator
IPinfo Another simple IP Address API
MY IP Get IP address information
IPify A simple IP Address API
CDNJS Library info on CDNJS

Rows marked ↗ have no reference page of their own — the source registry did not provide enough to write one — so they link straight to the provider's documentation.

Authentication

How the 534 records in this category authenticate callers. Values come straight from the source registries; records the sources do not describe are counted as unknown rather than guessed.

  • Unknown 270
  • API key 115
  • No authentication 87
  • Token 43
  • OAuth 19

Also in Developer Tools: 693 MCP servers