Development APIs · Page 13

Page 13 of 35

Ordered by reported HTTPS, CORS support, no-auth access, then changed/observed facts. Access signals are not a popularity or quality score.

Business Unit

Retrieve Business Unit information.

Development · Unknown · HTTPS not confirmed

Call Control API

API for blocking phone calls with Call Control. Data is from crowdsourced community blacklist from 12+ million users and government agencies (FTC, FCC, IRS) Try with api_key 'demo', hit explore above, and then try phone numbers 18008472911,13157244022,17275567300,18008276655,12061231234.

Development · Unknown · HTTPS not confirmed

CalorieNinjas

Natural language nutrition API to extract nutrition data from any text.

Development · Unknown · HTTPS not confirmed

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.

Development · Unknown · HTTPS not confirmed

Car Configurator

The Car Configurator API offers access to the Mercedes-Benz car configuration functions. It provides required reference data such as the masterdata of all Mercedes-Benz vehicles as well as functions to retrieve initial and changed configurations. In addition to that is is possible to save a newly created configuration so that it can be easily restored or shared with others.

Development · Unknown · HTTPS not confirmed

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.

Development · Unknown · HTTPS not confirmed

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 article. - SKU Complement - You can consult, create, or update an SKU Complement. An SKU Complement is a new SKU that has a Parent SKU. - SKU EAN - Here you can consult, create, or update an SKU unique identification code (barcode). - SKU Attachment - You can consult, create, or update an SKU Attachment. An attachment is used to add custom information about the item. For more information, check this

Development · Unknown · HTTPS not confirmed

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` Update Brand ### Category `GET` Get Category Tree `PUT` Update Category Tree `GET` Get Category by ID `POST` Create a Category

Development · Unknown · HTTPS not confirmed

CBB v3 Scores

CBB v3 Scores: API definition published in the OpenAPI directory for sportsdata.io. See the linked specification for supported operations.

Development · Unknown · HTTPS not confirmed

CBB v3 Stats

CBB v3 Stats: API definition published in the OpenAPI directory for sportsdata.io. See the linked specification for supported operations.

Development · Unknown · HTTPS not confirmed

CFB v3 Scores

CFB schedules, scores, team stats, odds, weather, and news API.

Development · Unknown · HTTPS not confirmed

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 consult or edit the orderForm can change the authentication depending on the customer context. If you are handling information from a customer with a complete profile on the store, authentication will be required. You can only access or modify the customer data for these profiles with an authenticated request. ## Shopping cart Allows merchants to simulate, configure and customize shopping

Development · Unknown · HTTPS not confirmed

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 Center**. * Read **this article** for more information. ### Helpful Links * **Help & Support** * Knowledge Base » * Support » * Client Center » * **Pricing** * Subscription Options » * Cost Calculator » * **Guidelines** * Terms & License » * Attribution »

Development · Unknown · HTTPS not confirmed

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.

Development · Unknown · HTTPS not confirmed

ClearBlade API

A friendly little API to help you interact with the ClearBlade platform.

Development · Unknown · HTTPS not confirmed

ClickSend REST API v3

This is the official API documentation for ClickSend.com Below you will find a current list of the available methods for clicksend. **NOTE**: You will need to create a free account to use the API. You can **Register Here**. # API URL The API should always be accessed over SSL. Base URL: `https://rest.clicksend.com/v3/` # Authentication Basic HTTP authentication should be used in the header. **Either:** `username`: Your API username `password`: Your API key ``` You can get your API credentials by clicking 'API Credentials' on the top right of the dashboard. ``` **OR** `username`: Your account username `password`: Your account password ``` These are the same credentials that you use to login to the dashboard. ``` ### Authorization Header The Authorization header is constructed as follows: 1. Username and password are combined into a string `username:password` 1. The resulting string is then encoded using Base64 encoding 1. The authorization method and a space i.e. "Basic " is then put before the encoded string. For example, if the user uses `Aladdin` as the username and `open sesame` as the password then the header is formed as follows: `Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZ

Development · Unknown · HTTPS not confirmed

clickup20

Polls is a simple API allowing consumers to view polls and vote in them.

Development · Unknown · HTTPS not confirmed

climateKuul live

climateKuul live: API definition published in the OpenAPI directory for climatekuul.com. See the linked specification for supported operations.

Development · Unknown · HTTPS not confirmed

Cloud Private Catalog

Enable cloud users to discover enterprise catalogs and products in their organizations.

Development · Unknown · HTTPS not confirmed

Cloud Private Catalog Producer

Enables cloud users to manage and share enterprise catalogs intheir organizations.

Development · Unknown · HTTPS not confirmed

Cloud-RF API

Use this JSON API to build and test radio links for any radio, anywhere. Authenticate with your API2.0 key in the request header as key

Development · Unknown · HTTPS not confirmed