[
  {
    "path": ".github/workflows/ci.yml",
    "content": "name: CI\non:\n  push:\n    branches: [main]\n  pull_request:\n    branches: [main]\n\njobs:\n  ci:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v4\n      - uses: actions/setup-node@v4\n        with:\n          node-version: 24\n          cache: npm\n      - run: npm ci\n      - run: npm run validate\n      - run: npm test\n      - run: npm run build\n      - name: Publish GitHub Release\n        if: github.event_name == 'push' && github.ref == 'refs/heads/main'\n        uses: softprops/action-gh-release@v2\n        with:\n          tag_name: latest\n          files: dist/apis-list.yaml\n          make_latest: true\n        env:\n          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n"
  },
  {
    "path": ".gitignore",
    "content": "node_modules/\ndist/*\n!dist/apis-list.yaml\n*.js\n!vitest.config.ts\n.env\n.firecrawl\n.claude"
  },
  {
    "path": "CONTRIBUTING.md",
    "content": "# How to add my API?\n### Method #1\n1. Create a new YAML file in the [`collection/`](https://github.com/tools-collection/apis-collection/tree/main/collection) directory named `<slug>.yaml`\n2. Run `npm run validate` to check your file is valid\n3. Run `npm run build` to rebuild README and dist files\n4. Make PR with changes\n\n### Method #2\n1. Run `npm run add` to run an interactive editor. Provide it with required information\n2. Run `npm run build` to rebuild README and dist files\n3. Make PR with changes\n\n### Method #3\n1. Create an issue with API's description and provide as much information about it as possible\n\n# How can I help?\n- add new API\n- suggest changes to API's information\n- mark API as inactive (move to `graveyard/` directory)\n- add link to API specification if missing or invalid\n- add/edit library\n- categorization improvements (new categories, more accurate names for categories, suggestions to eliminate a category)\n- anything else, really...\n\n# Who can add new APIs?\nAnyone can add or suggest changes to an API\n\n# What kind of APIs can be added?\nPublicly available APIs of any kind (paid or free)\n\n# Should I make changes in README.md directly?\nNo, it is generated from the template and API data.\n\n- To change `README.md` texts, edit [`templates/README.handlebars`](https://github.com/tools-collection/apis-collection/blob/main/templates/README.handlebars)\n- To modify API information, edit the corresponding file in [`collection/`](https://github.com/tools-collection/apis-collection/tree/main/collection)\n- To add a new category, edit [`categories.yaml`](https://github.com/tools-collection/apis-collection/blob/main/categories.yaml)\n\n# APIs to add\nSearch for issues with labels [\"help wanted\" and \"new api\"](https://github.com/tools-collection/apis-collection/issues?q=is%3Aissue+is%3Aopen+label%3A\"new+api\"+label%3A\"help+wanted\"). These list one or more APIs that should be added.\n\n# Does API definition have a schema?\nYes — the schema is defined in [`src/schema.ts`](https://github.com/tools-collection/apis-collection/blob/main/src/schema.ts) using Zod.\n\nRequired fields: `name`, `slug`, `categories` (at least one from `categories.yaml`).\n\n# Available commands\n| Command | Description |\n|---|---|\n| `npm run add` | Interactive wizard to add a new API |\n| `npm run build` | Rebuild `README.md` and `dist/` files |\n| `npm run validate` | Validate all YAML files against the schema |\n| `npm run check-links` | Check all API links are reachable |\n| `npm run check-orphans` | Find collection files not referenced anywhere |\n| `npm run enrich` | Enrich API data from external sources |\n"
  },
  {
    "path": "LICENSE",
    "content": "MIT License\n\nCopyright (c) 2021 apis-list\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"
  },
  {
    "path": "README.md",
    "content": "# List of Public APIs\n![APIs: 1200+](https://img.shields.io/badge/apis-1200+-violet)\n![Contributions: Welcome](https://img.shields.io/badge/contributions-welcome-green)\n![GitHub release (latest by date)](https://img.shields.io/github/v/release/tools-collection/apis-collection)\n\nThis project is an attempt to categorise and compile information about different public APIs into one place. Its goal is to build\nmost complete and handy list which will help developers to find APIs most suitable for their needs.\nIt includes APIs description, links to docs, specification, list of SDK and libraries, logo etc.\n\nThis list intended to be maintained by wide open source community, so any contributions appreciated.\nIf you want to add/edit/remove/etc APIs from this list, please see the [contributing guide](https://github.com/tools-collection/apis-collection/blob/main/CONTRIBUTING.md).\n\nDiscuss any topic related to the specific API you can [here](https://github.com/tools-collection/apis-collection/discussions)\n\n## Table of Contents\n- [APIs](#apis):\n    - [Adult](#adult-) 🍓\n    - [AI & ML](#ai--ml-) 🤖\n    - [Analytics](#analytics-) 📈\n    - [Animals](#animals-) 🐈\n    - [Art & Design](#art--design-) 🎨\n    - [Authentication & User Management](#authentication--user-management-) 👥\n    - [Bar & QR Codes](#bar--qr-codes-) 🏪\n    - [Blockchain & Cryptocurrencies](#blockchain--cryptocurrencies-) 📒️\n    - [Bookmarks](#bookmarks-) 📑\n    - [Books](#books-) 📚\n    - [Bots](#bots-) 📝\n    - [Business](#business-) 👔\n    - [Calendar & Time](#calendar--time-) 📅\n    - [Captcha](#captcha-) 📃\n    - [Casino & Gambling](#casino--gambling-) 🎰\n    - [Chats & Messaging](#chats--messaging-) 💬\n    - [Collaboration](#collaboration-) 👨‍👩‍👦‍👦\n    - [Comics & Anime](#comics--anime-) 🦸\n    - [Commerce](#commerce-) 💰\n    - [Content & Dictionaries](#content--dictionaries-) 📃\n    - [CRM](#crm-) 🤝\n    - [Databases](#databases-) 🗄️\n    - [Development](#development-) 👨‍💻\n    - [Documents & Productivity](#documents--productivity-) 📋\n    - [Education](#education-) 🎓\n    - [Email & SMS](#email--sms-) 📨\n    - [Entertainment](#entertainment-) 🍿\n    - [Environment & Nature](#environment--nature-) 🌲\n    - [Events](#events-) 🏟️\n    - [Files & Storage](#files--storage-) 💾\n    - [Finance & Economics](#finance--economics-) 🏦\n    - [Food & Drinks](#food--drinks-) 🍹\n    - [Forms & Surveys](#forms--surveys-) 📃\n    - [Fun](#fun-) 🤪\n    - [Games](#games-) 🎮\n    - [Government](#government-) 🏛️\n    - [Hardware](#hardware-) ⚙️\n    - [Health](#health-) 💊\n    - [Images & Photography](#images--photography-) 📸\n    - [IoT & Home Automation](#iot--home-automation-) 🏠\n    - [Jobs](#jobs-) 🛠️\n    - [Maps & Geo](#maps--geo-) 📌\n    - [Marketing & SEO](#marketing--seo-) 💰\n    - [Music & Audio](#music--audio-) 🎸\n    - [News & Feeds](#news--feeds-) 📰\n    - [Open Source](#open-source-) 🔓\n    - [Payments](#payments-) 💳\n    - [Point of Interest](#point-of-interest-) 🍺\n    - [Post & Logistics](#post--logistics-) 📬\n    - [Project Management](#project-management-) 🚧\n    - [Random](#random-) 🎲\n    - [Real Estate](#real-estate-) 🏗️\n    - [Recognition](#recognition-) 🔬\n    - [Science & Math](#science--math-) 🔬\n    - [Scrapers & Data Mining](#scrapers--data-mining-) 🕸️\n    - [Search](#search-) 🔎\n    - [Security](#security-) 🛡️\n    - [Social](#social-) 📃\n    - [Space](#space-) 🚀\n    - [Sport & Fitness](#sport--fitness-) ⚾\n    - [Statistics & Data](#statistics--data-) 🗃️\n    - [Testing](#testing-) 🐞\n    - [Text Analysis & Tools](#text-analysis--tools-) 📖\n    - [Translation](#translation-) ㊗️\n    - [Transportation](#transportation-) 🚇\n    - [Travel](#travel-) ✈️\n    - [URLs](#urls-) 🔗\n    - [Validation & Verification](#validation--verification-) ✅\n    - [Vehicles](#vehicles-) 🚗\n    - [Video & Media](#video--media-) 🎥\n    - [Virtual & Augmented Reality](#virtual--augmented-reality-) 📱\n    - [Visualizations](#visualizations-) 📊\n    - [Voice](#voice-) 🎙️\n    - [Weather](#weather-) ☔\n    - [Wiki](#wiki-) 📃\n    - [Other](#other-) ✨\n- [Graveyard](#graveyard) 🪦\n- [Contributors](#contributors)\n- [Similar projects](#similar-projects)\n\n## APIs\n### Adult 🍓\n- [Danbooru](https://tools-collection.net/apis-list/danbooru) - Danbooru Imageboard API\n- [FOAAS](https://tools-collection.net/apis-list/foaas) - FOAAS (Fuck Off As A Service) provides a modern, RESTful, scalable solution to the common problem of telling people to fuck off\n- [Redtube Api](https://tools-collection.net/apis-list/redtube-api) - The Redtube API\n\n### AI & ML 🤖\n- [Amazon MI API](https://tools-collection.net/apis-list/amazon-mi-api) - Amazon Machine Learning API simplifies the process of making predictions that require lots of expertise around model building, data cleansing and statistical analysis\n- [Amazon Transcribe](https://tools-collection.net/apis-list/amazon-transcribe) - Automatically convert speech to text\n- [Anthropic Claude](https://tools-collection.net/apis-list/anthropic) - Anthropic&#x27;s API provides access to the Claude 4 family of AI models (Claude Opus 4, Sonnet 4, Haiku 4) for text generation, analysis, coding assistance, vision tasks, and extended 1M-token context windows\n- [AssemblyAI](https://tools-collection.net/apis-list/assemblyai) - AssemblyAI&#x27;s API provides speech-to-text transcription, speaker diarization, sentiment analysis, topic detection, and summarization from audio and video files\n- [AudD](https://tools-collection.net/apis-list/audd) - AudD Music Recognition API Docs: how to identify songs in audio using our API\n- [AWS Bedrock](https://tools-collection.net/apis-list/aws-bedrock) - Amazon Bedrock is a fully managed service that provides access to foundation models from Anthropic, Meta, Mistral, Stability AI, and Amazon via a single API with enterprise security\n- [AYLIEN](https://tools-collection.net/apis-list/aylien) - AYLIEN Text Analysis API is a package of Natural Language Processing, Information Retrieval and Machine Learning tools for extracting meaning and insight from textual and visual content with ease\n- [Aylien Text Analysis](https://tools-collection.net/apis-list/aylien-text-analysis) - Explore AYLIEN’s advanced NLP APIs\n- [Azure OpenAI Service](https://tools-collection.net/apis-list/azure-openai) - Azure OpenAI Service provides REST API access to OpenAI&#x27;s GPT-4, DALL-E, and Whisper models with enterprise-grade security, compliance, and regional availability through Microsoft Azure\n- [Big ML](https://tools-collection.net/apis-list/big-ml) - BigML removes the complexities of Machine Learning so you can focus on what matters most, enhancing and automating decision making\n- [Blogcast](https://tools-collection.net/apis-list/blogcast) - Generate audio versions of your articles\n- [Clarifai](https://tools-collection.net/apis-list/clarifai) - Whether you have one input or billions, you are only steps away from using AI to power your business applications\n- [Clearbit Logo](https://tools-collection.net/apis-list/clearbit-logo) - If you’re only interested in a Company’s logo, and don’t need any other data about the company, you can use our Logo API\n- [Cloud Machine Learning Engine](https://tools-collection.net/apis-list/cloud-machine-learning-engine) - Take your ML projects to production, quickly and cost-effectively\n- [Cloudflare AI](https://tools-collection.net/apis-list/cloudflare-ai) - Cloudflare Workers AI provides serverless inference for LLMs, text embedding, image classification, speech recognition, and translation models running on Cloudflare&#x27;s global edge network 🆓\n- [Cloudmersive Natural Language Processing](https://tools-collection.net/apis-list/cloudmersive-natural-language-processing) - Powerful Natural Language Processing APIs\n- [Cloudpronouncer](https://tools-collection.net/apis-list/cloudpronouncer) - Text To Speech API\n- [Cohere](https://tools-collection.net/apis-list/cohere) - Cohere&#x27;s API provides NLP capabilities including text generation, embeddings, classification, and reranking\n- [Datamuse API](https://tools-collection.net/apis-list/datamuse-api) - Word-finding query engine that finds words that match a given set of constraints and that are likely in a given context\n- [Datum Box](https://tools-collection.net/apis-list/datum-box) - Unleash the power of Machine Learning by using the Powerful and Easy-to-Use API of Datumbox\n- [Deepaffects](https://tools-collection.net/apis-list/deepaffects) - DeepAffects enables developers to analyze conversational audio by applying powerful machine learning models offered as a set of easy to use REST APIs\n- [Deepcode](https://tools-collection.net/apis-list/deepcode) - DeepCode is advanced AI Software Platform that learns from all open-source developers and uses the acquired knowledge to make real-time suggestions on how your code can be improved\n- [Deepgram](https://tools-collection.net/apis-list/deepgram) - Deepgram&#x27;s API offers real-time and batch speech recognition with high accuracy 🆓\n- [DeepL](https://tools-collection.net/apis-list/deepl) - DeepL API provides high-quality machine translation for 30+ languages 🆓\n- [Detect Language](https://tools-collection.net/apis-list/detect-language) - Detects 164 languages\n- [DialogFlow](https://tools-collection.net/apis-list/dialogflow) - Natural Language Interactions for Bots, Applications, Services, and Devices\n- [ElevenLabs](https://tools-collection.net/apis-list/elevenlabs) - ElevenLabs API provides AI voice generation and cloning 🆓\n- [Elis](https://tools-collection.net/apis-list/elis) - Automate data extraction from your documents with Artificial Intelligence\n- [Everypixel](https://tools-collection.net/apis-list/everypixel) - Automatic image keywording and categorization API\n- [fal.ai](https://tools-collection.net/apis-list/fal-ai) - fal\n- [Fireworks AI](https://tools-collection.net/apis-list/fireworks-ai) - Fireworks AI offers fast, cost-efficient inference for open-source language and image models\n- [Football Prediction](https://tools-collection.net/apis-list/football-prediction) - he API supports competitions in over 90 countries and over 140 national leagues\n- [Google Cloud Natural](https://tools-collection.net/apis-list/google-cloud-natural) - Enables easy integration of Google natural language understanding technologies into developer applications\n- [Google Cloud Translation API](https://tools-collection.net/apis-list/google-translate-v3) - Google Cloud Translation API v3 provides neural machine translation for 100+ languages with AutoML support, glossaries, batch translation, and document translation capabilities\n- [Google Gemini API](https://tools-collection.net/apis-list/google-gemini) - Google&#x27;s Gemini API provides access to Gemini 2 🆓\n- [Google Speech-to-Text API](https://tools-collection.net/apis-list/google-speech-to-text-api) - Accurately convert speech into text using an API powered by Google’s AI technologies\n- [Groq](https://tools-collection.net/apis-list/groq) - Groq&#x27;s API provides ultra-fast inference for open-source language models like Llama 3, Mixtral, and Gemma using custom LPU hardware 🆓\n- [GrünstromIndex](https://tools-collection.net/apis-list/grunstromindex) - The green electricity index shows when a lot of renewable electricity is in the grid and can be used in the household\n- [Houndify](https://tools-collection.net/apis-list/houndify) - The Houndify Voice AI platform helps brands build voice user interfaces that enhance brand identity and retain data ownership and customer relationships\n- [Hugging Face Inference API](https://tools-collection.net/apis-list/hugging-face) - Hugging Face Inference API gives access to thousands of open-source ML models hosted on the Hub 🆓\n- [IBM Watson](https://tools-collection.net/apis-list/ibm-watson) - Build and train models, and create apps, with a trusted AI-infused platform\n- [Imagga Api](https://tools-collection.net/apis-list/imagga-api) - identifies the content of images and videos, classify images based on content, extracts colors, moderates NSFW content\n- [Infermedica API](https://tools-collection.net/apis-list/infermedica-api) - The most advanced Symptom Checker and Patient Triage API\n- [Intellexer](https://tools-collection.net/apis-list/intellexer) - Processing (NLP) Service including sentiment analysis, content extraction, and language detection\n- [Kairos](https://tools-collection.net/apis-list/kairos) - Face recognition, emotion analysis and measuring engagement of people in images or videos for any mobile or web application\n- [kanye.rest](https://tools-collection.net/apis-list/kanye-rest) - A free REST API for random Kanye West quotes\n- [Keen IO](https://tools-collection.net/apis-list/keen-io) - Keen IO is a powerful, flexible, and scalable solution that’s literally Big Data, easy-to-implement and at your fingertips\n- [Language Prediction](https://tools-collection.net/apis-list/language-prediction) - The API returns maximum 3 detected languages and a numeric confidences between 0 and 1\n- [Lettria](https://tools-collection.net/apis-list/lettria) - LETTRIA is a natural language processing tool (NLP) dedicated to understanding French\n- [Lexalytics](https://tools-collection.net/apis-list/semantria) - Flexible natural language processing APIs and complete text analytics platform solutions for data analytics companies and data analyst teams\n- [Lexigram](https://tools-collection.net/apis-list/lexigram) - io\n- [LUIS AI](https://tools-collection.net/apis-list/luis-ai) - Language Understanding Intelligent Service offers a fast and effective way of adding language understanding to applications\n- [MeaningCloud](https://tools-collection.net/apis-list/meaningcloud) - Text analysis APIs for topic extraction, sentiment analysis, automatic classification, morphosyntactic analysis, language detection and more\n- [Microsoft Azure Machine Learning API](https://tools-collection.net/apis-list/microsoft-azure-machine-learning-api) - Azure Cognitive Services brings AI within reach of every developer through a family of APIs that don’t require machine-learning expertise\n- [Microsoft Cognitive Services](https://tools-collection.net/apis-list/microsoft-cognitive-services) - A comprehensive family of AI services and cognitive APIs to help you build intelligent apps\n- [Mistral AI](https://tools-collection.net/apis-list/mistral-ai) - Mistral AI provides access to open and proprietary language models including Mistral Large, Mistral Small, and Codestral for text generation, coding, and embeddings\n- [MLScrape](https://tools-collection.net/apis-list/mlscrape) - MLScrape is an API that allows you to scrape data from any online shop without having to maintain your own web scraper - simply send the product URL to our API\n- [Nudity Detection Api](https://tools-collection.net/apis-list/nudity-detection-api) - io detects nudity in images and helps to recognise and filter undesired content\n- [ObjectCut](https://tools-collection.net/apis-list/objectcut) - Automatic background removal real-time service powered by AI\n- [Onfido](https://tools-collection.net/apis-list/onfido) - Our document verification and facial biometrics technology lets your users verify themselves anywhere, anytime\n- [OpenAI](https://tools-collection.net/apis-list/openai) - OpenAI&#x27;s API provides access to GPT-4o, o-series reasoning models, DALL-E, Whisper, and Embeddings\n- [OpenRouter](https://tools-collection.net/apis-list/openrouter) - OpenRouter provides a unified API to access 100+ AI models from OpenAI, Anthropic, Google, Meta, and more 🆓\n- [Otter.ai](https://tools-collection.net/apis-list/otterai) - Generates rich notes for meetings, interviews, lectures, and other important voice conversations\n- [ParallelDots](https://tools-collection.net/apis-list/paralleldots) - ParallelDots AI APIs are the most comprehensive set of document classification and NLP APIs for software developers that provide state-of-the-art accuracy on most common NLP use-cases such as sentiment analysis and emotion detection\n- [Perfect Tense API](https://tools-collection.net/apis-list/perfect-tense-api) - Automated\n- [Perplexity AI](https://tools-collection.net/apis-list/perplexity-ai) - Perplexity&#x27;s API provides search-augmented language model responses\n- [Quora API](https://tools-collection.net/apis-list/quora-api) - Connect the people who have knowledge to the people who need it, to bring together people with different perspectives so they can understand each other better, and to empower everyone to share their knowledge for the benefit of the rest of the world\n- [Recast.AI](https://tools-collection.net/apis-list/recast-ai) - Collaborative chatbot software\n- [Replicate](https://tools-collection.net/apis-list/replicate) - Replicate lets you run machine learning models via API\n- [rev.ai](https://tools-collection.net/apis-list/revai) - Accurate Speech-to-Text APIs for all of your speech recognition needs\n- [Ryft](https://tools-collection.net/apis-list/ryft) - Integrate the Ryft ONE’s data analysis capabilities into existing big data environments for faster data analysis and real-time intelligence\n- [Semantira](https://tools-collection.net/apis-list/semantira) - To get started check out Install the SDK\n- [Sentim-API](https://tools-collection.net/apis-list/sentim-api) - A free API for sentiment analysis\n- [Shotstack](https://tools-collection.net/apis-list/shotstack) - Shotstack API enables programmatic video editing and generation\n- [SpeechText.AI API](https://tools-collection.net/apis-list/speechtext-ai-api) - Cloud Speech Recognition API\n- [Stability AI](https://tools-collection.net/apis-list/stability-ai) - Stability AI&#x27;s API provides access to Stable Diffusion and SDXL models for image generation, editing, and upscaling\n- [SummarizeBot API](https://tools-collection.net/apis-list/summarizebot-api) - Multilingual summarization, keywords and sentiment analysis, language recognition, article extraction, comments identification, multimedia analysis, image and face recognition solutions\n- [TasteDive](https://tools-collection.net/apis-list/tastedive) - The TasteDive API can be used to integrate recommendations in other products\n- [Telegram Bot](https://tools-collection.net/apis-list/telegram-bot) - The Bot API is an HTTP-based interface created for developers keen on building bots for Telegram\n- [TextRazor](https://tools-collection.net/apis-list/textrazor) - TextRazor is the world&#x27;s fastest and most accurate Natural Language Processing API\n- [This Person Does not Exist](https://tools-collection.net/apis-list/this-person-does-not-exist) - This Person Does Not Exist\n- [Together AI](https://tools-collection.net/apis-list/together-ai) - Together AI provides fast inference for 100+ open-source models including Llama 3, Mistral, and FLUX image models\n- [Traitify](https://tools-collection.net/apis-list/traitify) - A diverse set of fun visual assessments used to uncover personality types and traits\n- [Unplugg](https://tools-collection.net/apis-list/unplugg) - Add intelligence to your energy products\n- [VOCAPIA](https://tools-collection.net/apis-list/vocapia) - Speech Recognition, Broadcast Monitoring, Lecture and Seminar Transcription, Video Subtitling, Conference Call and Voicemail Transcription, Speech Analytics\n- [VoiceRSS](https://tools-collection.net/apis-list/voicerss) - An API to convert Text to Speech, supporting 15+ major languages\n- [Vuforia](https://tools-collection.net/apis-list/vuforia) - Developers can easily add advanced computer vision functionality to Android, iOS, and UWP apps, to create AR experiences that realistically interact with objects and the environment\n- [Watson Natural Language Understanding](https://tools-collection.net/apis-list/watson-natural-language-understanding) - Provide text, raw HTML, or a public URL and IBM Watson Natural Language Understanding will give you results for the features you request\n- [Wikitude](https://tools-collection.net/apis-list/wikitude) - Powerful augmented reality apps\n- [Wit.ai](https://tools-collection.net/apis-list/wit-ai) - Natural Language Processing\n- [Word Associations API](https://tools-collection.net/apis-list/word-associations-api) - Provides service to get associations for a word or phrase\n- [xAI Grok](https://tools-collection.net/apis-list/xai-grok) - xAI&#x27;s API provides access to the Grok family of language models for text generation and reasoning\n- [Yelp](https://tools-collection.net/apis-list/yelp) - Yelp&#x27;s API exposes search to 3rd party developers\n\n### Analytics 📈\n- [Amazon Mobile Analytics](https://tools-collection.net/apis-list/amazon-mobile-analytics) - Service for collecting, visualizing, and understanding app usage data at scale\n- [Amplitude](https://tools-collection.net/apis-list/amplitude) - Amplitude&#x27;s API enables sending events, managing user properties, and querying behavioral analytics 🆓\n- [ClickMeter](https://tools-collection.net/apis-list/clickmeter) - ClickMeter API RESTful services\n- [Clicky](https://tools-collection.net/apis-list/clicky) - Clicky Web Analytics is simply the best way to monitor, analyze, and react to your blog or web site&#x27;s traffic in real time\n- [Countly](https://tools-collection.net/apis-list/countly) - Countly is the best analytics platform to understand and enhance customer journeys in web, desktop and mobile applications\n- [Datadog](https://tools-collection.net/apis-list/datadog) - Datadog&#x27;s API provides access to metrics, logs, traces, monitors, dashboards, and alerts\n- [Fabric](https://tools-collection.net/apis-list/fabric) - A platform that helps your mobile team build better apps, understand your users, and grow your business\n- [Flurry](https://tools-collection.net/apis-list/flurry) - Yahoo’s Flurry provides you with a number of APIs enabling you to export your data\n- [Full Story](https://tools-collection.net/apis-list/full-story) - Capture every user event across your application with Full Story, it is an advanced analytics platform with an extensive API\n- [Google Analytics](https://tools-collection.net/apis-list/google-analytics) - Google Analytics provides APIs to collect, configure, and report on user-interactions with your online content\n- [Google Charts](https://tools-collection.net/apis-list/google-charts) - Free tool with a wide range of capabilities for visualizing data from a website\n- [Grafana](https://tools-collection.net/apis-list/grafana) - Grafana&#x27;s HTTP API enables management of dashboards, datasources, alerts, users, and organizations programmatically 🆓\n- [ipstack](https://tools-collection.net/apis-list/ipstack) - Locate website visitors for free using ipstack - a free, real-time IP address to location JSON API and database service supporting IPv4 and IPv6 lookup\n- [Kaltura VPaaS](https://tools-collection.net/apis-list/kaltura-vpaas) - Build video apps and add native video capabilities to your products\n- [Keen IO](https://tools-collection.net/apis-list/keen-io) - Keen IO is a powerful, flexible, and scalable solution that’s literally Big Data, easy-to-implement and at your fingertips\n- [Lexalytics](https://tools-collection.net/apis-list/semantria) - Flexible natural language processing APIs and complete text analytics platform solutions for data analytics companies and data analyst teams\n- [LinkedData.Center](https://tools-collection.net/apis-list/linkeddata-center) - a RDF graph database as a service with W3C SPARQL query and SPARQL update apis\n- [Localytics](https://tools-collection.net/apis-list/localytics) - Analytics Concepts In order to use an analytics API to its maximum potential, it is useful to agree on terminology\n- [Looker](https://tools-collection.net/apis-list/looker) - Looker&#x27;s REST API manages dashboards, looks, queries, users, and data connections\n- [Mailjet](https://tools-collection.net/apis-list/mailjet) - Reliable and scalable email delivery platform with SMTP and API\n- [Matomo](https://tools-collection.net/apis-list/matomo) - This page is a hub space linking to the Analytics API guides\n- [MixPanel](https://tools-collection.net/apis-list/mixpanel) - Maintains a custom datastore that queries your data in a fast, scalable, and reliable manner\n- [New Relic](https://tools-collection.net/apis-list/new-relic) - New Relic&#x27;s API provides access to application performance metrics, errors, infrastructure health, alerts, and dashboards 🆓\n- [Open Web Analytics](https://tools-collection.net/apis-list/open-web-analytics) - Web Analytics, open sourced\n- [Plaid](https://tools-collection.net/apis-list/plaid) - Plaid helps companies build fintech solutions by making it easy, safe and reliable for people to connect their financial data to apps and services\n- [PostHog](https://tools-collection.net/apis-list/posthog) - PostHog&#x27;s API provides product analytics, feature flags, session recording, A/B testing, and user management 🆓\n- [Power BI REST API](https://tools-collection.net/apis-list/powerbi) - Power BI&#x27;s REST API manages datasets, reports, dashboards, workspaces, and data refreshes\n- [Riot Games](https://tools-collection.net/apis-list/riot-games) - Provide the League of Legends developer community with access to game data in a secure and reliable way\n- [Ryft](https://tools-collection.net/apis-list/ryft) - Integrate the Ryft ONE’s data analysis capabilities into existing big data environments for faster data analysis and real-time intelligence\n- [Segment](https://tools-collection.net/apis-list/segment) - Segment&#x27;s API is a customer data platform that collects, unifies, and routes user events to analytics, marketing, and data warehouse tools from a single source of truth 🆓\n- [Sentry](https://tools-collection.net/apis-list/sentry) - Sentry&#x27;s API provides access to error events, issues, projects, organizations, and releases 🆓\n- [SparkPost](https://tools-collection.net/apis-list/sparkpost) - SparkPost is a cloud based email delivery service that sends 25% of the worlds legitimate emails\n- [Tableau REST API](https://tools-collection.net/apis-list/tableau) - Tableau&#x27;s REST API manages workbooks, views, data sources, projects, and users on Tableau Server and Tableau Cloud\n- [Unplugg](https://tools-collection.net/apis-list/unplugg) - Add intelligence to your energy products\n- [Woopra](https://tools-collection.net/apis-list/woopra) - End-to-end Customer Journey Analytics\n- [Zoho Reports API](https://tools-collection.net/apis-list/zoho-reports-api) - Zoho Analytics API Zoho Analytics API offers wide range of functions to help developers build &amp; manage powerful reporting and analytical capabilities for their business application needs\n\n### Animals 🐈\n- [Cat as a Service (CATAAS)](https://tools-collection.net/apis-list/cat-as-a-service-cataas) - Cat as a service (CATAAS) is a REST API to spread peace and love (or not) thanks to cats\n- [Cat Facts](https://tools-collection.net/apis-list/cat-facts) - Daily cat facts! 🐱\n- [Cats](https://tools-collection.net/apis-list/cats) - A public service API all about Cats, free to use when making your fancy new App, Website or Service\n- [Dogs](https://tools-collection.net/apis-list/dogs) - Over 20,000 images of dogs programmaticaly accessible by over 120 breeds\n- [GBIF](https://tools-collection.net/apis-list/gbif) - Free and open access to biodiversity data\n- [HTTPCat](https://tools-collection.net/apis-list/httpcat) - API for HTTP Cats. API for HTTP Cats\n- [iDigBio](https://tools-collection.net/apis-list/idigbio) - Making data and images of millions of biological specimens available on the web\n- [IUCN](https://tools-collection.net/apis-list/iucn) - List of more than 35,500 species that are threatened with extinction\n- [Movebank](https://tools-collection.net/apis-list/movebank) - Movebank is a free, online database and research platform for animal tracking and other on-animal sensor data 🆓\n- [Petfinder](https://tools-collection.net/apis-list/petfinder) - The Petfinder API (Application Programming Interface) allows you to access the Petfinder database of hundreds of thousands of pets ready for adoption and over ten thousand animal welfare organizations\n- [PlaceGoat](https://tools-collection.net/apis-list/placegoat) - PlaceGOAT placeholder service.\n- [PlaceKitten](https://tools-collection.net/apis-list/placekitten) - A quick and simple service for getting pictures of kittens for use as placeholders in your designs or code\n- [RandomCat](https://tools-collection.net/apis-list/randomcat) - Random cat image API\n- [RandomDog](https://tools-collection.net/apis-list/randomdog) - Random dog image API\n- [RandomFox](https://tools-collection.net/apis-list/randomfox) - Random image of a fox\n- [Request Kittens](https://tools-collection.net/apis-list/request-kittens) - A randomized set of category-specific cat images.\n- [RescueGroups](https://tools-collection.net/apis-list/rescuegroups) - org APIs Not all adoptable pet data APIs are made equal\n- [Shibe.Online](https://tools-collection.net/apis-list/shibe-online) - In this day and age, everyone and their dog has an API\n- [The Cat Api](https://tools-collection.net/apis-list/the-cat-api) - A public service API all about cat pictures\n- [The Dog Api](https://tools-collection.net/apis-list/the-dog-api) - An API all about dogs\n\n### Art & Design 🎨\n- [@Font-Face Generation Api](https://tools-collection.net/apis-list/atfont-face-generation-api) - Generate font-face using REST API\n- [Abstract](https://tools-collection.net/apis-list/abstract) - Suite of utility API&#x27;s (validate emails, create user avatars, calculate VAT, and more)\n- [Behance](https://tools-collection.net/apis-list/behance) - Behance is the world&#x27;s largest creative network for showcasing and discovering creative work\n- [Cooper Hewitt](https://tools-collection.net/apis-list/cooper-hewitt) - Cooper Hewitt, Smithsonian Design Museum Collections provides a REST-ish style application programming interface (API) for developers to use in their products and services\n- [DeviantArt](https://tools-collection.net/apis-list/deviantart) - The largest social networking website for artists and art enthusiasts\n- [Dribbble](https://tools-collection.net/apis-list/dribbble) - Build and integrate tools and applications to help members publish their design work on Dribbble\n- [Figma](https://tools-collection.net/apis-list/figma) - Figma&#x27;s API provides access to files, components, styles, comments, and team projects 🆓\n- [Font Conversion Api](https://tools-collection.net/apis-list/font-conversion-api) - Font format conversion REST API\n- [Font Hinting Api](https://tools-collection.net/apis-list/font-hinting-api) - Fonts API - Subscription. Font hinting REST API\n- [Font Subsetting Api](https://tools-collection.net/apis-list/font-subsetting-api) - Font subsetting REST API. Fonts API - Subscription\n- [Getty Images](https://tools-collection.net/apis-list/getty-images) - Page moved here. Page moved here\n- [Gfycat](https://tools-collection.net/apis-list/gfycat) - Gfycat’s API - collection of GIFs\n- [Gyazo](https://tools-collection.net/apis-list/gyazo) - Take screenshots, GIFS, and replays that are ready to share\n- [Harvard Art Museums](https://tools-collection.net/apis-list/harvard-art-museums) - The Harvard Art Museums API is a REST-style service designed for developers who wish to explore and integrate the museums’ collections in their projects\n- [Iconfinder](https://tools-collection.net/apis-list/iconfinder) - The Iconfinder API is a HTTP JSON API and allows you to programatically access resources on the service, such as icons, icon sets, categories, styles, authors, etc\n- [Icons8](https://tools-collection.net/apis-list/icons8) - Icons8 offers simple reliable solutions to cope with all sorts of the challenges concerning icons\n- [Lorem Picsum](https://tools-collection.net/apis-list/lorem-picsum) - Lorem Ipsum, but for photos.\n- [LottieFiles](https://tools-collection.net/apis-list/lottiefiles) - LottieFiles API provides access to a library of Lottie animations, enables uploading and managing animation files, and converting between animation formats for web and mobile apps 🆓\n- [Marvel](https://tools-collection.net/apis-list/marvel) - The Marvel developer portal gives Marvel fans, partners and other technologists access to an array of powerful APIs, documentation, and other tools to interact with Marvel&amp;#039;s systems\n- [Microlink](https://tools-collection.net/apis-list/microlink) - Generate PDF from any website\n- [Noun Project](https://tools-collection.net/apis-list/noun-project) - Grab a hold of the World’s Visual Language\n- [ObjectCut](https://tools-collection.net/apis-list/objectcut) - Automatic background removal real-time service powered by AI\n- [Pexels](https://tools-collection.net/apis-list/pexels) - Pexels provides high quality and completely free stock photos licensed under the Creative Commons Zero (CC0) license\n- [Rijksmuseum](https://tools-collection.net/apis-list/rijksmuseum) - The Rijksmuseum links individuals with art and history\n- [ScreenShotLayer](https://tools-collection.net/apis-list/screenshotlayer) - Free for personal use\n- [The Google Fonts Developer API.](https://tools-collection.net/apis-list/the-google-fonts-developer-api) - High-quality fonts to use on your web site\n- [TheSportsDB](https://tools-collection.net/apis-list/thesportsdb) - Various sports events, results, players, teams and high quality artwork\n\n### Authentication & User Management 👥\n- [Auth0](https://tools-collection.net/apis-list/auth0) - Rapidly integrate authentication and authorization for web, mobile, and legacy applications so you can focus on your core business\n- [Best Buy Commerce API](https://tools-collection.net/apis-list/best-buy-commerce-api) - Allows companies to conduct commerce with Best Buy services within their own e-commerce application\n- [BlockScore](https://tools-collection.net/apis-list/blockscore) - A real-time API for verifying an identity by name, address, date of birth, and social security number\n- [Clerk](https://tools-collection.net/apis-list/clerk) - Clerk&#x27;s API handles authentication and user management including sign-up, sign-in, MFA, SSO, and user profiles 🆓\n- [Countly](https://tools-collection.net/apis-list/countly) - Countly is the best analytics platform to understand and enhance customer journeys in web, desktop and mobile applications\n- [EventBrite](https://tools-collection.net/apis-list/eventbrite) - Eventbrite Python SDK\n- [Facebook Login for Apps](https://tools-collection.net/apis-list/facebook-login-for-apps) - Secure, fast, convenient way to login in your app/website\n- [Firebase](https://tools-collection.net/apis-list/firebase) - Authentication, analytics, cloud messaging, crash reporting, ads and more\n- [Google Identity Toolkit API.](https://tools-collection.net/apis-list/google-identity-toolkit-api) - Enable users to sign into apps and authorize apps to use Google services\n- [Instagram](https://tools-collection.net/apis-list/instagram) - How to use the Instagram Graph API\n- [LinkedIn](https://tools-collection.net/apis-list/linkedin) - Make it convenient for your users to sign in with their professional identity\n- [Naver Login for Apps](https://tools-collection.net/apis-list/naver-login-for-apps) - Access to Naver’s Authentication API\n- [Okta](https://tools-collection.net/apis-list/okta) - Okta&#x27;s API manages users, groups, applications, and authentication policies for enterprise identity\n- [Onfido](https://tools-collection.net/apis-list/onfido) - Our document verification and facial biometrics technology lets your users verify themselves anywhere, anytime\n- [PayPal](https://tools-collection.net/apis-list/paypal) - Enables your customers to sign in to your web site quickly and securely using their PayPal login credentials\n- [PhantAuth](https://tools-collection.net/apis-list/phantauth) - Random User Generator + OpenID Connect Provider\n- [Picatic](https://tools-collection.net/apis-list/picatic) - Sell tickets directly from your app or website\n- [ReqRes](https://tools-collection.net/apis-list/reqres) - A hosted REST-API ready to respond to AJAX requests\n- [Supabase](https://tools-collection.net/apis-list/supabase) - Supabase is an open-source Firebase alternative offering a RESTful API over PostgreSQL, real-time subscriptions, authentication, file storage, and Edge Functions 🆓\n- [Twitter Sign-in](https://tools-collection.net/apis-list/twitter-sign-in) - Works on websites, iOS, mobile and desktop applications\n- [WorkOS](https://tools-collection.net/apis-list/workos) - Easily integrate Okta SAML, Google OAuth, and more\n\n### Bar & QR Codes 🏪\n- [EAN Barcode Search](https://tools-collection.net/apis-list/ean-barcode-search) - EAN Barcode API Integrate our database into your app or website\n- [EAN-Search](https://tools-collection.net/apis-list/ean-search) - Search our EAN database with over 230 million products by EAN, UPC, ISBN or product name\n- [Google Barcode](https://tools-collection.net/apis-list/google-barcode) - It can also detect multiple barcodes at once\n- [Google Charts](https://tools-collection.net/apis-list/google-charts) - Free tool with a wide range of capabilities for visualizing data from a website\n- [Nutritionix](https://tools-collection.net/apis-list/nutritionix) - Add robust nutrition tracking capability to any health app\n- [QR Code API](https://tools-collection.net/apis-list/qr-code-api) - QR Code REST API\n- [Qrcode Monkey](https://tools-collection.net/apis-list/qrcode-monkey) - Create thousands of QR codes with design and logo automatically\n- [Stakdek&#x27;s QR generator API](https://tools-collection.net/apis-list/stakdeks-qr-generator-api) - The QR-Code generator gets your data and generates a QR-Code\n- [UPC database](https://tools-collection.net/apis-list/upc-database) - Database contains a mixture of barcode types from the standard UPC numbering system, the worldwide EAN numbering system, and the Bookland numbering system\n\n### Blockchain & Cryptocurrencies 📒️\n- [Alchemy](https://tools-collection.net/apis-list/alchemy-api) - Alchemy&#x27;s Web3 API provides enhanced node access, NFT data, transaction history, token balances, and webhook notifications across Ethereum, Polygon, Solana, and other blockchains 🆓\n- [Alpha Vantage](https://tools-collection.net/apis-list/alpha-vantage) - Supports intraday, daily, weekly, and monthly quotes and technical analysis with chart-ready time series\n- [Binance](https://tools-collection.net/apis-list/binance) - Binance cryptocurrency exchange official API\n- [Bitcoin](https://tools-collection.net/apis-list/bitcoin) - Bitcoin is an innovative payment network and a new kind of money\n- [BitcoinAverage](https://tools-collection.net/apis-list/bitcoinaverage) - The world&#x27;s best and longest running Cryptocurrency price API provider\n- [Bitcoincharts](https://tools-collection.net/apis-list/bitcoincharts) - You can use this API to include markets data in your websites, mobile apps or desktop applets\n- [Bitfinex](https://tools-collection.net/apis-list/bitfinex) - The Bitfinex API is designed to allow access to all the features of the Bitfinex platform on the condition that it is used in compliance with our API Terms of Service\n- [Bitmex](https://tools-collection.net/apis-list/bitmex) - BitMEX is the world&#x27;s most advanced P2P crypto-products trading platform and API\n- [bitpay](https://tools-collection.net/apis-list/bitpay) - A simple, RESTful API to the most powerful bitcoin infrastructure on the planet\n- [Bittrex](https://tools-collection.net/apis-list/bittrex) - Bittrex provides a simple and powerful API consisting of REST endpoints for transactional operations and a complementary Websocket service providing streaming market and user data updates\n- [Block](https://tools-collection.net/apis-list/block) - The most versatile and secure wallet for all your coins\n- [Blockchain](https://tools-collection.net/apis-list/blockchain) - The easiest and most trusted transaction search engine and block explorer\n- [BlockCypher](https://tools-collection.net/apis-list/blockcypher) - Build blockchain applications easily with our web APIs and callbacks\n- [BlockFacts.io](https://tools-collection.net/apis-list/blockfacts-io) - SDKs for integration, rich historic tick data\n- [Bybit](https://tools-collection.net/apis-list/bybit) - Bybit&#x27;s API provides spot, derivatives, and options trading, market data, and account management for one of the largest crypto derivatives exchanges globally 🆓\n- [Chasing Coin](https://tools-collection.net/apis-list/chasing-coin) - Cryptocurrency, coin and token resource on the web\n- [CoinAPI](https://tools-collection.net/apis-list/coinapi) - CoinAPI is a platform which provides fast, reliable\n- [Coinbase](https://tools-collection.net/apis-list/coinbase) - Coinbase’s API makes it easy to integrate bitcoin, bitcoin cash, litecoin and ethereum into both new and existing applications\n- [Coinbase Pro](https://tools-collection.net/apis-list/coinbase-pro) - Trading APIs require authentication and provide access to placing orders and other account information\n- [CoinDesk](https://tools-collection.net/apis-list/coindesk) - Bitcoin Price Index\n- [Coingecko.com](https://tools-collection.net/apis-list/coingecko-com) - Free, comprehensive cryptocurrency API\n- [Coinigy](https://tools-collection.net/apis-list/coinigy) - Interact with Coinigy Accounts and Exchange Accounts Directly\n- [CoinLayer](https://tools-collection.net/apis-list/coinlayer) - Powerful cryptocurrency rates JSON API delivering real-time crypto exchange rate and conversion data for more than 25 exchanges and 385 coins worldwide\n- [Coinlib](https://tools-collection.net/apis-list/coinlib) - Coinlib - Crypto Prices, Charts, Lists &amp; Crypto Market News\n- [Coinlore](https://tools-collection.net/apis-list/coinlore) - Coinlore presents public free crypto tick data api\n- [CoinMarketCap](https://tools-collection.net/apis-list/coinmarketcap) - Cryptocurrencies Prices\n- [coinpaprika](https://tools-collection.net/apis-list/coinpaprika) - Cryptocurrencies prices, market capitalization, volume and more\n- [CoinRanking](https://tools-collection.net/apis-list/coinranking) - Introduction Power your projects with the high quality cryptocurrency data coinranking\n- [Crypto Monitor Api](https://tools-collection.net/apis-list/crypto-monitor-api) - The Crypto monitor API provides bots that show savings in cryptocurrencies\n- [CryptoCompare](https://tools-collection.net/apis-list/cryptocompare) - Cryptocurrencies Comparison\n- [Cryptonator](https://tools-collection.net/apis-list/cryptonator) - Prices are updated every 30 seconds, covering 300+ cryptocurrencies across 42 exchanges\n- [CurrencyScoop.com](https://tools-collection.net/apis-list/currencyscoop-com) - Real-time and historical currency rates JSON API\n- [Exchange Rates API](https://tools-collection.net/apis-list/exchange-rates-api) - The most popular place to securely buy, store, and trade Bitcoin, Ethereum, and other top cryptocurrencies\n- [Gemini](https://tools-collection.net/apis-list/gemini) - Public REST APIs provide market data such as: current order book recent trading activity trade history\n- [Hybrix](https://tools-collection.net/apis-list/hybrix) - The API is an open source multi ledger API, that allows developers to build multi-blockchain and multi-ledger solutions on 26+ blockchains\n- [ICObench](https://tools-collection.net/apis-list/icobench) - ICObench Data API allows you to get various information and data from the platform including ICO listings, ratings, and stats\n- [IEX Trading](https://tools-collection.net/apis-list/iex) - Free Stocks and Market Data\n- [Kraken](https://tools-collection.net/apis-list/kraken-api) - Kraken&#x27;s REST and WebSocket APIs provide cryptocurrency trading, market data, order management, and account information 🆓\n- [KuCoin](https://tools-collection.net/apis-list/kucoin-api) - KuCoin&#x27;s API supports spot, margin, and futures trading with market data, order management, and account endpoints 🆓\n- [Messari](https://tools-collection.net/apis-list/messari) - Messari provides an institutional grade Bitcoin and blockchain data API, ranging from market data to fundamentals, blockchain metrics and news\n- [Moralis](https://tools-collection.net/apis-list/moralis) - Moralis Web3 API provides NFT data, token balances, DeFi positions, transaction history, and wallet analytics across EVM-compatible blockchains including Ethereum, Polygon, and BNB Chain 🆓\n- [Nexchange](https://tools-collection.net/apis-list/nexchange) - API for crypto currency exchange.\n- [Nicehash](https://tools-collection.net/apis-list/nicehash) - Largest Crypto Mining Marketplace\n- [Nimiq Hub](https://tools-collection.net/apis-list/nimiq-hub) - Nimiq aims to be the best performing and easiest-to-use decentralized payment protocol ecosystem\n- [OKX](https://tools-collection.net/apis-list/okx-api) - OKX&#x27;s API provides spot, futures, options, and DeFi trading with real-time market data and account management 🆓\n- [OpenSea](https://tools-collection.net/apis-list/opensea) - OpenSea&#x27;s API provides NFT metadata, collection stats, listings, offers, and transaction history from the world&#x27;s largest NFT marketplace across Ethereum, Polygon, and other chains 🆓\n- [Pocket Network](https://tools-collection.net/apis-list/pocket-network) - Pocket proportionally rewards the participating nodes with native cryptographic tokens POKT\n- [Poloniex](https://tools-collection.net/apis-list/poloniex) - US based digital asset exchange\n- [Quidax Merchant](https://tools-collection.net/apis-list/quidax-merchant) - Buy, sell and store Bitcoin, Ethereum, Ripple (XRP), Litecoin &amp; other cryptocurrencies with Naira\n- [Ripple XRP Ledger](https://tools-collection.net/apis-list/ripple-xrp) - The XRP Ledger&#x27;s rippled API provides access to accounts, transactions, order books, and payment channels on the XRP Ledger 🆓\n- [ShapeShift.io](https://tools-collection.net/apis-list/shapeshift-io) - Exchange between cryptocurrencies without an account\n- [Solana RPC API](https://tools-collection.net/apis-list/solana-rpc) - Solana&#x27;s JSON-RPC API provides access to account data, transaction history, block info, and program interactions on the high-performance Solana blockchain network 🆓\n- [Stellar](https://tools-collection.net/apis-list/stellar) - Stellar&#x27;s Horizon API provides access to accounts, transactions, payments, offers, and assets on the Stellar blockchain network 🆓\n- [SuredBits](https://tools-collection.net/apis-list/suredbits) - This API allows you to query our NFL, NBA and Crypto Exchange data\n- [Tardis](https://tools-collection.net/apis-list/tardis) - Raw historical market data is available both in exchange native and normalized formats and includes full order book depth snapshots plus incremental updates, tick-by-tick trades, historical open interest, funding, index and mark prices\n- [Technical Analysis](https://tools-collection.net/apis-list/technical-analysis) - Coin predictions as a service\n- [The Graph](https://tools-collection.net/apis-list/the-graph) - The Graph is an indexing protocol for querying blockchain data via GraphQL 🆓\n- [The Shrimpy Universal Crypto Exchange Api](https://tools-collection.net/apis-list/the-shrimpy-universal-crypto-exchange-api) - Collect real-time trade or order book data for free, manage user exchange accounts, execute trading strategies, and simplify the way you connect to each exchange\n- [Twelve Data](https://tools-collection.net/apis-list/twelve-data) - Stock market data (real-time &amp; historical)\n- [Upvest Blockchain Api](https://tools-collection.net/apis-list/upvest-blockchain-api) - The Upvest Blockchain API is a multi-protocol blockchain API for building blockchain-interacting applications\n- [WorldCoinIndex](https://tools-collection.net/apis-list/worldcoinindex) - Cryptocurrencies price API, prices denoted in USD, EUR, CNY, GBP, RUB\n\n### Bookmarks 📑\n- [Openwhyd](https://tools-collection.net/apis-list/openwhyd) - 💎 Like Pinterest, for Music\n- [Pocket](https://tools-collection.net/apis-list/pocket) - When you find something you want to view later, put it in Pocket\n\n### Books 📚\n- [Bhagavad Gita](https://tools-collection.net/apis-list/bhagavad-gita) - Bhagwat Geeta in Hindi and English\n- [British National Bibliography](https://tools-collection.net/apis-list/british-national-bibliography) - Welcome to bnb\n- [Crossref](https://tools-collection.net/apis-list/crossref) - Crossref&#x27;s API provides metadata for 150M+ scholarly works including DOIs, citations, author information, funding data, and license information for academic research integration 🆓\n- [GoodReads](https://tools-collection.net/apis-list/goodreads) - The Goodreads API allows developers access to Goodreads data in order to help websites or applications that deal with books be more personalized, social\n- [Google Books](https://tools-collection.net/apis-list/google-books-api) - Access the full text of the Google Books repository\n- [Harry Potter](https://tools-collection.net/apis-list/harry-potter) - Harry Potter API 🆓\n- [LibGen](https://tools-collection.net/apis-list/libgen) - An English-language guide to using the LibGen API\n- [Open Library](https://tools-collection.net/apis-list/open-library) - Open Library is an open, editable library catalog, building towards a web page for every book ever published\n- [OpenAlex](https://tools-collection.net/apis-list/openalex) - OpenAlex is a fully open catalog of the global research system 🆓\n- [Penguin Publishing](https://tools-collection.net/apis-list/penguin-publishing) - Sample XML response Sample JSON response\n\n### Bots 📝\n- [Cat Facts](https://tools-collection.net/apis-list/cat-facts) - Daily cat facts! 🐱\n- [Infermedica API](https://tools-collection.net/apis-list/infermedica-api) - The most advanced Symptom Checker and Patient Triage API\n- [Recast.AI](https://tools-collection.net/apis-list/recast-ai) - Collaborative chatbot software\n- [Telegram](https://tools-collection.net/apis-list/telegram) - The Bot API allows you to easily create programs that use Telegram\n- [Telegram Bot](https://tools-collection.net/apis-list/telegram-bot) - The Bot API is an HTTP-based interface created for developers keen on building bots for Telegram\n\n### Business 👔\n- [Adzuna](https://tools-collection.net/apis-list/adzuna) - Get the very latest ads and data with Adzuna&#x27;s API\n- [Basecamp API](https://tools-collection.net/apis-list/basecamp-api) - A web based system for managing collaborative projects\n- [Box](https://tools-collection.net/apis-list/box) - Explore the Box APIs and SDKs to use for app development,\n- [Braintree](https://tools-collection.net/apis-list/braintree) - Specializes in mobile and web payment systems for ecommerce companies\n- [Clearbit Logo](https://tools-collection.net/apis-list/clearbit-logo) - If you’re only interested in a Company’s logo, and don’t need any other data about the company, you can use our Logo API\n- [Clust](https://tools-collection.net/apis-list/clust) - The best way to gather anyone’s documents, directly from your app &amp; without hassle\n- [Ecart](https://tools-collection.net/apis-list/ecart) - Data is offered in JSON format\n- [Elasticpath](https://tools-collection.net/apis-list/elasticpath) - Provides the full commerce solution to bring your unique, revenue-driving experiences to life, fast\n- [Enigma Public](https://tools-collection.net/apis-list/enigma-public) - Enigma Businesses provides the most accurate and reliable information on small and medium businesses in real-time\n- [Formstack](https://tools-collection.net/apis-list/formstack) - The Formstack API allows users and 3rd-party applications to access Formstack resources programmatically\n- [Freelancer](https://tools-collection.net/apis-list/freelancer) - Hire in any profession you can think of using our API, on demand–developers, designers, photographers, copywriters, delivery people, manufacturers and more\n- [Freshdesk](https://tools-collection.net/apis-list/freshdesk) - Freshdesk&#x27;s API manages support tickets, contacts, agents, groups, and canned responses 🆓\n- [Freshsales](https://tools-collection.net/apis-list/freshsales) - Freshsales CRM API provides access to contacts, accounts, deals, tasks, and sales sequences 🆓\n- [Freshservice](https://tools-collection.net/apis-list/freshservice) - Freshservice&#x27;s ITSM API manages IT service desk tickets, assets, changes, problems, and releases\n- [Furniture Store Data Api](https://tools-collection.net/apis-list/furniture-store-data-api) - The aim is to provide every bit of information which is felt required for a user to know about a furniture store\n- [Google Analytics](https://tools-collection.net/apis-list/google-analytics) - Google Analytics provides APIs to collect, configure, and report on user-interactions with your online content\n- [Hunter.io](https://tools-collection.net/apis-list/hunter-io) - Hunter 🆓\n- [ITA&#x27;s Data Services Platform](https://tools-collection.net/apis-list/itas-data-services-platform) - The Data Services Platform from the International Trade Administration (ITA) provides direct access to authoritative information on U 🆓\n- [LinkedIn](https://tools-collection.net/apis-list/linkedin) - Make it convenient for your users to sign in with their professional identity\n- [LiveChat](https://tools-collection.net/apis-list/livechat) - Online Customer Service software with customizable chat, embeddable widgets, help desk and web analytics tools\n- [Localytics](https://tools-collection.net/apis-list/localytics) - Analytics Concepts In order to use an analytics API to its maximum potential, it is useful to agree on terminology\n- [MailboxValidator](https://tools-collection.net/apis-list/mailboxvalidator) - MailboxValidator provides single email validation API that checks if an email address is valid and exists\n- [Make (Integromat)](https://tools-collection.net/apis-list/make) - Make&#x27;s API manages scenarios, modules, connections, and executions on the visual automation platform 🆓\n- [markerapi](https://tools-collection.net/apis-list/markerapi) - Trademark search API to search the US trademarks database (USPTO) based on a search string\n- [n8n](https://tools-collection.net/apis-list/n8n) - n8n&#x27;s REST API manages workflows, executions, credentials, and users on the open-source workflow automation platform 🆓\n- [Ontraport](https://tools-collection.net/apis-list/ontraport) - Marketing automation\n- [OpenCorporates](https://tools-collection.net/apis-list/opencorporates) - World&#x27;s largest open database of companies\n- [PagerDuty](https://tools-collection.net/apis-list/pagerduty) - PagerDuty&#x27;s API manages incidents, alerts, on-call schedules, escalation policies, and services\n- [Pipedrive](https://tools-collection.net/apis-list/pipedrive) - Pipedrive&#x27;s API provides access to deals, contacts, organizations, pipelines, and activities 🆓\n- [Postmark](https://tools-collection.net/apis-list/postmark) - No bulk\n- [Quantumdigital](https://tools-collection.net/apis-list/quantumdigital) - QuantumDigital’s APIs make navigating the USPS, securing national consumer and business lists, uploading your own designs or lists, and shipping small order marketing materials a breeze\n- [Rushtranslate](https://tools-collection.net/apis-list/rushtranslate) - RushTranslate offers certified document translation services in over 60 languages provided by native speaking professionals\n- [Salesforce](https://tools-collection.net/apis-list/salesforce) - The Salesforce Platform connects the entire customer journey across Sales, Service, Marketing, Commerce, and every touchpoint\n- [Square](https://tools-collection.net/apis-list/square) - Square provides support and tools for you to build apps for today’s business needs\n- [Telleroo](https://tools-collection.net/apis-list/telleroo) - Instant Bulk Payments for your Finance Team\n- [US Restaurant Menus](https://tools-collection.net/apis-list/us-restaurant-menus) - Database of over 300,000 restaurant menus and over 30,000,000 Individual Menu Items\n- [Whitepages Pro](https://tools-collection.net/apis-list/whitepages-pro) - Global Identity Verification API\n- [WorkOS](https://tools-collection.net/apis-list/workos) - Easily integrate Okta SAML, Google OAuth, and more\n- [Xyz Menus](https://tools-collection.net/apis-list/xyz-menus) - XYZ Menus API provides access to a Database of over 350,000 Restaurant Menus with over 30,000,000 individual menu items\n- [Yammer API](https://tools-collection.net/apis-list/yammer-api) - Yammer Developer Site was created using ReadMe\n- [Yelp](https://tools-collection.net/apis-list/yelp) - Yelp&#x27;s API exposes search to 3rd party developers\n- [Zapier](https://tools-collection.net/apis-list/zapier) - Zapier&#x27;s API enables creating and managing Zaps (automated workflows), accessing connected app data, and triggering automations programmatically across 6,000+ integrated apps 🆓\n- [Zendesk](https://tools-collection.net/apis-list/zendesk) - Zendesk&#x27;s REST API manages support tickets, users, organizations, macros, and automations\n- [Zoho Reports API](https://tools-collection.net/apis-list/zoho-reports-api) - Zoho Analytics API Zoho Analytics API offers wide range of functions to help developers build &amp; manage powerful reporting and analytical capabilities for their business application needs\n\n### Calendar & Time 📅\n- [24 Pull Requests](https://tools-collection.net/apis-list/24-pull-requests) - 24 Pull Requests is a yearly initiative to encourage contributors around the world to send 24 pull requests between December 1st and December 24th\n- [Cal.com](https://tools-collection.net/apis-list/cal-com) - Cal 🆓\n- [Calendarific](https://tools-collection.net/apis-list/calendarific) - With Calendarific API you can display the dates of public holidays, bank holidays, local holidays and religious holidays for over 200 countries worldwide\n- [Church Calendar](https://tools-collection.net/apis-list/church-calendar) - Liturgical Calendar API\n- [Cronofy](https://tools-collection.net/apis-list/cronofy) - Scheduler lets you share your availability with contacts no matter what application you use\n- [Czech Namedays Calendar](https://tools-collection.net/apis-list/czech-namedays-calendar) - Czech Holidays API\n- [Eventful API](https://tools-collection.net/apis-list/eventful-api) - Eventful is a leading digital media company connecting consumers with entertainment, movies and local events\n- [Google Calendar](https://tools-collection.net/apis-list/google-calendar-api) - Create and manage events and calendars for Google Calendar\n- [Hebrew Calendar](https://tools-collection.net/apis-list/hebrew-calendar) - You can embed Hebcal\n- [Holiday Oracle](https://tools-collection.net/apis-list/holiday-oracle) - A consensus driven API for national, federal and public holidays servicing over 166 countries and 300 subdivisions worldwide\n- [Holidays](https://tools-collection.net/apis-list/holidays) - Don&#x27;t let sourcing and maintaining holiday information get in the way of building your product\n- [LectServe](https://tools-collection.net/apis-list/lectserve) - Your daily lectionary readings…\n- [Microsoft Graph](https://tools-collection.net/apis-list/microsoft-graph) - Find out how you can use the Microsoft Graph API to connect to the data that drives productivity - mail, calendar, contacts, documents, directory, devices, and more\n- [Nager.Date](https://tools-collection.net/apis-list/nager-date) - Worldwide public holidays API\n- [Namedays Calendar](https://tools-collection.net/apis-list/namedays-calendar) - API returns namedays for various countries\n- [Non-Working Days](https://tools-collection.net/apis-list/non-working-days) - Open repository of non-working days ics files\n- [Russian Calendar](https://tools-collection.net/apis-list/russian-calendar) - Work calendar service\n- [Unix Timestamp Converteri](https://tools-collection.net/apis-list/unix-timestamp-converteri) - Unix Timestamp Converter API Unix Timestamp converter REST API Convert Unix Timestamps to DateTime objects and DateTime objects to Unix Timestamps This WebService was built in 20 minutes using Li\n- [WorldTimeAPI](https://tools-collection.net/apis-list/worldtimeapi) - A JSON/plain-text which returns the (approx) current time for a provided timezone or IP\n\n### Captcha 📃\n- [Anti-Captcha](https://tools-collection.net/apis-list/anti-captcha) - Access to Anti-Captcha’s API\n- [Google reCAPTCHA](https://tools-collection.net/apis-list/google-recaptcha) - ReCAPTCHA lets you embed a CAPTCHA in your web pages in order to protect them against spam and other types of automated abuse\n- [Naver Captcha](https://tools-collection.net/apis-list/naver-captcha) - The image capturing function used by Naver Service can be used for customer service to identify people and computers to prevent abusing\n- [ProxyCrawl](https://tools-collection.net/apis-list/proxycrawl) - Crawl and scrape websites without the need of proxies, infrastructure or browsers\n\n### Casino & Gambling 🎰\n- [Lottery Number Generation](https://tools-collection.net/apis-list/lottery-number-generation) - Hundereds of lottery games from various countries are supported\n- [Oddsapi](https://tools-collection.net/apis-list/oddsapi) - Sports data API provides live and historical sports data from all around the world\n\n### Chats & Messaging 💬\n- [Ably](https://tools-collection.net/apis-list/ably) - API for making cross-protocol realtime communication between devices easy\n- [Africa&#x27;s Talking](https://tools-collection.net/apis-list/africas-talking) - A unified API platform for software developers in Africa building SMS, USSD, Voice, Payments and Airtime applications\n- [Chat Messaging By Stream](https://tools-collection.net/apis-list/chat-messaging-by-stream) - Stream&#x27;s API and SDKs enable developers to build messaging solutions very quickly and reliably\n- [Cisco Spark](https://tools-collection.net/apis-list/cisco-spark) - Build the future of business collaboration with Webex\n- [Clust](https://tools-collection.net/apis-list/clust) - The best way to gather anyone’s documents, directly from your app &amp; without hassle\n- [Discord](https://tools-collection.net/apis-list/discord) - Integrate your service with Discord — whether it&#x27;s a bot or a game or whatever your wildest imagination can come up with\n- [Gitter](https://tools-collection.net/apis-list/gitter) - Gitter is a chat and networking platform that helps to manage, grow and connect communities through messaging, content and discovery\n- [Intercom](https://tools-collection.net/apis-list/intercom) - Intercom&#x27;s API provides access to conversations, contacts, companies, and events\n- [Liveblocks](https://tools-collection.net/apis-list/liveblocks) - Liveblocks API enables real-time collaboration features including presence, live cursors, shared state, comments, and notifications 🆓\n- [LiveChat](https://tools-collection.net/apis-list/livechat) - Online Customer Service software with customizable chat, embeddable widgets, help desk and web analytics tools\n- [MessageBird](https://tools-collection.net/apis-list/messagebird) - MessageBird&#x27;s API provides SMS, voice, WhatsApp, email, and live chat communications 🆓\n- [Microsoft Teams API](https://tools-collection.net/apis-list/microsoft-teams-api) - Microsoft Teams API via Microsoft Graph provides access to chats, channels, messages, meetings, and team membership\n- [MySocialApp](https://tools-collection.net/apis-list/mysocialapp) - Build scalable news feed for your app\n- [Nexmo](https://tools-collection.net/apis-list/nexmo) - Make and receive phone calls, send and receive SMS worldwide\n- [Orange SMS API](https://tools-collection.net/apis-list/orange-sms-api) - The SMS Service,allows you to send and receive text messages, of up to 160 characters, to and from a mobile phone\n- [PubNub](https://tools-collection.net/apis-list/pubnub) - &lt;div class&#x3D;&quot;homepage-wrap&quot;&gt;\n- [Slack](https://tools-collection.net/apis-list/slack) - Slack APIs allow you to integrate complex services with Slack to go beyond the integrations they provide out of the box\n- [Sms And Phone Calls Api - 46elks](https://tools-collection.net/apis-list/sms-and-phone-calls-api-46elks) - Integrate SMS, MMS and Phone calls into your applications with just a few lines of code\n- [SparkPost](https://tools-collection.net/apis-list/sparkpost) - SparkPost is a cloud based email delivery service that sends 25% of the worlds legitimate emails\n- [Telegram](https://tools-collection.net/apis-list/telegram) - The Bot API allows you to easily create programs that use Telegram\n- [Telegram Bot](https://tools-collection.net/apis-list/telegram-bot) - The Bot API is an HTTP-based interface created for developers keen on building bots for Telegram\n- [Viber](https://tools-collection.net/apis-list/viber) - Millions of Viber users call, text, and send photos to each other, worldwide - for free\n- [Vidyo.Io](https://tools-collection.net/apis-list/vidyo-io) - Developers do not need to be experts in video, all of the complexities of video communication is handled by the Vidyo\n- [Vonage (Nexmo)](https://tools-collection.net/apis-list/vonage) - Vonage&#x27;s Communications APIs provide SMS, voice calls, video, WhatsApp, and verification services 🆓\n- [WhatsApp Business API](https://tools-collection.net/apis-list/whatsapp-business) - WhatsApp Business Platform API enables sending and receiving WhatsApp messages, managing message templates, and handling webhooks for business-to-customer communications at scale\n- [Yo Developers API](https://tools-collection.net/apis-list/yo-developers-api) - Yo API Documentation\n- [Zoom API](https://tools-collection.net/apis-list/zoom-api) - Zoom&#x27;s REST API manages meetings, webinars, users, recordings, and reports 🆓\n\n### Collaboration 👨‍👩‍👦‍👦\n- [Abstract](https://tools-collection.net/apis-list/abstract) - Suite of utility API&#x27;s (validate emails, create user avatars, calculate VAT, and more)\n- [Apileap](https://tools-collection.net/apis-list/apileap) - Make screenshots from web pages and HTML\n- [Basecamp API](https://tools-collection.net/apis-list/basecamp-api) - A web based system for managing collaborative projects\n- [Box](https://tools-collection.net/apis-list/box) - Explore the Box APIs and SDKs to use for app development,\n- [Cisco Spark](https://tools-collection.net/apis-list/cisco-spark) - Build the future of business collaboration with Webex\n- [Clust](https://tools-collection.net/apis-list/clust) - The best way to gather anyone’s documents, directly from your app &amp; without hassle\n- [Codeship](https://tools-collection.net/apis-list/codeship) - Hosted API documentation for every OAS (Swagger) and RAML spec out there\n- [GitLab](https://tools-collection.net/apis-list/gitlab) - Access to GitLab&#x27;s API\n- [Google Calendar](https://tools-collection.net/apis-list/google-calendar-api) - Create and manage events and calendars for Google Calendar\n- [Gyazo](https://tools-collection.net/apis-list/gyazo) - Take screenshots, GIFS, and replays that are ready to share\n- [Let&#x27;S Validate](https://tools-collection.net/apis-list/lets-validate) - Uncovers the technologies used on websites and URL to thumbnail\n- [Liveblocks](https://tools-collection.net/apis-list/liveblocks) - Liveblocks API enables real-time collaboration features including presence, live cursors, shared state, comments, and notifications 🆓\n- [Microlink](https://tools-collection.net/apis-list/microlink) - Generate PDF from any website\n- [Microsoft Graph](https://tools-collection.net/apis-list/microsoft-graph) - Find out how you can use the Microsoft Graph API to connect to the data that drives productivity - mail, calendar, contacts, documents, directory, devices, and more\n- [Microsoft Teams API](https://tools-collection.net/apis-list/microsoft-teams-api) - Microsoft Teams API via Microsoft Graph provides access to chats, channels, messages, meetings, and team membership\n- [Open Science Framework](https://tools-collection.net/apis-list/open-science-framework) - OSF is a free, open platform to support your research and enable collaboration\n- [Pastebin](https://tools-collection.net/apis-list/pastebin) - Pastebin is a website where you can store text online for a set period of time\n- [Pexels](https://tools-collection.net/apis-list/pexels) - Pexels provides high quality and completely free stock photos licensed under the Creative Commons Zero (CC0) license\n- [ScreenShotLayer](https://tools-collection.net/apis-list/screenshotlayer) - Free for personal use\n- [Slack](https://tools-collection.net/apis-list/slack) - Slack APIs allow you to integrate complex services with Slack to go beyond the integrations they provide out of the box\n- [Trello](https://tools-collection.net/apis-list/trello) - Trello is a web-based, Kanban-style, list-making application\n\n### Comics & Anime 🦸\n- [AniList](https://tools-collection.net/apis-list/anilist) - The AniList GraphQL Api provides quick and powerful access to over 500k anime and manga entries, including character, staff, and live airing data\n- [Comic Vine](https://tools-collection.net/apis-list/comic-vine) - An extremely mature, well organized and continuely updated resource of comic information\n- [Danbooru](https://tools-collection.net/apis-list/danbooru) - Danbooru Imageboard API\n- [Kitsu](https://tools-collection.net/apis-list/kitsu) - Kitsu is a modern anime discovery platform that helps you track the anime you&#x27;re watching, discover new anime and socialize with other fans\n- [Marvel](https://tools-collection.net/apis-list/marvel) - The Marvel developer portal gives Marvel fans, partners and other technologists access to an array of powerful APIs, documentation, and other tools to interact with Marvel&amp;#039;s systems\n- [MyAnimeList](https://tools-collection.net/apis-list/myanimelist) - MyAnimeList.net official API\n- [Rick and Morty](https://tools-collection.net/apis-list/rick-and-morty) - The Rick and Morty API is a REST and GraphQL API based on the television show Rick and Morty\n- [Studio Ghibli](https://tools-collection.net/apis-list/studio-ghibli) - Resources from Studio Ghibli films\n- [What Anime](https://tools-collection.net/apis-list/what-anime) - trace\n- [xkcd](https://tools-collection.net/apis-list/xkcd) - xkcd API\n\n### Commerce 💰\n- [Adobe Commerce (Magento)](https://tools-collection.net/apis-list/magento) - Adobe Commerce (Magento) REST and GraphQL APIs manage products, orders, customers, carts, and inventory for enterprise e-commerce stores 🆓\n- [Adyen](https://tools-collection.net/apis-list/adyen) - Adyen&#x27;s payments API processes online, in-person, and in-app payments globally\n- [AfterShip](https://tools-collection.net/apis-list/aftership) - Provides multi-carrier shipment tracking APIs.\n- [Amazon Mobile Ads](https://tools-collection.net/apis-list/amazon-mobile-ads) - Monetize across platforms with multiple ad formats\n- [Amazon Product Advertising API](https://tools-collection.net/apis-list/amazon-product-advertising-api) - The web address you entered is not a functioning page on our site\n- [API2Cart](https://tools-collection.net/apis-list/api2cart) - Connect your B2B eCommerce solution with 40+ shopping platforms and marketplaces at once\n- [Barzahlen](https://tools-collection.net/apis-list/barzahlen) - viafintech API v2 allows you to create payment, partial payment, payout, and refund slips customers can use in stores like supermarkets to pay or receive money\n- [Best Buy Commerce API](https://tools-collection.net/apis-list/best-buy-commerce-api) - Allows companies to conduct commerce with Best Buy services within their own e-commerce application\n- [BlockScore](https://tools-collection.net/apis-list/blockscore) - A real-time API for verifying an identity by name, address, date of birth, and social security number\n- [Braintree](https://tools-collection.net/apis-list/braintree) - Specializes in mobile and web payment systems for ecommerce companies\n- [Bratabase](https://tools-collection.net/apis-list/bratabase) - Bratabase API Widget\n- [CheapShark](https://tools-collection.net/apis-list/cheapshark) - CheapShark is a price comparison website for digital PC Games\n- [Checkout.com](https://tools-collection.net/apis-list/checkout-com) - Checkout\n- [CityGrid](https://tools-collection.net/apis-list/citygrid) - Enables developers to create web and mobile applications that find local businesses, organizations, and points of interest by a variety of search criteria\n- [DroneDeploy](https://tools-collection.net/apis-list/dronedeploy) - Integrate your existing service into DroneDeploy and reach tens of thousands of commercial drone users from over 160 countries and industries like agriculture, construction, mining, surveying, and more\n- [EAN-Search](https://tools-collection.net/apis-list/ean-search) - Search our EAN database with over 230 million products by EAN, UPC, ISBN or product name\n- [eBay](https://tools-collection.net/apis-list/ebay) - eBay&#x27;s APIs\n- [EBay Shopping API](https://tools-collection.net/apis-list/ebay-shopping-api) - If you&#x27;re interested in\n- [Ecart](https://tools-collection.net/apis-list/ecart) - Data is offered in JSON format\n- [Elasticpath](https://tools-collection.net/apis-list/elasticpath) - Provides the full commerce solution to bring your unique, revenue-driving experiences to life, fast\n- [envoice](https://tools-collection.net/apis-list/envoice) - Invoicing for online businesses\n- [FIDEL API](https://tools-collection.net/apis-list/fidel-api) - FIDEL is a card-linked API that lets developers create web and mobile applications for linking banks cards with reward services\n- [Freelancer](https://tools-collection.net/apis-list/freelancer) - Hire in any profession you can think of using our API, on demand–developers, designers, photographers, copywriters, delivery people, manufacturers and more\n- [GamerPower](https://tools-collection.net/apis-list/gamerpower) - The GamerPower API (Aka Game Giveaway Tracker API)\n- [Gumroad](https://tools-collection.net/apis-list/gumroad) - Gumroad helps creators do more of what they love by offering tools to get paid online, they have sent over $202M to artists, designers, educators, writers, influencers and more\n- [Klarna](https://tools-collection.net/apis-list/klarna) - Klarna&#x27;s Payments API enables buy-now-pay-later, installment plans, and direct bank payments at checkout\n- [koomalooma](https://tools-collection.net/apis-list/koomalooma) - koomalooma takes care of all the rest, from signing up users, keeping track of points and delivering rewards in over 80 countries\n- [Marketcloud](https://tools-collection.net/apis-list/marketcloud) - It covers inventory and database, carts and checkout, payments, user authentication, and more\n- [MLScrape](https://tools-collection.net/apis-list/mlscrape) - MLScrape is an API that allows you to scrape data from any online shop without having to maintain your own web scraper - simply send the product URL to our API\n- [Mollie](https://tools-collection.net/apis-list/mollie) - Mollie&#x27;s Payments API supports iDEAL, credit cards, SEPA, PayPal, and 30+ other payment methods\n- [PayPal](https://tools-collection.net/apis-list/paypal) - Enables your customers to sign in to your web site quickly and securely using their PayPal login credentials\n- [Postmates](https://tools-collection.net/apis-list/postmates) - Build on-demand delivery into your app or website.\n- [Product Hunt](https://tools-collection.net/apis-list/product-hunt) - The best new products, every day\n- [Quantumdigital](https://tools-collection.net/apis-list/quantumdigital) - QuantumDigital’s APIs make navigating the USPS, securing national consumer and business lists, uploading your own designs or lists, and shipping small order marketing materials a breeze\n- [Razorpay](https://tools-collection.net/apis-list/razorpay) - Razorpay&#x27;s Payment APIs support UPI, cards, net banking, and wallets for the Indian market\n- [Reverb](https://tools-collection.net/apis-list/reverb) - Sell and buy music related merchandise\n- [Shippo](https://tools-collection.net/apis-list/shippo) - Find the best shipping rates, integrate with e-commerce platforms, print shipping labels, track package delivery, and verify addresses with either our shipping API or web app\n- [Shopify API](https://tools-collection.net/apis-list/shopify-api) - Shopify&#x27;s Admin API provides programmatic access to store data including products, orders, customers, inventory, and fulfillments 🆓\n- [Shopify Storefront API](https://tools-collection.net/apis-list/shopify-storefront) - Shopify&#x27;s Storefront API (GraphQL) enables building custom headless storefronts with product catalogs, carts, checkout, and customer authentication without Shopify&#x27;s default themes 🆓\n- [Square](https://tools-collection.net/apis-list/square) - Square provides support and tools for you to build apps for today’s business needs\n- [Stripe](https://tools-collection.net/apis-list/stripe) - Stripe&#x27;s API\n- [Trash Nothing](https://tools-collection.net/apis-list/trash-nothing) - Developer API trash nothing\n- [Treopim Api](https://tools-collection.net/apis-list/treopim-api) - AtroPIM is a free, modern, open source, GPLv3 licensed, web-based, feature-rich and configurable PIM solution of the new generation\n- [Uber](https://tools-collection.net/apis-list/uber) - Discover how the Uber API can easily enhance your app’s user experience and take your innovation further with a wide range of new capabilities\n- [UPC database](https://tools-collection.net/apis-list/upc-database) - Database contains a mixture of barcode types from the standard UPC numbering system, the worldwide EAN numbering system, and the Bookland numbering system\n- [UPS](https://tools-collection.net/apis-list/ups) - UPS is an American multinational package delivery and supply chain management company\n- [Upwork](https://tools-collection.net/apis-list/upwork) - Upwork Developers Site offers you access to Upwork&#x27;s web services\n- [vatlayer](https://tools-collection.net/apis-list/vatlayer) - Free and HTTPS secured JSON API offering instant VAT number validation, reliable EU VAT rates and VAT compliant price calculations for developers &amp; businesses\n- [Wal-Mart](https://tools-collection.net/apis-list/wal-mart) - Product Lookup API gives access to item price and availability in real-time\n- [Wegmans](https://tools-collection.net/apis-list/wegmans) - APIs for products and store information\n- [Wip](https://tools-collection.net/apis-list/wip) - Open API for the maker community\n- [Wix REST API](https://tools-collection.net/apis-list/wix-api) - Wix&#x27;s REST API provides access to site data, members, contacts, orders, bookings, and blog posts 🆓\n- [Yclas](https://tools-collection.net/apis-list/yclas) - Be creative and create any type of marketplace\n- [Yelp](https://tools-collection.net/apis-list/yelp) - Yelp&#x27;s API exposes search to 3rd party developers\n\n### Content & Dictionaries 📃\n- [Agarathi](https://tools-collection.net/apis-list/agarathi) - Tamil language Dictionary API\n- [Cambridge Dictionaries Online](https://tools-collection.net/apis-list/cambridge-dictionaries-online) - Access to Cambridge’s custom-developed API\n- [Datamuse API](https://tools-collection.net/apis-list/datamuse-api) - Word-finding query engine that finds words that match a given set of constraints and that are likely in a given context\n- [Elasticpath](https://tools-collection.net/apis-list/elasticpath) - Provides the full commerce solution to bring your unique, revenue-driving experiences to life, fast\n- [FavQs](https://tools-collection.net/apis-list/favqs) - FavQs allows you to collect, discover, and share your favorite quotes\n- [Forismatic](https://tools-collection.net/apis-list/forismatic) - Gives you a random quote per click.\n- [Glosbe API](https://tools-collection.net/apis-list/glosbe-api) - Dictionary API and Translation Memory API description\n- [Graphql360](https://tools-collection.net/apis-list/graphql360) - Create and consume 360 degree panoramic tours using a GraphQL API\n- [Lingua Robot API](https://tools-collection.net/apis-list/lingua-robot-api) - English dictionary API providing an access to the data of over 800 000 English lexical entries, such as words, phrasal verbs, multiword expressions etc\n- [Merriam-Webster Dictionary API](https://tools-collection.net/apis-list/merriam-webster-dictionary-api) - A comprehensive resource of dictionary and thesaurus data powered by Merriam-Webster&#x27;s trusted references\n- [Open Access Button](https://tools-collection.net/apis-list/open-access-button) - Free, legal research articles delivered instantly or automatically requested from authors 🆓\n- [OwlBot](https://tools-collection.net/apis-list/owlbot) - OwlBot is an english dictionary API\n- [Oxford Dictionary API](https://tools-collection.net/apis-list/oxford-dictionary-api) - Access to Oxford Dictionary services with several different subscription options including a free tier\n- [Pearson Dictionaries API](https://tools-collection.net/apis-list/pearson-dictionaries-api) - ) Gives access to a very large database of words and phrases with thorough explanations - free usage for up to 4 million calls/month\n- [Perfect Tense API](https://tools-collection.net/apis-list/perfect-tense-api) - Automated\n- [qKast Channel Content](https://tools-collection.net/apis-list/qkast-channel-content) - qKast API documentation and examples\n- [Tamil Dictionary Api](https://tools-collection.net/apis-list/tamil-dictionary-api) - Lookup Tamil words and build your own Tamil dictionary APP using this API\n- [Today in History](https://tools-collection.net/apis-list/today-in-history) - Database of historical events\n- [Utelly](https://tools-collection.net/apis-list/utelly) - Check where a tv show or movie is available\n- [Vimeo](https://tools-collection.net/apis-list/vimeo) - Unlock the power of video and join over 200M professionals, teams, and organizations who use Vimeo to create, collaborate and communicate\n- [Wikimedia REST API](https://tools-collection.net/apis-list/wikimedia) - Wikimedia&#x27;s REST API provides access to Wikipedia articles, summaries, page metadata, media files, and editing history across all Wikimedia projects in multiple formats 🆓\n- [Wikipedia](https://tools-collection.net/apis-list/wikipedia) - Free multilingual Encyclopedia.\n- [Wiktionary API](https://tools-collection.net/apis-list/wiktionary-api) - This is an auto-generated MediaWiki API documentation page\n- [Wordnik](https://tools-collection.net/apis-list/wordnik) - The Wordnik API Docs. Dictionary functions\n- [Words API](https://tools-collection.net/apis-list/words-api) - An API for the english language\n\n### CRM 🤝\n- [Clust](https://tools-collection.net/apis-list/clust) - The best way to gather anyone’s documents, directly from your app &amp; without hassle\n- [Data Demograph](https://tools-collection.net/apis-list/data-demograph) - Enrich your contact lists with intelligent demographics\n- [Freshdesk](https://tools-collection.net/apis-list/freshdesk) - Freshdesk&#x27;s API manages support tickets, contacts, agents, groups, and canned responses 🆓\n- [Freshsales](https://tools-collection.net/apis-list/freshsales) - Freshsales CRM API provides access to contacts, accounts, deals, tasks, and sales sequences 🆓\n- [HubSpot](https://tools-collection.net/apis-list/hubspot) - HubSpot&#x27;s API provides access to CRM contacts, companies, deals, tickets, marketing emails, and automation workflows 🆓\n- [Intercom](https://tools-collection.net/apis-list/intercom) - Intercom&#x27;s API provides access to conversations, contacts, companies, and events\n- [Microsoft Graph](https://tools-collection.net/apis-list/microsoft-graph) - Find out how you can use the Microsoft Graph API to connect to the data that drives productivity - mail, calendar, contacts, documents, directory, devices, and more\n- [Ontraport](https://tools-collection.net/apis-list/ontraport) - Marketing automation\n- [Phone Number Validation](https://tools-collection.net/apis-list/phone-number-validation) - Check phone number validity, location and timezones\n- [Pipedrive](https://tools-collection.net/apis-list/pipedrive) - Pipedrive&#x27;s API provides access to deals, contacts, organizations, pipelines, and activities 🆓\n- [Salesforce](https://tools-collection.net/apis-list/salesforce) - The Salesforce Platform connects the entire customer journey across Sales, Service, Marketing, Commerce, and every touchpoint\n- [Whitepages Pro](https://tools-collection.net/apis-list/whitepages-pro) - Global Identity Verification API\n- [Zendesk](https://tools-collection.net/apis-list/zendesk) - Zendesk&#x27;s REST API manages support tickets, users, organizations, macros, and automations\n\n### Databases 🗄️\n- [Airtable](https://tools-collection.net/apis-list/airtable) - Airtable&#x27;s API allows reading and writing records, managing tables, and handling attachments in Airtable bases 🆓\n- [Azure Cosmos DB](https://tools-collection.net/apis-list/azure-cosmos-db) - Azure Cosmos DB REST API provides globally distributed NoSQL database access with SQL, MongoDB, Cassandra, Gremlin, and Table APIs\n- [Convex](https://tools-collection.net/apis-list/convex) - Convex is a backend-as-a-service platform offering a reactive database, serverless functions, file storage, and real-time subscriptions accessible via TypeScript SDK and HTTP actions 🆓\n- [Directus](https://tools-collection.net/apis-list/directus) - Directus is an open-source headless CMS with a dynamic REST and GraphQL API automatically generated from any SQL database schema 🆓\n- [Firebase](https://tools-collection.net/apis-list/firebase) - Authentication, analytics, cloud messaging, crash reporting, ads and more\n- [Google BigQuery API](https://tools-collection.net/apis-list/google-bigquery-api) - A data platform for customers to create, manage, share and query data\n- [Hasura](https://tools-collection.net/apis-list/hasura) - Hasura auto-generates a real-time GraphQL and REST API from your PostgreSQL, MySQL, or other databases 🆓\n- [Json Base](https://tools-collection.net/apis-list/json-base) - API Based JSON Storage\n- [MongoDB Atlas](https://tools-collection.net/apis-list/mongodb-atlas) - MongoDB Atlas Administration API manages clusters, database users, network access, backups, and organizations 🆓\n- [Neon](https://tools-collection.net/apis-list/neon) - Neon&#x27;s API manages serverless Postgres databases, branches, compute endpoints, and projects 🆓\n- [Notion API](https://tools-collection.net/apis-list/notion) - Notion&#x27;s API provides access to pages, databases, blocks, users, and comments in Notion workspaces 🆓\n- [PlanetScale](https://tools-collection.net/apis-list/planetscale) - PlanetScale&#x27;s API provides programmatic access to manage MySQL-compatible databases, branches, deploy requests, and organizations on the PlanetScale platform\n- [Rackspace Cloud Databases API](https://tools-collection.net/apis-list/rackspace-cloud-databases-api) - Can be created, updated, and deleted using the OS::Trove::Instance resource\n- [Sheetsu](https://tools-collection.net/apis-list/sheetsu) - Get data from Google Spreadsheet in a matter of seconds\n- [Supabase](https://tools-collection.net/apis-list/supabase) - Supabase is an open-source Firebase alternative offering a RESTful API over PostgreSQL, real-time subscriptions, authentication, file storage, and Edge Functions 🆓\n- [Time Door](https://tools-collection.net/apis-list/time-door) - A time series analysis API\n- [Turso](https://tools-collection.net/apis-list/turso) - Turso provides edge SQLite databases powered by libSQL 🆓\n- [Upstash](https://tools-collection.net/apis-list/upstash) - Upstash provides serverless Redis and Kafka with a REST API 🆓\n\n### Development 👨‍💻\n- [24 Pull Requests](https://tools-collection.net/apis-list/24-pull-requests) - 24 Pull Requests is a yearly initiative to encourage contributors around the world to send 24 pull requests between December 1st and December 24th\n- [Abstract](https://tools-collection.net/apis-list/abstract) - Suite of utility API&#x27;s (validate emails, create user avatars, calculate VAT, and more)\n- [Agify.io](https://tools-collection.net/apis-list/agify-io) - Free API to check and predict the age of a name\n- [Alchemy](https://tools-collection.net/apis-list/alchemy-api) - Alchemy&#x27;s Web3 API provides enhanced node access, NFT data, transaction history, token balances, and webhook notifications across Ethereum, Polygon, Solana, and other blockchains 🆓\n- [Algolia](https://tools-collection.net/apis-list/algolia) - Algolia&#x27;s Search API provides fast, typo-tolerant full-text search with faceting, filtering, and personalization 🆓\n- [API2Cart](https://tools-collection.net/apis-list/api2cart) - Connect your B2B eCommerce solution with 40+ shopping platforms and marketplaces at once\n- [Apiary](https://tools-collection.net/apis-list/apiary) - Apiary provides the leading API-First platform designed specifically to help companies accelerate and control the design, development, and documentation of APIs\n- [Apify](https://tools-collection.net/apis-list/apify) - Apify&#x27;s API lets you run web scraping and automation actors, manage datasets, key-value stores, and proxies 🆓\n- [Apileap](https://tools-collection.net/apis-list/apileap) - Make screenshots from web pages and HTML\n- [Approveapi](https://tools-collection.net/apis-list/approveapi) - A simple API to request a user&#x27;s real-time approval on any device or platform via Email, SMS, Slack, and in-app mobile Push\n- [Asana](https://tools-collection.net/apis-list/asana) - Asana&#x27;s API provides programmatic access to tasks, projects, teams, portfolios, and goals 🆓\n- [AudD](https://tools-collection.net/apis-list/audd) - AudD Music Recognition API Docs: how to identify songs in audio using our API\n- [AWS Lambda](https://tools-collection.net/apis-list/aws-lambda) - AWS Lambda API enables invoking, managing, and configuring serverless functions 🆓\n- [AWS SES](https://tools-collection.net/apis-list/aws-ses) - AWS Simple Email Service API enables sending transactional and marketing emails at scale with high deliverability 🆓\n- [AWS SNS](https://tools-collection.net/apis-list/aws-sns) - AWS Simple Notification Service API enables pub/sub messaging, mobile push notifications, and SMS delivery 🆓\n- [Azure Cosmos DB](https://tools-collection.net/apis-list/azure-cosmos-db) - Azure Cosmos DB REST API provides globally distributed NoSQL database access with SQL, MongoDB, Cassandra, Gremlin, and Table APIs\n- [Azure Functions](https://tools-collection.net/apis-list/azure-functions) - Azure Functions management API enables deploying and managing serverless functions, triggers, bindings, and app settings on Microsoft Azure&#x27;s event-driven compute platform 🆓\n- [Bacon Ipsum](https://tools-collection.net/apis-list/bacon-ipsum) - JSON API for returning meaty lorem ipsum filler text\n- [Bitbucket](https://tools-collection.net/apis-list/bitbucket) - 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\n- [Bored](https://tools-collection.net/apis-list/bored) - Find random activities to fight boredom\n- [Cal.com](https://tools-collection.net/apis-list/cal-com) - Cal 🆓\n- [CDNJS](https://tools-collection.net/apis-list/cdnjs) - cdnjs provides a simple API to allow anyone to quickly query the libraries it has on the CDN\n- [Changelogs.md](https://tools-collection.net/apis-list/changelogs-md) - Search changelogs from open source projects, or use the REST API for a parsed JSON changelog format\n- [Chat Messaging By Stream](https://tools-collection.net/apis-list/chat-messaging-by-stream) - Stream&#x27;s API and SDKs enable developers to build messaging solutions very quickly and reliably\n- [CircleCI](https://tools-collection.net/apis-list/circleci) - CircleCI API is a full-featured RESTful API that allows you to access all information and trigger all actions in CircleCI\n- [Clerk](https://tools-collection.net/apis-list/clerk) - Clerk&#x27;s API handles authentication and user management including sign-up, sign-in, MFA, SSO, and user profiles 🆓\n- [ClickUp](https://tools-collection.net/apis-list/clickup) - ClickUp&#x27;s API provides access to tasks, lists, folders, spaces, goals, and time tracking 🆓\n- [Cloudflare AI](https://tools-collection.net/apis-list/cloudflare-ai) - Cloudflare Workers AI provides serverless inference for LLMs, text embedding, image classification, speech recognition, and translation models running on Cloudflare&#x27;s global edge network 🆓\n- [Cloudflare Workers](https://tools-collection.net/apis-list/cloudflare-workers) - Cloudflare Workers API manages serverless functions deployed to Cloudflare&#x27;s global edge network, including KV storage, D1 databases, R2 object storage, and Queues 🆓\n- [Codacy API](https://tools-collection.net/apis-list/codacy-api) - 0 Scroll down for code samples, example requests and responses\n- [Codeship](https://tools-collection.net/apis-list/codeship) - Hosted API documentation for every OAS (Swagger) and RAML spec out there\n- [Confluence](https://tools-collection.net/apis-list/confluence) - Confluence&#x27;s REST API provides access to spaces, pages, blog posts, and comments\n- [Contify Newfeed Api](https://tools-collection.net/apis-list/contify-newfeed-api) - Contify&#x27;s News Feed APIs provides a clean, company-based market and competitive intelligence feed with only business and industry-relevant information\n- [Convex](https://tools-collection.net/apis-list/convex) - Convex is a backend-as-a-service platform offering a reactive database, serverless functions, file storage, and real-time subscriptions accessible via TypeScript SDK and HTTP actions 🆓\n- [CountAPI](https://tools-collection.net/apis-list/countapi) - You can use it to track page hits, and specific events among other things\n- [Countly](https://tools-collection.net/apis-list/countly) - Countly is the best analytics platform to understand and enhance customer journeys in web, desktop and mobile applications\n- [Creative Commons Catalog](https://tools-collection.net/apis-list/creative-commons-catalog) - The Creative Commons Catalog API (&#x27;cccatalog-api&#x27;) is a system that allows programmatic access to public domain digital media\n- [Datadog](https://tools-collection.net/apis-list/datadog) - Datadog&#x27;s API provides access to metrics, logs, traces, monitors, dashboards, and alerts\n- [Deno Deploy](https://tools-collection.net/apis-list/deno-deploy) - Deno Deploy API manages projects and deployments on Deno&#x27;s edge JavaScript/TypeScript runtime 🆓\n- [DEV.to (Forem)](https://tools-collection.net/apis-list/dev-to) - DEV 🆓\n- [DigitalOcean Status](https://tools-collection.net/apis-list/digitalocean-status) - API exists to let users of the DigitalOcean status page programmatically access various elements on the page\n- [Directus](https://tools-collection.net/apis-list/directus) - Directus is an open-source headless CMS with a dynamic REST and GraphQL API automatically generated from any SQL database schema 🆓\n- [Docker Hub](https://tools-collection.net/apis-list/docker-hub) - Docker Hub&#x27;s API provides access to repositories, images, tags, and organizations 🆓\n- [Domainsdb.info](https://tools-collection.net/apis-list/domainsdb-info) - Registered domain names search checks the lists of registered domains for names containing particular words/phrases/numbers or symbols\n- [DroneDeploy](https://tools-collection.net/apis-list/dronedeploy) - Integrate your existing service into DroneDeploy and reach tens of thousands of commercial drone users from over 160 countries and industries like agriculture, construction, mining, surveying, and more\n- [Drupal.org](https://tools-collection.net/apis-list/drupal-org) - Drupal\n- [Dummyapi.Io](https://tools-collection.net/apis-list/dummyapi-io) - Simple API that includes a common data for most of the applications\n- [DummyImage](https://tools-collection.net/apis-list/dummyimage) - Particularly nice, when compared to some of its competitors, in that it offers a great deal of flexibility\n- [EAN Barcode Search](https://tools-collection.net/apis-list/ean-barcode-search) - EAN Barcode API Integrate our database into your app or website\n- [Faceplusplus](https://tools-collection.net/apis-list/faceplusplus) - Meta description. A tool to detect face\n- [FakeJSON](https://tools-collection.net/apis-list/fakejson) - Easily create custom HTTP resources complete with fake data\n- [Figma](https://tools-collection.net/apis-list/figma) - Figma&#x27;s API provides access to files, components, styles, comments, and team projects 🆓\n- [Firebase](https://tools-collection.net/apis-list/firebase) - Authentication, analytics, cloud messaging, crash reporting, ads and more\n- [Fly.io](https://tools-collection.net/apis-list/fly-io) - Fly 🆓\n- [Freshservice](https://tools-collection.net/apis-list/freshservice) - Freshservice&#x27;s ITSM API manages IT service desk tickets, assets, changes, problems, and releases\n- [Genderize.io](https://tools-collection.net/apis-list/genderize-io) - Free API to predict the gender of a name\n- [Ghost](https://tools-collection.net/apis-list/ghost) - Ghost&#x27;s Content and Admin APIs provide access to posts, pages, authors, tags, and settings 🆓\n- [GitHub](https://tools-collection.net/apis-list/github) - World&#x27;s most famous code hosting service 🆓\n- [GitHub Gists](https://tools-collection.net/apis-list/github-gists) - For more information\n- [GitHub Licenses API](https://tools-collection.net/apis-list/github-licenses-api) - The Licenses API returns metadata about popular open source licenses and information about a particular project&#x27;s license file\n- [GitLab](https://tools-collection.net/apis-list/gitlab) - Access to GitLab&#x27;s API\n- [Gitter](https://tools-collection.net/apis-list/gitter) - Gitter is a chat and networking platform that helps to manage, grow and connect communities through messaging, content and discovery\n- [Google App Engine API](https://tools-collection.net/apis-list/google-app-engine-api) - Build scalable web and mobile backends in any language on Google’s infrastructure\n- [Google BigQuery API](https://tools-collection.net/apis-list/google-bigquery-api) - A data platform for customers to create, manage, share and query data\n- [Google Cloud IoT solutions](https://tools-collection.net/apis-list/google-cloud-iot-solutions) - Unlock insights from your global device network with an intelligent IoT platform whose scalable, fully managed integration lets you connect, store, and analyze data at the edge and in the cloud\n- [Google Monitoring API](https://tools-collection.net/apis-list/google-monitoring-api) - This page describes some of the features of the Cloud Monitoring API v3\n- [Grafana](https://tools-collection.net/apis-list/grafana) - Grafana&#x27;s HTTP API enables management of dashboards, datasources, alerts, users, and organizations programmatically 🆓\n- [Hashnode](https://tools-collection.net/apis-list/hashnode) - Hashnode&#x27;s GraphQL API provides access to posts, publications, tags, and user profiles on the developer blogging platform 🆓\n- [Hasura](https://tools-collection.net/apis-list/hasura) - Hasura auto-generates a real-time GraphQL and REST API from your PostgreSQL, MySQL, or other databases 🆓\n- [Html2pdf.App](https://tools-collection.net/apis-list/html2pdf-app) - Free Html to Pdf online generator\n- [HTTP2.Pro](https://tools-collection.net/apis-list/http2-pro) - Pro, Client HTTP/2 Support API. HTTP2. HTTP2\n- [IFTTT](https://tools-collection.net/apis-list/ifttt) - Learn how to build an API to show and update connections, run actions, perform queries, and listen for triggers\n- [import.io](https://tools-collection.net/apis-list/import-io) - Import\n- [Intellexer](https://tools-collection.net/apis-list/intellexer) - Processing (NLP) Service including sentiment analysis, content extraction, and language detection\n- [IPinfo](https://tools-collection.net/apis-list/ipinfo) - The Trusted Source for IP Address Data\n- [Jira](https://tools-collection.net/apis-list/jira) - Jira&#x27;s REST API provides access to issues, projects, sprints, users, and workflows\n- [JSON 2 JSONP](https://tools-collection.net/apis-list/json-2-jsonp) - Convert JSON to JSONP (on-the-fly) for easy cross-domain data requests using pure JavaScript\n- [JSON Pretty Print](https://tools-collection.net/apis-list/json-pretty-print) - JSON Pretty Print with modern user interface and ssl\n- [JSONPlaceholder](https://tools-collection.net/apis-list/jsonplaceholder) - Free online REST API that you can use whenever you need some fake data\n- [Judge0 API](https://tools-collection.net/apis-list/judge0-api) - Judge0 is a robust, scalable, and open-source online code execution system that can be used to build a wide range of applications that need online code execution features\n- [Let&#x27;S Validate](https://tools-collection.net/apis-list/lets-validate) - Uncovers the technologies used on websites and URL to thumbnail\n- [License-API](https://tools-collection.net/apis-list/license-api) - com\n- [Linear](https://tools-collection.net/apis-list/linear) - Linear&#x27;s API enables programmatic access to issues, projects, cycles, teams, and workflows 🆓\n- [Liveblocks](https://tools-collection.net/apis-list/liveblocks) - Liveblocks API enables real-time collaboration features including presence, live cursors, shared state, comments, and notifications 🆓\n- [Liveedu](https://tools-collection.net/apis-list/liveedu) - Live Coding Streaming\n- [Loripsum](https://tools-collection.net/apis-list/loripsum) - This Lorem Ipsum generator fits all your Lipsum needs\n- [MAC address vendor lookup](https://tools-collection.net/apis-list/mac-address-vendor-lookup) - The MAC address API allows you to retrieve OUI vendor information, detect virtual machines, possible applications, read the information encoded in the MAC, and get research&#x27;s results regarding the given MAC address or the OUI\n- [Make (Integromat)](https://tools-collection.net/apis-list/make) - Make&#x27;s API manages scenarios, modules, connections, and executions on the visual automation platform 🆓\n- [Marketcloud](https://tools-collection.net/apis-list/marketcloud) - It covers inventory and database, carts and checkout, payments, user authentication, and more\n- [Matlab](https://tools-collection.net/apis-list/matlab) - MATLAB is a high-level language and interactive environment for numerical computation, visualization, and programming\n- [Meilisearch](https://tools-collection.net/apis-list/meilisearch) - Meilisearch is an open-source search engine with a REST API 🆓\n- [Mercurial](https://tools-collection.net/apis-list/mercurial) - Access to Mercurial’s API\n- [MLScrape](https://tools-collection.net/apis-list/mlscrape) - MLScrape is an API that allows you to scrape data from any online shop without having to maintain your own web scraper - simply send the product URL to our API\n- [monday.com](https://tools-collection.net/apis-list/monday-com) - monday 🆓\n- [MongoDB Atlas](https://tools-collection.net/apis-list/mongodb-atlas) - MongoDB Atlas Administration API manages clusters, database users, network access, backups, and organizations 🆓\n- [Mozilla Addons](https://tools-collection.net/apis-list/mozilla-addons) - Firefox Addons API\n- [MySocialApp](https://tools-collection.net/apis-list/mysocialapp) - Build scalable news feed for your app\n- [n8n](https://tools-collection.net/apis-list/n8n) - n8n&#x27;s REST API manages workflows, executions, credentials, and users on the open-source workflow automation platform 🆓\n- [Nationalize.io](https://tools-collection.net/apis-list/nationalize-io) - Free API to check and predict the nationality of a name\n- [Neon](https://tools-collection.net/apis-list/neon) - Neon&#x27;s API manages serverless Postgres databases, branches, compute endpoints, and projects 🆓\n- [New Relic](https://tools-collection.net/apis-list/new-relic) - New Relic&#x27;s API provides access to application performance metrics, errors, infrastructure health, alerts, and dashboards 🆓\n- [npm Registry](https://tools-collection.net/apis-list/npm-registry) - The npm Registry API provides access to package metadata, versions, download counts, and search 🆓\n- [OpenAPI](https://tools-collection.net/apis-list/openapi) - The OpenAPI Specification: a broadly adopted industry standard for describing modern APIs\n- [PageCDN](https://tools-collection.net/apis-list/pagecdn) - PageCDN provides a state of the art opensource content delivery network that uses brotli-11 compression\n- [PagerDuty](https://tools-collection.net/apis-list/pagerduty) - PagerDuty&#x27;s API manages incidents, alerts, on-call schedules, escalation policies, and services\n- [Pixabay](https://tools-collection.net/apis-list/pixabay) - Restful API for searching and retrieving free images and videos\n- [PlaceGoat](https://tools-collection.net/apis-list/placegoat) - PlaceGOAT placeholder service.\n- [Placehold](https://tools-collection.net/apis-list/placehold) - Contents1 What Is Placeholder\n- [PlanetScale](https://tools-collection.net/apis-list/planetscale) - PlanetScale&#x27;s API provides programmatic access to manage MySQL-compatible databases, branches, deploy requests, and organizations on the PlanetScale platform\n- [Plino](https://tools-collection.net/apis-list/plino) - Plino - A responsive spam filtering system\n- [PostHog](https://tools-collection.net/apis-list/posthog) - PostHog&#x27;s API provides product analytics, feature flags, session recording, A/B testing, and user management 🆓\n- [Postman](https://tools-collection.net/apis-list/postman) - The Postman API allows you to programmatically access data stored in Postman account with ease\n- [Postmen](https://tools-collection.net/apis-list/postmen) - Download Postmen&#x27;s JSON schema\n- [ProxyCrawl](https://tools-collection.net/apis-list/proxycrawl) - Crawl and scrape websites without the need of proxies, infrastructure or browsers\n- [Pusher Beams](https://tools-collection.net/apis-list/pusher-beams) - Get realtime delivery and transparency to develop your iOS and Android apps\n- [PyPI API](https://tools-collection.net/apis-list/pypi-api) - PyPI&#x27;s JSON API provides package metadata, release information, download statistics, and vulnerability data for Python packages hosted on the Python Package Index 🆓\n- [Railway](https://tools-collection.net/apis-list/railway) - Railway&#x27;s API enables programmatic management of projects, services, deployments, and environments on the Railway cloud platform 🆓\n- [Render](https://tools-collection.net/apis-list/render) - Render&#x27;s API lets you manage web services, static sites, databases, cron jobs, and private services on the Render cloud platform programmatically 🆓\n- [ReqRes](https://tools-collection.net/apis-list/reqres) - A hosted REST-API ready to respond to AJAX requests\n- [Resend](https://tools-collection.net/apis-list/resend) - Resend is an email API built for developers 🆓\n- [Restpack](https://tools-collection.net/apis-list/restpack) - Screenshot API, HTML to PDF API, Content Extraction API\n- [Sanity](https://tools-collection.net/apis-list/sanity) - Sanity&#x27;s Content Lake API provides real-time headless CMS access via GROQ queries and REST 🆓\n- [Satyr](https://tools-collection.net/apis-list/satyr) - Free powerful API for generating dummy images with unique features like delay, aspect ratio, variable resolution, themes, flags and offline mode\n- [Scraper.AI](https://tools-collection.net/apis-list/scraper-ai) - Scraper\n- [Scrapestack](https://tools-collection.net/apis-list/scrapestack) - Use this proxy and web scraping REST API to extract html data from any web page, supporting 100 geolocations, CAPTCHAs and IP rotation for millions of IPs\n- [Sentry](https://tools-collection.net/apis-list/sentry) - Sentry&#x27;s API provides access to error events, issues, projects, organizations, and releases 🆓\n- [Storyblok](https://tools-collection.net/apis-list/storyblok) - Storyblok&#x27;s API is a headless CMS that provides content delivery and management APIs 🆓\n- [Strapi](https://tools-collection.net/apis-list/strapi) - Strapi is an open-source headless CMS with auto-generated REST and GraphQL APIs 🆓\n- [Supabase](https://tools-collection.net/apis-list/supabase) - Supabase is an open-source Firebase alternative offering a RESTful API over PostgreSQL, real-time subscriptions, authentication, file storage, and Edge Functions 🆓\n- [SVN](https://tools-collection.net/apis-list/svn) - It is intended mainly for programmers, both those working on Subversion itself, as well as developers of 3rd-party ap\n- [Swagger](https://tools-collection.net/apis-list/swagger) - Find out how Swagger can help you and get started today\n- [Team Foundation Server](https://tools-collection.net/apis-list/team-foundation-server) - Overview of integrating with Azure DevOps\n- [Terraform Cloud](https://tools-collection.net/apis-list/terraform-cloud) - Terraform Cloud&#x27;s API manages workspaces, runs, state versions, variables, and organizations 🆓\n- [The Graph](https://tools-collection.net/apis-list/the-graph) - The Graph is an indexing protocol for querying blockchain data via GraphQL 🆓\n- [Time Door](https://tools-collection.net/apis-list/time-door) - A time series analysis API\n- [TLDRLegal Licenses API](https://tools-collection.net/apis-list/tldrlegal-licenses-api) - Software Licenses in Plain English\n- [Travis CI](https://tools-collection.net/apis-list/travis-ci) - If you’re new to the Travis CI API, you should be using API V3\n- [Turso](https://tools-collection.net/apis-list/turso) - Turso provides edge SQLite databases powered by libSQL 🆓\n- [Typesense](https://tools-collection.net/apis-list/typesense) - Typesense is an open-source, typo-tolerant search engine with a REST API 🆓\n- [Unsplash](https://tools-collection.net/apis-list/unsplash) - but for photos. Lorem Ipsum. Lorem Ipsum\n- [Upstash](https://tools-collection.net/apis-list/upstash) - Upstash provides serverless Redis and Kafka with a REST API 🆓\n- [Vercel](https://tools-collection.net/apis-list/vercel) - Vercel&#x27;s API lets you manage deployments, domains, environment variables, projects, and teams programmatically 🆓\n- [Verse](https://tools-collection.net/apis-list/verse) - Check what&#x27;s the latest version of your favorite open-source project\n- [Webflow](https://tools-collection.net/apis-list/webflow) - Webflow&#x27;s CMS API manages collections, items, sites, pages, and forms 🆓\n- [Wix REST API](https://tools-collection.net/apis-list/wix-api) - Wix&#x27;s REST API provides access to site data, members, contacts, orders, bookings, and blog posts 🆓\n- [Wordpress](https://tools-collection.net/apis-list/wordpress) - WordPress is open source software you can use to create a beautiful website, blog, or app\n- [WordPress REST API](https://tools-collection.net/apis-list/wordpress-rest) - WordPress REST API provides endpoints for posts, pages, media, users, taxonomies, and custom post types 🆓\n- [Wrike](https://tools-collection.net/apis-list/wrike) - Wrike&#x27;s API provides access to tasks, folders, projects, timesheets, and workflows 🆓\n- [Xml To Json](https://tools-collection.net/apis-list/xml-to-json) - Integration developer utility APIs\n- [Zapier](https://tools-collection.net/apis-list/zapier) - Zapier&#x27;s API enables creating and managing Zaps (automated workflows), accessing connected app data, and triggering automations programmatically across 6,000+ integrated apps 🆓\n\n### Documents & Productivity 📋\n- [Airtable](https://tools-collection.net/apis-list/airtable) - Airtable&#x27;s API allows reading and writing records, managing tables, and handling attachments in Airtable bases 🆓\n- [ApiFlash](https://tools-collection.net/apis-list/apiflash) - Chrome based screenshot API to convert URLs to images\n- [Barzahlen](https://tools-collection.net/apis-list/barzahlen) - viafintech API v2 allows you to create payment, partial payment, payout, and refund slips customers can use in stores like supermarkets to pay or receive money\n- [Buffer](https://tools-collection.net/apis-list/buffer) - Buffer makes it super easy to share any page you&#x27;re reading\n- [Cloudmersive Document and Data Conversion](https://tools-collection.net/apis-list/cloudmersive-document-and-data-conversion) - Document and Data Conversion APIs\n- [Clust](https://tools-collection.net/apis-list/clust) - The best way to gather anyone’s documents, directly from your app &amp; without hassle\n- [Codacy API](https://tools-collection.net/apis-list/codacy-api) - 0 Scroll down for code samples, example requests and responses\n- [Confluence](https://tools-collection.net/apis-list/confluence) - Confluence&#x27;s REST API provides access to spaces, pages, blog posts, and comments\n- [Cronofy](https://tools-collection.net/apis-list/cronofy) - Scheduler lets you share your availability with contacts no matter what application you use\n- [Elis](https://tools-collection.net/apis-list/elis) - Automate data extraction from your documents with Artificial Intelligence\n- [File.io](https://tools-collection.net/apis-list/file-io) - Ephemeral file sharing\n- [Freelancer Api](https://tools-collection.net/apis-list/freelancer-api) - It can be used to set up a food delivery network, crowdsource the price for a local repair job, plug into a large pool of translators and more\n- [Ghost](https://tools-collection.net/apis-list/ghost) - Ghost&#x27;s Content and Admin APIs provide access to posts, pages, authors, tags, and settings 🆓\n- [Html2pdf.App](https://tools-collection.net/apis-list/html2pdf-app) - Free Html to Pdf online generator\n- [Intellexer](https://tools-collection.net/apis-list/intellexer) - Processing (NLP) Service including sentiment analysis, content extraction, and language detection\n- [Microsoft Graph](https://tools-collection.net/apis-list/microsoft-graph) - Find out how you can use the Microsoft Graph API to connect to the data that drives productivity - mail, calendar, contacts, documents, directory, devices, and more\n- [Notepad Api - Simplenotes](https://tools-collection.net/apis-list/notepad-api-simplenotes) - Share the notes with everyone you want.\n- [Notion API](https://tools-collection.net/apis-list/notion) - Notion&#x27;s API provides access to pages, databases, blocks, users, and comments in Notion workspaces 🆓\n- [pdflayer](https://tools-collection.net/apis-list/pdflayer) - Free, powerful HTML to PDF API supporting both URL and raw HTML conversion 🆓\n- [PDFmyURL](https://tools-collection.net/apis-list/pdfmyurl) - Easily Convert URLs / Webpages or HTML to PDF in any Programming Language or on the Command Line\n- [Pdfshift ](https://tools-collection.net/apis-list/pdfshift) - An API to convert HTML/CSS documents to PDF\n- [Pocket](https://tools-collection.net/apis-list/pocket) - When you find something you want to view later, put it in Pocket\n- [PrexView](https://tools-collection.net/apis-list/prexview) - Transform your data from XML or JSON to high quality, beautiful and readable documents in PDF, HTML, PNG or JPG\n- [Restpack](https://tools-collection.net/apis-list/restpack) - Screenshot API, HTML to PDF API, Content Extraction API\n- [Rushtranslate](https://tools-collection.net/apis-list/rushtranslate) - RushTranslate offers certified document translation services in over 60 languages provided by native speaking professionals\n- [Sanity](https://tools-collection.net/apis-list/sanity) - Sanity&#x27;s Content Lake API provides real-time headless CMS access via GROQ queries and REST 🆓\n- [Secured Signing Digital Signature Api](https://tools-collection.net/apis-list/secured-signing-digital-signature-api) - The Secured Signing REST-based, JSON API allows you to add PKI based digital signing capabilities to your software, web applications or business processes\n- [Sheetsu](https://tools-collection.net/apis-list/sheetsu) - Get data from Google Spreadsheet in a matter of seconds\n- [Slack](https://tools-collection.net/apis-list/slack) - Slack APIs allow you to integrate complex services with Slack to go beyond the integrations they provide out of the box\n- [Smartsheet](https://tools-collection.net/apis-list/smartsheet) - Smartsheet&#x27;s API provides access to sheets, rows, columns, reports, and automations\n- [Storyblok](https://tools-collection.net/apis-list/storyblok) - Storyblok&#x27;s API is a headless CMS that provides content delivery and management APIs 🆓\n- [Strapi](https://tools-collection.net/apis-list/strapi) - Strapi is an open-source headless CMS with auto-generated REST and GraphQL APIs 🆓\n- [SummarizeBot API](https://tools-collection.net/apis-list/summarizebot-api) - Multilingual summarization, keywords and sentiment analysis, language recognition, article extraction, comments identification, multimedia analysis, image and face recognition solutions\n- [Thumbnails Cloud](https://tools-collection.net/apis-list/thumbnails-cloud) - Cloud API generates JPG and PDF file previews for all common document formats, using a super simple API\n- [Todoist](https://tools-collection.net/apis-list/todoist) - Todo Lists\n- [Trello](https://tools-collection.net/apis-list/trello) - Trello is a web-based, Kanban-style, list-making application\n- [Vector Express](https://tools-collection.net/apis-list/vector-express) - Convert your AI, CDR, DWG, DXF, EPS, HPGL, PDF, PLT, PS and SVG vector fast and quickly\n- [WakaTime](https://tools-collection.net/apis-list/wakatime) - Dashboards for developers\n- [Webflow](https://tools-collection.net/apis-list/webflow) - Webflow&#x27;s CMS API manages collections, items, sites, pages, and forms 🆓\n- [Wetransfer](https://tools-collection.net/apis-list/wetransfer) - Put us in unexpected places, challenge the traditional creative flow, think big, go wild\n- [WordPress REST API](https://tools-collection.net/apis-list/wordpress-rest) - WordPress REST API provides endpoints for posts, pages, media, users, taxonomies, and custom post types 🆓\n\n### Education 🎓\n- [Cambridge Dictionaries Online](https://tools-collection.net/apis-list/cambridge-dictionaries-online) - Access to Cambridge’s custom-developed API\n- [Cat Facts](https://tools-collection.net/apis-list/cat-facts) - Daily cat facts! 🐱\n- [CORE](https://tools-collection.net/apis-list/core) - CORE harvests, maintains, enriches and makes available metadata and full text content - typically a PDF - from many Open Access journals and repositories\n- [Google Classroom API](https://tools-collection.net/apis-list/google-classroom-api) - Provision and manage your Classroom courses\n- [Harvard Art Museums](https://tools-collection.net/apis-list/harvard-art-museums) - The Harvard Art Museums API is a REST-style service designed for developers who wish to explore and integrate the museums’ collections in their projects\n- [Liveedu](https://tools-collection.net/apis-list/liveedu) - Live Coding Streaming\n- [Numbers Api](https://tools-collection.net/apis-list/numbers-api) - Numbers\n- [Rijksmuseum](https://tools-collection.net/apis-list/rijksmuseum) - The Rijksmuseum links individuals with art and history\n- [Universities List](https://tools-collection.net/apis-list/universities-list) - List of universities and their domain names\n- [University of Oslo](https://tools-collection.net/apis-list/university-of-oslo) - University of Oslo\n\n### Email & SMS 📨\n- [Africa&#x27;s Talking](https://tools-collection.net/apis-list/africas-talking) - A unified API platform for software developers in Africa building SMS, USSD, Voice, Payments and Airtime applications\n- [Antideo](https://tools-collection.net/apis-list/antideo) - API for IP and Email Intelligence &amp; Phone Number Validation\n- [Autopilot](https://tools-collection.net/apis-list/autopilot) - The Autopilot API documentation, examples and blog for Autopilot REST API\n- [AWS SES](https://tools-collection.net/apis-list/aws-ses) - AWS Simple Email Service API enables sending transactional and marketing emails at scale with high deliverability 🆓\n- [AWS SNS](https://tools-collection.net/apis-list/aws-sns) - AWS Simple Notification Service API enables pub/sub messaging, mobile push notifications, and SMS delivery 🆓\n- [ClickMeter](https://tools-collection.net/apis-list/clickmeter) - ClickMeter API RESTful services\n- [Cloudmersive Validate](https://tools-collection.net/apis-list/cloudmersive-validate) - Data Validation APIs\n- [Gmail API](https://tools-collection.net/apis-list/gmail-api) - The Gmail API: modern, fast, RESTful\n- [Hunter.io](https://tools-collection.net/apis-list/hunter-io) - Hunter 🆓\n- [Image-Charts](https://tools-collection.net/apis-list/image-charts) - A drop-in-replacement for the deprecated Google Image Charts\n- [iP1sms](https://tools-collection.net/apis-list/ip1sms) - Here you will find everything you need to get started with your integration of oyur SMS services\n- [Lob.com](https://tools-collection.net/apis-list/lob-com) - Lob provides direct mail and address verification APIs that allow businesses to send timely, personalized, automated offline communications to their customers\n- [mailboxlayer](https://tools-collection.net/apis-list/mailboxlayer) - Simple and powerful email verification JSON API using SMTP, typo checks, syntax validation, and free and disposable provider filtering\n- [Mailchimp](https://tools-collection.net/apis-list/mailchimp) - Mailchimp&#x27;s Marketing API manages email campaigns, audiences, automations, and reports 🆓\n- [MailGun](https://tools-collection.net/apis-list/mailgun) - Learn more today\n- [Mailjet](https://tools-collection.net/apis-list/mailjet) - Reliable and scalable email delivery platform with SMTP and API\n- [MessageBird](https://tools-collection.net/apis-list/messagebird) - MessageBird&#x27;s API provides SMS, voice, WhatsApp, email, and live chat communications 🆓\n- [Microsoft Graph](https://tools-collection.net/apis-list/microsoft-graph) - Find out how you can use the Microsoft Graph API to connect to the data that drives productivity - mail, calendar, contacts, documents, directory, devices, and more\n- [Nexmo](https://tools-collection.net/apis-list/nexmo) - Make and receive phone calls, send and receive SMS worldwide\n- [Nylas Email Api](https://tools-collection.net/apis-list/nylas-email-api) - Email API to integrate 100% of Email Services Providers directly into your app\n- [Phone Number Validation](https://tools-collection.net/apis-list/phone-number-validation) - Check phone number validity, location and timezones\n- [Postmark](https://tools-collection.net/apis-list/postmark) - No bulk\n- [Resend](https://tools-collection.net/apis-list/resend) - Resend is an email API built for developers 🆓\n- [Sakari](https://tools-collection.net/apis-list/sakari) - Integrates with 1000+ applications with no code\n- [SendGrid](https://tools-collection.net/apis-list/sendgrid) - SendGrid&#x27;s Email API enables sending transactional and marketing emails at scale 🆓\n- [Sms And Phone Calls Api - 46elks](https://tools-collection.net/apis-list/sms-and-phone-calls-api-46elks) - Integrate SMS, MMS and Phone calls into your applications with just a few lines of code\n- [SparkPost](https://tools-collection.net/apis-list/sparkpost) - SparkPost is a cloud based email delivery service that sends 25% of the worlds legitimate emails\n- [Telnyx](https://tools-collection.net/apis-list/telnyx) - Build Voice, SMS, Fax, Networking and Cellular IoT applications on a private, purpose-built global communications network\n- [The SMS Works](https://tools-collection.net/apis-list/the-sms-works) - The SMS Works provides a low-cost, reliable SMS API for developers\n- [Twilio](https://tools-collection.net/apis-list/twilio) - APIs for SMS, Voice, Video and more\n- [Vonage (Nexmo)](https://tools-collection.net/apis-list/vonage) - Vonage&#x27;s Communications APIs provide SMS, voice calls, video, WhatsApp, and verification services 🆓\n\n### Entertainment 🍿\n- [Age of Empires II](https://tools-collection.net/apis-list/age-of-empires-ii) - Simple API to retrieve resources related to Age of Empires II\n- [AmiiboAPI](https://tools-collection.net/apis-list/amiiboapi) - The Amiibo RESTful API\n- [AnimeNewsNetwork](https://tools-collection.net/apis-list/animenewsnetwork) - ANN provides a direct feed to the Encyclopedia data in XML format\n- [Api Meme](https://tools-collection.net/apis-list/api-meme) - Generate memes with a simple link\n- [AudD](https://tools-collection.net/apis-list/audd) - AudD Music Recognition API Docs: how to identify songs in audio using our API\n- [Braille Api](https://tools-collection.net/apis-list/braille-api) - It is traditionally written with embossed paper\n- [Breaking Bad &amp; Better Call Saul API](https://tools-collection.net/apis-list/breaking-bad-and-better-call-saul-api) - Get data about characters, episodes, quotes, and deaths\n- [Cat Facts](https://tools-collection.net/apis-list/cat-facts) - Daily cat facts! 🐱\n- [CheapShark](https://tools-collection.net/apis-list/cheapshark) - CheapShark is a price comparison website for digital PC Games\n- [Clash of Clans](https://tools-collection.net/apis-list/clash-of-clans) - Access Clan Search, Global and Local Leaderboards, Clan and Player Profiles and Leagues\n- [Clash Royale](https://tools-collection.net/apis-list/clash-royale) - API that provides informations about Clash Royale game\n- [Comic Vine](https://tools-collection.net/apis-list/comic-vine) - An extremely mature, well organized and continuely updated resource of comic information\n- [Comichron Data](https://tools-collection.net/apis-list/comichron-data) - com - comichron-data/api\n- [Dailymotion](https://tools-collection.net/apis-list/dailymotion) - Build applications centered around DailyMotion\n- [Deck of Cards](https://tools-collection.net/apis-list/deck-of-cards) - Deck of Cards - an API for playing cards\n- [Destiny The Game](https://tools-collection.net/apis-list/destiny-the-game) - These endpoints constitute the functionality exposed by Bungie\n- [Dungeons and Dragons](https://tools-collection.net/apis-list/dungeons-and-dragons) - D&amp;D 5th Edition SRD API. D&amp;D 5th Edition SRD API\n- [Eve Online](https://tools-collection.net/apis-list/eve-online) - An OpenAPI for EVE Online\n- [Final Fantasy XIV](https://tools-collection.net/apis-list/final-fantasy-xiv) - A FINAL FANTASY XIV: Online REST API - Game data, characters, free companies, linkshells, lodestone, markets &amp; maps\n- [Final Space API](https://tools-collection.net/apis-list/final-space-api) - The Final Space API is a RESTful API based on the television show Final Space\n- [FreeToGame](https://tools-collection.net/apis-list/freetogame) - Free-to-play games database API\n- [GamerPower](https://tools-collection.net/apis-list/gamerpower) - The GamerPower API (Aka Game Giveaway Tracker API)\n- [Giant Bomb](https://tools-collection.net/apis-list/giant-bomb) - The largest video game database online\n- [Guild Wars 2](https://tools-collection.net/apis-list/guild-wars-2) - The current version of the API\n- [Halo](https://tools-collection.net/apis-list/halo) - Halo Public API\n- [Harry Potter](https://tools-collection.net/apis-list/harry-potter) - Harry Potter API 🆓\n- [Hypixel](https://tools-collection.net/apis-list/hypixel) - Hypixel API\n- [IGDB.com](https://tools-collection.net/apis-list/igdb-com) - Video Game database on demand\n- [Jikan](https://tools-collection.net/apis-list/jikan) - Jikan is an unofficial MyAnimeList REST based API\n- [Jokes](https://tools-collection.net/apis-list/jokes) - Full featured Jokes API\n- [Kitsu](https://tools-collection.net/apis-list/kitsu) - Kitsu is a modern anime discovery platform that helps you track the anime you&#x27;re watching, discover new anime and socialize with other fans\n- [Liveedu](https://tools-collection.net/apis-list/liveedu) - Live Coding Streaming\n- [Lord of the Rings API](https://tools-collection.net/apis-list/lord-of-the-rings-api) - Get data about the books, the movie trilogy, many characters and quotes\n- [Magic The Gathering](https://tools-collection.net/apis-list/magic-the-gathering) - The MTG API allows developers to easily consume MTG card and set data in JSON format\n- [Marvel](https://tools-collection.net/apis-list/marvel) - The Marvel developer portal gives Marvel fans, partners and other technologists access to an array of powerful APIs, documentation, and other tools to interact with Marvel&amp;#039;s systems\n- [mod.io](https://tools-collection.net/apis-list/mod-io) - Cross-platform mod support\n- [My Anime List API](https://tools-collection.net/apis-list/my-anime-list-api) - Jikan is an unofficial MyAnimeList REST based API\n- [Netflix Roulette](https://tools-collection.net/apis-list/netflix-roulette) - Wondering what to watch\n- [OMDB](https://tools-collection.net/apis-list/omdb) - The Open Movie Database\n- [Open Movie Database](https://tools-collection.net/apis-list/open-movie-database) - Attention Users 04/08/19 - Added support for eight digit IMDb IDs\n- [PandaScore](https://tools-collection.net/apis-list/pandascore) - Get events and detailed match data in real time from major league tournaments, or fetch data about players, tournaments, leagues, matches, teams and more\n- [PlayerUnknown&#x27;s Battlegrounds](https://tools-collection.net/apis-list/playerunknowns-battlegrounds) - Start building your own website today using official PUBG data\n- [Pokéapi](https://tools-collection.net/apis-list/pokeapi) - This is a full RESTful API linked to an extensive database detailing everything about the Pokémon main game series\n- [Pokémon TCG](https://tools-collection.net/apis-list/pokemon-tcg) - The Pokémon TCG API allows developers to easily consume Pokémon card and set data in JSON format\n- [RAWG](https://tools-collection.net/apis-list/rawg) - IO ♛ Keep all games in one profile ✔ See what friends are playing, and find your next great game\n- [Redtube Api](https://tools-collection.net/apis-list/redtube-api) - The Redtube API\n- [Rick and Morty](https://tools-collection.net/apis-list/rick-and-morty) - The Rick and Morty API is a REST and GraphQL API based on the television show Rick and Morty\n- [Riot Games](https://tools-collection.net/apis-list/riot-games) - Provide the League of Legends developer community with access to game data in a secure and reliable way\n- [Ron Swanson Quotes](https://tools-collection.net/apis-list/ron-swanson-quotes) - Node\n- [Scryfall](https://tools-collection.net/apis-list/scryfall) - Scryfall is a powerful Magic: The Gathering card search\n- [Star Wars API (SWAPI)](https://tools-collection.net/apis-list/star-wars-api-swapi) - A Remake of the original api, using the MERN stack\n- [Starwars Translations Api](https://tools-collection.net/apis-list/starwars-translations-api) - Translate from imperial language ( English that is ) to one of the Starwars language\n- [Steam Web API](https://tools-collection.net/apis-list/steam) - Steam WEB API created to provide programmatic access to Steam data and services\n- [Studio Ghibli](https://tools-collection.net/apis-list/studio-ghibli) - Resources from Studio Ghibli films\n- [SuperHeroes](https://tools-collection.net/apis-list/superheroes) - From both the universe, and more\n- [TMDb](https://tools-collection.net/apis-list/tmdb) - TMDb provides powerful searches as well as powerful movie discovery\n- [Trakt](https://tools-collection.net/apis-list/trakt) - Trakt collect lots of information about what tv shows and movies everyone is watching\n- [TuneFind](https://tools-collection.net/apis-list/tunefind) - Since 2005 Tunefind has been the leading site dedicated to tracking the music featured in TV shows and movies\n- [TVmaze](https://tools-collection.net/apis-list/tvmaze) - Add schedules, show, episode, cast information\n- [Utelly](https://tools-collection.net/apis-list/utelly) - Check where a tv show or movie is available\n- [Vimeo](https://tools-collection.net/apis-list/vimeo) - Unlock the power of video and join over 200M professionals, teams, and organizations who use Vimeo to create, collaborate and communicate\n- [Wargaming.net](https://tools-collection.net/apis-list/wargaming-net) - Wargaming Games API. Stats, Matches, Data\n- [xkcd](https://tools-collection.net/apis-list/xkcd) - xkcd API\n\n### Environment & Nature 🌲\n- [AirVisual](https://tools-collection.net/apis-list/airvisual) - Enhance your projects with free trusted historical, real-time and forecast air quality data\n- [EPA](https://tools-collection.net/apis-list/epa) - United States Environmental Protection Agency API 🆓\n- [GBIF](https://tools-collection.net/apis-list/gbif) - Free and open access to biodiversity data\n- [GrünstromIndex](https://tools-collection.net/apis-list/grunstromindex) - The green electricity index shows when a lot of renewable electricity is in the grid and can be used in the household\n- [iDigBio](https://tools-collection.net/apis-list/idigbio) - Making data and images of millions of biological specimens available on the web\n- [IUCN](https://tools-collection.net/apis-list/iucn) - List of more than 35,500 species that are threatened with extinction\n- [Open Charge Map](https://tools-collection.net/apis-list/open-charge-map) - Open Charge Map is a non-commercial, non-profit, electric vehicle data service hosted and supported by a community of businesses, charities, developers and interested parties around the world\n- [OpenAQ](https://tools-collection.net/apis-list/openaq) - Loading\n- [OpenWeatherMap](https://tools-collection.net/apis-list/openweathermap) - Simple and fast and free weather API from OpenWeatherMap\n- [Pm2.5.In](https://tools-collection.net/apis-list/pm2-5-in) - Air quality of China\n- [PVWatts](https://tools-collection.net/apis-list/pvwatts) - system_capacit\n- [Reliefweb](https://tools-collection.net/apis-list/reliefweb) - ReliefWeb API to get the latest updates when a disaster happens\n- [Skywatch](https://tools-collection.net/apis-list/skywatch) - Instead, EarthCache allows development teams to focus on the business application and in delivering actionable intelligence to the end-user\n- [Teleport](https://tools-collection.net/apis-list/teleport) - Welcome to Teleport for Developers\n- [Trash Nothing](https://tools-collection.net/apis-list/trash-nothing) - Developer API trash nothing\n- [Trefle](https://tools-collection.net/apis-list/trefle) - Trefle is a botanical API and data source\n- [UK Carbon Intensity](https://tools-collection.net/apis-list/uk-carbon-intensity) - This is the Official Carbon Intensity API for Great Britain developed by National Grid\n- [USGS Earthquake Hazards Program](https://tools-collection.net/apis-list/usgs-earthquake-hazards-program) - USGS Earthquake Hazards Program, responsible for monitoring, reporting, and researching earthquakes and earthquake hazards\n- [USGS Water Services](https://tools-collection.net/apis-list/usgs-water-services) - Home page for water resources information from the US Geological Survey\n\n### Events 🏟️\n- [24 Pull Requests](https://tools-collection.net/apis-list/24-pull-requests) - 24 Pull Requests is a yearly initiative to encourage contributors around the world to send 24 pull requests between December 1st and December 24th\n- [Bandsintown](https://tools-collection.net/apis-list/bandsintown) - The Bandsintown API is designed for artists and enterprises representing artists\n- [EventBrite](https://tools-collection.net/apis-list/eventbrite) - Eventbrite Python SDK\n- [Eventful API](https://tools-collection.net/apis-list/eventful-api) - Eventful is a leading digital media company connecting consumers with entertainment, movies and local events\n- [Meetup.com](https://tools-collection.net/apis-list/meetup-com) - Find groups that host online or in person events and meet people in your local community who share your interests\n- [Picatic](https://tools-collection.net/apis-list/picatic) - Sell tickets directly from your app or website\n- [Songkick](https://tools-collection.net/apis-list/songkick) - Find live music near you, track your favorite artists, get instant concert alerts and buy tickets for all the best upcoming concerts\n- [Ticketmaster](https://tools-collection.net/apis-list/ticketmaster) - Everything you need to start playing with the Ticketmaster API\n\n### Files & Storage 💾\n- [Amazon S3 API](https://tools-collection.net/apis-list/amazon-s3-api) - Amazon Simple Storage Service (Amazon S3) is storage for the internet\n- [Box](https://tools-collection.net/apis-list/box) - Explore the Box APIs and SDKs to use for app development,\n- [Cloudinary](https://tools-collection.net/apis-list/cloudinary) - API for image and video storage and manipulation - free for up to 75,000 images and 7,500 manipulations per month, good documentation, it can also manipulate GIFs and PDFs\n- [DeviantArt](https://tools-collection.net/apis-list/deviantart) - The largest social networking website for artists and art enthusiasts\n- [DigitalOcean Spaces](https://tools-collection.net/apis-list/digitalocean-spaces) - The simplest way to cost effectively store, serve, backup, and archive a virtually infinite amount of media, content, images, and static files for your apps\n- [Dropbox](https://tools-collection.net/apis-list/dropbox) - API for accessing stored files and pictures which is easy to use and free for small amounts of data\n- [Filestack](https://tools-collection.net/apis-list/filestack) - API for image and file manipulation, 250 uploads and 500 uploads per month for free, free CDN, HTML widget\n- [GitHub Gists](https://tools-collection.net/apis-list/github-gists) - For more information\n- [Metadefnder Cloud API](https://tools-collection.net/apis-list/metadefnder-cloud-api) - Metadefender Cloud provides unique set of APIs for everyone who is working with files post by users\n- [Microsoft Graph](https://tools-collection.net/apis-list/microsoft-graph) - Find out how you can use the Microsoft Graph API to connect to the data that drives productivity - mail, calendar, contacts, documents, directory, devices, and more\n- [OneDrive](https://tools-collection.net/apis-list/onedrive) - File storage &amp; sharing\n- [Open Science Framework](https://tools-collection.net/apis-list/open-science-framework) - OSF is a free, open platform to support your research and enable collaboration\n- [Pastebin](https://tools-collection.net/apis-list/pastebin) - Pastebin is a website where you can store text online for a set period of time\n- [Pexels](https://tools-collection.net/apis-list/pexels) - Pexels provides high quality and completely free stock photos licensed under the Creative Commons Zero (CC0) license\n- [Temporal](https://tools-collection.net/apis-list/temporal) - IPFS API\n- [Verizon Cloud](https://tools-collection.net/apis-list/verizon-cloud) - API for accessing stored pictures and other files stored by users of Verizon Cloud app\n- [Wetransfer](https://tools-collection.net/apis-list/wetransfer) - Put us in unexpected places, challenge the traditional creative flow, think big, go wild\n\n### Finance & Economics 🏦\n- [1Forge.com](https://tools-collection.net/apis-list/1forge-com) - Real-time forex and crypto quotes via JSON and WebSocket\n- [Afex](https://tools-collection.net/apis-list/afex) - Send payments to recipients all over the world 24/7 with secure and flexible online platform\n- [Alpaca Trading](https://tools-collection.net/apis-list/alpaca-trading) - Alpaca&#x27;s Trading API provides commission-free stock and crypto trading, market data, and portfolio management 🆓\n- [Barchart OnDemand](https://tools-collection.net/apis-list/barchart-ondemand) - Free Market Data APIs for Stock, futures and forex quotes, and historical data\n- [Brex](https://tools-collection.net/apis-list/brex) - Brex&#x27;s API provides access to corporate card transactions, expenses, budgets, vendors, and reimbursements\n- [Bunq Api](https://tools-collection.net/apis-list/bunq-api) - Open RESTful bank API that lets you work with bank cards, accounts, payments, transactions, attachments, and more\n- [Bybit](https://tools-collection.net/apis-list/bybit) - Bybit&#x27;s API provides spot, derivatives, and options trading, market data, and account management for one of the largest crypto derivatives exchanges globally 🆓\n- [Consumer Financial Protection Bureau](https://tools-collection.net/apis-list/consumer-financial-protection-bureau) - Financial services consumer complaint data\n- [CurrencyAPI](https://tools-collection.net/apis-list/currencyapi) - CurrencyAPI provides real-time and historical foreign exchange rates for 170+ currencies 🆓\n- [CurrencyLayer.com](https://tools-collection.net/apis-list/currencylayer-com) - Currencylayer provides a simple REST API with real-time and historical exchange rates for 168 world currencies, delivering currency pairs in universally usable JSON format\n- [CurrencyScoop.com](https://tools-collection.net/apis-list/currencyscoop-com) - Real-time and historical currency rates JSON API\n- [Currencystack](https://tools-collection.net/apis-list/currencystack) - Real-time exchange rates for 154 world currencies provided in JSON format and works for any programming environment\n- [Czech National Bank](https://tools-collection.net/apis-list/czech-national-bank) - A collection of exchange rates\n- [ExchangeRate-API.com](https://tools-collection.net/apis-list/exchangerate-api-com) - Accurate &amp; reliable Exchange Rates API trusted by tens of thousands of developers since 2010 🆓\n- [ExchangeRatesAPI.io](https://tools-collection.net/apis-list/exchangeratesapi-io) - Exchange rates API is a free service for current and historical foreign exchange rates published by the European Central Bank\n- [Financial Modeling Prep](https://tools-collection.net/apis-list/financial-modeling-prep) - Access all stocks discounted cash flow statements, market price, stock markets news, and learn more about Financial Modeling\n- [Finnhub](https://tools-collection.net/apis-list/finnhub) - Finnhub&#x27;s API provides real-time stock prices, company fundamentals, earnings estimates, news sentiment, and alternative data for 60+ global exchanges and crypto markets 🆓\n- [Fixer.io](https://tools-collection.net/apis-list/fixer-io) - The API tracks rates published daily by the European Central Bank\n- [Frankfurter.app](https://tools-collection.net/apis-list/frankfurter-app) - Frankfurter currency data API\n- [GoCardless Bank Account Data (Nordigen)](https://tools-collection.net/apis-list/nordigen) - GoCardless Bank Account Data API (formerly Nordigen) provides free open banking access to transaction data and account information from 2,500+ European banks via PSD2 🆓\n- [IEX Cloud](https://tools-collection.net/apis-list/iex-cloud) - IEX Cloud is a financial data infrastructure platform that connects developers and financial data creators\n- [IEX Trading](https://tools-collection.net/apis-list/iex) - Free Stocks and Market Data\n- [Kraken](https://tools-collection.net/apis-list/kraken-api) - Kraken&#x27;s REST and WebSocket APIs provide cryptocurrency trading, market data, order management, and account information 🆓\n- [KuCoin](https://tools-collection.net/apis-list/kucoin-api) - KuCoin&#x27;s API supports spot, margin, and futures trading with market data, order management, and account endpoints 🆓\n- [Louis Dorrad](https://tools-collection.net/apis-list/louis-dorrad) - Google’s product is quite similar to Amazon’s but it’s actually\n- [Music Machinery](https://tools-collection.net/apis-list/music-machinery) - Here’s a categorized list of all the Music APIs\n- [NewStack](https://tools-collection.net/apis-list/newstack) - Vendors offer a variety of methods and capabilities that allow devices to talk to each other and cloud/Web-based services\n- [OKX](https://tools-collection.net/apis-list/okx-api) - OKX&#x27;s API provides spot, futures, options, and DeFi trading with real-time market data and account management 🆓\n- [OpenCorporates](https://tools-collection.net/apis-list/opencorporates) - World&#x27;s largest open database of companies\n- [OpenRates.io](https://tools-collection.net/apis-list/openrates-io) - Free live exchange rates and currency conversion API for developers 🆓\n- [PayPal](https://tools-collection.net/apis-list/paypal) - Enables your customers to sign in to your web site quickly and securely using their PayPal login credentials\n- [Plaid](https://tools-collection.net/apis-list/plaid) - Plaid helps companies build fintech solutions by making it easy, safe and reliable for people to connect their financial data to apps and services\n- [Polygon.io](https://tools-collection.net/apis-list/polygon-io) - Polygon 🆓\n- [Portfolio Optimizer](https://tools-collection.net/apis-list/portfolio-optimizer) - API for investment portfolio optimization\n- [Quandl](https://tools-collection.net/apis-list/quandl) - The source for financial, economic, and alternative datasets, serving investment professionals\n- [ratesapi.io](https://tools-collection.net/apis-list/ratesapi-io) - Free currency exchange rates and currency conversion 🆓\n- [Razorpay IFSC](https://tools-collection.net/apis-list/razorpay-ifsc) - An API to query IFSC codes\n- [Ripple XRP Ledger](https://tools-collection.net/apis-list/ripple-xrp) - The XRP Ledger&#x27;s rippled API provides access to accounts, transactions, order books, and payment channels on the XRP Ledger 🆓\n- [Routingnumbers.Info](https://tools-collection.net/apis-list/routingnumbers-info) - API for ACH/NACHA Bank Routing Numbers\n- [Russian Central Bank](https://tools-collection.net/apis-list/russian-federation) - Central bank of Russian Federation\n- [Stellar](https://tools-collection.net/apis-list/stellar) - Stellar&#x27;s Horizon API provides access to accounts, transactions, payments, offers, and assets on the Stellar blockchain network 🆓\n- [Stock News API](https://tools-collection.net/apis-list/stock-news-api) - Get the latest stock news from the best news sources\n- [Stripe](https://tools-collection.net/apis-list/stripe) - Stripe&#x27;s API\n- [Tink (Visa)](https://tools-collection.net/apis-list/tink) - Tink&#x27;s Open Banking API provides bank account data, payment initiation, and income verification across 3,500+ European banks\n- [Tradier](https://tools-collection.net/apis-list/tradier) - Set of fully hosted APIs, modules and &#x27;out of the box&#x27; tools built to serve developers, providers and investors\n- [VATComply.com](https://tools-collection.net/apis-list/vatcomply-com) - VAT Number Validation API, Geolocation API, Exchange rates API\n- [vatlayer](https://tools-collection.net/apis-list/vatlayer) - Free and HTTPS secured JSON API offering instant VAT number validation, reliable EU VAT rates and VAT compliant price calculations for developers &amp; businesses\n- [Wise (TransferWise)](https://tools-collection.net/apis-list/wise-transferwise) - Wise&#x27;s API enables international money transfers, multi-currency accounts, balance management, and payment automation\n- [World Bank](https://tools-collection.net/apis-list/world-bank) - World Bank APIs\n- [World Trading Data](https://tools-collection.net/apis-list/world-trading-data) - World Trading Data is a worldwide market data provider, for example provide a stock name and dates and get trading data for those\n- [YNAB](https://tools-collection.net/apis-list/ynab) - You Need A Budget API 🆓\n- [You Need A Budget](https://tools-collection.net/apis-list/you-need-a-budget) - Introduction Hello Developers Welcome to the YNAB API\n\n### Food & Drinks 🍹\n- [Chomp - Food Nutrition Database Api](https://tools-collection.net/apis-list/chomp-food-nutrition-database-api) - A powerful API that provides detailed data on over 500,000 products such as nutrition labels, barcodes, ingredients, allergens, and more\n- [Edamam nutrition &amp; recipes](https://tools-collection.net/apis-list/edamam-nutrition) - API for Nutrition Analysis, Food Database Lookup, Recipe Search and other\n- [FoodData Central](https://tools-collection.net/apis-list/food-data-central) - USDA FoodData Central API provides detailed nutritional information for branded foods, standard references, and experimental data 🆓\n- [Foodish](https://tools-collection.net/apis-list/foodish) - - surhud004/Foodish\n- [LCBO](https://tools-collection.net/apis-list/lcbo) - LCBO API is open source now, find it on GitHub: heycarsten/lcbo-api 🆓\n- [Nutritionix](https://tools-collection.net/apis-list/nutritionix) - Add robust nutrition tracking capability to any health app\n- [Open Brewery DB](https://tools-collection.net/apis-list/open-brewery-db) - The goal of Open Brewery DB is to maintain an open-source, community-driven database on breweries, cideries, brewpubs, and bottleshops 🆓\n- [Open Food Facts](https://tools-collection.net/apis-list/open-food-facts) - Open Food Facts is a database of food products with ingredients, allergens, nutrition facts and all the tidbits of information we can find on product labels 🆓\n- [openFDA](https://tools-collection.net/apis-list/openfda) - openFDA is an Elasticsearch-based API that serves public FDA data about nouns like drugs, devices, and foods\n- [Order Pizza Api](https://tools-collection.net/apis-list/order-pizza-api) - A RESTful API as pizza restaurant ordering system\n- [PunkAPI](https://tools-collection.net/apis-list/punkapi) - Brewdog&#x27;s DIY Dog as a searchable, filterable API\n- [Recipe Puppy](https://tools-collection.net/apis-list/recipe-puppy) - Recipe Puppy API lets you search through recipe puppy database of over a million recipes by keyword and/or by search query\n- [Spoonacular Food API](https://tools-collection.net/apis-list/spoonacular-food-api) - The only Food API you&#x27;ll ever need\n- [TacoFancy API](https://tools-collection.net/apis-list/tacofancy) - API for community-driven, object-oriented taco recipe repo - https://github 🆓\n- [The Meal Db](https://tools-collection.net/apis-list/the-meal-db) - This food API is free to use and can get you recipes, food details, food names , meals by category, food images and more\n- [The Report of the Week](https://tools-collection.net/apis-list/the-report-of-the-week) - API of The Report Of The Week Reviews\n- [TheCocktailDB](https://tools-collection.net/apis-list/thecocktaildb) - An open, crowd-sourced database of drinks and cocktails from around the world\n- [Untappd](https://tools-collection.net/apis-list/untappd) - Access the Untappd API documentation to power your app or project\n- [US Restaurant Menus](https://tools-collection.net/apis-list/us-restaurant-menus) - Database of over 300,000 restaurant menus and over 30,000,000 Individual Menu Items\n- [USDA Nutrients](https://tools-collection.net/apis-list/usda-nutrients) - FoodData Central is an integrated data system that provides expanded nutrient profile data and links to related agricultural and experimental research\n- [Wegmans](https://tools-collection.net/apis-list/wegmans) - APIs for products and store information\n- [What&#x27;s on the menu?](https://tools-collection.net/apis-list/whats-on-the-menu) - Historical menu data 🆓\n- [Whisky Hunter](https://tools-collection.net/apis-list/whisky-hunter) - Explore lots from the past online whisky auctions 🆓\n- [Xyz Menus](https://tools-collection.net/apis-list/xyz-menus) - XYZ Menus API provides access to a Database of over 350,000 Restaurant Menus with over 30,000,000 individual menu items\n- [Yummly](https://tools-collection.net/apis-list/yummly) - Find food recipes\n- [Zestful Data](https://tools-collection.net/apis-list/zestful-data) - The Zestful&#x27;s ingredient parser API turns plain recipe strings into beautiful, structured data\n- [Zomato](https://tools-collection.net/apis-list/zomato) - Zomato API\n\n### Forms & Surveys 📃\n- [Autopilot](https://tools-collection.net/apis-list/autopilot) - The Autopilot API documentation, examples and blog for Autopilot REST API\n- [Clust](https://tools-collection.net/apis-list/clust) - The best way to gather anyone’s documents, directly from your app &amp; without hassle\n- [Form-Api](https://tools-collection.net/apis-list/form-api) - Build forms easily, autocomplete and validate data\n- [Formstack](https://tools-collection.net/apis-list/formstack) - The Formstack API allows users and 3rd-party applications to access Formstack resources programmatically\n- [Gender API](https://tools-collection.net/apis-list/gender-api) - Keep your registration forms simple\n- [Typeform](https://tools-collection.net/apis-list/typeform) - Typeform&#x27;s APIs allow you to create and edit Typeform surveys, and retrieve survey responses on demand\n\n### Fun 🤪\n- [Advice Slip](https://tools-collection.net/apis-list/advice-slip) - Parameters callback string To define your own callback function name and return the\n- [Api Meme](https://tools-collection.net/apis-list/api-meme) - Generate memes with a simple link\n- [Cat as a Service (CATAAS)](https://tools-collection.net/apis-list/cat-as-a-service-cataas) - Cat as a service (CATAAS) is a REST API to spread peace and love (or not) thanks to cats\n- [Cat Facts](https://tools-collection.net/apis-list/cat-facts) - Daily cat facts! 🐱\n- [Chuck Norris Database](https://tools-collection.net/apis-list/chuck-norris-database) - API for online Chuck Norris jokes database\n- [ChuckNorris.io](https://tools-collection.net/apis-list/chucknorris-io) - Read more Chuck Norris facts are satirical factoids about martial artist and actor Chuck Norris that have become an Internet p\n- [FavQs](https://tools-collection.net/apis-list/favqs) - FavQs allows you to collect, discover, and share your favorite quotes\n- [FOAAS](https://tools-collection.net/apis-list/foaas) - FOAAS (Fuck Off As A Service) provides a modern, RESTful, scalable solution to the common problem of telling people to fuck off\n- [Forismatic](https://tools-collection.net/apis-list/forismatic) - Gives you a random quote per click.\n- [Fun Translations API](https://tools-collection.net/apis-list/fun-translations-api) - World&#x27;s best fun translation tools via REST API\n- [Gfycat](https://tools-collection.net/apis-list/gfycat) - Gfycat’s API - collection of GIFs\n- [Giphy](https://tools-collection.net/apis-list/giphy) - Worlds largest library of GIFs\n- [icanhazdadjoke](https://tools-collection.net/apis-list/icanhazdadjoke) - The largest collection of dad jokes on the internet\n- [Imgflip](https://tools-collection.net/apis-list/imgflip) - Get 100 of memes with Imgflip API, or add text/caption to memes directly from this awesome API\n- [JokeAPI](https://tools-collection.net/apis-list/jokeapi) - JokeAPI is a RESTful API that serves jokes from many categories while also offering a lot of filtering methods\n- [Jokes](https://tools-collection.net/apis-list/jokes) - Full featured Jokes API\n- [Numbers](https://tools-collection.net/apis-list/numbers) - An API for interesting facts about numbers\n- [PlaceGoat](https://tools-collection.net/apis-list/placegoat) - PlaceGOAT placeholder service.\n- [Quotes Api](https://tools-collection.net/apis-list/quotes-api) - They Said So. Quotes API with lot of features\n- [Random Facts](https://tools-collection.net/apis-list/random-facts) - Random Facts API\n- [Random Facts Api](https://tools-collection.net/apis-list/random-facts-api) - Get random Facts on different topics\n- [RandomDog](https://tools-collection.net/apis-list/randomdog) - Random dog image API\n- [Ron Swanson Quotes](https://tools-collection.net/apis-list/ron-swanson-quotes) - Node\n- [SHOUTCLOUD](https://tools-collection.net/apis-list/shoutcloud) - ALL CAPS AS A SERVICE\n- [Superhero Api](https://tools-collection.net/apis-list/superhero-api) - Biography\n- [TacoFancy API](https://tools-collection.net/apis-list/tacofancy) - API for community-driven, object-oriented taco recipe repo - https://github 🆓\n- [The Cat Api](https://tools-collection.net/apis-list/the-cat-api) - A public service API all about cat pictures\n- [The Dog Api](https://tools-collection.net/apis-list/the-dog-api) - An API all about dogs\n- [They Said So](https://tools-collection.net/apis-list/they-said-so) - They Said So Quotes API offers a complete feature rich REST API access to its quotes platform\n- [Tronald Dump](https://tools-collection.net/apis-list/tronald-dump) - Tronald Dump Api &amp; web archive for the dumbest things Donald Trump has ever said\n- [xkcd](https://tools-collection.net/apis-list/xkcd) - xkcd API\n\n### Games 🎮\n- [AmiiboAPI](https://tools-collection.net/apis-list/amiiboapi) - The Amiibo RESTful API\n- [Battle.Net](https://tools-collection.net/apis-list/battle-net) - Blizzard Entertainment\n- [Battlefield 4](https://tools-collection.net/apis-list/battlefield-4) - Battlefield 4 Information\n- [CheapShark](https://tools-collection.net/apis-list/cheapshark) - CheapShark is a price comparison website for digital PC Games\n- [Clash of Clans](https://tools-collection.net/apis-list/clash-of-clans) - Access Clan Search, Global and Local Leaderboards, Clan and Player Profiles and Leagues\n- [Clash Royale](https://tools-collection.net/apis-list/clash-royale) - API that provides informations about Clash Royale game\n- [Deck of Cards](https://tools-collection.net/apis-list/deck-of-cards) - Deck of Cards - an API for playing cards\n- [Destiny The Game](https://tools-collection.net/apis-list/destiny-the-game) - These endpoints constitute the functionality exposed by Bungie\n- [Discord](https://tools-collection.net/apis-list/discord) - Integrate your service with Discord — whether it&#x27;s a bot or a game or whatever your wildest imagination can come up with\n- [Dota 2](https://tools-collection.net/apis-list/dota-2) - The OpenDota API provides Dota 2 related data including advanced match data extracted from match replays\n- [Eve Online](https://tools-collection.net/apis-list/eve-online) - An OpenAPI for EVE Online\n- [Fortnite Api](https://tools-collection.net/apis-list/fortnite-api) - A fortnite tracker api that returns data about and account\n- [GamerPower](https://tools-collection.net/apis-list/gamerpower) - The GamerPower API (Aka Game Giveaway Tracker API)\n- [Giant Bomb](https://tools-collection.net/apis-list/giant-bomb) - The largest video game database online\n- [Globalstats.Io](https://tools-collection.net/apis-list/globalstats-io) - Enrich your games&#x27; experience by adding a global highscore for your games\n- [Graphql360](https://tools-collection.net/apis-list/graphql360) - Create and consume 360 degree panoramic tours using a GraphQL API\n- [Guild Wars 2](https://tools-collection.net/apis-list/guild-wars-2) - The current version of the API\n- [Halo](https://tools-collection.net/apis-list/halo) - Halo Public API\n- [Hearthstone](https://tools-collection.net/apis-list/hearthstone) - This Hearthstone API provides up to date Hearthstone data pulled directly from the game\n- [Hytale](https://tools-collection.net/apis-list/hytale) - Official Hytale API\n- [IGDB.com](https://tools-collection.net/apis-list/igdb-com) - Video Game database on demand\n- [Jservice](https://tools-collection.net/apis-list/jservice) - Trivia Questions\n- [Lolwallpapers Api](https://tools-collection.net/apis-list/lolwallpapers-api) - League of Legends Wallpapers website official API\n- [Magic The Gathering](https://tools-collection.net/apis-list/magic-the-gathering) - The MTG API allows developers to easily consume MTG card and set data in JSON format\n- [Newseum NewsMania](https://tools-collection.net/apis-list/newseum-newsmania) - Gives you access to 1000s of Trivia questions\n- [Open Trivia](https://tools-collection.net/apis-list/open-trivia) - Free to use, user-contributed trivia questions!\n- [PandaScore](https://tools-collection.net/apis-list/pandascore) - Get events and detailed match data in real time from major league tournaments, or fetch data about players, tournaments, leagues, matches, teams and more\n- [PlayerUnknown&#x27;s Battlegrounds](https://tools-collection.net/apis-list/playerunknowns-battlegrounds) - Start building your own website today using official PUBG data\n- [Pokéapi](https://tools-collection.net/apis-list/pokeapi) - This is a full RESTful API linked to an extensive database detailing everything about the Pokémon main game series\n- [Pokémon TCG](https://tools-collection.net/apis-list/pokemon-tcg) - The Pokémon TCG API allows developers to easily consume Pokémon card and set data in JSON format\n- [Riot Games](https://tools-collection.net/apis-list/riot-games) - Provide the League of Legends developer community with access to game data in a secure and reliable way\n- [Scryfall](https://tools-collection.net/apis-list/scryfall) - Scryfall is a powerful Magic: The Gathering card search\n- [Steam Web API](https://tools-collection.net/apis-list/steam) - Steam WEB API created to provide programmatic access to Steam data and services\n- [Trivia Api](https://tools-collection.net/apis-list/trivia-api) - 100k+ trivia entries available via REST API\n- [Vainglory](https://tools-collection.net/apis-list/vainglory) - Vainglory Players, Matches and Telemetry\n- [Wargaming.net](https://tools-collection.net/apis-list/wargaming-net) - Wargaming Games API. Stats, Matches, Data\n\n### Government 🏛️\n- [18F](https://tools-collection.net/apis-list/18f) - The /Developer Program, a service of GSA’s 18F team, seeks to provide comprehensive support for any federal agency engaged in the production or use of APIs\n- [Aadhaar Bridge](https://tools-collection.net/apis-list/aadhaar-bridge) - Aadhaar is a 12-digit unique identification number issued by the Indian government to every individual resident of India\n- [Australia](https://tools-collection.net/apis-list/australia) - Central bank of Australia\n- [BCLaws](https://tools-collection.net/apis-list/bclaws) - CiviX Server is an electronic library providing free public access to law and bylaw content of British Columbia\n- [BusinessUSA](https://tools-collection.net/apis-list/businessusa) - Software developers and researchers can use these APIs and data feeds to help people find useful government information\n- [Canada](https://tools-collection.net/apis-list/canada) - Central bank of Canada\n- [Census.gov](https://tools-collection.net/apis-list/census-gov) - Access demographic, economic and population data from the U\n- [Central bank of New Zealand](https://tools-collection.net/apis-list/new-zealand) - Central bank of New Zealand\n- [City, Lyon Opendata](https://tools-collection.net/apis-list/city-lyon-opendata) - Les données des acteurs du territoire de la Métropole de Lyon\n- [City, Nantes Opendata](https://tools-collection.net/apis-list/city-nantes-opendata) - Open public data (Open data) made available by the City of Nantes and Nantes Métropole\n- [City, New York Opendata](https://tools-collection.net/apis-list/city-new-york-opendata) - NYC Open Data helps New Yorkers use and learn about City data\n- [City, Prague Opendata](https://tools-collection.net/apis-list/city-prague-opendata) - Welcome to the city-wide port 🆓\n- [Code.gov](https://tools-collection.net/apis-list/code-gov) - America&#x27;s primary platform for aggregating Open Source Software from the federal government\n- [Colorado Data Engine](https://tools-collection.net/apis-list/colorado-data-engine) - Formatted and geolocated Colorado public data\n- [Colorado Information Marketplace](https://tools-collection.net/apis-list/colorado-information-marketplace) - Dive into Colorado’s water, including wells, surface water conditions, and water rights\n- [Covid-19 Government Response](https://tools-collection.net/apis-list/covid-19-government-response) - Oxford COVID-19 Government Response Tracker\n- [Czech Namedays Calendar](https://tools-collection.net/apis-list/czech-namedays-calendar) - Czech Holidays API\n- [Data USA](https://tools-collection.net/apis-list/data-usa) - public data\n- [Data.gov](https://tools-collection.net/apis-list/data-gov) - Our aim is to make it easier for\n- [data.parliament.uk](https://tools-collection.net/apis-list/data-parliament-uk) - UK&#x27;s parliament Open Data\n- [District of Columbia Open Data](https://tools-collection.net/apis-list/district-of-columbia-open-data) - Goal is for this API is to be your platform for developing apps around DC’s freely available, machine readable data\n- [EPA](https://tools-collection.net/apis-list/epa) - United States Environmental Protection Agency API 🆓\n- [EPO](https://tools-collection.net/apis-list/epo) - Open Patent Services (OPS) is a web service which provides access to the EPO&#x27;s raw data via a standardised XML interface\n- [FBI Wanted](https://tools-collection.net/apis-list/fbi-wanted) - The FBI Wanted API is designed to help developers easily get information on the FBI wanted program\n- [FEC](https://tools-collection.net/apis-list/fec) - Information on campaign donations in federal elections\n- [Federal Register](https://tools-collection.net/apis-list/federal-register) - SFederal Register 2\n- [Food Standards Agency](https://tools-collection.net/apis-list/food-standards-agency) - Find out if a restaurant, takeaway or food shop you want to visit has good food hygiene standards\n- [Foreca Weather Warnings](https://tools-collection.net/apis-list/foreca-weather-warnings) - Data feed of the governmental severe weather warnings\n- [Georgia](https://tools-collection.net/apis-list/georgia) - Central bank of Georgia\n- [Icelandic APIs](https://tools-collection.net/apis-list/icelandic-apis) - The purpose of APIs\n- [Ireland](https://tools-collection.net/apis-list/ireland) - Central bank of Ireland\n- [ITA&#x27;s Data Services Platform](https://tools-collection.net/apis-list/itas-data-services-platform) - The Data Services Platform from the International Trade Administration (ITA) provides direct access to authoritative information on U 🆓\n- [Moldova](https://tools-collection.net/apis-list/moldova) - Central bank of Moldova\n- [Myanmar](https://tools-collection.net/apis-list/myanmar) - Central bank of New Myanmar\n- [National Bank of Ukraine](https://tools-collection.net/apis-list/national-bank-of-ukraine) - National Bank of Ukraine\n- [NHTSA](https://tools-collection.net/apis-list/nhtsa) - Catalog Vehicle Listing (vPIC) Application Programming Interface (API) provides different ways to gather information on Vehicles and their specifications\n- [Nigeria](https://tools-collection.net/apis-list/nigeria) - The Official Site of The Central Bank of Nigeria.\n- [Open Government, Australia](https://tools-collection.net/apis-list/open-government-australia) - Australian Government Open Data\n- [Open Government, Belgium](https://tools-collection.net/apis-list/open-government-belgium) - The Belgian Open Data Initiative\n- [Open Government, Canada](https://tools-collection.net/apis-list/open-government-canada) - Collaborative open source project led by the Government of Canada\n- [Open Government, France](https://tools-collection.net/apis-list/open-government-france) - data. gouv. fr accueil. data\n- [Open Government, India](https://tools-collection.net/apis-list/open-government-india) - The requested URL was rejected\n- [Open Government, Italy](https://tools-collection.net/apis-list/open-government-italy) - dati\n- [Open Government, New Zealand](https://tools-collection.net/apis-list/open-government-new-zealand) - govt\n- [Open Government, Romania](https://tools-collection.net/apis-list/open-government-romania) - 2123 SETURI DE DATE 26000 FIȘIERE CORELATE 106 INSTITUȚII 14 GRUPURI 3873 ADRESE DE LEGĂTURĂ EXTERNE\n- [Open Government, Taiwan](https://tools-collection.net/apis-list/open-government-taiwan) - Taiwan&#x27;s open data and public service APIs\n- [Open Government, USA](https://tools-collection.net/apis-list/open-government-usa) - Government’s open data Here you will find data, tools, and resources to conduct research, develop web and mobile applications, design data visualizations, and more\n- [openFDA](https://tools-collection.net/apis-list/openfda) - openFDA is an Elasticsearch-based API that serves public FDA data about nouns like drugs, devices, and foods\n- [Peru](https://tools-collection.net/apis-list/peru) - Central bank of Peru\n- [Poland](https://tools-collection.net/apis-list/poland) - Central bank of Poland\n- [Prague Opendata](https://tools-collection.net/apis-list/prague-opendata) - Prague City Open Data\n- [Regulations.gov](https://tools-collection.net/apis-list/regulations-gov) - More information is available here\n- [Reliefweb](https://tools-collection.net/apis-list/reliefweb) - ReliefWeb API to get the latest updates when a disaster happens\n- [Represent by Open North](https://tools-collection.net/apis-list/represent-by-open-north) - Find the elected officials and electoral districts for any Canadian address or postal code, at all levels of government\n- [Russian Central Bank](https://tools-collection.net/apis-list/russian-federation) - Central bank of Russian Federation\n- [Switzerland](https://tools-collection.net/apis-list/switzerland) - Swiss National Bank\n- [Transportation in Philadelphia, USA](https://tools-collection.net/apis-list/transport-for-philadelphia-us) - Southeastern Pennsylvania Transportation Authority API 🆓\n- [UK Police](https://tools-collection.net/apis-list/uk-police) - Police API Documentation The API provides a rich data source for information, including: Neighbourhood team members Upcoming events Street-level crime and outcome data Nearest police stations The A\n- [USA Census API&#x27;S](https://tools-collection.net/apis-list/usa-census-apis) - These data are currently used to distribute around $400 B in Federal, State and local funds in ways that help communities plan for schools, social and emergency services, highway improvements and economic developments\n- [USAJOBS](https://tools-collection.net/apis-list/usajobs) - USAJOBS API\n- [USAspending.gov](https://tools-collection.net/apis-list/usaspending-gov) - Announcement The USASpending API is in V2\n- [USPTO](https://tools-collection.net/apis-list/uspto) - United States patent and trademark office API\n- [World Bank](https://tools-collection.net/apis-list/world-bank) - World Bank APIs\n\n### Hardware ⚙️\n- [Don&#x27;t Kill My App](https://tools-collection.net/apis-list/dont-kill-my-app) - Android vendors, don&#x27;t kill my app\n- [DroneDeploy](https://tools-collection.net/apis-list/dronedeploy) - Integrate your existing service into DroneDeploy and reach tens of thousands of commercial drone users from over 160 countries and industries like agriculture, construction, mining, surveying, and more\n- [fonoApi](https://tools-collection.net/apis-list/fonoapi) - Mobile Device Description Api\n- [Keyserv](https://tools-collection.net/apis-list/keyserv) - SmartQ is an technology company founded in 2017 with the intention of providing innovative tools for the modern world\n- [MAC address vendor lookup](https://tools-collection.net/apis-list/mac-address-vendor-lookup) - The MAC address API allows you to retrieve OUI vendor information, detect virtual machines, possible applications, read the information encoded in the MAC, and get research&#x27;s results regarding the given MAC address or the OUI\n- [Philips Hue](https://tools-collection.net/apis-list/philips-hue) - Philips Hue, smart home lighting\n\n### Health 💊\n- [COVID-19 Data](https://tools-collection.net/apis-list/covid-19-data) - The API provides realtime and historical data on Coronavirus COVID-19 confirmed cases, deaths, and recovered cases\n- [Covid-19 Government Response](https://tools-collection.net/apis-list/covid-19-government-response) - Oxford COVID-19 Government Response Tracker\n- [Diabetes](https://tools-collection.net/apis-list/diabetes) - Welcome to the PredictBGL API The PredictBGL API allows you to build the power of PredictBGL&#x27;s diabetes management, coaching and analysis dire\n- [Drchrono Healthcare Api](https://tools-collection.net/apis-list/drchrono-healthcare-api) - Electronic medical records, practice management and medical billing API\n- [Edamam nutrition &amp; recipes](https://tools-collection.net/apis-list/edamam-nutrition) - API for Nutrition Analysis, Food Database Lookup, Recipe Search and other\n- [FitBit](https://tools-collection.net/apis-list/fitbit) - You&#x27;ll fit in here\n- [Flutrack](https://tools-collection.net/apis-list/flutrack) - Flutrack is a system that detects in real time influenza symptoms, using Twitter\n- [FoodData Central](https://tools-collection.net/apis-list/food-data-central) - USDA FoodData Central API provides detailed nutritional information for branded foods, standard references, and experimental data 🆓\n- [Getguidelines](https://tools-collection.net/apis-list/getguidelines) - Get personalized clinical recommendations using parameters such as weight, blood pressure, age, etc\n- [Google Genomics API](https://tools-collection.net/apis-list/google-genomics-api) - Beta This product or feature is covered by the Pre-GA Offerings Terms of the Google Cloud Platform Terms of Service\n- [Healthcare.gov](https://tools-collection.net/apis-list/healthcare-gov) - HealthCare\n- [Infermedica API](https://tools-collection.net/apis-list/infermedica-api) - The most advanced Symptom Checker and Patient Triage API\n- [kanye.rest](https://tools-collection.net/apis-list/kanye-rest) - A free REST API for random Kanye West quotes\n- [Lexigram](https://tools-collection.net/apis-list/lexigram) - io\n- [Marijuana Strains](https://tools-collection.net/apis-list/marijuana-strains) - The Strain API 🆓\n- [Medicare](https://tools-collection.net/apis-list/medicare) - gov. Access to the data from the CMS - medicare\n- [NaMoMemes](https://tools-collection.net/apis-list/namomemes) - Is a description required\n- [NPPES](https://tools-collection.net/apis-list/nppes) - National Plan &amp; Provider Enumeration System, info on healthcare providers registered in US\n- [Nutritionix](https://tools-collection.net/apis-list/nutritionix) - Add robust nutrition tracking capability to any health app\n- [openFDA](https://tools-collection.net/apis-list/openfda) - openFDA is an Elasticsearch-based API that serves public FDA data about nouns like drugs, devices, and foods\n- [Orion Health](https://tools-collection.net/apis-list/orion-health) - Leverage the power of our Open APIs and our FHIR capabilities to enable the best applications to be developed for every healthcare scenario\n- [Programming Quotes](https://tools-collection.net/apis-list/programming-quotes) - Programming Quotes API for open source projects\n- [PubMed (NCBI E-utilities)](https://tools-collection.net/apis-list/pubmed) - NCBI&#x27;s E-utilities API provides programmatic access to PubMed abstracts, full-text articles, gene sequences, and other biomedical literature from the National Center for Biotechnology Information 🆓\n- [Quotable Quotes](https://tools-collection.net/apis-list/quotable-quotes) - Contribute to lukePeavey/quotable development by creating an account on GitHub\n- [Quote Garden](https://tools-collection.net/apis-list/quote-garden) - A RESTful API for quotes\n- [taylor.rest](https://tools-collection.net/apis-list/taylor-rest) - A Taylor Swift REST API, written in Deno\n- [USDA Nutrients](https://tools-collection.net/apis-list/usda-nutrients) - FoodData Central is an integrated data system that provides expanded nutrient profile data and links to related agricultural and experimental research\n- [Withings](https://tools-collection.net/apis-list/withings) - Access to data from Withings activity trackers and body measures\n\n### Images & Photography 📸\n- [500px](https://tools-collection.net/apis-list/500px) - Viewing feature streams, photo information and comments, as well as user profiles\n- [ApiFlash](https://tools-collection.net/apis-list/apiflash) - Chrome based screenshot API to convert URLs to images\n- [Associated Press](https://tools-collection.net/apis-list/associated-press) - AP Media API Get all your AP multimedia content in one place Access the content programmatically via the API or use the AP Media Agent to download content automatically\n- [Bannerbear](https://tools-collection.net/apis-list/bannerbear) - Bannerbear API auto-generates social media images, banners, and PDFs from templates\n- [Browshot](https://tools-collection.net/apis-list/browshot) - Full API to take screenshots of any website.\n- [Clarifai](https://tools-collection.net/apis-list/clarifai) - Whether you have one input or billions, you are only steps away from using AI to power your business applications\n- [Clearbit Logo](https://tools-collection.net/apis-list/clearbit-logo) - If you’re only interested in a Company’s logo, and don’t need any other data about the company, you can use our Logo API\n- [Cloudinary](https://tools-collection.net/apis-list/cloudinary) - API for image and video storage and manipulation - free for up to 75,000 images and 7,500 manipulations per month, good documentation, it can also manipulate GIFs and PDFs\n- [Cloudmersive Document and Data Conversion](https://tools-collection.net/apis-list/cloudmersive-document-and-data-conversion) - Document and Data Conversion APIs\n- [Dicebear Avatars](https://tools-collection.net/apis-list/dicebear-avatars) - Avatars is an avatar placeholder library for designers and developers\n- [Everypixel](https://tools-collection.net/apis-list/everypixel) - Automatic image keywording and categorization API\n- [fal.ai](https://tools-collection.net/apis-list/fal-ai) - fal\n- [Filestack](https://tools-collection.net/apis-list/filestack) - API for image and file manipulation, 250 uploads and 500 uploads per month for free, free CDN, HTML widget\n- [Flickr](https://tools-collection.net/apis-list/flickr) - Search through user Flickr content, contacts, upload or replace photos\n- [Getscreenshot By Rasterwise](https://tools-collection.net/apis-list/getscreenshot-by-rasterwise) - GetScreenshot is an affordable and highly scalable screenshot API service\n- [Getty Images](https://tools-collection.net/apis-list/getty-images) - Page moved here. Page moved here\n- [Gfycat](https://tools-collection.net/apis-list/gfycat) - Gfycat’s API - collection of GIFs\n- [Gifs.Com Public API](https://tools-collection.net/apis-list/gifs-com-public-api) - com API makes it dead simple to convert and transcode a vast array of media into our HTML5 optimized gifs\n- [Giphy](https://tools-collection.net/apis-list/giphy) - Worlds largest library of GIFs\n- [Google Earth Engine](https://tools-collection.net/apis-list/google-earth-engine) - Perform geospatial processing powered by Google&#x27;s cloud infrastructure\n- [Gracenote](https://tools-collection.net/apis-list/gracenote) - Largest source of music and video metadata on the planet\n- [Graphql360](https://tools-collection.net/apis-list/graphql360) - Create and consume 360 degree panoramic tours using a GraphQL API\n- [Gravatar](https://tools-collection.net/apis-list/gravatar) - Use the links below to find out more about constructing request URLs, different imp\n- [Gyazo](https://tools-collection.net/apis-list/gyazo) - Take screenshots, GIFS, and replays that are ready to share\n- [Iconfinder](https://tools-collection.net/apis-list/iconfinder) - The Iconfinder API is a HTTP JSON API and allows you to programatically access resources on the service, such as icons, icon sets, categories, styles, authors, etc\n- [Icons8](https://tools-collection.net/apis-list/icons8) - Icons8 offers simple reliable solutions to cope with all sorts of the challenges concerning icons\n- [Imagga Api](https://tools-collection.net/apis-list/imagga-api) - identifies the content of images and videos, classify images based on content, extracts colors, moderates NSFW content\n- [imgix](https://tools-collection.net/apis-list/imgix) - imgix&#x27;s Image Processing API transforms, optimizes, and delivers images on-the-fly via URL parameters\n- [Imgur](https://tools-collection.net/apis-list/imgur) - Imgur: The magic of the Internet\n- [Instagram](https://tools-collection.net/apis-list/instagram) - How to use the Instagram Graph API\n- [Kairos](https://tools-collection.net/apis-list/kairos) - Face recognition, emotion analysis and measuring engagement of people in images or videos for any mobile or web application\n- [Let&#x27;S Validate](https://tools-collection.net/apis-list/lets-validate) - Uncovers the technologies used on websites and URL to thumbnail\n- [Lolwallpapers Api](https://tools-collection.net/apis-list/lolwallpapers-api) - League of Legends Wallpapers website official API\n- [Lorem Picsum](https://tools-collection.net/apis-list/lorem-picsum) - Lorem Ipsum, but for photos.\n- [LottieFiles](https://tools-collection.net/apis-list/lottiefiles) - LottieFiles API provides access to a library of Lottie animations, enables uploading and managing animation files, and converting between animation formats for web and mobile apps 🆓\n- [Noun Project](https://tools-collection.net/apis-list/noun-project) - Grab a hold of the World’s Visual Language\n- [Nudity Detection Api](https://tools-collection.net/apis-list/nudity-detection-api) - io detects nudity in images and helps to recognise and filter undesired content\n- [Openverse](https://tools-collection.net/apis-list/openverse) - Openverse API provides search access to 800M+ openly licensed and public domain images, audio, and other media 🆓\n- [PDFmyURL](https://tools-collection.net/apis-list/pdfmyurl) - Easily Convert URLs / Webpages or HTML to PDF in any Programming Language or on the Command Line\n- [Pexels](https://tools-collection.net/apis-list/pexels) - Pexels provides high quality and completely free stock photos licensed under the Creative Commons Zero (CC0) license\n- [Pinterest](https://tools-collection.net/apis-list/pinterest) - Enables apps to view the most clicked-through or repinned Pins, view related posts, and user profiles\n- [Pixabay](https://tools-collection.net/apis-list/pixabay) - Restful API for searching and retrieving free images and videos\n- [PlaceKitten](https://tools-collection.net/apis-list/placekitten) - A quick and simple service for getting pictures of kittens for use as placeholders in your designs or code\n- [PrexView](https://tools-collection.net/apis-list/prexview) - Transform your data from XML or JSON to high quality, beautiful and readable documents in PDF, HTML, PNG or JPG\n- [RandomFox](https://tools-collection.net/apis-list/randomfox) - Random image of a fox\n- [Replicate](https://tools-collection.net/apis-list/replicate) - Replicate lets you run machine learning models via API\n- [Request Kittens](https://tools-collection.net/apis-list/request-kittens) - A randomized set of category-specific cat images.\n- [ScreenShotLayer](https://tools-collection.net/apis-list/screenshotlayer) - Free for personal use\n- [Screenshotscloud](https://tools-collection.net/apis-list/screenshotscloud) - With this screenshot API you can automate high quality real browser screenshots in seconds using reliable CDN backed queueless API service\n- [Shutterstock](https://tools-collection.net/apis-list/shutterstock) - Streamline user experience with the stock image, video, and music API trusted by Facebook, Google, Wix, and more\n- [Sketchfab API](https://tools-collection.net/apis-list/sketchfab-api) - Manage your 3D assets\n- [Skywatch](https://tools-collection.net/apis-list/skywatch) - Instead, EarthCache allows development teams to focus on the business application and in delivering actionable intelligence to the end-user\n- [Stability AI](https://tools-collection.net/apis-list/stability-ai) - Stability AI&#x27;s API provides access to Stable Diffusion and SDXL models for image generation, editing, and upscaling\n- [SummarizeBot API](https://tools-collection.net/apis-list/summarizebot-api) - Multilingual summarization, keywords and sentiment analysis, language recognition, article extraction, comments identification, multimedia analysis, image and face recognition solutions\n- [Telegram](https://tools-collection.net/apis-list/telegram) - The Bot API allows you to easily create programs that use Telegram\n- [Teleport](https://tools-collection.net/apis-list/teleport) - Welcome to Teleport for Developers\n- [TheCocktailDB](https://tools-collection.net/apis-list/thecocktaildb) - An open, crowd-sourced database of drinks and cocktails from around the world\n- [TheSportsDB](https://tools-collection.net/apis-list/thesportsdb) - Various sports events, results, players, teams and high quality artwork\n- [Thumbnails Cloud](https://tools-collection.net/apis-list/thumbnails-cloud) - Cloud API generates JPG and PDF file previews for all common document formats, using a super simple API\n- [Tinypng](https://tools-collection.net/apis-list/tinypng) - TinyPNG API will help you compress and reduce the size of your JPEF and PNG files\n- [Unsplash](https://tools-collection.net/apis-list/unsplash) - but for photos. Lorem Ipsum. Lorem Ipsum\n- [WebPurify](https://tools-collection.net/apis-list/webpurify) - Provides live image moderation by humans or AI-based image moderation service\n- [Yahoo Map Image API](https://tools-collection.net/apis-list/yahoo-map-image-api) - Measure, monetize, advertise and improve your apps with Yahoo tools\n\n### IoT & Home Automation 🏠\n- [Ably](https://tools-collection.net/apis-list/ably) - API for making cross-protocol realtime communication between devices easy\n- [Cloud Wallet](https://tools-collection.net/apis-list/cloud-wallet) - Cloud Wallet enables closed-loop payments between IoT devices and facilitates IoT adoption worldwide\n- [Cloudpronouncer](https://tools-collection.net/apis-list/cloudpronouncer) - Text To Speech API\n- [Google Cloud IoT solutions](https://tools-collection.net/apis-list/google-cloud-iot-solutions) - Unlock insights from your global device network with an intelligent IoT platform whose scalable, fully managed integration lets you connect, store, and analyze data at the edge and in the cloud\n- [Houndify](https://tools-collection.net/apis-list/houndify) - The Houndify Voice AI platform helps brands build voice user interfaces that enhance brand identity and retain data ownership and customer relationships\n- [Keyserv](https://tools-collection.net/apis-list/keyserv) - SmartQ is an technology company founded in 2017 with the intention of providing innovative tools for the modern world\n- [Particle](https://tools-collection.net/apis-list/particle) - API to manage Particle devices (including their own Arduino-compatible ones and the Raspberry Pi) and control them\n- [Philips Hue](https://tools-collection.net/apis-list/philips-hue) - Philips Hue, smart home lighting\n- [PubNub](https://tools-collection.net/apis-list/pubnub) - &lt;div class&#x3D;&quot;homepage-wrap&quot;&gt;\n- [Shodan](https://tools-collection.net/apis-list/shodan) - Shodan API, the easiest way to access the Shodan search engine on your own terms\n- [SmartThings](https://tools-collection.net/apis-list/smartthings) - An open, programmatic interface for controlling smart devices The SmartThings platform has the largest coverage of competitive IoT devices on the market, including Samsung devices and appliances\n- [Temboo SDK](https://tools-collection.net/apis-list/temboo-sdk) - This platform acts as a layer on top of third-party APIs, using code snippets to trigger complex processes that run through their cloud platform\n- [ThingSpeak](https://tools-collection.net/apis-list/thingspeak) - Ppen source “Internet of Things” application and API to store and retrieve data from things using HTTP over the Internet or via a Local Area Network\n- [Withings](https://tools-collection.net/apis-list/withings) - Access to data from Withings activity trackers and body measures\n- [Zetta](https://tools-collection.net/apis-list/zetta) - An API-first, open source software platform for the Internet of Things\n\n### Jobs 🛠️\n- [Adzuna](https://tools-collection.net/apis-list/adzuna) - Get the very latest ads and data with Adzuna&#x27;s API\n- [Authentic Jobs](https://tools-collection.net/apis-list/authentic-jobs) - Since 2005\n- [Careerjet](https://tools-collection.net/apis-list/careerjet) - Careerjet public search API\n- [Freelancer](https://tools-collection.net/apis-list/freelancer) - Hire in any profession you can think of using our API, on demand–developers, designers, photographers, copywriters, delivery people, manufacturers and more\n- [Github Jobs](https://tools-collection.net/apis-list/github-jobs) - The GitHub Jobs API allows you to search, and view jobs with JSON over HTTP\n- [GraphQL Jobs](https://tools-collection.net/apis-list/graphql-jobs) - GET query missing\n- [Indeed](https://tools-collection.net/apis-list/indeed) - Post your jobs on Indeed, the #1 job site worldwide\n- [Jobs2Careers](https://tools-collection.net/apis-list/jobs2careers) - %PDF-1\n- [Jooble](https://tools-collection.net/apis-list/jooble) - The REST API allows developers to access and integrate Jooble&#x27;s search results within your web products, or to build an entirely new web product of your own 🆓\n- [Juju](https://tools-collection.net/apis-list/juju) - Juju\n- [Open Skills](https://tools-collection.net/apis-list/open-skills) - Skills API\n- [Product Hunt](https://tools-collection.net/apis-list/product-hunt) - The best new products, every day\n- [Reed](https://tools-collection.net/apis-list/reed) - Official API for reed.co.uk jobs website\n- [Search.Gov Jobs](https://tools-collection.net/apis-list/search-gov-jobs) - gov • Terms of Service • Site Policies • D\n- [The Muse](https://tools-collection.net/apis-list/the-muse) - Public API to provide job and company listings.\n- [Traitify](https://tools-collection.net/apis-list/traitify) - A diverse set of fun visual assessments used to uncover personality types and traits\n- [Upwork](https://tools-collection.net/apis-list/upwork) - Upwork Developers Site offers you access to Upwork&#x27;s web services\n- [USAJOBS](https://tools-collection.net/apis-list/usajobs) - USAJOBS API\n- [ZipRecruiter](https://tools-collection.net/apis-list/ziprecruiter) - Jobs API\n\n### Maps & Geo 📌\n- [adresse.data.gouv.fr](https://tools-collection.net/apis-list/adresse-data-gouv-fr) - The national address site of France\n- [Amazon Maps API v2](https://tools-collection.net/apis-list/amazon-maps-api-v2) - Add interactive 3D maps, graphics, and custom overlays to your Fire Tablet and Fire phone apps\n- [Astronomy](https://tools-collection.net/apis-list/astronomy) - Astronomy API provides timings for sunrise, sunset, moonrise, moonset, sun azimuth, moon azimuth, sun altitude, moon altitude, sun distance from the earth and moon distance from the earth from latitude and longitude or an IPv4 or IPv6 address for a given date\n- [Battuta](https://tools-collection.net/apis-list/battuta) - Country Region City. Country Region City\n- [Bing Maps](https://tools-collection.net/apis-list/bing-maps) - Bing Maps platform provides multiple API options for your application\n- [bng2latlong](https://tools-collection.net/apis-list/bng2latlong) - Simple API to convert an OSGB36 easting and northing (British National Grid) to WGS84 latitude and longitude\n- [Cartes.io](https://tools-collection.net/apis-list/cartes-io) - Allows anyone to create maps and markers for anything\n- [CartoDB](https://tools-collection.net/apis-list/cartodb) - Allows you to generate maps based on data hosted in your CartoDB account\n- [CityGrid](https://tools-collection.net/apis-list/citygrid) - Enables developers to create web and mobile applications that find local businesses, organizations, and points of interest by a variety of search criteria\n- [CitySDK](https://tools-collection.net/apis-list/citysdk) - CitySDK is a “service development kit” for cities and developers that aims at harmonizing application programming interfaces (APIs) across cities\n- [Clients can be found here.](https://tools-collection.net/apis-list/clients-can-be-found-here) - Google Maps has 35 repositories available\n- [CountryAPI](https://tools-collection.net/apis-list/countryapi) - A Rest Api of simple country information that you need\n- [D3 Visualization](https://tools-collection.net/apis-list/d3-visualization) - D3 is a JavaScript library for visualizing data with HTML, SVG, and CSS\n- [Daum Maps API](https://tools-collection.net/apis-list/daum-maps-api) - Kakao 지도 API를 이용해보세요\n- [Elasticpath](https://tools-collection.net/apis-list/elasticpath) - Provides the full commerce solution to bring your unique, revenue-driving experiences to life, fast\n- [Factual](https://tools-collection.net/apis-list/factual) - Provids a places search that can be searched by latitude/longitude, and “where” using full text search query string\n- [Foursquare API](https://tools-collection.net/apis-list/foursquare-api) - Gives you access to our world-class places database and the ability to interact with Foursquare users and merchants\n- [Foursquare Venue](https://tools-collection.net/apis-list/foursquare-venue) - Providing a places search that can be searched by hierarchical list of categories, longitude/latitude etc\n- [FreeGeoIP](https://tools-collection.net/apis-list/freegeoip) - Free IP Geolocation API with no registration required\n- [French Address Search](https://tools-collection.net/apis-list/french-address-search) - Find addresses and localities in France\n- [GeoApi](https://tools-collection.net/apis-list/geoapi) - Administrative Breakdown API - (Geo API) is one of the France&#x27;s public service APIs\n- [Geocod.io](https://tools-collection.net/apis-list/geocod-io) - Geocode spreadsheets or use our API - without restrictions 🆓\n- [Geocode.xyz](https://tools-collection.net/apis-list/geocode-xyz) - geocode\n- [Geocodify](https://tools-collection.net/apis-list/geocodify) - Worldwide geocoding, geoparsing and autocomplete for addresses\n- [GeoDataSource](https://tools-collection.net/apis-list/geodatasource) - Location Search Web Service (RESTful API) enable you to find nearest city information based on latitude and longitude provided\n- [GeoJS](https://tools-collection.net/apis-list/geojs) - REST/JSON/JSONP GeoIP API\n- [GeoNames](https://tools-collection.net/apis-list/geonames) - The GeoNames geographical database covers all countries and contains over eleven million placenames that are available for download free of charge\n- [geoPlugin](https://tools-collection.net/apis-list/geoplugin) - geoPlugin is a free, fast and reliable Geolocation Webservice API to locate your visitors based on their IP address\n- [Google Drive API](https://tools-collection.net/apis-list/google-drive-api) - com/upload/drive/v2/files and PO\n- [Google Earth Engine](https://tools-collection.net/apis-list/google-earth-engine) - Perform geospatial processing powered by Google&#x27;s cloud infrastructure\n- [Google Maps API](https://tools-collection.net/apis-list/google-maps-api) - Choose Google Maps Platform to create immersive location experiences and make better business decisions with accurate real time data &amp; dynamic imagery\n- [Google Places](https://tools-collection.net/apis-list/google-places) - Connect your app or website users to over 100 million points of interests with Places, using Autocomplete, Geocoding &amp; Place Search APIs\n- [Google Places API](https://tools-collection.net/apis-list/google-places-api) - Providing a places search that can be searched by latitude/longitude, keyword matched against all fields, name of place, type of place restricted by radius\n- [GraphHopper](https://tools-collection.net/apis-list/graphhopper) - A-to-B routing with turn-by-turn instructions\n- [Graphloc](https://tools-collection.net/apis-list/graphloc) - Free GraphQL IP Geolocation API\n- [HelloSalut](https://tools-collection.net/apis-list/hellosalut) - Say hello to your website visitors in their native language\n- [HERE Maps API](https://tools-collection.net/apis-list/here-maps-api) - Wide range of APIs available through JavaScript, iOS, Android, or REST services\n- [HyperTrack](https://tools-collection.net/apis-list/hypertrack) - Build applications that track the movement of your business\n- [IP 2 Country](https://tools-collection.net/apis-list/ip-2-country) - JSON API returns the country of an IP address\n- [IP Address Details](https://tools-collection.net/apis-list/ip-address-details) - Trusted source for IP address information, handling 20 billion IP geolocation API requests per month for over 1,000 businesses and 100,000+ developers\n- [Ip Geolocation Api](https://tools-collection.net/apis-list/ip-geolocation-api) - Free IP Geolocation API and Accurate IP Database provides country, city, zip code, ISP data in REST JSON and XML format from any IPv4 and IPv6 Address\n- [Ip Geolocation Api By Ipwhois.Io](https://tools-collection.net/apis-list/ip-geolocation-api-by-ipwhois-io) - Filter out bot traffic, customize content based on visitor&#x27;s location, display full country names, perform bulk IP geolocation, and more\n- [IP Location](https://tools-collection.net/apis-list/ip-location) - Free IP Geolocation API - lookup any IP address\n- [IP Sidekick](https://tools-collection.net/apis-list/ip-sidekick) - IP Sidekick is an API that returns information about an IP address\n- [IP2Location](https://tools-collection.net/apis-list/ip2location) - IP Address Geolocation to Country, City, Region, Latitude, Longitude, ZIP Code, ISP, Domain, Time Zone, Area Code, Mobile Data, Usage Type, Elevation and so on\n- [IP2Proxy](https://tools-collection.net/apis-list/ip2proxy) - IP Address Geolocation to Country, City, Region, Latitude, Longitude, ZIP Code, ISP, Domain, Time Zone, Area Code, Mobile Data, Usage Type, Elevation and so on\n- [IPGeolocationAPI.com](https://tools-collection.net/apis-list/ipgeolocationapi-com) - IP Geolocation API is a free JSON REST API service for locating your visitors in real-time with detailed country information\n- [IPify](https://tools-collection.net/apis-list/ipify) - ipify API is a simple public IP address API, easy enough to integrate into any application in seconds\n- [IPInfoDB](https://tools-collection.net/apis-list/ipinfodb) - Free Geolocation tools and APIs for country, region, city and time zone lookup by IP address\n- [ipstack](https://tools-collection.net/apis-list/ipstack) - Locate website visitors for free using ipstack - a free, real-time IP address to location JSON API and database service supporting IPv4 and IPv6 lookup\n- [LocationIQ](https://tools-collection.net/apis-list/locationiq) - Generous free tier, offering Enterprise-grade APIs for everyone\n- [Mapbox](https://tools-collection.net/apis-list/mapbox) - Access to MapBox’s API\n- [Mapbox Directions API](https://tools-collection.net/apis-list/mapbox-directions-api) - The Mapbox Directions API can calculate optimal driving, walking, and cycling routes, produce turn-by-turn instructions, produce routes with up to 25 coordinates anywhere on earth\n- [Mapbox Geocoding API](https://tools-collection.net/apis-list/mapbox-geocoding-api) - The Mapbox Geocoding API does forward geocoding (search place names and return coordinates) and reverse geocoding (search coordinates and return place names)\n- [Mapbox Maps API](https://tools-collection.net/apis-list/mapbox-maps-api) - The Mapbox Maps API reads and renders raster map tilesets and vector map tilesets\n- [Mapbox Matrix API](https://tools-collection.net/apis-list/mapbox-matrix-api) - The Mapbox Matrix API returns travel times between many points\n- [Mexico](https://tools-collection.net/apis-list/mexico) - Contribute to IcaliaLabs/sepomex development by creating an account on GitHub\n- [NASA](https://tools-collection.net/apis-list/nasa) - Get NASA data, including imagery, list of asteroids based on their closest approach date to Earth and much more\n- [Nokia](https://tools-collection.net/apis-list/nokia) - Use a set of easy-to-use class and method libraries to build interactive B2B and B2C experiences\n- [One Map, Singapore](https://tools-collection.net/apis-list/one-map-singapore) - ####. #######. ##. Introduction. ###. ########\n- [OnWater](https://tools-collection.net/apis-list/onwater) - An API to determine if a point (latitude and longitude) is on water, sea, lake, river, or land\n- [Open Charge Map](https://tools-collection.net/apis-list/open-charge-map) - Open Charge Map is a non-commercial, non-profit, electric vehicle data service hosted and supported by a community of businesses, charities, developers and interested parties around the world\n- [Open Street Map](https://tools-collection.net/apis-list/open-street-map) - Purge Help API - Other languages Afrikaans asturianu azərbaycanca Bahasa Indonesia Bahasa Melayu bosanski brezhoneg català čeština dansk Deutsch eesti English español Esperanto euskara français Fry\n- [OpenCage](https://tools-collection.net/apis-list/opencage) - An easy-to-use forward and reverse geocoding API 🆓\n- [OpenWeatherMap](https://tools-collection.net/apis-list/openweathermap) - Simple and fast and free weather API from OpenWeatherMap\n- [PostcodeData.nl](https://tools-collection.net/apis-list/postcodedata-nl) - Netherland&#x27;s post codes search\n- [Postcodes.io](https://tools-collection.net/apis-list/postcodes-io) - Search, validate and reverse geocode postcodes\n- [Postmon](https://tools-collection.net/apis-list/postmon) - API to query zip codes and orders in an easy, fast and free way\n- [REFUGE Restrooms](https://tools-collection.net/apis-list/refuge-restrooms) - Refuge Restrooms\n- [REST Countries](https://tools-collection.net/apis-list/rest-countries) - Get information about countries via a RESTful API.\n- [Scribble](https://tools-collection.net/apis-list/scribble) - This service is an easy way to draw and share maps\n- [Shippo](https://tools-collection.net/apis-list/shippo) - Find the best shipping rates, integrate with e-commerce platforms, print shipping labels, track package delivery, and verify addresses with either our shipping API or web app\n- [Skywatch](https://tools-collection.net/apis-list/skywatch) - Instead, EarthCache allows development teams to focus on the business application and in delivering actionable intelligence to the end-user\n- [Smartip.Io](https://tools-collection.net/apis-list/smartip-io) - SmartIP offers the following data points:\n- [Strava](https://tools-collection.net/apis-list/strava) - API for accessing and managing data about athletes, activities and segments\n- [Sweden](https://tools-collection.net/apis-list/sweden) - Information you need to get started using PostNord API\n- [Traveltime Api](https://tools-collection.net/apis-list/traveltime-api) - Testing the TravelTime API is free\n- [Turf JS](https://tools-collection.net/apis-list/turf-js) - js | Advanced geospatial analysis for browsers and Node\n- [Uber](https://tools-collection.net/apis-list/uber) - Discover how the Uber API can easily enhance your app’s user experience and take your innovation further with a wide range of new capabilities\n- [Uebermaps](https://tools-collection.net/apis-list/uebermaps) - uebermaps are interactive maps that enable people to\n- [UPS](https://tools-collection.net/apis-list/ups) - UPS is an American multinational package delivery and supply chain management company\n- [US Autocomplete](https://tools-collection.net/apis-list/us-autocomplete) - Address Autocomplete \n- [US Street Address](https://tools-collection.net/apis-list/us-street-address) - Verify one or more addresses using the SmartyStreets US Street Address API\n- [US ZipCode](https://tools-collection.net/apis-list/us-zipcode) - Easily look up, verify and append ZIP Code data using the US ZIP Code API from SmartyStreets\n- [Utah AGRC](https://tools-collection.net/apis-list/utah-agrc) - Geocoding API Methods API methods for finding a geolocation (x,y) for addresses\n- [ViaCep](https://tools-collection.net/apis-list/viacep) - Free webservice for address search via CEP\n- [Wgs84 To Osgb36](https://tools-collection.net/apis-list/wgs84-to-osgb36) - Convert a WGS84 latitude and longitude to OSGB36 easting and northing (British National Grid)\n- [WhatPulse](https://tools-collection.net/apis-list/whatpulse) - Get to know your time with your computer\n- [Whitepages Pro](https://tools-collection.net/apis-list/whitepages-pro) - Global Identity Verification API\n- [Wikitude](https://tools-collection.net/apis-list/wikitude) - Powerful augmented reality apps\n- [WorldTimeAPI](https://tools-collection.net/apis-list/worldtimeapi) - A JSON/plain-text which returns the (approx) current time for a provided timezone or IP\n- [Yahoo Local Search API](https://tools-collection.net/apis-list/yahoo-local-search-api) - Join the 200,000 developers using Yahoo tools to build their app businesses\n- [Yahoo Map Image API](https://tools-collection.net/apis-list/yahoo-map-image-api) - Measure, monetize, advertise and improve your apps with Yahoo tools\n- [Yahoo Maps](https://tools-collection.net/apis-list/yahoo-maps) - Yahoo Maps lets you easily embed rich and interactive maps using your choice of platform\n- [Yandex](https://tools-collection.net/apis-list/yandex) - Maps and the necessary tools for working it on your web app or site\n- [Yelp](https://tools-collection.net/apis-list/yelp) - Yelp&#x27;s API exposes search to 3rd party developers\n- [ZipCodeAPI](https://tools-collection.net/apis-list/zipcodeapi) - Zip Codes to Location The API can convert a zip code to the primary location for the zip code\n- [Zippopotam](https://tools-collection.net/apis-list/zippopotam) - Zippopotamus. Zippopotamus\n- [Zipstatic](https://tools-collection.net/apis-list/zipstatic) - Ziptastic API is a super easy to use API that returns the Country, State, City of the zip code you supply\n\n### Marketing & SEO 💰\n- [Adzuna](https://tools-collection.net/apis-list/adzuna) - Get the very latest ads and data with Adzuna&#x27;s API\n- [Amazon Mobile Ads](https://tools-collection.net/apis-list/amazon-mobile-ads) - Monetize across platforms with multiple ad formats\n- [Autopilot](https://tools-collection.net/apis-list/autopilot) - The Autopilot API documentation, examples and blog for Autopilot REST API\n- [Bannerbear](https://tools-collection.net/apis-list/bannerbear) - Bannerbear API auto-generates social media images, banners, and PDFs from templates\n- [ClickMeter](https://tools-collection.net/apis-list/clickmeter) - ClickMeter API RESTful services\n- [Countly](https://tools-collection.net/apis-list/countly) - Countly is the best analytics platform to understand and enhance customer journeys in web, desktop and mobile applications\n- [EventBrite](https://tools-collection.net/apis-list/eventbrite) - Eventbrite Python SDK\n- [Facebook Marketing API](https://tools-collection.net/apis-list/facebook-marketing-api) - Marketing API Marketing APIs are a collection of Graph API endpoints that can be used to help you advertise on Facebook\n- [Google AdSense](https://tools-collection.net/apis-list/google-adsense) - Google AdSense provides a free, flexible way to earn money from your websites, mobile sites, and site search results with relevant and engaging ads\n- [Google AdWords API](https://tools-collection.net/apis-list/google-adwords-api) - A SOAP API that provides access to Google Ads accounts, campaigns, and reports\n- [HubSpot](https://tools-collection.net/apis-list/hubspot) - HubSpot&#x27;s API provides access to CRM contacts, companies, deals, tickets, marketing emails, and automation workflows 🆓\n- [Kaltura VPaaS](https://tools-collection.net/apis-list/kaltura-vpaas) - Build video apps and add native video capabilities to your products\n- [Localytics](https://tools-collection.net/apis-list/localytics) - Analytics Concepts In order to use an analytics API to its maximum potential, it is useful to agree on terminology\n- [Mailchimp](https://tools-collection.net/apis-list/mailchimp) - Mailchimp&#x27;s Marketing API manages email campaigns, audiences, automations, and reports 🆓\n- [Mailjet](https://tools-collection.net/apis-list/mailjet) - Reliable and scalable email delivery platform with SMTP and API\n- [Microsoft Advertising Platform - Bing Ads API](https://tools-collection.net/apis-list/microsoft-advertising-platform-bing-ads-api) - Official developer documentation for Microsoft Advertising\n- [Ontraport](https://tools-collection.net/apis-list/ontraport) - Marketing automation\n- [Product Hunt](https://tools-collection.net/apis-list/product-hunt) - The best new products, every day\n- [Quantumdigital](https://tools-collection.net/apis-list/quantumdigital) - QuantumDigital’s APIs make navigating the USPS, securing national consumer and business lists, uploading your own designs or lists, and shipping small order marketing materials a breeze\n- [Rocketium Video API](https://tools-collection.net/apis-list/rocketium-video-api) - Create multiple videos with your logo, captions, and background music in different aspect ratios\n- [Salesforce](https://tools-collection.net/apis-list/salesforce) - The Salesforce Platform connects the entire customer journey across Sales, Service, Marketing, Commerce, and every touchpoint\n- [Scoop.it](https://tools-collection.net/apis-list/scoop-it) - Enables professionals and businesses to research and publish content through its content curation tool\n- [SearchApi](https://tools-collection.net/apis-list/searchapi) - SearchApi is a robust real-time SERP API delivering structured data from Google and other search engine results pages\n- [Segment](https://tools-collection.net/apis-list/segment) - Segment&#x27;s API is a customer data platform that collects, unifies, and routes user events to analytics, marketing, and data warehouse tools from a single source of truth 🆓\n- [Visit Rank](https://tools-collection.net/apis-list/visit-rank) - Get a rank for any of 385 million domains\n- [Yahoo Gemini API](https://tools-collection.net/apis-list/yahoo-gemini-api) - Developer tools and the support you need to leverage Verizon Media&#x27;s powerful data and advertising solutions\n- [Yo Developers API](https://tools-collection.net/apis-list/yo-developers-api) - Yo API Documentation\n- [Zenserp](https://tools-collection.net/apis-list/zenserp) - Our fast &amp; reliable SERP API enables you to scrape search results in realtime and without interruption\n\n### Music & Audio 🎸\n- [Acoustid](https://tools-collection.net/apis-list/acoustid) - Web Service The AcoustID web service currently supports only two operations, searching in the fingerprint database and submitting new fingerprints into the database\n- [AI Mastering](https://tools-collection.net/apis-list/ai-mastering) - AI Mastering API provides automated audio mastering service\n- [AssemblyAI](https://tools-collection.net/apis-list/assemblyai) - AssemblyAI&#x27;s API provides speech-to-text transcription, speaker diarization, sentiment analysis, topic detection, and summarization from audio and video files\n- [AudD](https://tools-collection.net/apis-list/audd) - AudD Music Recognition API Docs: how to identify songs in audio using our API\n- [Audio Db](https://tools-collection.net/apis-list/audio-db) - with the Audio DB API, you can get albums, artist, specific tracks data , youtube music videos , popularity and images for 1000s of musicians\n- [Bandsintown](https://tools-collection.net/apis-list/bandsintown) - The Bandsintown API is designed for artists and enterprises representing artists\n- [ChartLyrics Lyrics API](https://tools-collection.net/apis-list/chartlyrics-lyrics-api) - v1\n- [Deezer](https://tools-collection.net/apis-list/deezer) - Deezer API provides a nice set of services to build up web applications allowing the discovery of Deezer&#x27;s music catalogue\n- [Discogs](https://tools-collection.net/apis-list/discogs) - Access database of artists, labels, releases, marketplace and more\n- [ElevenLabs](https://tools-collection.net/apis-list/elevenlabs) - ElevenLabs API provides AI voice generation and cloning 🆓\n- [Eventful API](https://tools-collection.net/apis-list/eventful-api) - Eventful is a leading digital media company connecting consumers with entertainment, movies and local events\n- [Freesound](https://tools-collection.net/apis-list/freesound) - With the Freesound API you can browse, search, and retrieve information about Freesound users, packs, and the sounds themselves\n- [Genius](https://tools-collection.net/apis-list/genius) - Allows users to find details about Genius artists and songs\n- [Genrenator](https://tools-collection.net/apis-list/genrenator) - Binary Jazz genrenator\n- [Gracenote](https://tools-collection.net/apis-list/gracenote) - Largest source of music and video metadata on the planet\n- [iTunes Search](https://tools-collection.net/apis-list/itunes-search) - Describes the iTunes Search API used to place search fields in a website\n- [Izi](https://tools-collection.net/apis-list/izi) - izi\n- [Jamendo](https://tools-collection.net/apis-list/jamendo) - Jamendo Api Documentation\n- [kanye.rest](https://tools-collection.net/apis-list/kanye-rest) - A free REST API for random Kanye West quotes\n- [KKBOX](https://tools-collection.net/apis-list/kkbox) - Get ready to unbox the joy of music!\n- [LastFm](https://tools-collection.net/apis-list/lastfm) - fm\n- [Listen Api](https://tools-collection.net/apis-list/listen-api) - Simple &amp; no-nonsense podcast search &amp; directory API\n- [Listen Notes](https://tools-collection.net/apis-list/listen-notes) - Best podcast API trusted by 2,104 companies and developers\n- [Lololyrics API](https://tools-collection.net/apis-list/lololyrics-api) - Specializes more in electronic dance music genres such as hardstyle\n- [Lyrics.ovh](https://tools-collection.net/apis-list/lyrics-ovh) - A place where APIs are kept\n- [Mixcloud](https://tools-collection.net/apis-list/mixcloud) - Music\n- [musicApi](https://tools-collection.net/apis-list/musicapi) - Centralized package to get data from qq, xiami, netease music - LIU9293/musicAPI\n- [MusicBrainz](https://tools-collection.net/apis-list/musicbrainz) - The API discussed here is an interface to the MusicBrainz Database\n- [Musixmatch](https://tools-collection.net/apis-list/musixmatch) - Power your music project by licensing access to the world’s most authoritative lyrics DB\n- [NPR API](https://tools-collection.net/apis-list/npr-api) - NPR&#x27;s API is a content API, which essentially provides a structured way for other computer applications to get NPR stories in a predictable, flexible and powerful way\n- [Openverse](https://tools-collection.net/apis-list/openverse) - Openverse API provides search access to 800M+ openly licensed and public domain images, audio, and other media 🆓\n- [Openwhyd](https://tools-collection.net/apis-list/openwhyd) - 💎 Like Pinterest, for Music\n- [QuantOneMusic](https://tools-collection.net/apis-list/quantonemusic) - Answers the need for digital music data\n- [Reverb](https://tools-collection.net/apis-list/reverb) - Sell and buy music related merchandise\n- [Rhapsody](https://tools-collection.net/apis-list/rhapsody) - Access metadata, user’s entire library of music and do much more\n- [Rovi](https://tools-collection.net/apis-list/rovi) - Access to Metadata, search capabilities and recommendations\n- [SearchLy](https://tools-collection.net/apis-list/searchly) - Contribute to AlbertSuarez/searchly development by creating an account on GitHub\n- [Setlist.fm](https://tools-collection.net/apis-list/setlist-fm) - setlist\n- [Shutterstock](https://tools-collection.net/apis-list/shutterstock) - Streamline user experience with the stock image, video, and music API trusted by Facebook, Google, Wix, and more\n- [Songkick](https://tools-collection.net/apis-list/songkick) - Find live music near you, track your favorite artists, get instant concert alerts and buy tickets for all the best upcoming concerts\n- [Songsterr](https://tools-collection.net/apis-list/songsterr) - One accurate tab per song\n- [SoundCloud](https://tools-collection.net/apis-list/soundcloud) - Using the SoundCloud API, you can build applications that take sound on the web to the next level\n- [Spotify](https://tools-collection.net/apis-list/spotify) - Let’s you search and lookup metadata about artists, tracks and albums\n- [Spreaker](https://tools-collection.net/apis-list/spreaker) - Enables developers to read and write data to Spreaker\n- [The Audio DB](https://tools-collection.net/apis-list/theaudiodb) - TheAudioDB is a community database of Music Artwork, Metadata and Charts with a free JSON Music API 🆓\n- [TuneFind](https://tools-collection.net/apis-list/tunefind) - Since 2005 Tunefind has been the leading site dedicated to tracking the music featured in TV shows and movies\n- [Vagalume](https://tools-collection.net/apis-list/vagalume) - Vagalume » API » Documentação Documentação Conteúdo disponível na API do Vagalume Artistas Letras de Músicas Buscas Artista Música/Trecho Músicas/Artistas Álbuns Discografia Hot Spot Notícias Ranki\n\n### News & Feeds 📰\n- [Adzuna](https://tools-collection.net/apis-list/adzuna) - Get the very latest ads and data with Adzuna&#x27;s API\n- [Associated Press](https://tools-collection.net/apis-list/associated-press) - AP Media API Get all your AP multimedia content in one place Access the content programmatically via the API or use the AP Media Agent to download content automatically\n- [Aylien Text Analysis](https://tools-collection.net/apis-list/aylien-text-analysis) - Explore AYLIEN’s advanced NLP APIs\n- [Chronicling America](https://tools-collection.net/apis-list/chronicling-america) - Newspaper Directory to find information about American newspapers published between 1690-present\n- [CivicFeed](https://tools-collection.net/apis-list/civicfeed) - Get online news, blogs, social and TV/radio through a JSON API - easy integration for developers\n- [CORE](https://tools-collection.net/apis-list/core) - CORE harvests, maintains, enriches and makes available metadata and full text content - typically a PDF - from many Open Access journals and repositories\n- [Currents](https://tools-collection.net/apis-list/currents) - Currents - Capture the world news through simple json News API\n- [Faroo](https://tools-collection.net/apis-list/faroo) - Alternative to Google Web Search API / Google News Search API, allows you to search news within dates, fetch trending news, topics and terms\n- [Feedbin](https://tools-collection.net/apis-list/feedbin) - Feedbin API Documentation\n- [Gapi](https://tools-collection.net/apis-list/gapi) - Unofficial Google News API\n- [Gnews](https://tools-collection.net/apis-list/gnews) - Unofficial Google News API\n- [Hacker News](https://tools-collection.net/apis-list/hacker-news) - Documentation and Samples for the Official HN API\n- [kanye.rest](https://tools-collection.net/apis-list/kanye-rest) - A free REST API for random Kanye West quotes\n- [New York Times](https://tools-collection.net/apis-list/new-york-times) - Article search, best sellers, campaign finance, community, most popular, real estate, movie reviews, NY state legislature, Times newswire, tags, people\n- [NewsAPI](https://tools-collection.net/apis-list/newsapi) - Search worldwide news articles and headlines from all over the web in real-time with our free News API\n- [NewsCatcherAPI](https://tools-collection.net/apis-list/newscatcherapi) - Search news articles from all over the world in real-time with News API\n- [Open Access Button](https://tools-collection.net/apis-list/open-access-button) - Free, legal research articles delivered instantly or automatically requested from authors 🆓\n- [Reddit](https://tools-collection.net/apis-list/reddit) - Contribute to reddit-archive/reddit development by creating an account on GitHub\n- [Reliefweb](https://tools-collection.net/apis-list/reliefweb) - ReliefWeb API to get the latest updates when a disaster happens\n- [Spaceflight News](https://tools-collection.net/apis-list/spaceflight-news) - The Spaceflight News API lets you add space related news to your apps\n- [SummarizeBot API](https://tools-collection.net/apis-list/summarizebot-api) - Multilingual summarization, keywords and sentiment analysis, language recognition, article extraction, comments identification, multimedia analysis, image and face recognition solutions\n- [Teleport](https://tools-collection.net/apis-list/teleport) - Welcome to Teleport for Developers\n- [The Guardian](https://tools-collection.net/apis-list/the-guardian) - All accessible with a single open platform key\n- [The Old Reader](https://tools-collection.net/apis-list/the-old-reader) - The Old Reader API\n- [Trawlingweb](https://tools-collection.net/apis-list/trawlingweb) - Trawlingweb structures, stores and indexes millions of web pages per day in vertical data pools\n- [Unofficial Google News Api](https://tools-collection.net/apis-list/unofficial-google-news-api) - GNews is an API to search for articles from a variety of sources, including Google News\n\n### Open Source 🔓\n- [Changelogs.md](https://tools-collection.net/apis-list/changelogs-md) - Search changelogs from open source projects, or use the REST API for a parsed JSON changelog format\n- [Code.gov](https://tools-collection.net/apis-list/code-gov) - America&#x27;s primary platform for aggregating Open Source Software from the federal government\n- [Countly](https://tools-collection.net/apis-list/countly) - Countly is the best analytics platform to understand and enhance customer journeys in web, desktop and mobile applications\n- [Drupal.org](https://tools-collection.net/apis-list/drupal-org) - Drupal\n- [Genius](https://tools-collection.net/apis-list/genius) - Allows users to find details about Genius artists and songs\n- [GitLab](https://tools-collection.net/apis-list/gitlab) - Access to GitLab&#x27;s API\n- [Libraries.Io](https://tools-collection.net/apis-list/libraries-io) - Discover open source libraries, modules and frameworks you can use in your code\n- [Pexels](https://tools-collection.net/apis-list/pexels) - Pexels provides high quality and completely free stock photos licensed under the Creative Commons Zero (CC0) license\n- [The Meal Db](https://tools-collection.net/apis-list/the-meal-db) - This food API is free to use and can get you recipes, food details, food names , meals by category, food images and more\n- [The Sports Db](https://tools-collection.net/apis-list/the-sports-db) - With the Sports DB API you can query teams, players in teams, player details, player contract details, and just about any player or team data from a broad range of sports (from soccer/football to handball)\n- [TheCocktailDB](https://tools-collection.net/apis-list/thecocktaildb) - An open, crowd-sourced database of drinks and cocktails from around the world\n- [ThingSpeak](https://tools-collection.net/apis-list/thingspeak) - Ppen source “Internet of Things” application and API to store and retrieve data from things using HTTP over the Internet or via a Local Area Network\n\n### Payments 💳\n- [Adyen](https://tools-collection.net/apis-list/adyen) - Adyen&#x27;s payments API processes online, in-person, and in-app payments globally\n- [Afex](https://tools-collection.net/apis-list/afex) - Send payments to recipients all over the world 24/7 with secure and flexible online platform\n- [Barzahlen](https://tools-collection.net/apis-list/barzahlen) - viafintech API v2 allows you to create payment, partial payment, payout, and refund slips customers can use in stores like supermarkets to pay or receive money\n- [bitpay](https://tools-collection.net/apis-list/bitpay) - A simple, RESTful API to the most powerful bitcoin infrastructure on the planet\n- [BlockScore](https://tools-collection.net/apis-list/blockscore) - A real-time API for verifying an identity by name, address, date of birth, and social security number\n- [Braintree](https://tools-collection.net/apis-list/braintree) - Specializes in mobile and web payment systems for ecommerce companies\n- [Brex](https://tools-collection.net/apis-list/brex) - Brex&#x27;s API provides access to corporate card transactions, expenses, budgets, vendors, and reimbursements\n- [Bunq Api](https://tools-collection.net/apis-list/bunq-api) - Open RESTful bank API that lets you work with bank cards, accounts, payments, transactions, attachments, and more\n- [Checkout.com](https://tools-collection.net/apis-list/checkout-com) - Checkout\n- [Cloud Wallet](https://tools-collection.net/apis-list/cloud-wallet) - Cloud Wallet enables closed-loop payments between IoT devices and facilitates IoT adoption worldwide\n- [Coinbase](https://tools-collection.net/apis-list/coinbase) - Coinbase’s API makes it easy to integrate bitcoin, bitcoin cash, litecoin and ethereum into both new and existing applications\n- [Elasticpath](https://tools-collection.net/apis-list/elasticpath) - Provides the full commerce solution to bring your unique, revenue-driving experiences to life, fast\n- [Elis](https://tools-collection.net/apis-list/elis) - Automate data extraction from your documents with Artificial Intelligence\n- [envoice](https://tools-collection.net/apis-list/envoice) - Invoicing for online businesses\n- [FIDEL API](https://tools-collection.net/apis-list/fidel-api) - FIDEL is a card-linked API that lets developers create web and mobile applications for linking banks cards with reward services\n- [Gumroad](https://tools-collection.net/apis-list/gumroad) - Gumroad helps creators do more of what they love by offering tools to get paid online, they have sent over $202M to artists, designers, educators, writers, influencers and more\n- [Keygen](https://tools-collection.net/apis-list/keygen) - Keygen is a dead-simple software licensing API built for developers of desktop apps, on-prem software and other digital products\n- [Keyserv](https://tools-collection.net/apis-list/keyserv) - SmartQ is an technology company founded in 2017 with the intention of providing innovative tools for the modern world\n- [Klarna](https://tools-collection.net/apis-list/klarna) - Klarna&#x27;s Payments API enables buy-now-pay-later, installment plans, and direct bank payments at checkout\n- [Marketcloud](https://tools-collection.net/apis-list/marketcloud) - It covers inventory and database, carts and checkout, payments, user authentication, and more\n- [Mastercard](https://tools-collection.net/apis-list/mastercard) - Mastercard official API\n- [Mollie](https://tools-collection.net/apis-list/mollie) - Mollie&#x27;s Payments API supports iDEAL, credit cards, SEPA, PayPal, and 30+ other payment methods\n- [PayPal](https://tools-collection.net/apis-list/paypal) - Enables your customers to sign in to your web site quickly and securely using their PayPal login credentials\n- [Picatic](https://tools-collection.net/apis-list/picatic) - Sell tickets directly from your app or website\n- [Plaid](https://tools-collection.net/apis-list/plaid) - Plaid helps companies build fintech solutions by making it easy, safe and reliable for people to connect their financial data to apps and services\n- [Razorpay](https://tools-collection.net/apis-list/razorpay) - Razorpay&#x27;s Payment APIs support UPI, cards, net banking, and wallets for the Indian market\n- [Square](https://tools-collection.net/apis-list/square) - Square provides support and tools for you to build apps for today’s business needs\n- [Stripe](https://tools-collection.net/apis-list/stripe) - Stripe&#x27;s API\n- [Telleroo](https://tools-collection.net/apis-list/telleroo) - Instant Bulk Payments for your Finance Team\n- [Tink (Visa)](https://tools-collection.net/apis-list/tink) - Tink&#x27;s Open Banking API provides bank account data, payment initiation, and income verification across 3,500+ European banks\n- [Wise (TransferWise)](https://tools-collection.net/apis-list/wise-transferwise) - Wise&#x27;s API enables international money transfers, multi-currency accounts, balance management, and payment automation\n\n### Point of Interest 🍺\n- [CityGrid](https://tools-collection.net/apis-list/citygrid) - Enables developers to create web and mobile applications that find local businesses, organizations, and points of interest by a variety of search criteria\n- [Eventful API](https://tools-collection.net/apis-list/eventful-api) - Eventful is a leading digital media company connecting consumers with entertainment, movies and local events\n- [Facebook Check-In](https://tools-collection.net/apis-list/facebook-check-in) - A check-in made to a location-based Page\n- [Foursquare API](https://tools-collection.net/apis-list/foursquare-api) - Gives you access to our world-class places database and the ability to interact with Foursquare users and merchants\n- [Foursquare Check-In](https://tools-collection.net/apis-list/foursquare-check-in) - Allows you to check in to a place\n- [Google Places](https://tools-collection.net/apis-list/google-places) - Connect your app or website users to over 100 million points of interests with Places, using Autocomplete, Geocoding &amp; Place Search APIs\n- [Harvard Art Museums](https://tools-collection.net/apis-list/harvard-art-museums) - The Harvard Art Museums API is a REST-style service designed for developers who wish to explore and integrate the museums’ collections in their projects\n- [Open Brewery DB](https://tools-collection.net/apis-list/open-brewery-db) - The goal of Open Brewery DB is to maintain an open-source, community-driven database on breweries, cideries, brewpubs, and bottleshops 🆓\n- [REFUGE Restrooms](https://tools-collection.net/apis-list/refuge-restrooms) - Refuge Restrooms\n- [Rijksmuseum](https://tools-collection.net/apis-list/rijksmuseum) - The Rijksmuseum links individuals with art and history\n- [US Restaurant Menus](https://tools-collection.net/apis-list/us-restaurant-menus) - Database of over 300,000 restaurant menus and over 30,000,000 Individual Menu Items\n- [Xyz Menus](https://tools-collection.net/apis-list/xyz-menus) - XYZ Menus API provides access to a Database of over 350,000 Restaurant Menus with over 30,000,000 individual menu items\n- [Yelp](https://tools-collection.net/apis-list/yelp) - Yelp&#x27;s API exposes search to 3rd party developers\n- [Zomato](https://tools-collection.net/apis-list/zomato) - Zomato API\n\n### Post & Logistics 📬\n- [AfterShip](https://tools-collection.net/apis-list/aftership) - Provides multi-carrier shipment tracking APIs.\n- [bng2latlong](https://tools-collection.net/apis-list/bng2latlong) - Simple API to convert an OSGB36 easting and northing (British National Grid) to WGS84 latitude and longitude\n- [Form-Api](https://tools-collection.net/apis-list/form-api) - Build forms easily, autocomplete and validate data\n- [GeoNames](https://tools-collection.net/apis-list/geonames) - The GeoNames geographical database covers all countries and contains over eleven million placenames that are available for download free of charge\n- [GraphHopper](https://tools-collection.net/apis-list/graphhopper) - A-to-B routing with turn-by-turn instructions\n- [HyperTrack](https://tools-collection.net/apis-list/hypertrack) - Build applications that track the movement of your business\n- [Mapbox Directions API](https://tools-collection.net/apis-list/mapbox-directions-api) - The Mapbox Directions API can calculate optimal driving, walking, and cycling routes, produce turn-by-turn instructions, produce routes with up to 25 coordinates anywhere on earth\n- [Mapbox Matrix API](https://tools-collection.net/apis-list/mapbox-matrix-api) - The Mapbox Matrix API returns travel times between many points\n- [Onfleet API](https://tools-collection.net/apis-list/onfleet-api) - Onfleet is the easiest way for businesses to manage and analyze their last-mile delivery operations\n- [PostcodeData.nl](https://tools-collection.net/apis-list/postcodedata-nl) - Netherland&#x27;s post codes search\n- [Postcodes.io](https://tools-collection.net/apis-list/postcodes-io) - Search, validate and reverse geocode postcodes\n- [Postmates](https://tools-collection.net/apis-list/postmates) - Build on-demand delivery into your app or website.\n- [Postmon](https://tools-collection.net/apis-list/postmon) - API to query zip codes and orders in an easy, fast and free way\n- [Quantumdigital](https://tools-collection.net/apis-list/quantumdigital) - QuantumDigital’s APIs make navigating the USPS, securing national consumer and business lists, uploading your own designs or lists, and shipping small order marketing materials a breeze\n- [Shippo](https://tools-collection.net/apis-list/shippo) - Find the best shipping rates, integrate with e-commerce platforms, print shipping labels, track package delivery, and verify addresses with either our shipping API or web app\n- [Sweden](https://tools-collection.net/apis-list/sweden) - Information you need to get started using PostNord API\n- [UPS](https://tools-collection.net/apis-list/ups) - UPS is an American multinational package delivery and supply chain management company\n- [US Extract](https://tools-collection.net/apis-list/us-extract) - Extract USPS addresses from any text with our easy-to-use API\n- [US Street Address](https://tools-collection.net/apis-list/us-street-address) - Verify one or more addresses using the SmartyStreets US Street Address API\n- [US ZipCode](https://tools-collection.net/apis-list/us-zipcode) - Easily look up, verify and append ZIP Code data using the US ZIP Code API from SmartyStreets\n- [Wgs84 To Osgb36](https://tools-collection.net/apis-list/wgs84-to-osgb36) - Convert a WGS84 latitude and longitude to OSGB36 easting and northing (British National Grid)\n- [Zipstatic](https://tools-collection.net/apis-list/zipstatic) - Ziptastic API is a super easy to use API that returns the Country, State, City of the zip code you supply\n\n### Project Management 🚧\n- [Asana](https://tools-collection.net/apis-list/asana) - Asana&#x27;s API provides programmatic access to tasks, projects, teams, portfolios, and goals 🆓\n- [Basecamp API](https://tools-collection.net/apis-list/basecamp-api) - A web based system for managing collaborative projects\n- [ClickUp](https://tools-collection.net/apis-list/clickup) - ClickUp&#x27;s API provides access to tasks, lists, folders, spaces, goals, and time tracking 🆓\n- [GitLab](https://tools-collection.net/apis-list/gitlab) - Access to GitLab&#x27;s API\n- [Jira](https://tools-collection.net/apis-list/jira) - Jira&#x27;s REST API provides access to issues, projects, sprints, users, and workflows\n- [Linear](https://tools-collection.net/apis-list/linear) - Linear&#x27;s API enables programmatic access to issues, projects, cycles, teams, and workflows 🆓\n- [monday.com](https://tools-collection.net/apis-list/monday-com) - monday 🆓\n- [Smartsheet](https://tools-collection.net/apis-list/smartsheet) - Smartsheet&#x27;s API provides access to sheets, rows, columns, reports, and automations\n- [Todoist](https://tools-collection.net/apis-list/todoist) - Todo Lists\n- [Trello](https://tools-collection.net/apis-list/trello) - Trello is a web-based, Kanban-style, list-making application\n- [Wrike](https://tools-collection.net/apis-list/wrike) - Wrike&#x27;s API provides access to tasks, folders, projects, timesheets, and workflows 🆓\n\n### Random 🎲\n- [Faker API](https://tools-collection.net/apis-list/faker-api) - Generate fake data and get by REST API requests\n- [Forismatic](https://tools-collection.net/apis-list/forismatic) - Gives you a random quote per click.\n- [JSONPlaceholder](https://tools-collection.net/apis-list/jsonplaceholder) - Free online REST API that you can use whenever you need some fake data\n- [Lorem Picsum](https://tools-collection.net/apis-list/lorem-picsum) - Lorem Ipsum, but for photos.\n- [Lottery Number Generation](https://tools-collection.net/apis-list/lottery-number-generation) - Hundereds of lottery games from various countries are supported\n- [Numbers](https://tools-collection.net/apis-list/numbers) - An API for interesting facts about numbers\n- [PIPL API](https://tools-collection.net/apis-list/pipl-api) - Free and public API that generates random and fake people&#x27;s data in JSON 🆓\n- [Random Data Generator](https://tools-collection.net/apis-list/random-data-generator) - API Generator for telephones, text, numbers, passwords, names, social security numbers, and cards\n- [Random Facts](https://tools-collection.net/apis-list/random-facts) - Random Facts API\n- [Random Facts Api](https://tools-collection.net/apis-list/random-facts-api) - Get random Facts on different topics\n- [RandomDog](https://tools-collection.net/apis-list/randomdog) - Random dog image API\n- [RandomFox](https://tools-collection.net/apis-list/randomfox) - Random image of a fox\n- [RoboHash](https://tools-collection.net/apis-list/robohash) - Generate Unique images from any text\n- [This Person Does not Exist](https://tools-collection.net/apis-list/this-person-does-not-exist) - This Person Does Not Exist\n- [UI Names](https://tools-collection.net/apis-list/ui-names) - A simple tool to generate names for use in designs and mockups\n\n### Real Estate 🏗️\n- [Graphql360](https://tools-collection.net/apis-list/graphql360) - Create and consume 360 degree panoramic tours using a GraphQL API\n- [HouseCanary Analytics API](https://tools-collection.net/apis-list/housecanary-analytics-api) - Real estate investors and lenders can make decisions in seconds that used to take weeks, using the most accurate proprietary and public record data available\n\n### Recognition 🔬\n- [Anti-Captcha](https://tools-collection.net/apis-list/anti-captcha) - Access to Anti-Captcha’s API\n- [AudD](https://tools-collection.net/apis-list/audd) - AudD Music Recognition API Docs: how to identify songs in audio using our API\n- [Clarifai](https://tools-collection.net/apis-list/clarifai) - Whether you have one input or billions, you are only steps away from using AI to power your business applications\n- [Deepaffects](https://tools-collection.net/apis-list/deepaffects) - DeepAffects enables developers to analyze conversational audio by applying powerful machine learning models offered as a set of easy to use REST APIs\n- [Everypixel](https://tools-collection.net/apis-list/everypixel) - Automatic image keywording and categorization API\n- [Imagga Api](https://tools-collection.net/apis-list/imagga-api) - identifies the content of images and videos, classify images based on content, extracts colors, moderates NSFW content\n- [Kairos](https://tools-collection.net/apis-list/kairos) - Face recognition, emotion analysis and measuring engagement of people in images or videos for any mobile or web application\n- [Language Detection](https://tools-collection.net/apis-list/language-detection) - Detect language(s) from pieces of text\n- [Microsoft Cognitive Services](https://tools-collection.net/apis-list/microsoft-cognitive-services) - A comprehensive family of AI services and cognitive APIs to help you build intelligent apps\n- [Nudity Detection Api](https://tools-collection.net/apis-list/nudity-detection-api) - io detects nudity in images and helps to recognise and filter undesired content\n- [Sky Biometry](https://tools-collection.net/apis-list/sky-biometry) - SkyBiometry uses completely different computer vision algorithms for face detection and recognition than face\n- [TrueFace.Ai API](https://tools-collection.net/apis-list/trueface-ai-api) - Our endpoints include face detection (detect 1 or multiple faces), face matching (1 to 1 matching, good for authentication), face identification (face recognition - good for a a crowd/group), spoof detection (determine if someone is trying to trick the technology by holding up a picture of someone else), raw landmark detection (determine the facial characteristics to size a face)\n- [TuneFind](https://tools-collection.net/apis-list/tunefind) - Since 2005 Tunefind has been the leading site dedicated to tracking the music featured in TV shows and movies\n\n### Science & Math 🔬\n- [arcsecond.io](https://tools-collection.net/apis-list/arcsecond-io) - Unified REST APIs for world-wide astronomy data\n- [Astronomy](https://tools-collection.net/apis-list/astronomy) - Astronomy API provides timings for sunrise, sunset, moonrise, moonset, sun azimuth, moon azimuth, sun altitude, moon altitude, sun distance from the earth and moon distance from the earth from latitude and longitude or an IPv4 or IPv6 address for a given date\n- [CORE](https://tools-collection.net/apis-list/core) - CORE harvests, maintains, enriches and makes available metadata and full text content - typically a PDF - from many Open Access journals and repositories\n- [Crossref](https://tools-collection.net/apis-list/crossref) - Crossref&#x27;s API provides metadata for 150M+ scholarly works including DOIs, citations, author information, funding data, and license information for academic research integration 🆓\n- [GBIF](https://tools-collection.net/apis-list/gbif) - Free and open access to biodiversity data\n- [inspirehep.net](https://tools-collection.net/apis-list/inspirehep-net) - INSPIRE API Q: I want to do automated searching and receive machine readable responses\n- [ITIS](https://tools-collection.net/apis-list/itis) - Hosted by the USGS Core Science Analytics and Synthesis\n- [Launch Library 2](https://tools-collection.net/apis-list/launch-library-2) - Upcoming Space Launches\n- [Matlab](https://tools-collection.net/apis-list/matlab) - MATLAB is a high-level language and interactive environment for numerical computation, visualization, and programming\n- [Minor Planet Center](https://tools-collection.net/apis-list/minor-planet-center) - Minor Planet Center API Overview Asterank offers a database API for the Minor Planet Center&#x27;s MPCORB\n- [MPDS](https://tools-collection.net/apis-list/mpds) - Online PAULING FILE materials database with nearly 2 million data entries (physical properties, crystal structures, phase diagrams) available via API, ready for modern data-intensive applications\n- [NASA](https://tools-collection.net/apis-list/nasa) - Get NASA data, including imagery, list of asteroids based on their closest approach date to Earth and much more\n- [NASA APOD (unofficial API)](https://tools-collection.net/apis-list/nasa-apod-unofficial-api) - What&#x27;s this API for\n- [Newton](https://tools-collection.net/apis-list/newton) - A really micro micro-service for advanced math\n- [Numbers](https://tools-collection.net/apis-list/numbers) - An API for interesting facts about numbers\n- [Numbers Api](https://tools-collection.net/apis-list/numbers-api) - Numbers\n- [Open Access Button](https://tools-collection.net/apis-list/open-access-button) - Free, legal research articles delivered instantly or automatically requested from authors 🆓\n- [Open Science Framework](https://tools-collection.net/apis-list/open-science-framework) - OSF is a free, open platform to support your research and enable collaboration\n- [OpenAlex](https://tools-collection.net/apis-list/openalex) - OpenAlex is a fully open catalog of the global research system 🆓\n- [Portfolio Optimizer](https://tools-collection.net/apis-list/portfolio-optimizer) - API for investment portfolio optimization\n- [PubMed (NCBI E-utilities)](https://tools-collection.net/apis-list/pubmed) - NCBI&#x27;s E-utilities API provides programmatic access to PubMed abstracts, full-text articles, gene sequences, and other biomedical literature from the National Center for Biotechnology Information 🆓\n- [SHARE](https://tools-collection.net/apis-list/share) - SHARE is a higher education initiative whose mission is to maximize research impact by making research widely accessible, discoverable, and reusable\n- [Sunrise and Sunset](https://tools-collection.net/apis-list/sunrise-and-sunset) - Sunset and sunrise times API\n\n### Scrapers & Data Mining 🕸️\n- [ApiFlash](https://tools-collection.net/apis-list/apiflash) - Chrome based screenshot API to convert URLs to images\n- [Apify](https://tools-collection.net/apis-list/apify) - Apify&#x27;s API lets you run web scraping and automation actors, manage datasets, key-value stores, and proxies 🆓\n- [aScraper](https://tools-collection.net/apis-list/ascraper) - Scraping Service API\n- [BetterMeta](https://tools-collection.net/apis-list/bettermeta) - A simple API to return the meta tags of any site in a digestable JSON format\n- [Blogcast](https://tools-collection.net/apis-list/blogcast) - Generate audio versions of your articles\n- [Browshot](https://tools-collection.net/apis-list/browshot) - Full API to take screenshots of any website.\n- [Cloudmersive Document and Data Conversion](https://tools-collection.net/apis-list/cloudmersive-document-and-data-conversion) - Document and Data Conversion APIs\n- [Currents](https://tools-collection.net/apis-list/currents) - Currents - Capture the world news through simple json News API\n- [Dashblock](https://tools-collection.net/apis-list/dashblock) - The easiest way to access websites programmatically and collect structured data\n- [Elis](https://tools-collection.net/apis-list/elis) - Automate data extraction from your documents with Artificial Intelligence\n- [Getscreenshot By Rasterwise](https://tools-collection.net/apis-list/getscreenshot-by-rasterwise) - GetScreenshot is an affordable and highly scalable screenshot API service\n- [Icelandic APIs](https://tools-collection.net/apis-list/icelandic-apis) - The purpose of APIs\n- [import.io](https://tools-collection.net/apis-list/import-io) - Import\n- [Intellexer](https://tools-collection.net/apis-list/intellexer) - Processing (NLP) Service including sentiment analysis, content extraction, and language detection\n- [LinkPreview](https://tools-collection.net/apis-list/linkpreview) - Preview Web links with our reliable API service\n- [Mercury](https://tools-collection.net/apis-list/mercury) - Mercury Web Parser turns web articles into structured content reliably and easily\n- [Microlink](https://tools-collection.net/apis-list/microlink) - Generate PDF from any website\n- [MLScrape](https://tools-collection.net/apis-list/mlscrape) - MLScrape is an API that allows you to scrape data from any online shop without having to maintain your own web scraper - simply send the product URL to our API\n- [pdflayer](https://tools-collection.net/apis-list/pdflayer) - Free, powerful HTML to PDF API supporting both URL and raw HTML conversion 🆓\n- [PDFmyURL](https://tools-collection.net/apis-list/pdfmyurl) - Easily Convert URLs / Webpages or HTML to PDF in any Programming Language or on the Command Line\n- [Pdfshift ](https://tools-collection.net/apis-list/pdfshift) - An API to convert HTML/CSS documents to PDF\n- [ProxyCrawl](https://tools-collection.net/apis-list/proxycrawl) - Crawl and scrape websites without the need of proxies, infrastructure or browsers\n- [Restpack](https://tools-collection.net/apis-list/restpack) - Screenshot API, HTML to PDF API, Content Extraction API\n- [Scraper API](https://tools-collection.net/apis-list/scraper-api) - Scraper API is a web scraping API that handles proxy rotation, browsers, and CAPTCHAs so developers can scrape any page with a single API call\n- [Scrapestack](https://tools-collection.net/apis-list/scrapestack) - Use this proxy and web scraping REST API to extract html data from any web page, supporting 100 geolocations, CAPTCHAs and IP rotation for millions of IPs\n- [Scrapingbee](https://tools-collection.net/apis-list/scrapingbee) - Scraping is hard, scraping at scale can be very challenging\n- [Screenshot Machine](https://tools-collection.net/apis-list/screenshot-machine) - Free screenshot api for capturing web pages\n- [Screenshotscloud](https://tools-collection.net/apis-list/screenshotscloud) - With this screenshot API you can automate high quality real browser screenshots in seconds using reliable CDN backed queueless API service\n- [SearchApi](https://tools-collection.net/apis-list/searchapi) - SearchApi is a robust real-time SERP API delivering structured data from Google and other search engine results pages\n- [Spotify](https://tools-collection.net/apis-list/spotify) - Let’s you search and lookup metadata about artists, tracks and albums\n- [SummarizeBot API](https://tools-collection.net/apis-list/summarizebot-api) - Multilingual summarization, keywords and sentiment analysis, language recognition, article extraction, comments identification, multimedia analysis, image and face recognition solutions\n- [Trawlingweb](https://tools-collection.net/apis-list/trawlingweb) - Trawlingweb structures, stores and indexes millions of web pages per day in vertical data pools\n- [Zenscrape](https://tools-collection.net/apis-list/zenscrape-web-scraping-api) - This web scraping API handles all problems that are related to web scraping\n- [Zenserp](https://tools-collection.net/apis-list/zenserp) - Our fast &amp; reliable SERP API enables you to scrape search results in realtime and without interruption\n\n### Search 🔎\n- [Algolia](https://tools-collection.net/apis-list/algolia) - Algolia&#x27;s Search API provides fast, typo-tolerant full-text search with faceting, filtering, and personalization 🆓\n- [Bing Search API](https://tools-collection.net/apis-list/bing-search-api) - Add intelligent search to your app, combing hundreds of billions of webpages, images, videos, and news to provide relevant results with no ad requirements\n- [CityGrid](https://tools-collection.net/apis-list/citygrid) - Enables developers to create web and mobile applications that find local businesses, organizations, and points of interest by a variety of search criteria\n- [Datamuse API](https://tools-collection.net/apis-list/datamuse-api) - Word-finding query engine that finds words that match a given set of constraints and that are likely in a given context\n- [Deezer](https://tools-collection.net/apis-list/deezer) - Deezer API provides a nice set of services to build up web applications allowing the discovery of Deezer&#x27;s music catalogue\n- [Faroo](https://tools-collection.net/apis-list/faroo) - Alternative to Google Web Search API / Google News Search API, allows you to search news within dates, fetch trending news, topics and terms\n- [Freesound](https://tools-collection.net/apis-list/freesound) - With the Freesound API you can browse, search, and retrieve information about Freesound users, packs, and the sounds themselves\n- [Gnews](https://tools-collection.net/apis-list/gnews) - Unofficial Google News API\n- [Google AdWords API](https://tools-collection.net/apis-list/google-adwords-api) - A SOAP API that provides access to Google Ads accounts, campaigns, and reports\n- [Google Custom Search API](https://tools-collection.net/apis-list/google-custom-search-api) - With this API, you can use RESTful req\n- [Google CustomSearch API](https://tools-collection.net/apis-list/google-customsearch-api) - With this API, you can use RESTful req\n- [Iconfinder](https://tools-collection.net/apis-list/iconfinder) - The Iconfinder API is a HTTP JSON API and allows you to programatically access resources on the service, such as icons, icon sets, categories, styles, authors, etc\n- [Indeed](https://tools-collection.net/apis-list/indeed) - Post your jobs on Indeed, the #1 job site worldwide\n- [Intellexer](https://tools-collection.net/apis-list/intellexer) - Processing (NLP) Service including sentiment analysis, content extraction, and language detection\n- [Jooble](https://tools-collection.net/apis-list/jooble) - The REST API allows developers to access and integrate Jooble&#x27;s search results within your web products, or to build an entirely new web product of your own 🆓\n- [Lolwallpapers Api](https://tools-collection.net/apis-list/lolwallpapers-api) - League of Legends Wallpapers website official API\n- [Mapbox Geocoding API](https://tools-collection.net/apis-list/mapbox-geocoding-api) - The Mapbox Geocoding API does forward geocoding (search place names and return coordinates) and reverse geocoding (search coordinates and return place names)\n- [Meilisearch](https://tools-collection.net/apis-list/meilisearch) - Meilisearch is an open-source search engine with a REST API 🆓\n- [NewsAPI](https://tools-collection.net/apis-list/newsapi) - Search worldwide news articles and headlines from all over the web in real-time with our free News API\n- [OMDB](https://tools-collection.net/apis-list/omdb) - The Open Movie Database\n- [Open Access Button](https://tools-collection.net/apis-list/open-access-button) - Free, legal research articles delivered instantly or automatically requested from authors 🆓\n- [Open Movie Database](https://tools-collection.net/apis-list/open-movie-database) - Attention Users 04/08/19 - Added support for eight digit IMDb IDs\n- [Perplexity AI](https://tools-collection.net/apis-list/perplexity-ai) - Perplexity&#x27;s API provides search-augmented language model responses\n- [Petfinder](https://tools-collection.net/apis-list/petfinder) - The Petfinder API (Application Programming Interface) allows you to access the Petfinder database of hundreds of thousands of pets ready for adoption and over ten thousand animal welfare organizations\n- [Qmeta Global Search Engine](https://tools-collection.net/apis-list/qmeta-global-search-engine) - RadSportRadar ist eine Übersichtskarte über alle gemeldeten Straßenschäden und Gefahrenstellen die so gravierend sind, dass sie zu einem Unfall führen könnten\n- [Scrapestack](https://tools-collection.net/apis-list/scrapestack) - Use this proxy and web scraping REST API to extract html data from any web page, supporting 100 geolocations, CAPTCHAs and IP rotation for millions of IPs\n- [SearchApi](https://tools-collection.net/apis-list/searchapi) - SearchApi is a robust real-time SERP API delivering structured data from Google and other search engine results pages\n- [Shodan](https://tools-collection.net/apis-list/shodan) - Shodan API, the easiest way to access the Shodan search engine on your own terms\n- [Shutterstock](https://tools-collection.net/apis-list/shutterstock) - Streamline user experience with the stock image, video, and music API trusted by Facebook, Google, Wix, and more\n- [TMDb](https://tools-collection.net/apis-list/tmdb) - TMDb provides powerful searches as well as powerful movie discovery\n- [Typesense](https://tools-collection.net/apis-list/typesense) - Typesense is an open-source, typo-tolerant search engine with a REST API 🆓\n- [Unofficial Google News Api](https://tools-collection.net/apis-list/unofficial-google-news-api) - GNews is an API to search for articles from a variety of sources, including Google News\n- [Upwork](https://tools-collection.net/apis-list/upwork) - Upwork Developers Site offers you access to Upwork&#x27;s web services\n- [Visit Rank](https://tools-collection.net/apis-list/visit-rank) - Get a rank for any of 385 million domains\n- [Web Search Engine Api](https://tools-collection.net/apis-list/web-search-engine-api) - QMeta offers a free, uncensored and unlimited web search engine API\n- [Wolfram|Alpha](https://tools-collection.net/apis-list/wolfram-alpha) - General knowledge on every topic; query it all with natural language input\n- [Yahoo BOSS API](https://tools-collection.net/apis-list/yahoo-boss-api) - Join the 200,000 developers using Yahoo tools to build their app businesses\n- [Yahoo Local Search API](https://tools-collection.net/apis-list/yahoo-local-search-api) - Join the 200,000 developers using Yahoo tools to build their app businesses\n- [Yahoo Term Extraction API](https://tools-collection.net/apis-list/yahoo-term-extraction-api) - Join the 200,000 developers using Yahoo tools to build their app businesses\n- [Yandex](https://tools-collection.net/apis-list/yandex) - Maps and the necessary tools for working it on your web app or site\n- [Yelp](https://tools-collection.net/apis-list/yelp) - Yelp&#x27;s API exposes search to 3rd party developers\n- [Yummly](https://tools-collection.net/apis-list/yummly) - Find food recipes\n- [Zenserp](https://tools-collection.net/apis-list/zenserp) - Our fast &amp; reliable SERP API enables you to scrape search results in realtime and without interruption\n\n### Security 🛡️\n- [AbuseIPDB](https://tools-collection.net/apis-list/abuseipdb) - This is most commonly done through Fail2Ban, which comes prepackaged with an AbuseIPDB configuration\n- [AlienVault Open Threat Exchange (OTX)](https://tools-collection.net/apis-list/alienvault-open-threat-exchange-otx) - Share and collaborate in developing threat intelligence\n- [BlockScore](https://tools-collection.net/apis-list/blockscore) - A real-time API for verifying an identity by name, address, date of birth, and social security number\n- [Censys.io](https://tools-collection.net/apis-list/censys-io) - Censys helps organizations, individuals, and researchers find and monitor every server on the Internet to reduce exposure and improve security\n- [CRXcavator](https://tools-collection.net/apis-list/crxcavator) - These factors include permissions, inclusion of vulnerable third party javascript libraries, weak content security policies, missing details from the Chrome Web Store description, and more\n- [FilterLists](https://tools-collection.net/apis-list/filterlists) - By Collin M\n- [Firebase](https://tools-collection.net/apis-list/firebase) - Authentication, analytics, cloud messaging, crash reporting, ads and more\n- [FraudLabs Pro](https://tools-collection.net/apis-list/fraudlabs-pro) - FraudLabs Pro Rest API to screen the order transaction for online fraud\n- [Google reCAPTCHA](https://tools-collection.net/apis-list/google-recaptcha) - ReCAPTCHA lets you embed a CAPTCHA in your web pages in order to protect them against spam and other types of automated abuse\n- [Google Safe Browsing](https://tools-collection.net/apis-list/google-safe-browsing) - APIs to access the Google Safe Browsing lists of unsafe web resources\n- [HaveIBeenPwned](https://tools-collection.net/apis-list/haveibeenpwned) - Have I Been Pwned allows you to search across multiple data breaches to see if your email address has been compromised\n- [Intelligence X](https://tools-collection.net/apis-list/intelligence-x) - Public SDK for Intelligence X\n- [ipstack](https://tools-collection.net/apis-list/ipstack) - Locate website visitors for free using ipstack - a free, real-time IP address to location JSON API and database service supporting IPv4 and IPv6 lookup\n- [MAC address vendor lookup](https://tools-collection.net/apis-list/mac-address-vendor-lookup) - The MAC address API allows you to retrieve OUI vendor information, detect virtual machines, possible applications, read the information encoded in the MAC, and get research&#x27;s results regarding the given MAC address or the OUI\n- [mailboxlayer](https://tools-collection.net/apis-list/mailboxlayer) - Simple and powerful email verification JSON API using SMTP, typo checks, syntax validation, and free and disposable provider filtering\n- [Metacert](https://tools-collection.net/apis-list/metacert) - MetaCert reduces the risk of identity theft, data breaches, phishing, malware and ransomware attacks, by more than 98%\n- [Metadefnder Cloud API](https://tools-collection.net/apis-list/metadefnder-cloud-api) - Metadefender Cloud provides unique set of APIs for everyone who is working with files post by users\n- [Monapi - Ip Address &amp; Domain Api](https://tools-collection.net/apis-list/monapi-ip-address-and-domain-api) - Our Anomaly API gives you IP &amp; Domain Data for your Business\n- [National Vulnerability Database](https://tools-collection.net/apis-list/national-vulnerability-database) - Information Technology Laboratory (ITL) National Vulnerability Database (NVD) Announcement and Discussion Lists General Questions &amp; Webmaster Contact Email:nvd@nist\n- [NHTSA](https://tools-collection.net/apis-list/nhtsa) - Catalog Vehicle Listing (vPIC) Application Programming Interface (API) provides different ways to gather information on Vehicles and their specifications\n- [Okta](https://tools-collection.net/apis-list/okta) - Okta&#x27;s API manages users, groups, applications, and authentication policies for enterprise identity\n- [Onfido](https://tools-collection.net/apis-list/onfido) - Our document verification and facial biometrics technology lets your users verify themselves anywhere, anytime\n- [OOPSpam](https://tools-collection.net/apis-list/oopspam) - Stop bots and manual spam from reaching you or your customer\n- [Packettotal Api](https://tools-collection.net/apis-list/packettotal-api) - Search, correlate, and download PCAP files, based on their behaviors and contents\n- [Plino](https://tools-collection.net/apis-list/plino) - Plino - A responsive spam filtering system\n- [Pulsedive](https://tools-collection.net/apis-list/pulsedive) - Pulsedive is a free threat intelligence platform\n- [Qmeta Global Search Engine](https://tools-collection.net/apis-list/qmeta-global-search-engine) - RadSportRadar ist eine Übersichtskarte über alle gemeldeten Straßenschäden und Gefahrenstellen die so gravierend sind, dass sie zu einem Unfall führen könnten\n- [SecurityTrails](https://tools-collection.net/apis-list/securitytrails) - SecurityTrails currently offers three different products that can help you enrich your data, search for information, and find relevant security information for organizations in no time\n- [Shodan](https://tools-collection.net/apis-list/shodan) - Shodan API, the easiest way to access the Shodan search engine on your own terms\n- [URLScan.io](https://tools-collection.net/apis-list/urlscan-io) - urlscan\n- [VirusTotal](https://tools-collection.net/apis-list/virustotal) - The VirusTotal API lets you upload and scan files or URLs, access finished scan reports and make automatic comments without the need of using the website interface\n- [Web Of Trust (WOT)](https://tools-collection.net/apis-list/web-of-trust-wot) - The WOT reputation system computes website reputations using ratings received from users and information from third-party sources\n- [WebPurify](https://tools-collection.net/apis-list/webpurify) - Provides live image moderation by humans or AI-based image moderation service\n- [WorkOS](https://tools-collection.net/apis-list/workos) - Easily integrate Okta SAML, Google OAuth, and more\n- [Xposedornot Passwords](https://tools-collection.net/apis-list/xposedornot-passwords) - XposedOrNot is a collection of ~850 million real time passwords collated from real time data breaches\n\n### Social 📃\n- [500px](https://tools-collection.net/apis-list/500px) - Viewing feature streams, photo information and comments, as well as user profiles\n- [Buffer](https://tools-collection.net/apis-list/buffer) - Buffer makes it super easy to share any page you&#x27;re reading\n- [Carro Score](https://tools-collection.net/apis-list/carro-score) - Carro makes finding influencers that love your brand easier than ever before\n- [Chat Messaging By Stream](https://tools-collection.net/apis-list/chat-messaging-by-stream) - Stream&#x27;s API and SDKs enable developers to build messaging solutions very quickly and reliably\n- [Cisco Spark](https://tools-collection.net/apis-list/cisco-spark) - Build the future of business collaboration with Webex\n- [Dailymotion](https://tools-collection.net/apis-list/dailymotion) - Build applications centered around DailyMotion\n- [Danbooru](https://tools-collection.net/apis-list/danbooru) - Danbooru Imageboard API\n- [DEV.to (Forem)](https://tools-collection.net/apis-list/dev-to) - DEV 🆓\n- [DeviantArt](https://tools-collection.net/apis-list/deviantart) - The largest social networking website for artists and art enthusiasts\n- [Dicebear Avatars](https://tools-collection.net/apis-list/dicebear-avatars) - Avatars is an avatar placeholder library for designers and developers\n- [Discord](https://tools-collection.net/apis-list/discord) - Integrate your service with Discord — whether it&#x27;s a bot or a game or whatever your wildest imagination can come up with\n- [Disqus](https://tools-collection.net/apis-list/disqus) - Disqus is a global comment system that improves discussion on websites and connects conversations across the web\n- [Dropbox](https://tools-collection.net/apis-list/dropbox) - API for accessing stored files and pictures which is easy to use and free for small amounts of data\n- [EventBrite](https://tools-collection.net/apis-list/eventbrite) - Eventbrite Python SDK\n- [Facebook API](https://tools-collection.net/apis-list/facebook-api) - Helps developers build, grow and monetize their business\n- [Facebook Marketing API](https://tools-collection.net/apis-list/facebook-marketing-api) - Marketing API Marketing APIs are a collection of Graph API endpoints that can be used to help you advertise on Facebook\n- [Flickr](https://tools-collection.net/apis-list/flickr) - Search through user Flickr content, contacts, upload or replace photos\n- [Foursquare API](https://tools-collection.net/apis-list/foursquare-api) - Gives you access to our world-class places database and the ability to interact with Foursquare users and merchants\n- [Foursquare Check-In](https://tools-collection.net/apis-list/foursquare-check-in) - Allows you to check in to a place\n- [Fuck Off as a Service](https://tools-collection.net/apis-list/fuck-off-as-a-service) - Introduction FOAAS (Fuck Off As A Service) provides a modern, RESTful, scalable solution to the common problem of telling people to fuck off\n- [Full Contact](https://tools-collection.net/apis-list/full-contact) - Build a clearer picture of your customers in minutes with our data-focused APIs\n- [Gfycat](https://tools-collection.net/apis-list/gfycat) - Gfycat’s API - collection of GIFs\n- [GoodReads](https://tools-collection.net/apis-list/goodreads) - The Goodreads API allows developers access to Goodreads data in order to help websites or applications that deal with books be more personalized, social\n- [Gravatar](https://tools-collection.net/apis-list/gravatar) - Use the links below to find out more about constructing request URLs, different imp\n- [Gumroad](https://tools-collection.net/apis-list/gumroad) - Gumroad helps creators do more of what they love by offering tools to get paid online, they have sent over $202M to artists, designers, educators, writers, influencers and more\n- [Gyazo](https://tools-collection.net/apis-list/gyazo) - Take screenshots, GIFS, and replays that are ready to share\n- [Hacker News](https://tools-collection.net/apis-list/hacker-news) - Documentation and Samples for the Official HN API\n- [Hacker News GraphQL](https://tools-collection.net/apis-list/hacker-news-graphql) - Convenient HackerNews GraphQL wrapper API\n- [Hashnode](https://tools-collection.net/apis-list/hashnode) - Hashnode&#x27;s GraphQL API provides access to posts, publications, tags, and user profiles on the developer blogging platform 🆓\n- [Imgur](https://tools-collection.net/apis-list/imgur) - Imgur: The magic of the Internet\n- [Instagram](https://tools-collection.net/apis-list/instagram) - How to use the Instagram Graph API\n- [LinkedIn](https://tools-collection.net/apis-list/linkedin) - Make it convenient for your users to sign in with their professional identity\n- [Mastodon](https://tools-collection.net/apis-list/mastodon) - Welcome to the Mastodon documentation\n- [Medium](https://tools-collection.net/apis-list/medium) - Documentation for Medium&#x27;s OAuth2 API\n- [Meetup.com](https://tools-collection.net/apis-list/meetup-com) - Find groups that host online or in person events and meet people in your local community who share your interests\n- [Microlink](https://tools-collection.net/apis-list/microlink) - Generate PDF from any website\n- [MySocialApp](https://tools-collection.net/apis-list/mysocialapp) - Build scalable news feed for your app\n- [Notepad Api - Simplenotes](https://tools-collection.net/apis-list/notepad-api-simplenotes) - Share the notes with everyone you want.\n- [Open Collective](https://tools-collection.net/apis-list/open-collective) - Learn more about it here: https://medium\n- [Pinterest](https://tools-collection.net/apis-list/pinterest) - Enables apps to view the most clicked-through or repinned Pins, view related posts, and user profiles\n- [Pwrtelegram Bot](https://tools-collection.net/apis-list/pwrtelegram-bot) - The PWRTelegram MTProto API\n- [Quora API](https://tools-collection.net/apis-list/quora-api) - Connect the people who have knowledge to the people who need it, to bring together people with different perspectives so they can understand each other better, and to empower everyone to share their knowledge for the benefit of the rest of the world\n- [Reddit](https://tools-collection.net/apis-list/reddit) - Contribute to reddit-archive/reddit development by creating an account on GitHub\n- [Saidit](https://tools-collection.net/apis-list/saidit) - Raw Saidit API Wrapper\n- [Sketchfab API](https://tools-collection.net/apis-list/sketchfab-api) - Manage your 3D assets\n- [Slack](https://tools-collection.net/apis-list/slack) - Slack APIs allow you to integrate complex services with Slack to go beyond the integrations they provide out of the box\n- [Snapchat](https://tools-collection.net/apis-list/snapchat) - Snapchat’s private API\n- [SoundCloud](https://tools-collection.net/apis-list/soundcloud) - Using the SoundCloud API, you can build applications that take sound on the web to the next level\n- [Strava](https://tools-collection.net/apis-list/strava) - API for accessing and managing data about athletes, activities and segments\n- [Telegram](https://tools-collection.net/apis-list/telegram) - The Bot API allows you to easily create programs that use Telegram\n- [Trash Nothing](https://tools-collection.net/apis-list/trash-nothing) - Developer API trash nothing\n- [Tumblr](https://tools-collection.net/apis-list/tumblr) - Create new ways to use Tumblr with access to content, likes, followers, and drafts\n- [Twitch](https://tools-collection.net/apis-list/twitch) - The Twitch API enables you to develop your own applications using the rich feature set that Twitch provides\n- [Twitter API](https://tools-collection.net/apis-list/twitter-api) - Explore now\n- [Twitter Sign-in](https://tools-collection.net/apis-list/twitter-sign-in) - Works on websites, iOS, mobile and desktop applications\n- [Uebermaps](https://tools-collection.net/apis-list/uebermaps) - uebermaps are interactive maps that enable people to\n- [Untappd](https://tools-collection.net/apis-list/untappd) - Access the Untappd API documentation to power your app or project\n- [Viber](https://tools-collection.net/apis-list/viber) - Millions of Viber users call, text, and send photos to each other, worldwide - for free\n- [Vimeo](https://tools-collection.net/apis-list/vimeo) - Unlock the power of video and join over 200M professionals, teams, and organizations who use Vimeo to create, collaborate and communicate\n- [VK](https://tools-collection.net/apis-list/vk) - Additionally, you may use the VK API to control much of the functionality on the website (for example, adjusting shop inventory in your VK community&#x27;s market section)\n- [Weibo](https://tools-collection.net/apis-list/weibo) - 9 Block API [NEW]\n- [WhatsApp Business API](https://tools-collection.net/apis-list/whatsapp-business) - WhatsApp Business Platform API enables sending and receiving WhatsApp messages, managing message templates, and handling webhooks for business-to-customer communications at scale\n- [Whatsapp Document Interaction](https://tools-collection.net/apis-list/whatsapp-document-interaction) - Universal links are the preferred method of linking to a WhatsApp account\n- [Wip](https://tools-collection.net/apis-list/wip) - Open API for the maker community\n- [Wordpress](https://tools-collection.net/apis-list/wordpress) - WordPress is open source software you can use to create a beautiful website, blog, or app\n- [Yammer API](https://tools-collection.net/apis-list/yammer-api) - Yammer Developer Site was created using ReadMe\n- [YouTube](https://tools-collection.net/apis-list/youtube) - Add YouTube functionality to your sites and apps\n- [Zomato](https://tools-collection.net/apis-list/zomato) - Zomato API\n\n### Space 🚀\n- [arcsecond.io](https://tools-collection.net/apis-list/arcsecond-io) - Unified REST APIs for world-wide astronomy data\n- [Astronomy](https://tools-collection.net/apis-list/astronomy) - Astronomy API provides timings for sunrise, sunset, moonrise, moonset, sun azimuth, moon azimuth, sun altitude, moon altitude, sun distance from the earth and moon distance from the earth from latitude and longitude or an IPv4 or IPv6 address for a given date\n- [LaunchLibrary](https://tools-collection.net/apis-list/launchlibrary) - Aggregated info about space launches.\n- [Open Notify](https://tools-collection.net/apis-list/open-notify) - API Examples Current ISS Location The International Space Station is moving at close to 28,000 km/h so its location changes really fast\n- [Spaceflight News](https://tools-collection.net/apis-list/spaceflight-news) - The Spaceflight News API lets you add space related news to your apps\n- [SpaceX](https://tools-collection.net/apis-list/spacex) - Open Source REST API for rocket, core, capsule, pad, and launch data - r-spacex/SpaceX-API\n- [Weather Source](https://tools-collection.net/apis-list/weather-source) - Powerful Weather API built for systems that demand speed, reliability and heavy load\n\n### Sport & Fitness ⚾\n- [balldontlie](https://tools-collection.net/apis-list/balldontlie) - Access NBA related data\n- [BikeWise](https://tools-collection.net/apis-list/bikewise) - Bicycle registration service.\n- [Broadage Sports Data Api](https://tools-collection.net/apis-list/broadage-sports-data-api) - Create your unique project or enrich your content with Broadage Sports real-time data feeds, the flexible and cost effective data solution in the market for more than 10 years, reaching out to millions of users\n- [Canadian Football League (CFL)](https://tools-collection.net/apis-list/canadian-football-league-cfl) - CFL API Need assistance\n- [Cartola Fc](https://tools-collection.net/apis-list/cartola-fc) - The Cartola FC API serves to check the partial points of your team\n- [City Bikes](https://tools-collection.net/apis-list/city-bikes) - Project that provides bike sharing data for apps, research and projects to use 🆓\n- [Ergast F1](https://tools-collection.net/apis-list/ergast-f1) - Please read the terms and conditions of use\n- [FIFA women&#x27;s world cup 2019](https://tools-collection.net/apis-list/fifa-womens-world-cup-2019) - FIFA women&#x27;s world cup 2019 matches and group stage results\n- [FitBit](https://tools-collection.net/apis-list/fitbit) - You&#x27;ll fit in here\n- [Football (Soccer) Video Api By Scorebat](https://tools-collection.net/apis-list/football-soccer-video-api-by-scorebat) - Embed codes of videos of the goals and highlights from a number of football leagues and tournaments including the Premier League, Champions League, La Liga, Serie A, Bundesliga and many more\n- [Football Prediction](https://tools-collection.net/apis-list/football-prediction) - he API supports competitions in over 90 countries and over 140 national leagues\n- [Football-Data.org](https://tools-collection.net/apis-list/football-data-org) - A restful API for football data\n- [Footystats Api - Soccer Stats &amp; Data](https://tools-collection.net/apis-list/footystats-api-soccer-stats-and-data) - Affordable Soccer Stats API for making football predictions\n- [Google Fitness API](https://tools-collection.net/apis-list/google-fitness-api) - Google Fit is an open ecosystem that makes it easy to store, access, and manage fitness data\n- [HealthGraph](https://tools-collection.net/apis-list/healthgraph) - RunKeeper&#x27;s web-based HealthGraph API presents Health Graph data, and provides information about a user and friends\n- [JCDecaux Bike](https://tools-collection.net/apis-list/jcdecaux-bike) - From the location of the bike stations to the availability of bikes and parking spaces in real time, use our data to experiment new representations or to provide innovative and useful services to users\n- [NBA Stats](https://tools-collection.net/apis-list/nba-stats) - Current and historical NBA Statistics\n- [Nfl Arrests](https://tools-collection.net/apis-list/nfl-arrests) - NFL Arrest provides an interactive visualized database of National Football League player Arrests &amp; Charges\n- [NHL Records and Stats](https://tools-collection.net/apis-list/nhl-records-and-stats) - Documenting the publicly accessible portions of the NHL API\n- [Nutritionix](https://tools-collection.net/apis-list/nutritionix) - Add robust nutrition tracking capability to any health app\n- [Oddsapi](https://tools-collection.net/apis-list/oddsapi) - Sports data API provides live and historical sports data from all around the world\n- [Open Food Facts](https://tools-collection.net/apis-list/open-food-facts) - Open Food Facts is a database of food products with ingredients, allergens, nutrition facts and all the tidbits of information we can find on product labels 🆓\n- [PandaScore](https://tools-collection.net/apis-list/pandascore) - Get events and detailed match data in real time from major league tournaments, or fetch data about players, tournaments, leagues, matches, teams and more\n- [Strava](https://tools-collection.net/apis-list/strava) - API for accessing and managing data about athletes, activities and segments\n- [SuredBits](https://tools-collection.net/apis-list/suredbits) - This API allows you to query our NFL, NBA and Crypto Exchange data\n- [The Sports Db](https://tools-collection.net/apis-list/the-sports-db) - With the Sports DB API you can query teams, players in teams, player details, player contract details, and just about any player or team data from a broad range of sports (from soccer/football to handball)\n- [TheSportsDB](https://tools-collection.net/apis-list/thesportsdb) - Various sports events, results, players, teams and high quality artwork\n- [Ufc Data](https://tools-collection.net/apis-list/ufc-data) - Ultimate Fighting Championship information for events and fighters\n- [Wger](https://tools-collection.net/apis-list/wger) - de/api/v2/ Authentication Public endpoints, such as the list of exercises or the ingredients can be accessed with\n- [Withings](https://tools-collection.net/apis-list/withings) - Access to data from Withings activity trackers and body measures\n\n### Statistics & Data 🗃️\n- [Archive.org](https://tools-collection.net/apis-list/archive-org) - The Internet Archive (the “Archive”) is a 501(c)(3) nonprofit organization committed to Universal Access of Knowledge\n- [Census.gov](https://tools-collection.net/apis-list/census-gov) - Access demographic, economic and population data from the U\n- [City, Prague Opendata](https://tools-collection.net/apis-list/city-prague-opendata) - Welcome to the city-wide port 🆓\n- [Colorado Information Marketplace](https://tools-collection.net/apis-list/colorado-information-marketplace) - Dive into Colorado’s water, including wells, surface water conditions, and water rights\n- [Data Demograph](https://tools-collection.net/apis-list/data-demograph) - Enrich your contact lists with intelligent demographics\n- [Data Science Toolkit](https://tools-collection.net/apis-list/data-science-toolkit) - A collection of the best open data sets and open-source tools for data science 🆓\n- [data.parliament.uk](https://tools-collection.net/apis-list/data-parliament-uk) - UK&#x27;s parliament Open Data\n- [District of Columbia Open Data](https://tools-collection.net/apis-list/district-of-columbia-open-data) - Goal is for this API is to be your platform for developing apps around DC’s freely available, machine readable data\n- [EAN-Search](https://tools-collection.net/apis-list/ean-search) - Search our EAN database with over 230 million products by EAN, UPC, ISBN or product name\n- [EPO](https://tools-collection.net/apis-list/epo) - Open Patent Services (OPS) is a web service which provides access to the EPO&#x27;s raw data via a standardised XML interface\n- [GBIF](https://tools-collection.net/apis-list/gbif) - Free and open access to biodiversity data\n- [HouseCanary Analytics API](https://tools-collection.net/apis-list/housecanary-analytics-api) - Real estate investors and lenders can make decisions in seconds that used to take weeks, using the most accurate proprietary and public record data available\n- [Looker](https://tools-collection.net/apis-list/looker) - Looker&#x27;s REST API manages dashboards, looks, queries, users, and data connections\n- [Open Food Facts](https://tools-collection.net/apis-list/open-food-facts) - Open Food Facts is a database of food products with ingredients, allergens, nutrition facts and all the tidbits of information we can find on product labels 🆓\n- [Open Government, Canada](https://tools-collection.net/apis-list/open-government-canada) - Collaborative open source project led by the Government of Canada\n- [Open Government, Taiwan](https://tools-collection.net/apis-list/open-government-taiwan) - Taiwan&#x27;s open data and public service APIs\n- [OpenCorporates](https://tools-collection.net/apis-list/opencorporates) - World&#x27;s largest open database of companies\n- [PandaScore](https://tools-collection.net/apis-list/pandascore) - Get events and detailed match data in real time from major league tournaments, or fetch data about players, tournaments, leagues, matches, teams and more\n- [Power BI REST API](https://tools-collection.net/apis-list/powerbi) - Power BI&#x27;s REST API manages datasets, reports, dashboards, workspaces, and data refreshes\n- [Prague Opendata](https://tools-collection.net/apis-list/prague-opendata) - Prague City Open Data\n- [Tableau REST API](https://tools-collection.net/apis-list/tableau) - Tableau&#x27;s REST API manages workbooks, views, data sources, projects, and users on Tableau Server and Tableau Cloud\n- [TheSportsDB](https://tools-collection.net/apis-list/thesportsdb) - Various sports events, results, players, teams and high quality artwork\n- [UK Police](https://tools-collection.net/apis-list/uk-police) - Police API Documentation The API provides a rich data source for information, including: Neighbourhood team members Upcoming events Street-level crime and outcome data Nearest police stations The A\n- [USA Census API&#x27;S](https://tools-collection.net/apis-list/usa-census-apis) - These data are currently used to distribute around $400 B in Federal, State and local funds in ways that help communities plan for schools, social and emergency services, highway improvements and economic developments\n- [USPTO](https://tools-collection.net/apis-list/uspto) - United States patent and trademark office API\n- [Wolfram|Alpha](https://tools-collection.net/apis-list/wolfram-alpha) - General knowledge on every topic; query it all with natural language input\n\n### Testing 🐞\n- [Bacon Ipsum](https://tools-collection.net/apis-list/bacon-ipsum) - JSON API for returning meaty lorem ipsum filler text\n- [CircleCI](https://tools-collection.net/apis-list/circleci) - CircleCI API is a full-featured RESTful API that allows you to access all information and trigger all actions in CircleCI\n- [Dicebear Avatars](https://tools-collection.net/apis-list/dicebear-avatars) - Avatars is an avatar placeholder library for designers and developers\n- [Dummyapi.Io](https://tools-collection.net/apis-list/dummyapi-io) - Simple API that includes a common data for most of the applications\n- [FakeJSON](https://tools-collection.net/apis-list/fakejson) - Easily create custom HTTP resources complete with fake data\n- [Faker API](https://tools-collection.net/apis-list/faker-api) - Generate fake data and get by REST API requests\n- [JSONPlaceholder](https://tools-collection.net/apis-list/jsonplaceholder) - Free online REST API that you can use whenever you need some fake data\n- [Lorempicsum](https://tools-collection.net/apis-list/lorempicsum) - Generate placeholder pictures\n- [Loripsum](https://tools-collection.net/apis-list/loripsum) - This Lorem Ipsum generator fits all your Lipsum needs\n- [PhantAuth](https://tools-collection.net/apis-list/phantauth) - Random User Generator + OpenID Connect Provider\n- [PIPL API](https://tools-collection.net/apis-list/pipl-api) - Free and public API that generates random and fake people&#x27;s data in JSON 🆓\n- [PlaceGoat](https://tools-collection.net/apis-list/placegoat) - PlaceGOAT placeholder service.\n- [PlaceKitten](https://tools-collection.net/apis-list/placekitten) - A quick and simple service for getting pictures of kittens for use as placeholders in your designs or code\n- [Random Data Generator](https://tools-collection.net/apis-list/random-data-generator) - API Generator for telephones, text, numbers, passwords, names, social security numbers, and cards\n- [RandomUserGenerator](https://tools-collection.net/apis-list/randomusergenerator) - Random user generator is a FREE API for generating placeholder user information\n- [ReqRes](https://tools-collection.net/apis-list/reqres) - A hosted REST-API ready to respond to AJAX requests\n- [RoboHash](https://tools-collection.net/apis-list/robohash) - Generate Unique images from any text\n- [Satyr](https://tools-collection.net/apis-list/satyr) - Free powerful API for generating dummy images with unique features like delay, aspect ratio, variable resolution, themes, flags and offline mode\n- [This Person Does not Exist](https://tools-collection.net/apis-list/this-person-does-not-exist) - This Person Does Not Exist\n- [UI Names](https://tools-collection.net/apis-list/ui-names) - A simple tool to generate names for use in designs and mockups\n- [Yes No](https://tools-collection.net/apis-list/yes-no) - Yes or No\n\n### Text Analysis & Tools 📖\n- [Aylien Text Analysis](https://tools-collection.net/apis-list/aylien-text-analysis) - Explore AYLIEN’s advanced NLP APIs\n- [Cloudmersive Natural Language Processing](https://tools-collection.net/apis-list/cloudmersive-natural-language-processing) - Powerful Natural Language Processing APIs\n- [Cohere](https://tools-collection.net/apis-list/cohere) - Cohere&#x27;s API provides NLP capabilities including text generation, embeddings, classification, and reranking\n- [Datamuse API](https://tools-collection.net/apis-list/datamuse-api) - Word-finding query engine that finds words that match a given set of constraints and that are likely in a given context\n- [Deepaffects](https://tools-collection.net/apis-list/deepaffects) - DeepAffects enables developers to analyze conversational audio by applying powerful machine learning models offered as a set of easy to use REST APIs\n- [Detect Language](https://tools-collection.net/apis-list/detect-language) - Detects 164 languages\n- [Everypixel](https://tools-collection.net/apis-list/everypixel) - Automatic image keywording and categorization API\n- [Gnews](https://tools-collection.net/apis-list/gnews) - Unofficial Google News API\n- [Google Cloud Natural](https://tools-collection.net/apis-list/google-cloud-natural) - Enables easy integration of Google natural language understanding technologies into developer applications\n- [IBM Watson](https://tools-collection.net/apis-list/ibm-watson) - Build and train models, and create apps, with a trusted AI-infused platform\n- [Intellexer](https://tools-collection.net/apis-list/intellexer) - Processing (NLP) Service including sentiment analysis, content extraction, and language detection\n- [languagelayer](https://tools-collection.net/apis-list/languagelayer) - Free, powerful language detection JSON API for 173 languages, supporting single and batch requests, PHP, JavaScript, Python, Ruby, Java, and more\n- [Lexalytics](https://tools-collection.net/apis-list/semantria) - Flexible natural language processing APIs and complete text analytics platform solutions for data analytics companies and data analyst teams\n- [MusicBrainz](https://tools-collection.net/apis-list/musicbrainz) - The API discussed here is an interface to the MusicBrainz Database\n- [PurgoMalum](https://tools-collection.net/apis-list/purgomalum) - PurgoMalum is a simple, free, RESTful web service for filtering and removing content of profanity, obscenity and other unwanted text\n- [Recast.AI](https://tools-collection.net/apis-list/recast-ai) - Collaborative chatbot software\n- [Semantira](https://tools-collection.net/apis-list/semantira) - To get started check out Install the SDK\n- [SMMRY](https://tools-collection.net/apis-list/smmry) - Summarize articles, text, websites, essays and documents online for free with SMMRY\n- [SummarizeBot API](https://tools-collection.net/apis-list/summarizebot-api) - Multilingual summarization, keywords and sentiment analysis, language recognition, article extraction, comments identification, multimedia analysis, image and face recognition solutions\n- [TextRazor](https://tools-collection.net/apis-list/textrazor) - TextRazor is the world&#x27;s fastest and most accurate Natural Language Processing API\n- [Unofficial Google News Api](https://tools-collection.net/apis-list/unofficial-google-news-api) - GNews is an API to search for articles from a variety of sources, including Google News\n- [Watson Natural Language Understanding](https://tools-collection.net/apis-list/watson-natural-language-understanding) - Provide text, raw HTML, or a public URL and IBM Watson Natural Language Understanding will give you results for the features you request\n- [Wolfram|Alpha](https://tools-collection.net/apis-list/wolfram-alpha) - General knowledge on every topic; query it all with natural language input\n- [Wordnik](https://tools-collection.net/apis-list/wordnik) - The Wordnik API Docs. Dictionary functions\n- [Yummly](https://tools-collection.net/apis-list/yummly) - Find food recipes\n\n### Translation ㊗️\n- [Braille Api](https://tools-collection.net/apis-list/braille-api) - It is traditionally written with embossed paper\n- [DeepL](https://tools-collection.net/apis-list/deepl) - DeepL API provides high-quality machine translation for 30+ languages 🆓\n- [Fun Translations API](https://tools-collection.net/apis-list/fun-translations-api) - World&#x27;s best fun translation tools via REST API\n- [Google Cloud Translation API](https://tools-collection.net/apis-list/google-translate-v3) - Google Cloud Translation API v3 provides neural machine translation for 100+ languages with AutoML support, glossaries, batch translation, and document translation capabilities\n- [Lang API](https://tools-collection.net/apis-list/lang-api) - LangAPI exists to help developers rapidly translate and localize their apps for users worldwide\n- [Rushtranslate](https://tools-collection.net/apis-list/rushtranslate) - RushTranslate offers certified document translation services in over 60 languages provided by native speaking professionals\n- [Shakespeare Translation Api](https://tools-collection.net/apis-list/shakespeare-translation-api) - Translate from English to Shakespeare English\n- [Starwars Translations Api](https://tools-collection.net/apis-list/starwars-translations-api) - Translate from imperial language ( English that is ) to one of the Starwars language\n\n### Transportation 🚇\n- [ADS-B Exchange](https://tools-collection.net/apis-list/ads-b-exchange) - Access real-time and historical data of any and all airborne aircraft\n- [AIS Hub](https://tools-collection.net/apis-list/ais-hub) - AISHub members have access to AISHub aggregated AIS data via this API and receive real time data in XML, JSON or CSV format\n- [Bay Area Rapid Transit](https://tools-collection.net/apis-list/bay-area-rapid-transit) - The BART API gives you access to pretty much all of the BART service and station data available on the BART website\n- [BlaBlaCar](https://tools-collection.net/apis-list/blablacar) - Connects people together, making it possible to travel literally anywhere, directly\n- [Community Transit](https://tools-collection.net/apis-list/community-transit) - Transitland&#x27;s centralized web service API for both querying and editing aggregated transit data from around the world\n- [Deutsche Bahn Open Data Portal](https://tools-collection.net/apis-list/transport-for-germany) - API provides the timetable data\n- [Deutsche Bahn Timetables](https://tools-collection.net/apis-list/deutsche-bahn-timetables) - A RESTful web service for timetable information for train stations operated by DB Station&amp;Service AG\n- [GraphHopper](https://tools-collection.net/apis-list/graphhopper) - A-to-B routing with turn-by-turn instructions\n- [Indian Railways](https://tools-collection.net/apis-list/indian-railways) - Indian Railways Information\n- [Lyft](https://tools-collection.net/apis-list/lyft) - Get real-time ETAs, availability, price estimates, ride status through the Lyft API\n- [Metro Lisboa](https://tools-collection.net/apis-list/metro-lisboa) - Lisboa metro data\n- [Navitia](https://tools-collection.net/apis-list/navitia) - The open API for building cool stuff with transport data\n- [Ola](https://tools-collection.net/apis-list/ola) - Ola is India’s most popular cab booking app with availability of rides in more than 100 cities across India\n- [Schiphol Airport](https://tools-collection.net/apis-list/schiphol-airport) - Schiphol Airport&#x27;s API\n- [TransitLand](https://tools-collection.net/apis-list/transitland) - Transitland is a community-edited open data service aggregating transit networks across metropolitan and rural around the world\n- [Transportation in Atlanta, USA](https://tools-collection.net/apis-list/transport-for-atlanta-us) - MARTA. Atlanta transporation services 🆓\n- [Transportation in Auckland, New Zealand](https://tools-collection.net/apis-list/transport-for-auckland-new-zealand) - The Auckland Transport developer portal is a platform that exposes a diverse range of API&#x27;s and transport data 🆓\n- [Transportation in Belgium](https://tools-collection.net/apis-list/transport-for-belgium) - Belgian Transport API 🆓\n- [Transportation in Berlin, Germany](https://tools-collection.net/apis-list/transport-for-berlin-germany) - An HTTP API for Berlin &amp; Brandenburg public transport 🆓\n- [Transportation in Bordeaux, France](https://tools-collection.net/apis-list/transport-for-bordeaux-france) - Bordeaux Transportion Data 🆓\n- [Transportation in Boston, USA](https://tools-collection.net/apis-list/transport-for-boston-us) - Official website of the MBTA -- schedules, maps, and fare information for Greater Boston&#x27;s public transportation system, including subway, commuter rail, bus routes, and boat lines 🆓\n- [Transportation in Budapest, Hungary](https://tools-collection.net/apis-list/transport-for-budapest-hungary) - A place where APIs are kept 🆓\n- [Transportation in Chicago, USA](https://tools-collection.net/apis-list/transport-for-chicago-us) - The CTA&#x27;s Developer Center offers a variety of data feeds that allow anyone to develop Web, mobile and other applications to help transit riders throughout the Chicago area 🆓\n- [Transportation in Czech Republic](https://tools-collection.net/apis-list/transport-for-czech-republic) - CHAPS spol 🆓\n- [Transportation in Denver, USA](https://tools-collection.net/apis-list/transport-for-denver-us) - RTD OPEN DATA 🆓\n- [Transportation in Finland](https://tools-collection.net/apis-list/transport-for-finland) - Route planning algorithms and APIs… 🆓\n- [Transportation in Grenoble, France](https://tools-collection.net/apis-list/transport-for-grenoble-france) - Service that brings together all your travel information in the Grenoble area 🆓\n- [Transportation in Honolulu, USA](https://tools-collection.net/apis-list/transport-for-honolulu-us) - « Return to TheBusHEA Web Services API The Web API (Application Programming Interface) allows a developer to access our real-time AVL data 🆓\n- [Transportation in India](https://tools-collection.net/apis-list/transport-for-india) - Your support ID is: 15960026853378924585 [Go Back] 🆓\n- [Transportation in Lisbon, Portugal](https://tools-collection.net/apis-list/transport-for-lisbon-portugal) - Data access is free upon registration, in order to enhanc 🆓\n- [Transportation in London, UK](https://tools-collection.net/apis-list/transport-for-london-england) - Transport for London open data 🆓\n- [Transportation in Madrid, Spain](https://tools-collection.net/apis-list/transport-for-madrid-spain) - Madrid BUS transport API 🆓\n- [Transportation in Manchester, England](https://tools-collection.net/apis-list/transport-for-manchester-england) - The s 🆓\n- [Transportation in Minneapolis, USA](https://tools-collection.net/apis-list/transport-for-minneapolis-us) - NexTrip API 🆓\n- [Transportation in Netherlands](https://tools-collection.net/apis-list/transport-for-the-netherlands) - NS has a large amount of data with information about the planned and current timetable 🆓\n- [Transportation in New York City, USA](https://tools-collection.net/apis-list/transport-for-new-york-city-us) - MTA 🆓\n- [Transportation in Ottawa, Canada](https://tools-collection.net/apis-list/transport-for-ottawa-canada) - OC Transpo next bus arrival API 🆓\n- [Transportation in Philadelphia, USA](https://tools-collection.net/apis-list/transport-for-philadelphia-us) - Southeastern Pennsylvania Transportation Authority API 🆓\n- [Transportation in Sao Paulo, Brazil](https://tools-collection.net/apis-list/transport-for-sao-paulo-brazil) - Bus lines in the city of São Paulo 🆓\n- [Transportation in Sweden](https://tools-collection.net/apis-list/transport-for-sweden) - Arrival and departure forecasts for buses, metro, commuter trains, local railways and boats in Stockholm 🆓\n- [Transportation in Switzerland](https://tools-collection.net/apis-list/transport-for-switzerland) - Here you can view mobility data free of charge and access various services 🆓\n- [Transportation in Toronto, Canada](https://tools-collection.net/apis-list/transport-for-toronto-canada) - MyTTC is the best trip planner available for the TTC 🆓\n- [Transportation in United States](https://tools-collection.net/apis-list/transport-for-united-states) - NextBus API 🆓\n- [Transportation in Vancouver, Canada](https://tools-collection.net/apis-list/transport-for-vancouver-canada) - The TransLink Open API provides access to data associated with the regional bus network, bus service operations, and major road network 🆓\n- [Transportation in Victoria, Australia](https://tools-collection.net/apis-list/transport-for-victoria-au) - This page is not yet available on the PTV Beta website 🆓\n- [Transportation in Washington, USA](https://tools-collection.net/apis-list/transport-for-washington-us) - GTFS Changes and GTFS-RT Debut Metro has officially launched GTFS-RT 🆓\n- [Uber](https://tools-collection.net/apis-list/uber) - Discover how the Uber API can easily enhance your app’s user experience and take your innovation further with a wide range of new capabilities\n- [Uber API](https://tools-collection.net/apis-list/uber-api) - API to request Uber rides\n- [WhereIsMyTransport](https://tools-collection.net/apis-list/whereismytransport) - WhereIsMyTransport connects public transport data in one place\n\n### Travel ✈️\n- [Amadeus Travel Innovation Sandbox](https://tools-collection.net/apis-list/amadeus-travel-innovation-sandbox) - Discover Amadeus travel APIs and connect to the flight search, flight booking, hotel and destination content APIs that power the biggest names in travel\n- [GraphHopper](https://tools-collection.net/apis-list/graphhopper) - A-to-B routing with turn-by-turn instructions\n- [Izi](https://tools-collection.net/apis-list/izi) - izi\n- [Lufthansa Open API](https://tools-collection.net/apis-list/lufthansa-open-api) - Lufthansa Developer Network\n- [Travel Advisory Data](https://tools-collection.net/apis-list/travel-advisory-data) - This is a simple REST API that replies with an UTF8 encoded JSON Object\n- [Uber](https://tools-collection.net/apis-list/uber) - Discover how the Uber API can easily enhance your app’s user experience and take your innovation further with a wide range of new capabilities\n- [Webcams.Travel](https://tools-collection.net/apis-list/webcams-travel) - Webcams\n\n### URLs 🔗\n- [Bit.Ly API](https://tools-collection.net/apis-list/bit-ly-api) - The Bitly API Bitly is the most widely trusted link management platform in the world\n- [Bitly](https://tools-collection.net/apis-list/bitly) - Access to Bitly’s API\n- [CleanURI](https://tools-collection.net/apis-list/cleanuri) - API Documentation cleanuri\n- [ClickMeter](https://tools-collection.net/apis-list/clickmeter) - ClickMeter API RESTful services\n- [Google URL Shortener API](https://tools-collection.net/apis-list/google-url-shortener-api) - Used by Google products to create short URLs that can be easily shared, tweeted, or emailed to friends\n- [Is.gd](https://tools-collection.net/apis-list/is-gd) - Simple URL shortener\n- [LinkPreview](https://tools-collection.net/apis-list/linkpreview) - Preview Web links with our reliable API service\n- [Long Url Shortener](https://tools-collection.net/apis-list/long-url-shortener) - Given a long URL, returns a short link\n- [Microlink](https://tools-collection.net/apis-list/microlink) - Generate PDF from any website\n- [Naver URL Shortener](https://tools-collection.net/apis-list/naver-url-shortener) - Access to Naver’s URL shortening API\n- [Rebrandly](https://tools-collection.net/apis-list/rebrandly) - Rebrandly is the link management platform to brand, track and share short URLs using a custom domain name\n- [Shrtco.De Api](https://tools-collection.net/apis-list/shrtco-de-api) - Secure and reliable Online Tools\n- [Shrtlnk.dev](https://tools-collection.net/apis-list/shrtlnk-dev) - URL shortener API\n- [ShrtURI](https://tools-collection.net/apis-list/shrturi) - API Documentation This is version 3 of the shrturi\n- [Tiny.cc](https://tools-collection.net/apis-list/tiny-cc) - Easy-to-use URL shortener\n- [Tiny.UID](https://tools-collection.net/apis-list/tiny-uid) - API Documentation tinyuid\n- [V.gd](https://tools-collection.net/apis-list/v-gd) - Simple URL shortener\n- [Yourls](https://tools-collection.net/apis-list/yourls) - Generate or get existing short URLs, with sequential or custom keyword\n- [Zero Width Shortener](https://tools-collection.net/apis-list/zero-width-shortener) - Shorten URLs with invisible spaces\n\n### Validation & Verification ✅\n- [Antideo](https://tools-collection.net/apis-list/antideo) - API for IP and Email Intelligence &amp; Phone Number Validation\n- [Approveapi](https://tools-collection.net/apis-list/approveapi) - A simple API to request a user&#x27;s real-time approval on any device or platform via Email, SMS, Slack, and in-app mobile Push\n- [BlockScore](https://tools-collection.net/apis-list/blockscore) - A real-time API for verifying an identity by name, address, date of birth, and social security number\n- [Clarifai](https://tools-collection.net/apis-list/clarifai) - Whether you have one input or billions, you are only steps away from using AI to power your business applications\n- [Cloudmersive Validate](https://tools-collection.net/apis-list/cloudmersive-validate) - Data Validation APIs\n- [Cognito](https://tools-collection.net/apis-list/cognito) - Can take a customer&#x27;s cellphone number and return name, address history, full SSN, and date of birth\n- [Form-Api](https://tools-collection.net/apis-list/form-api) - Build forms easily, autocomplete and validate data\n- [FraudLabs Pro](https://tools-collection.net/apis-list/fraudlabs-pro) - FraudLabs Pro Rest API to screen the order transaction for online fraud\n- [ipstack](https://tools-collection.net/apis-list/ipstack) - Locate website visitors for free using ipstack - a free, real-time IP address to location JSON API and database service supporting IPv4 and IPv6 lookup\n- [Let&#x27;S Validate](https://tools-collection.net/apis-list/lets-validate) - Uncovers the technologies used on websites and URL to thumbnail\n- [Lob.com](https://tools-collection.net/apis-list/lob-com) - Lob provides direct mail and address verification APIs that allow businesses to send timely, personalized, automated offline communications to their customers\n- [mailboxlayer](https://tools-collection.net/apis-list/mailboxlayer) - Simple and powerful email verification JSON API using SMTP, typo checks, syntax validation, and free and disposable provider filtering\n- [NumValidate](https://tools-collection.net/apis-list/numvalidate) - Free and open source REST API that provides a simple yet effective way to validate and format a phone number\n- [numverify](https://tools-collection.net/apis-list/numverify) - Free, powerful JSON API offering international and national phone number validation and carrier, location and line type lookup for developers and businesses\n- [Onfido](https://tools-collection.net/apis-list/onfido) - Our document verification and facial biometrics technology lets your users verify themselves anywhere, anytime\n- [Phone Number Validation](https://tools-collection.net/apis-list/phone-number-validation) - Check phone number validity, location and timezones\n- [Phone Validator](https://tools-collection.net/apis-list/phone-validator) - Free phone number validation provided by PhoneValidator\n- [PurgoMalum](https://tools-collection.net/apis-list/purgomalum) - PurgoMalum is a simple, free, RESTful web service for filtering and removing content of profanity, obscenity and other unwanted text\n- [SecurityTrails](https://tools-collection.net/apis-list/securitytrails) - SecurityTrails currently offers three different products that can help you enrich your data, search for information, and find relevant security information for organizations in no time\n- [US Street Address](https://tools-collection.net/apis-list/us-street-address) - Verify one or more addresses using the SmartyStreets US Street Address API\n- [Validator.Pizza](https://tools-collection.net/apis-list/validator-pizza) - pizza is made to prevent users to register to websites with a disposable email address\n- [VATComply.com](https://tools-collection.net/apis-list/vatcomply-com) - VAT Number Validation API, Geolocation API, Exchange rates API\n- [vatlayer](https://tools-collection.net/apis-list/vatlayer) - Free and HTTPS secured JSON API offering instant VAT number validation, reliable EU VAT rates and VAT compliant price calculations for developers &amp; businesses\n- [WebPurify](https://tools-collection.net/apis-list/webpurify) - Provides live image moderation by humans or AI-based image moderation service\n- [Whitepages Pro](https://tools-collection.net/apis-list/whitepages-pro) - Global Identity Verification API\n\n### Vehicles 🚗\n- [BlaBlaCar](https://tools-collection.net/apis-list/blablacar) - Connects people together, making it possible to travel literally anywhere, directly\n- [Brazilian Vehicles and Prices](https://tools-collection.net/apis-list/brazilian-vehicles-and-prices) - Table FIPE Consultation API provides average vehicle prices in the brazilian market through a RESTful HTTP Json service 🆓\n- [Car Registration Api](https://tools-collection.net/apis-list/car-registration-api) - Get the Make, Model, Insurer, VIN and 50 other data fields from an Australian number plate (rego)\n- [CarsXE API](https://tools-collection.net/apis-list/carsxe-api) - Get access to millions of vehicle records, specs, ownership costs and market values\n- [HyperTrack](https://tools-collection.net/apis-list/hypertrack) - Build applications that track the movement of your business\n- [Kelley Blue Book](https://tools-collection.net/apis-list/kelley-blue-book) - KBB\n- [Mercedes-Benz](https://tools-collection.net/apis-list/mercedes-benz) - Mercedes-Benz&#x27;s live API products\n- [NHTSA](https://tools-collection.net/apis-list/nhtsa) - Catalog Vehicle Listing (vPIC) Application Programming Interface (API) provides different ways to gather information on Vehicles and their specifications\n- [Open Charge Map](https://tools-collection.net/apis-list/open-charge-map) - Open Charge Map is a non-commercial, non-profit, electric vehicle data service hosted and supported by a community of businesses, charities, developers and interested parties around the world\n- [Smartcar](https://tools-collection.net/apis-list/smartcar) - Build web and mobile apps that communicate with vehicles\n\n### Video & Media 🎥\n- [Acoustid](https://tools-collection.net/apis-list/acoustid) - Web Service The AcoustID web service currently supports only two operations, searching in the fingerprint database and submitting new fingerprints into the database\n- [An API of Ice And Fire](https://tools-collection.net/apis-list/an-api-of-ice-and-fire) - The API is open source! 🆓\n- [Braille Api](https://tools-collection.net/apis-list/braille-api) - It is traditionally written with embossed paper\n- [Breaking Bad &amp; Better Call Saul API](https://tools-collection.net/apis-list/breaking-bad-and-better-call-saul-api) - Get data about characters, episodes, quotes, and deaths\n- [Breaking Bad Quotes](https://tools-collection.net/apis-list/breaking-bad-quotes) - A free API to retrieve some quotes of Breaking Bad\n- [Cisco Spark](https://tools-collection.net/apis-list/cisco-spark) - Build the future of business collaboration with Webex\n- [CivicFeed](https://tools-collection.net/apis-list/civicfeed) - Get online news, blogs, social and TV/radio through a JSON API - easy integration for developers\n- [Clarifai](https://tools-collection.net/apis-list/clarifai) - Whether you have one input or billions, you are only steps away from using AI to power your business applications\n- [Cloudinary](https://tools-collection.net/apis-list/cloudinary) - API for image and video storage and manipulation - free for up to 75,000 images and 7,500 manipulations per month, good documentation, it can also manipulate GIFs and PDFs\n- [Czech Television](https://tools-collection.net/apis-list/czech-television) - Czech Television TV Program\n- [Dailymotion](https://tools-collection.net/apis-list/dailymotion) - Build applications centered around DailyMotion\n- [Deezer](https://tools-collection.net/apis-list/deezer) - Deezer API provides a nice set of services to build up web applications allowing the discovery of Deezer&#x27;s music catalogue\n- [Filestack](https://tools-collection.net/apis-list/filestack) - API for image and file manipulation, 250 uploads and 500 uploads per month for free, free CDN, HTML widget\n- [Final Space API](https://tools-collection.net/apis-list/final-space-api) - The Final Space API is a RESTful API based on the television show Final Space\n- [Flickr](https://tools-collection.net/apis-list/flickr) - Search through user Flickr content, contacts, upload or replace photos\n- [Football (Soccer) Video Api By Scorebat](https://tools-collection.net/apis-list/football-soccer-video-api-by-scorebat) - Embed codes of videos of the goals and highlights from a number of football leagues and tournaments including the Premier League, Champions League, La Liga, Serie A, Bundesliga and many more\n- [Getty Images](https://tools-collection.net/apis-list/getty-images) - Page moved here. Page moved here\n- [Gifs.Com Public API](https://tools-collection.net/apis-list/gifs-com-public-api) - com API makes it dead simple to convert and transcode a vast array of media into our HTML5 optimized gifs\n- [Gracenote](https://tools-collection.net/apis-list/gracenote) - Largest source of music and video metadata on the planet\n- [Gyazo](https://tools-collection.net/apis-list/gyazo) - Take screenshots, GIFS, and replays that are ready to share\n- [Harry Potter](https://tools-collection.net/apis-list/harry-potter) - Harry Potter API 🆓\n- [Harvard Art Museums](https://tools-collection.net/apis-list/harvard-art-museums) - The Harvard Art Museums API is a REST-style service designed for developers who wish to explore and integrate the museums’ collections in their projects\n- [Kaltura VPaaS](https://tools-collection.net/apis-list/kaltura-vpaas) - Build video apps and add native video capabilities to your products\n- [Liveedu](https://tools-collection.net/apis-list/liveedu) - Live Coding Streaming\n- [Loom](https://tools-collection.net/apis-list/loom) - Loom&#x27;s API provides access to recorded videos, transcripts, viewer analytics, and workspace data 🆓\n- [Netflix API](https://tools-collection.net/apis-list/netflix-api) - The service that handles the (sign-up, discovery and playback) traffic from all devices from all users\n- [OMDB](https://tools-collection.net/apis-list/omdb) - The Open Movie Database\n- [Open Movie Database](https://tools-collection.net/apis-list/open-movie-database) - Attention Users 04/08/19 - Added support for eight digit IMDb IDs\n- [Rocketium Video API](https://tools-collection.net/apis-list/rocketium-video-api) - Create multiple videos with your logo, captions, and background music in different aspect ratios\n- [Ron Swanson Quotes](https://tools-collection.net/apis-list/ron-swanson-quotes) - Node\n- [ScreenshotAPI.net](https://tools-collection.net/apis-list/screenshotapi-net) - Use one simple API call to generate screenshots of any website\n- [Shotstack](https://tools-collection.net/apis-list/shotstack) - Shotstack API enables programmatic video editing and generation\n- [Shutterstock](https://tools-collection.net/apis-list/shutterstock) - Streamline user experience with the stock image, video, and music API trusted by Facebook, Google, Wix, and more\n- [STAPI](https://tools-collection.net/apis-list/stapi) - Information on all things Star Trek\n- [SWAPI](https://tools-collection.net/apis-list/swapi) - A Remake of the original api, using the MERN stack\n- [Telegram](https://tools-collection.net/apis-list/telegram) - The Bot API allows you to easily create programs that use Telegram\n- [Teleport](https://tools-collection.net/apis-list/teleport) - Welcome to Teleport for Developers\n- [The Lord of the Rings](https://tools-collection.net/apis-list/the-lord-of-the-rings) - The Lord of the Rings API - The one API\n- [TMDb](https://tools-collection.net/apis-list/tmdb) - TMDb provides powerful searches as well as powerful movie discovery\n- [Trakt](https://tools-collection.net/apis-list/trakt) - Trakt collect lots of information about what tv shows and movies everyone is watching\n- [TVDB](https://tools-collection.net/apis-list/tvdb) - Token Added. Token Added\n- [TVmaze](https://tools-collection.net/apis-list/tvmaze) - Add schedules, show, episode, cast information\n- [Utelly](https://tools-collection.net/apis-list/utelly) - Check where a tv show or movie is available\n- [Viber](https://tools-collection.net/apis-list/viber) - Millions of Viber users call, text, and send photos to each other, worldwide - for free\n- [Vimeo](https://tools-collection.net/apis-list/vimeo) - Unlock the power of video and join over 200M professionals, teams, and organizations who use Vimeo to create, collaborate and communicate\n- [YouTube](https://tools-collection.net/apis-list/youtube) - Add YouTube functionality to your sites and apps\n- [YouTube API](https://tools-collection.net/apis-list/youtube-api) - Add YouTube functionality to your sites and apps\n- [Zoom API](https://tools-collection.net/apis-list/zoom-api) - Zoom&#x27;s REST API manages meetings, webinars, users, recordings, and reports 🆓\n\n### Virtual & Augmented Reality 📱\n- [Facebook API](https://tools-collection.net/apis-list/facebook-api) - Helps developers build, grow and monetize their business\n- [Sketchfab API](https://tools-collection.net/apis-list/sketchfab-api) - Manage your 3D assets\n- [Wikitude](https://tools-collection.net/apis-list/wikitude) - Powerful augmented reality apps\n\n### Visualizations 📊\n- [D3 Visualization](https://tools-collection.net/apis-list/d3-visualization) - D3 is a JavaScript library for visualizing data with HTML, SVG, and CSS\n- [Google Charts](https://tools-collection.net/apis-list/google-charts) - Free tool with a wide range of capabilities for visualizing data from a website\n- [Google Visualization API](https://tools-collection.net/apis-list/google-visualization-api) - This page lists the objects exposed by the Google Visualization API, and the standard methods exposed by all visualizations\n- [Image-Charts](https://tools-collection.net/apis-list/image-charts) - A drop-in-replacement for the deprecated Google Image Charts\n- [Mapbox](https://tools-collection.net/apis-list/mapbox) - Access to MapBox’s API\n- [Matlab](https://tools-collection.net/apis-list/matlab) - MATLAB is a high-level language and interactive environment for numerical computation, visualization, and programming\n- [Noun Project](https://tools-collection.net/apis-list/noun-project) - Grab a hold of the World’s Visual Language\n- [QuickChart](https://tools-collection.net/apis-list/quickchart) - Create a chart image with one API call and embed it anywhere\n\n### Voice 🎙️\n- [Amazon Transcribe](https://tools-collection.net/apis-list/amazon-transcribe) - Automatically convert speech to text\n- [AssemblyAI](https://tools-collection.net/apis-list/assemblyai) - AssemblyAI&#x27;s API provides speech-to-text transcription, speaker diarization, sentiment analysis, topic detection, and summarization from audio and video files\n- [Blogcast](https://tools-collection.net/apis-list/blogcast) - Generate audio versions of your articles\n- [Cloudpronouncer](https://tools-collection.net/apis-list/cloudpronouncer) - Text To Speech API\n- [Deepaffects](https://tools-collection.net/apis-list/deepaffects) - DeepAffects enables developers to analyze conversational audio by applying powerful machine learning models offered as a set of easy to use REST APIs\n- [Deepgram](https://tools-collection.net/apis-list/deepgram) - Deepgram&#x27;s API offers real-time and batch speech recognition with high accuracy 🆓\n- [Discord](https://tools-collection.net/apis-list/discord) - Integrate your service with Discord — whether it&#x27;s a bot or a game or whatever your wildest imagination can come up with\n- [ElevenLabs](https://tools-collection.net/apis-list/elevenlabs) - ElevenLabs API provides AI voice generation and cloning 🆓\n- [Google Speech-to-Text API](https://tools-collection.net/apis-list/google-speech-to-text-api) - Accurately convert speech into text using an API powered by Google’s AI technologies\n- [Houndify](https://tools-collection.net/apis-list/houndify) - The Houndify Voice AI platform helps brands build voice user interfaces that enhance brand identity and retain data ownership and customer relationships\n- [IBM Watson](https://tools-collection.net/apis-list/ibm-watson) - Build and train models, and create apps, with a trusted AI-infused platform\n- [MessageBird](https://tools-collection.net/apis-list/messagebird) - MessageBird&#x27;s API provides SMS, voice, WhatsApp, email, and live chat communications 🆓\n- [Microsoft Cognitive Services](https://tools-collection.net/apis-list/microsoft-cognitive-services) - A comprehensive family of AI services and cognitive APIs to help you build intelligent apps\n- [Nexmo](https://tools-collection.net/apis-list/nexmo) - Make and receive phone calls, send and receive SMS worldwide\n- [Otter.ai](https://tools-collection.net/apis-list/otterai) - Generates rich notes for meetings, interviews, lectures, and other important voice conversations\n- [rev.ai](https://tools-collection.net/apis-list/revai) - Accurate Speech-to-Text APIs for all of your speech recognition needs\n- [Sms And Phone Calls Api - 46elks](https://tools-collection.net/apis-list/sms-and-phone-calls-api-46elks) - Integrate SMS, MMS and Phone calls into your applications with just a few lines of code\n- [Twilio](https://tools-collection.net/apis-list/twilio) - APIs for SMS, Voice, Video and more\n- [Viber](https://tools-collection.net/apis-list/viber) - Millions of Viber users call, text, and send photos to each other, worldwide - for free\n- [Vonage (Nexmo)](https://tools-collection.net/apis-list/vonage) - Vonage&#x27;s Communications APIs provide SMS, voice calls, video, WhatsApp, and verification services 🆓\n\n### Weather ☔\n- [7Timer!](https://tools-collection.net/apis-list/7timer) - Last Update: November 1, 2012 7Timer\n- [AerisWeather](https://tools-collection.net/apis-list/aerisweather) - AerisWeather provides a powerful weather API, mapping platform, and developer toolkits that allow weather-sensitive businesses worldwide to operate more efficiently, safely, and profitably\n- [AirVisual](https://tools-collection.net/apis-list/airvisual) - Enhance your projects with free trusted historical, real-time and forecast air quality data\n- [APIXU](https://tools-collection.net/apis-list/apixu) - Get current weather information, historical data and forecasts using weatherstack - a free world weather REST API supporting millions of global locations\n- [Climacell Micro Weather](https://tools-collection.net/apis-list/climacell-micro-weather) - Historical, real-time and nowcast weather data.\n- [Dark Sky](https://tools-collection.net/apis-list/dark-sky) - Weather API\n- [Foreca Weather Warnings](https://tools-collection.net/apis-list/foreca-weather-warnings) - Data feed of the governmental severe weather warnings\n- [MetaWeather](https://tools-collection.net/apis-list/metaweather) - API MetaWeather provides an API that delivers JSON over HTTPS for access to our data\n- [Meteorologisk Institutt](https://tools-collection.net/apis-list/meteorologisk-institutt) - A\n- [NOAA Climate Data](https://tools-collection.net/apis-list/noaa-climate-data) - Climate Data Online (CDO) provides free access to NCDC&#x27;s archive of global historical weather and climate data in addition to station history information\n- [ODWeather](https://tools-collection.net/apis-list/odweather) - Weather for boating\n- [Open Weather](https://tools-collection.net/apis-list/open-weather) - Simple and fast and free weather API from OpenWeatherMap you have access to current weather data, hourly, 5- and 16-day forecasts\n- [Open-Meteo](https://tools-collection.net/apis-list/open-meteo) - Open-Meteo is a free, open-source weather API with no API key required 🆓\n- [OpenUV](https://tools-collection.net/apis-list/openuv) - The minimalistic JSON real-time UV Index API\n- [OpenWeatherMap](https://tools-collection.net/apis-list/openweathermap) - Simple and fast and free weather API from OpenWeatherMap\n- [Storm Glass Marine Weather API](https://tools-collection.net/apis-list/storm-glass-marine-weather-api) - Read More\n- [Tomorrow.io](https://tools-collection.net/apis-list/tomorrow-io) - Tomorrow 🆓\n- [Visual Crossing Weather Api](https://tools-collection.net/apis-list/visual-crossing-weather-api) - Weather API for businesses &amp; data science\n- [Weather Source](https://tools-collection.net/apis-list/weather-source) - Powerful Weather API built for systems that demand speed, reliability and heavy load\n- [WeatherAPI](https://tools-collection.net/apis-list/weatherapi) - WeatherAPI provides real-time, forecast, and historical weather data, plus astronomy, time zone, and geolocation information 🆓\n- [Weatherbit](https://tools-collection.net/apis-list/weatherbit) - Weather API Documentation\n- [Webcams.Travel](https://tools-collection.net/apis-list/webcams-travel) - Webcams\n- [Wunderground API](https://tools-collection.net/apis-list/wunderground-api) - Reliable data, accurate forecast, &amp; global coverage in 80 languages\n- [Yahoo Weather](https://tools-collection.net/apis-list/yahoo-weather) - Yahoo Weather API for your apps Get up-to-date weather information for any location, including 10-day forecast, wind, atmosphere, astronomy conditions, and more\n\n### Wiki 📃\n- [Genius](https://tools-collection.net/apis-list/genius) - Allows users to find details about Genius artists and songs\n- [Wikidata](https://tools-collection.net/apis-list/wikidata) - Wikidata is a free and open knowledge base that can be read and edited by both humans and machines\n- [Wikimedia REST API](https://tools-collection.net/apis-list/wikimedia) - Wikimedia&#x27;s REST API provides access to Wikipedia articles, summaries, page metadata, media files, and editing history across all Wikimedia projects in multiple formats 🆓\n- [Wikipedia](https://tools-collection.net/apis-list/wikipedia) - Free multilingual Encyclopedia.\n- [Wikipedia API](https://tools-collection.net/apis-list/wikipedia-api) - A web service that provides convenient access to wiki features, data, and meta-data over HTTP, via a URL usually at api\n\n### Other ✨\n- [Airports Web](https://tools-collection.net/apis-list/airports-web) - Covered Airports mostly Germany\n- [API Test Center](https://tools-collection.net/apis-list/api-test-center) - Innovative License Management Solution\n- [Callook.info](https://tools-collection.net/apis-list/callook-info) - A\n- [Carbon Intensity](https://tools-collection.net/apis-list/carbon-intensity) - Regional Data new National Grid ESO forecasts the carbon intensity and generation mix of electricity consumed across 14 geographical regions in Great Britain\n- [Charity Search](https://tools-collection.net/apis-list/charity-search) - The OrgHunter Charity API provides developers access to over 2M charities in it&#x27;s database\n- [Dataflow Kit](https://tools-collection.net/apis-list/dataflow-kit) - Web Scraper API to extract information from web sites, scrape SERPs, convert web pages to PDF, and capture screenshots\n- [Don&#x27;t Kill My App](https://tools-collection.net/apis-list/dont-kill-my-app) - Android vendors, don&#x27;t kill my app\n- [Dronestream](https://tools-collection.net/apis-list/dronestream) - Tracks United States drone strikes\n- [Evident Proof](https://tools-collection.net/apis-list/evident-proof) - Users of Evident Proof can plug any data source sitting on current databases to Evident Proof’s immutable un-hackable Blockchain data platform and through Evident Proof&#x27;s Verification Bundle &amp; Proof Seals Engine produce court-ready certificates for any data or workflow to prove data has not been tampered with or hacked, and/or meets GDPR, HIPPA, FISMA, Sarbanes-Oxley and other Regulatory Compliance\n- [Evil Insult Generator](https://tools-collection.net/apis-list/evil-insult-generator) - The following parameters are optional lang - The language of the insult you want\n- [Game of Thrones Quotes](https://tools-collection.net/apis-list/game-of-thrones-quotes) - A free API to retrieve some quotes of Game of Thrones\n- [Gender API](https://tools-collection.net/apis-list/gender-api-2) - Determine gender of first name\n- [Geo Info](https://tools-collection.net/apis-list/geo-info) - A simple free reverse geocoding API for turning coordinates into human readable locations\n- [Global Solar Forecasting And Irradiance](https://tools-collection.net/apis-list/global-solar-forecasting-and-irradiance) - Solar radiation and forecasting data globally available and free for researchers, hobbyists 🆓\n- [Ip Address Api](https://tools-collection.net/apis-list/ip-address-api) - IP Address API free service provides country name, 2 symbol code and 3 symbol code for free\n- [Ip Finder](https://tools-collection.net/apis-list/ip-finder) - Locate website visitors for free using ipfinder - a free, real-time IP address to location JSON API and database service supporting IPv4 and IPv6 lookup\n- [Iplegit.Com](https://tools-collection.net/apis-list/iplegit-com) - Easily detect possible bad users and act upon them\n- [JSONbin.io](https://tools-collection.net/apis-list/jsonbin-io) - Free JSON data storage service, ideal for small scale web apps, website, mobile apps\n- [Labs64 NetLicensing](https://tools-collection.net/apis-list/labs64-netlicensing) - Innovative License Management Solution\n- [Logdna](https://tools-collection.net/apis-list/logdna) - Learn about logging, how to get started, and how to maximize our log collection, monitoring, retention, alerting, and analysis features\n- [Makeup](https://tools-collection.net/apis-list/makeup) - Search makeup products\n- [National Flood Data (US)](https://tools-collection.net/apis-list/national-flood-data-us) - The FEMA Flood Map API offers up-to-date FEMA flood zone maps and data that can be easily embedded into partners&#x27; products or workflow\n- [Neobi](https://tools-collection.net/apis-list/neobi) - A comprehensive Cannabis database includes products, prices, stock and inventory status, images, Producer and Brand information and other metadata\n- [Recreation Information Database](https://tools-collection.net/apis-list/recreation-information-database) - Recreation\n- [Rig Veda API](https://tools-collection.net/apis-list/rig-veda-api) - All of the poets and gods in the Rig Veda, presented with the mandal and sukta numbers they&#x27;re mentioned in, the meters the verses are composed in, and the categories the poets and gods belong to\n- [RiteKit](https://tools-collection.net/apis-list/ritekit) - Looking for hashtag suggestions, analytics, trend data, influencers of a hashtag or historical data\n- [Sheet2site Api](https://tools-collection.net/apis-list/sheet2site-api) - Create JSON from Google Sheets without writing code\n- [Simple Analytics](https://tools-collection.net/apis-list/simple-analytics) - Simple, clean, and friendly analytics for developers (privacy focused alternative to Google Analytics)\n- [StackExchange](https://tools-collection.net/apis-list/stackexchange) - The StackExchange API provides RESTful services to all the sites on the StackExchange domain\n- [ToSDR terms of service API](https://tools-collection.net/apis-list/tosdr-terms-of-service-api) - Terms of service are often too long to read, but it&#x27;s important to understand what&#x27;s in them\n- [Trace.Moe](https://tools-collection.net/apis-list/trace-moe) - Scan anime image to get specific detail\n- [Vedic Society API](https://tools-collection.net/apis-list/vedic-society-api) - A description of all of the nouns in vedic literature, including the flora, fauna, geography, food, relationships, and objects (personal nouns not included, though)\n- [Wallhaven](https://tools-collection.net/apis-list/wallhaven) - wallhaven. cc help docs!. A huge wallpaper library\n- [Web Crawl Data](https://tools-collection.net/apis-list/web-crawl-data) - An open repository of web crawl data that can be accessed and analyzed by anyone\n- [Website Text Extraction](https://tools-collection.net/apis-list/website-text-extraction) - Scrape websites and get their content as plaintext\n- [Who Hosts This](https://tools-collection.net/apis-list/who-hosts-this) - Detect the hosting provider powering any web site\n\n\n## Graveyard 🪦\n- [3ps](https://tools-collection.net/apis-list/3ps)\n- [Abbreviation](https://tools-collection.net/apis-list/abbreviation) - Get abbreviations and meanings\n- [Adorable Avatars](https://tools-collection.net/apis-list/adorable-avatars) - Generate random cartoon avatars\n- [Ais Web](https://tools-collection.net/apis-list/ais-web) - Aeronautical information in digital media produced by the Department of Airspace Control (DECEA)\n- [Anon.click](https://tools-collection.net/apis-list/anon-click) - Shorten long URLs and optionally protect them with passwords or captcha\n- [Apility.io](https://tools-collection.net/apis-list/apility-io)\n- [Axfr Database](https://tools-collection.net/apis-list/axfr-database) - AXFR public database\n- [BetterDoctor](https://tools-collection.net/apis-list/betterdoctor) - BetterDoctor API is the most frequently updated and trusted source of doctor data\n- [Booknomads](https://tools-collection.net/apis-list/booknomads) - 5 million), book covers and related data\n- [Business.Gov API](https://tools-collection.net/apis-list/business-gov-api) - Create the Uber for anything, a small business API for on-demand fulfillment\n- [Celebinfo](https://tools-collection.net/apis-list/celebinfo) - Celebrity information\n- [Channel Messaing API](https://tools-collection.net/apis-list/channel-messaing-api) - Channel Messaging API lets your build real-time application\n- [Choppingboard.Recipes](https://tools-collection.net/apis-list/choppingboard-recipes)\n- [City Context](https://tools-collection.net/apis-list/city-context) - Crime, school and transportation data for US cities\n- [Coinbin](https://tools-collection.net/apis-list/coinbin) - Cryptocurrency information\n- [Contentxtractor](https://tools-collection.net/apis-list/contentxtractor) - Extract relevant content from articles\n- [Count.Io](https://tools-collection.net/apis-list/count-io) - Persistent counting and A/B testing\n- [Cricket Live Scores](https://tools-collection.net/apis-list/cricket-live-scores) - Live cricket scores\n- [Cryptostandardizer](https://tools-collection.net/apis-list/cryptostandardizer) - Standardize crypto coin symbols (eg\n- [Datakick](https://tools-collection.net/apis-list/datakick) - The open product database.\n- [Del.Icio.Us API](https://tools-collection.net/apis-list/del-icio-us-api) - Keep, share, and discover the best of the Web using Delicious, the world&#x27;s leading social bookmarking service\n- [Delion.Io](https://tools-collection.net/apis-list/delion-io) - A powerful API for developers and companies to explore and develop new apps based on IOTA distributed ledger technology\n- [Digital Owl Free Text Classification Api](https://tools-collection.net/apis-list/digital-owl-free-text-classification-api) - Free for use text classification, sentiment analysis, semantic similarity and word analysis api\n- [Edmunds](https://tools-collection.net/apis-list/edmunds) - A dataset containing all the car makes\n- [ERMAHGERD Translator](https://tools-collection.net/apis-list/ermahgerd-translator) - This translates text to ERMAHGERD\n- [Face++](https://tools-collection.net/apis-list/face) - Let’s you detect the information of a given photo (face location, age, race, gender etc\n- [Feedster](https://tools-collection.net/apis-list/feedster) - Searchable and categorized collections of RSS feeds\n- [FengShui](https://tools-collection.net/apis-list/fengshui) - Let’s you enter your name and the name of your partner/lover/crush to find Love compatibility &amp; chances of successful love relationship\n- [Fhir](https://tools-collection.net/apis-list/fhir) - Fast Healthcare Interoperability Resources test data\n- [Figo](https://tools-collection.net/apis-list/figo) - Banking API that allows you to extract financial data such as transaction history, account balance, account owner name and others to extract from any financial account\n- [Food2fork](https://tools-collection.net/apis-list/food2fork) - Recipe Search\n- [Goibibo](https://tools-collection.net/apis-list/goibibo) - API for travel search\n- [Google Buzz API](https://tools-collection.net/apis-list/google-buzz-api) - A social platform that both users and developers can interact with, the company has faced some difficulty in gaining ongoing traction\n- [Gowalla API](https://tools-collection.net/apis-list/gowalla-api) - Gather and compare all kinds of interesting data, they weren&#x27;t really interactive with Gowalla itself\n- [Hampton Roads Crime](https://tools-collection.net/apis-list/hampton-roads-crime) - Let’s you get most recent and historical crime data so you feel safe in your neighbourhood\n- [Heroes GraphQL API](https://tools-collection.net/apis-list/heroes-graphql-api)\n- [Hipster Ipsum](https://tools-collection.net/apis-list/hipster-ipsum) - Generates Hipster Ipsum text\n- [Holiday API (holidayapi.pl)](https://tools-collection.net/apis-list/holiday-api) - Public holiday API service for several supported countries\n- [IBM Visual Recognition](https://tools-collection.net/apis-list/ibm-visual-recognition) - The IBM Watson Visual Recognition service uses deep learning algorithms to identify scenes and objects in images that you upload to the service\n- [Identi.Ca API](https://tools-collection.net/apis-list/identi-ca-api) - It pumps your life in and out of your friends, family and colleagues\n- [IP Vigilante](https://tools-collection.net/apis-list/ip-vigilante) - IP Vigilante provides a free geographical IP locator API, so the developers can obtain geographical information of an IP in various formats: JSON and CSV\n- [Jesus Api](https://tools-collection.net/apis-list/jesus-api)\n- [Job Titles And Professionals Skills Api](https://tools-collection.net/apis-list/job-titles-and-professionals-skills-api) - Like job and skill match etc\n- [Livecoin](https://tools-collection.net/apis-list/livecoin)\n- [Lorem Text](https://tools-collection.net/apis-list/lorem-text) - Generates Lorem Ipsum text\n- [MercadoBitcoin](https://tools-collection.net/apis-list/mercadobitcoin)\n- [Mlrequest](https://tools-collection.net/apis-list/mlrequest) - Serverless, high-performance machine learning contained in a simple API\n- [Musikki](https://tools-collection.net/apis-list/musikki) - Music\n- [Myjson](https://tools-collection.net/apis-list/myjson) - A simple JSON store for your web or mobile app\n- [MySpace API](https://tools-collection.net/apis-list/myspace-api) - A social networking website offering an interactive, user-submitted network of friends, personal profiles, blogs, groups, photos, music, and videos\n- [NanoSDK](https://tools-collection.net/apis-list/nanosdk)\n- [News Feed Search](https://tools-collection.net/apis-list/news-feed-search) - Free news search API\n- [Next Big Sound API](https://tools-collection.net/apis-list/next-big-sound) - Next Big Sound helps artists and their teams use Pandora to understand performance, grow audiences, and fuel strategy\n- [Notable And Quotable Random Quote](https://tools-collection.net/apis-list/notable-and-quotable-random-quote) - Gets you a random quote from famous movies in XML,SOAP format\n- [Path Tech Crypto API](https://tools-collection.net/apis-list/path-tech-crypto-api) - Single interface to retrieve transactions across crypto exchanges and wallets\n- [Pixhost](https://tools-collection.net/apis-list/pixhost) - Upload images, photos, galleries\n- [Population.Io](https://tools-collection.net/apis-list/population-io) - Open demographic data such as population tables, population rank and life expectancy\n- [Posterous API](https://tools-collection.net/apis-list/posterous-api) - Similar to other blogging platforms\n- [Pro Motocross](https://tools-collection.net/apis-list/pro-motocross) - The RESTful AMA Pro Motocross lap times for every racer on the start gate\n- [Qriusity](https://tools-collection.net/apis-list/qriusity)\n- [Quotes on Design](https://tools-collection.net/apis-list/quotes-on-design) - Quotes on Design\n- [Restwords](https://tools-collection.net/apis-list/restwords) - You can GET to retrieve your text and you can POST to change your stored text\n- [Robohash Image Generator](https://tools-collection.net/apis-list/robohash-image-generator) - Generates cool looking robot image for any text\n- [Rss News Api](https://tools-collection.net/apis-list/rss-news-api)\n- [Scrape Website Email](https://tools-collection.net/apis-list/scrape-website-email) - Grabs email addresses from a URL\n- [Scrapeboss](https://tools-collection.net/apis-list/scrapeboss) - Return developer friendly JSON data for almost any article\n- [Sharedcount](https://tools-collection.net/apis-list/sharedcount) - Social media like and share data for any URL.\n- [Shopping.Com API](https://tools-collection.net/apis-list/shopping-com-api) - Makes it easy to search for things on eBay\n- [SimpleGeo API](https://tools-collection.net/apis-list/simplegeo-api) - Offers an API that allows developers to build location-aware applications for mobile devices\n- [Texas Holdem](https://tools-collection.net/apis-list/texas-holdem) - With this API you can easily create a full Texas Holdem game, just create the graphic and associate it with the results\n- [Textfilter Api](https://tools-collection.net/apis-list/textfilter-api) - Convert web page content into epub, Kindle/mobi and multi-column PDF files\n- [The Star Wars Api](https://tools-collection.net/apis-list/the-star-wars-api) - All the Star Wars data you&#x27;ve ever wanted: Planets, Spaceships, Vehicles, People, Films and Species\n- [Transportation in Paris, France](https://tools-collection.net/apis-list/transport-for-paris-france) - Realtime schedules for Paris metro network (RATP - metro, bus, tram, rer)\n- [Tweetmeme API](https://tools-collection.net/apis-list/tweetmeme-api) - Provides third-party integration with the TweetMeme web service, used to track popular links on Twitter\n- [Upcoming.Org API](https://tools-collection.net/apis-list/upcoming-org-api) - A simple way to share and discover interesting events from your friends, followers, and the artists and organizations you care about\n- [Vat Rates](https://tools-collection.net/apis-list/vat-rates) - A collection of all VAT rates for EU countries\n- [Voice Actions Jeannie](https://tools-collection.net/apis-list/voice-actions-jeannie) - Jeannie (Voice Actions) is a virtual assistant with over two Million downloads, now also available via API\n- [WatchMouse API](https://tools-collection.net/apis-list/watchmouse-api) - Offers self-service website and application performance monitoring solutions\n- [Windows Live Spaces API](https://tools-collection.net/apis-list/windows-live-spaces-api) - Included a blogging system, photo gallery, lists, friends, a guestbook, and a social profile\n- [Word Cloud Maker](https://tools-collection.net/apis-list/word-cloud-maker) - Multi color and different sizes illustrate the frequency, and the “vibe” of the bigger text\n- [Wunderlist](https://tools-collection.net/apis-list/wunderlist) - Todo Lists\n- [Yahoo Image Search API](https://tools-collection.net/apis-list/yahoo-image-search-api) - Web Service allows you to search the Internet for images\n\n## Contributors\n\nThis project exists because of people who spent their time to make software development a little bit better. Thank you!\n\n\n## Similar projects\nThis project was heavily inspired by:\n- [n0shake/Public-APIs](https://github.com/n0shake/Public-APIs)\n- [public-apis/public-apis](https://github.com/public-apis/public-apis)\n- [APIs-guru/openapi-directory](https://github.com/APIs-guru/openapi-directory)\n"
  },
  {
    "path": "categories.yaml",
    "content": "Development: \"👨‍💻\"\nGovernment: \"🏛️\"\nTransportation: \"🚇\"\nEntertainment: \"🍿\"\nTravel: \"✈️\"\nFinance & Economics: \"🏦\"\nPayments: \"💳\"\nCommerce: \"💰\"\nHealth: \"💊\"\nGames: \"🎮\"\nSport & Fitness: \"⚾\"\nVehicles: \"🚗\"\nAI & ML: \"🤖\"\nAdult: \"🍓\"\nAnalytics: \"📈\"\nAnimals: \"🐈\"\nArt & Design: \"🎨\"\nAuthentication & User Management: \"👥\"\nBar & QR Codes: \"🏪\"\nBlockchain & Cryptocurrencies: \"📒️\"\nBookmarks: \"📑\"\nBooks: \"📚\"\nBots: \"📝\"\nBusiness: \"👔\"\nCRM: \"🤝\"\nCalendar & Time: \"📅\"\nCasino & Gambling: \"🎰\"\nChats & Messaging: \"💬\"\nCollaboration: \"👨‍👩‍👦‍👦\"\nEducation: \"🎓\"\nEmail & SMS: \"📨\"\nFun: \"🤪\"\nFood & Drinks: \"🍹\"\nImages & Photography: \"📸\"\nNews & Feeds: \"📰\"\nSearch: \"🔎\"\nSecurity: \"🛡️\"\nWeather: \"☔\"\nSpace: \"🚀\"\nVideo & Media: \"🎥\"\nMaps & Geo: \"📌\"\nDocuments & Productivity: \"📋\"\nFiles & Storage: \"💾\"\nEnvironment & Nature: \"🌲\"\nPost & Logistics: \"📬\"\nScience & Math: \"🔬\"\nEvents: \"🏟️\"\nVoice: \"🎙️\"\nRandom: \"🎲\"\nIoT & Home Automation: \"🏠\"\nURLs: \"🔗\"\nMusic & Audio: \"🎸\"\nText Analysis & Tools: \"📖\"\nStatistics & Data: \"🗃️\"\nVisualizations: \"📊\"\nTranslation: \"㊗️\"\nValidation & Verification: \"✅\"\nMarketing & SEO: \"💰\"\nProject Management: \"🚧\"\nJobs: \"🛠️\"\nDatabases: \"🗄️\"\nComics & Anime: \"🦸\"\nTesting: \"🐞\"\nHardware: \"⚙️\"\nVirtual & Augmented Reality: \"📱\"\nOther: \"✨\"\nPoint of Interest: \"🍺\"\nOpen Source: \"🔓\"\nReal Estate: \"🏗️\"\nRecognition: \"🔬\"\nScrapers & Data Mining: \"🕸️\"\nContent & Dictionaries: \"📃\"\nSocial: \"📃\"\nForms & Surveys: \"📃\"\nWiki: \"📃\"\nCaptcha: \"📃\"\n"
  },
  {
    "path": "collection/18f.yaml",
    "content": "name: 18F\nslug: 18f\ndescription: The /Developer Program, a service of GSA’s 18F team, seeks to provide comprehensive support for any federal\n  agency engaged in the production or use of APIs. Named after the common practice of publishing APIs and their\n  documentation at agency.gov/developer, the program can serve as a pragmatic boost to any agency’s efforts.\ncategories:\n  - Government\ntype: REST\nis_free: false\ncontact: support@interzoid.com\nspecification:\n  type: openapi\n  url: https://api.swaggerhub.com/apis/ipinfodb/ipinfodb-ip-address-lookup/1.0\n  version: https://api.swaggerhub.com/apis/ipinfodb/ipinfodb-ip-address-lookup/1.0\nlinks:\n  - name: Docs / Website\n    url: http://18f.github.io/API-All-the-X/\n"
  },
  {
    "path": "collection/1forge-com.yaml",
    "content": "name: 1Forge.com\nslug: 1forge-com\ndescription: Real-time forex and crypto quotes via JSON and WebSocket\ncategories:\n  - Finance & Economics\ntype: REST\nis_free: false\ncontact: contact@1forge.com\nspecification:\n  type: swagger\n  url: http://1forge.com/openapi.json\n  version: http://1forge.com/openapi.json\nlinks:\n  - name: Docs / Website\n    url: https://1forge.com/\n"
  },
  {
    "path": "collection/24-pull-requests.yaml",
    "content": "name: 24 Pull Requests\nslug: 24-pull-requests\ndescription: 24 Pull Requests is a yearly initiative to encourage contributors around the world to send 24 pull requests\n  between December 1st and December 24th\ncategories:\n  - Events\n  - Calendar & Time\n  - Development\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/24-pull-requests/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://24pullrequests.com/api\n"
  },
  {
    "path": "collection/500px.yaml",
    "content": "name: 500px\nslug: 500px\ndescription: Viewing feature streams, photo information and comments, as well as user profiles. This is the 500px API\n  documentation. Contribute to 500px/legacy-api-documentation development by creating an account on GitHub\ncategories:\n  - Social\n  - Images & Photography\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/500px/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://github.com/500px/legacy-api-documentation\nlibraries:\n  - name: 500px iOS SDK by minube\n    documentation_url: https://github.com/minube/500px-iOS-api\n    platform: Objective-C\n    stargazers_count: 0\n  - name: 500px JavaScript SDK by Tye Shavik\n    documentation_url: https://github.com/500px/500px-js-sdk\n    platform: JavaScript\n    stargazers_count: 70\n  - name: 500px iOS SDK\n    documentation_url: https://github.com/500px/500px-iOS-api\n    source_code_url: https://github.com/500px/500px-iOS-api\n    platform: Objective-C\n    stargazers_count: 112\n  - name: 500px Android SDK\n    documentation_url: https://github.com/500px/500px-android-sdk\n    source_code_url: https://github.com/500px/500px-android-sdk\n    platform: Java\n  - name: 500px Ruby Wrapper by Chris Micacchi\n    documentation_url: https://github.com/500px/pooled_curb\n    platform: Ruby\n    stargazers_count: 2\n"
  },
  {
    "path": "collection/7timer.yaml",
    "content": "name: 7Timer!\nslug: 7timer\ndescription: \"Last Update: November 1, 2012 7Timer! is a series of web-based meteorological forecast products, mainly\n  derived from the NOAA/NCEP-based numeric weather model, the Global Forecast System (GFS). 7Ti\"\ncategories:\n  - Weather\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://www.7timer.info/doc.php?lang=en\n"
  },
  {
    "path": "collection/aadhaar-bridge.yaml",
    "content": "name: Aadhaar Bridge\nslug: aadhaar-bridge\ndescription: Aadhaar is a 12-digit unique identification number issued by the Indian government to every individual\n  resident of India. API allows you to authenticate and perform ekYC and eSign using Aadhar. Veri5Digital is India's\n  leading Identity verification and onboarding service provider which provides Video ID KYC, Aadhaar Offline KYC, eSign\n  and eNACH products\ncategories:\n  - Government\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.aadhaarbridge.com/\n"
  },
  {
    "path": "collection/ably.yaml",
    "content": "name: Ably\nslug: ably\ndescription: API for making cross-protocol realtime communication between devices easy. Ably documentation for 40+ web,\n  mobile, and IoT SDKs, quickstart guides and tutorials, and realtime concepts and design patterns\ncategories:\n  - IoT & Home Automation\n  - Chats & Messaging\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/ably/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.ably.com/documentation\nlibraries:\n  - name: Ably Xamarin SDK\n    documentation_url: https://github.com/ably/ably-dotnet\n    platform: .Net\n    stargazers_count: 50\n  - name: Ably Scala SDK\n    documentation_url: https://github.com/ably/ably-java\n    platform: Scala\n    stargazers_count: 95\n  - name: Ably Cordova SDK\n    documentation_url: https://github.com/ably/ably-js\n    platform: JavaScript\n    stargazers_count: 356\n  - name: Ably Ruby SDK by Ably\n    documentation_url: https://rubygems.org/gems/ably\n    source_code_url: https://github.com/ably/ably-ruby\n    platform: Ruby\n    stargazers_count: 42\n  - name: Ably React Native JavaScript SDK by Ably\n    documentation_url: https://github.com/ably/ably-js-react-native\n    platform: JavaScript\n    stargazers_count: 8\n  - name: Ably Python SDK by Ably\n    documentation_url: https://pypi.python.org/pypi/ably\n    source_code_url: https://github.com/ably/ably-python\n    platform: Python\n    stargazers_count: 56\n  - name: Ably PHP SDK by Ably\n    documentation_url: https://github.com/ably/ably-php\n    platform: PHP\n    stargazers_count: 58\n  - name: Ably NativeScript SDK by Ably\n    documentation_url: https://github.com/ably/ably-js-nativescript\n    platform: JavaScript\n    stargazers_count: 8\n  - name: Ably .NET SDK by Ably\n    documentation_url: https://www.nuget.org/packages/ably.io/\n    source_code_url: https://github.com/ably/ably-dotnet\n    platform: .Net\n    stargazers_count: 50\n  - name: Ably Swift SDK by Ably\n    documentation_url: https://github.com/ably/ably-ios\n    platform: Swift\n    stargazers_count: 53\n  - name: \"Ably Go SDK by Ably \"\n    documentation_url: https://github.com/ably/ably-go\n    platform: Go\n    stargazers_count: 92\n  - name: Ably PHP Library for Laravel Framework\n    documentation_url: https://github.com/ably/ably-php-laravel\n    platform: PHP\n    stargazers_count: 29\n"
  },
  {
    "path": "collection/abstract.yaml",
    "content": "name: Abstract\nslug: abstract\ndescription: Suite of utility API's (validate emails, create user avatars, calculate VAT, and more). Abstract provides\n  powerful APIs to help you enrich any user experience or automate any workflow.\ncategories:\n  - Development\n  - Art & Design\n  - Collaboration\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/abstract/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.abstractapi.com\nlibraries:\n  - name: Abstract Link loader JavaScript SDK\n    documentation_url: https://github.com/goabstract/abstract-link-loader\n    platform: JavaScript\n    stargazers_count: 1\n  - name: Abstract JavaScript SDK\n    documentation_url: https://github.com/goabstract/abstract-sdk\n    platform: JavaScript\n    stargazers_count: 62\n"
  },
  {
    "path": "collection/abuseipdb.yaml",
    "content": "name: AbuseIPDB\nslug: abuseipdb\ndescription: This is most commonly done through Fail2Ban, which comes prepackaged with an AbuseIPDB configuration.\n  Introduction The AbuseIPDB API allows you to utilize our database programmatically\ncategories:\n  - Security\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://docs.abuseipdb.com/\n"
  },
  {
    "path": "collection/acoustid.yaml",
    "content": "name: Acoustid\nslug: acoustid\ndescription: Web Service The AcoustID web service currently supports only two operations, searching in the fingerprint\n  database and submitting new fingerprints into the database. Usage Guidelines Remember that\ncategories:\n  - Music & Audio\n  - Video & Media\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://acoustid.org/webservice\nlibraries:\n  - name: MusicApiCollection C# SDK by BigGranu\n    documentation_url: https://github.com/BigGranu/MusicApiCollection\n    platform: C#\n    author: BigGranu\n    stargazers_count: 28\n"
  },
  {
    "path": "collection/adresse-data-gouv-fr.yaml",
    "content": "name: adresse.data.gouv.fr\nslug: adresse-data-gouv-fr\ndescription: |-\n  The national address site of France.\n  List all the addresses in the country and make them usable by everyone.\ncategories:\n  - Maps & Geo\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://adresse.data.gouv.fr\n"
  },
  {
    "path": "collection/ads-b-exchange.yaml",
    "content": "name: ADS-B Exchange\nslug: ads-b-exchange\ndescription: Access real-time and historical data of any and all airborne aircraft. Filtered ADS-B data costs a\n  significant amount of money to buy from the other ADS-B aggregators, and that data will not include military, FAA\n  blocklist, LADD et all, and all block requested aircraft. ADSBexchange. com data is reasonably priced, unfiltered,\n  unblocked, and available on demand. As noted in the legal terms and conditions, commercial (for profit Read More\ncategories:\n  - Transportation\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/ads-b-exchange/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.adsbexchange.com/data/\n"
  },
  {
    "path": "collection/advice-slip.yaml",
    "content": "name: Advice Slip\nslug: advice-slip\ndescription: Parameters callback string To define your own callback function name and return the. HTTP Method GET URL\n  https://api. adviceslip. com/advice Description Returns a random advice slip as a slip object\ncategories:\n  - Fun\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/advice-slip/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://api.adviceslip.com/\n"
  },
  {
    "path": "collection/adyen.yaml",
    "content": "name: Adyen\nslug: adyen\ndescription: Adyen's payments API processes online, in-person, and in-app payments globally. Supports 200+ payment methods, fraud detection, payouts, and financial reporting for enterprise merchants.\ncategories:\n  - Payments\n  - Commerce\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://docs.adyen.com\n  - name: API Reference\n    url: https://docs.adyen.com/api-explorer\n"
  },
  {
    "path": "collection/adzuna.yaml",
    "content": "name: Adzuna\nslug: adzuna\ndescription: Get the very latest ads and data with Adzuna's API. Get job ads to display on your own website. Use\n  Adzuna's up-to-the-minute employment data to power your own website, reporting and data visualisations.\ncategories:\n  - Business\n  - Jobs\n  - News & Feeds\n  - Marketing & SEO\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developer.adzuna.com/overview\n"
  },
  {
    "path": "collection/aerisweather.yaml",
    "content": "name: AerisWeather\nslug: aerisweather\ndescription: AerisWeather provides a powerful weather API, mapping platform, and developer toolkits that allow\n  weather-sensitive businesses worldwide to operate more efficiently, safely, and profitably. Global weather data and\n  imagery APIs, with a free developer subscription tier, boasting detailed documentation for simple to advanced queries,\n  free SDKs and a Map Builder to get you up and running faster\ncategories:\n  - Weather\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.aerisweather.com\nlibraries:\n  - name: \"Aeris Weather Python SDK \"\n    documentation_url: https://www.aerisweather.com/support/docs/toolkits/aeris-python-sdk/\n    platform: Python\n  - name: AerisWeather iOS SDK\n    documentation_url: https://www.aerisweather.com/support/docs/toolkits/aeris-ios-sdk/\n    source_code_url: https://github.com/aerisweather/Aeris-iOS-Library\n    platform: Objective-C, Swift\n    stargazers_count: 22\n  - name: AerisWeather Interactive Maps JavaScript SDK by AerisWeather\n    documentation_url: http://www.aerisweather.com/support/docs/toolkits/aeris-interactive-maps/\n    platform: JavaScript, xml\n  - name: AerisWeather Android SDK by AerisWeather\n    documentation_url: https://github.com/aerisweather/AerisAndroidSDK\n    platform: Java\n    stargazers_count: 12\n  - name: AerisWeather iOS SDK by AerisWeather\n    documentation_url: https://github.com/aerisweather/Aeris-iOS-Library\n    platform: Objective-C\n    stargazers_count: 22\n  - name: AerisWeather JavaScript SDK by AerisWeather\n    documentation_url: http://www.aerisweather.com/support/docs/toolkits/aeris-js-sdk/\n    source_code_url: https://github.com/aerisweather/aerisjs\n    platform: JavaScript\n    stargazers_count: 57\n  - name: AerisWeather Objective-C SDK by AerisWeather\n    documentation_url: http://www.aerisweather.com/support/docs/toolkits/\n    source_code_url: https://github.com/aerisweather/Aeris-iOS-Library\n    platform: Objective-C\n    stargazers_count: 22\n  - name: AerisWeather Java SDK by AerisWeather\n    documentation_url: http://www.aerisweather.com/support/docs/toolkits/aeris-android-sdk/\n    source_code_url: https://github.com/aerisweather/AerisAndroidLibrary\n    platform: Java\n    stargazers_count: 12\n"
  },
  {
    "path": "collection/afex.yaml",
    "content": "name: Afex\nslug: afex\ndescription: Send payments to recipients all over the world 24/7 with secure and flexible online platform\ncategories:\n  - Finance & Economics\n  - Payments\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/afex/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://doc.api.afex.com/?version=latest\n"
  },
  {
    "path": "collection/africas-talking.yaml",
    "content": "name: Africa's Talking\nslug: africas-talking\ndescription: A unified API platform for software developers in Africa building SMS, USSD, Voice, Payments and Airtime\n  applications. Access African telco services through a HTTP API\ncategories:\n  - Chats & Messaging\n  - Email & SMS\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://africastalking.com/\n"
  },
  {
    "path": "collection/aftership.yaml",
    "content": "name: AfterShip\nslug: aftership\ndescription: Provides multi-carrier shipment tracking APIs.\ncategories:\n  - Post & Logistics\n  - Commerce\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/aftership/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.aftership.com/docs/api/4/overview\nlibraries:\n  - name: AfterShip PHP SDK by Abishek R Srikaanth\n    documentation_url: https://www.aftership.com/\n    source_code_url: https://github.com/abishekrsrikaanth/aftership-php-sdk\n    platform: PHP\n    author: abishekrsrikaanth\n    stargazers_count: 6\n  - name: AfterShip PHP SDK\n    documentation_url: https://github.com/AfterShip/aftership-php\n    platform: PHP\n    stargazers_count: 63\n  - name: AfterShip Ruby SDK\n    documentation_url: https://github.com/AfterShip/aftership-ruby\n    platform: Ruby\n    stargazers_count: 32\n  - name: AfterShip Python SDK\n    documentation_url: https://github.com/AfterShip/aftership-python\n    platform: Python\n    stargazers_count: 53\n  - name: AfterShip .NET SDK\n    documentation_url: https://github.com/AfterShip/aftership-net\n    platform: .Net\n    stargazers_count: 14\n  - name: AfterShip NodeJS SDK\n    documentation_url: https://github.com/AfterShip/aftership-nodejs\n    platform: Node.js\n    stargazers_count: 61\n  - name: AfterShip Java SDK\n    documentation_url: https://github.com/AfterShip/aftership-java\n    platform: Java\n    stargazers_count: 15\n  - name: AfterShip iOS SDK\n    documentation_url: https://github.com/AfterShip/aftership-ios\n    platform: Objective-C\n    stargazers_count: 10\n  - name: AfterShip Android SDK\n    documentation_url: https://github.com/AfterShip/aftership-android\n    platform: Java\n    stargazers_count: 7\n"
  },
  {
    "path": "collection/agarathi.yaml",
    "content": "name: Agarathi\nslug: agarathi\ndescription: Tamil language Dictionary API. Fonts API - Subscription\ncategories:\n  - Content & Dictionaries\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/agarathi/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://agarathi.com/api/dictionary\n"
  },
  {
    "path": "collection/age-of-empires-ii.yaml",
    "content": "name: Age of Empires II\nslug: age-of-empires-ii\ndescription: Simple API to retrieve resources related to Age of Empires II\ncategories:\n  - Entertainment\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://age-of-empires-2-api.herokuapp.com\n"
  },
  {
    "path": "collection/agify-io.yaml",
    "content": "name: Agify.io\nslug: agify-io\ndescription: Free API to check and predict the age of a name. Use the API for research, ad targeting, user segmenting\n  etc. Free API to check and predict the age of a name.\ncategories:\n  - Development\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://agify.io\n"
  },
  {
    "path": "collection/ai-mastering.yaml",
    "content": "name: AI Mastering\nslug: ai-mastering\ndescription: AI Mastering API provides automated audio mastering service. You can upload your audio, master it, and\n  download the mastered audio.\ncategories:\n  - Music & Audio\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://aimastering.com/api_docs/\nlibraries:\n  - name: AI Mastering Javascript SDK\n    documentation_url: https://aimastering.com/api_docs/\n    source_code_url: https://github.com/ai-mastering/aimastering-js\n    platform: JavaScript\n    stargazers_count: 10\n"
  },
  {
    "path": "collection/airports-web.yaml",
    "content": "name: Airports Web\nslug: airports-web\ndescription: Covered Airports mostly Germany. Request Airport name and website URL for airports\ncategories:\n  - Other\nis_free: false\ncontact: support@adyen.com\nspecification:\n  type: swagger\n  url: https://airport-web.appspot.com/api/docs/swagger.json\n  version: https://airport-web.appspot.com/api/docs/swagger.json\nlinks:\n  - name: Docs / Website\n    url: https://airport-web.appspot.com/api/docs/\n"
  },
  {
    "path": "collection/airtable.yaml",
    "content": "name: Airtable\nslug: airtable\ndescription: Airtable's API allows reading and writing records, managing tables, and handling attachments in Airtable bases. Use it to build automations and integrations with the flexible spreadsheet-database.\ncategories:\n  - Documents & Productivity\n  - Databases\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://airtable.com/developers/web/api/introduction\n  - name: API Reference\n    url: https://airtable.com/developers/web/api/field-model\n"
  },
  {
    "path": "collection/airvisual.yaml",
    "content": "name: AirVisual\nslug: airvisual\ndescription: Enhance your projects with free trusted historical, real-time and forecast air quality data. Air pollution\n  and weather data for more than 60 countries worldwide\ncategories:\n  - Environment & Nature\n  - Weather\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/airvisual/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://airvisual.com/api\n"
  },
  {
    "path": "collection/ais-hub.yaml",
    "content": "name: AIS Hub\nslug: ais-hub\ndescription: AISHub members have access to AISHub aggregated AIS data via this API and receive real time data in XML,\n  JSON or CSV format.\ncategories:\n  - Transportation\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://www.aishub.net/api\n"
  },
  {
    "path": "collection/alchemy-api.yaml",
    "content": "name: Alchemy\nslug: alchemy-api\ndescription: Alchemy's Web3 API provides enhanced node access, NFT data, transaction history, token balances, and webhook notifications across Ethereum, Polygon, Solana, and other blockchains.\ncategories:\n  - Blockchain & Cryptocurrencies\n  - Development\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://docs.alchemy.com\n  - name: API Reference\n    url: https://docs.alchemy.com/reference/api-overview\n"
  },
  {
    "path": "collection/algolia.yaml",
    "content": "name: Algolia\nslug: algolia\ndescription: Algolia's Search API provides fast, typo-tolerant full-text search with faceting, filtering, and personalization. Index records and query them with millisecond response times at scale.\ncategories:\n  - Search\n  - Development\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://www.algolia.com/doc\n  - name: API Reference\n    url: https://www.algolia.com/doc/api-reference/rest-api\n"
  },
  {
    "path": "collection/alienvault-open-threat-exchange-otx.yaml",
    "content": "name: AlienVault Open Threat Exchange (OTX)\nslug: alienvault-open-threat-exchange-otx\ndescription: Share and collaborate in developing threat intelligence. Protect yourself and the community against today's\n  latest threats. Learn about the latest online threats\ncategories:\n  - Security\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/alienvault-open-threat-exchange-otx/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://otx.alienvault.com/api\n"
  },
  {
    "path": "collection/alpaca-trading.yaml",
    "content": "name: Alpaca Trading\nslug: alpaca-trading\ndescription: Alpaca's Trading API provides commission-free stock and crypto trading, market data, and portfolio management. Build algorithmic trading bots and fintech apps with broker-dealer infrastructure.\ncategories:\n  - Finance & Economics\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://docs.alpaca.markets\n  - name: API Reference\n    url: https://docs.alpaca.markets/reference/getallassets\n"
  },
  {
    "path": "collection/alpha-vantage.yaml",
    "content": "name: Alpha Vantage\nslug: alpha-vantage\ndescription: Supports intraday, daily, weekly, and monthly quotes and technical analysis with chart-ready time series.\n  Alpha Vantage offers free stock APIs in JSON and CSV formats for realtime and historical equity, forex, cryptocurrency\n  data and over 50 technical indicators\ncategories:\n  - Blockchain & Cryptocurrencies\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.alphavantage.co/\nlibraries:\n  - name: Alpha Vantage Java SDK by Patrik Nygren\n    documentation_url: https://github.com/patriques82/alphavantage4j\n    platform: Java\n    author: patriques82\n    stargazers_count: 126\n  - name: Alpha Vantage Python SDK by Romel Torres\n    documentation_url: https://github.com/RomelTorres/alpha_vantage\n    platform: Python\n    author: RomelTorres\n    stargazers_count: 4733\n"
  },
  {
    "path": "collection/amadeus-travel-innovation-sandbox.yaml",
    "content": "name: Amadeus Travel Innovation Sandbox\nslug: amadeus-travel-innovation-sandbox\ndescription: Discover Amadeus travel APIs and connect to the flight search, flight booking, hotel and destination\n  content APIs that power the biggest names in travel.\ncategories:\n  - Travel\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://sandbox.amadeus.com/\nlibraries:\n  - name: Amadeus Python SDK\n    documentation_url: https://github.com/amadeus4dev/amadeus-python\n    source_code_url: https://pypi.org/project/amadeus/\n    platform: Python\n    stargazers_count: 75\n  - name: Amadeus Ruby SDK\n    documentation_url: https://github.com/amadeus4dev/amadeus-ruby\n    source_code_url: https://rubygems.org/gems/amadeus\n    platform: Ruby\n    stargazers_count: 15\n"
  },
  {
    "path": "collection/amazon-maps-api-v2.yaml",
    "content": "name: Amazon Maps API v2\nslug: amazon-maps-api-v2\ndescription: Add interactive 3D maps, graphics, and custom overlays to your Fire Tablet and Fire phone apps. The\n  following steps show you how to get started with the Amazon Maps API\ncategories:\n  - Maps & Geo\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developer.amazon.com/maps\n"
  },
  {
    "path": "collection/amazon-mi-api.yaml",
    "content": "name: Amazon MI API\nslug: amazon-mi-api\ndescription: Amazon Machine Learning API simplifies the process of making predictions that require lots of expertise\n  around model building, data cleansing and statistical analysis. Definition of the public APIs exposed by Amazon\n  Machine Learning\ncategories:\n  - AI & ML\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://docs.aws.amazon.com/machine-learning/latest/APIReference/Welcome.html\n"
  },
  {
    "path": "collection/amazon-mobile-ads.yaml",
    "content": "name: Amazon Mobile Ads\nslug: amazon-mobile-ads\ndescription: Monetize across platforms with multiple ad formats. Mobile Ads Monetize your global iOS, Android, and Fire\n  OS traffic with high-quality ads from Amazon and brand advertisers\ncategories:\n  - Commerce\n  - Marketing & SEO\ntype: REST\nis_free: false\ncontact: support@interzoid.com\nlinks:\n  - name: Docs / Website\n    url: https://developer.amazon.com/mobile-ads\n"
  },
  {
    "path": "collection/amazon-mobile-analytics.yaml",
    "content": "name: Amazon Mobile Analytics\nslug: amazon-mobile-analytics\ndescription: Service for collecting, visualizing, and understanding app usage data at scale\ncategories:\n  - Analytics\ntype: REST\nis_free: false\ncontact: mike.ralphson@gmail.com\nspecification:\n  url: https://raw.githubusercontent.com/aws/aws-sdk-js/master/apis/mobileanalytics-2014-06-05.normal.json\n  version: https://raw.githubusercontent.com/aws/aws-sdk-js/master/apis/mobileanalytics-2014-06-05.normal.json\nlinks:\n  - name: Docs / Website\n    url: https://aws.amazon.com/documentation/mobileanalytics/\n"
  },
  {
    "path": "collection/amazon-product-advertising-api.yaml",
    "content": "name: Amazon Product Advertising API\nslug: amazon-product-advertising-api\ndescription: \"The web address you entered is not a functioning page on our site. Try one of the following links to find\n  the information you're looking for: Amazon Web Services. Get access to the data used by Amazon including items for\n  sale, customer reviews, seller reviews, item search, product promotions, and more. Looking for Something? We're sorry\"\ncategories:\n  - Commerce\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://webservices.amazon.com/paapi5/documentation/\n"
  },
  {
    "path": "collection/amazon-s3-api.yaml",
    "content": "name: Amazon S3 API\nslug: amazon-s3-api\ndescription: Amazon Simple Storage Service (Amazon S3) is storage for the internet. You can use Amazon S3 to store and\n  retrieve any amount of data at any time, from anywhere on the web. You can accomplish these tasks using the simple and\n  intuitive web interface of the AWS Management Console.\ncategories:\n  - Files & Storage\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/amazon-s3-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://aws.amazon.com/s3/\n"
  },
  {
    "path": "collection/amazon-transcribe.yaml",
    "content": "name: Amazon Transcribe\nslug: amazon-transcribe\ndescription: Automatically convert speech to text. Amazon Transcribe uses a deep learning process called automatic\n  speech recognition (ASR) to convert speech to text quickly and accurately. Amazon Transcribe can be used to transcribe\n  customer service calls, automate subtitling, and generate metadata for media assets to create a fully searchable\n  archive.\ncategories:\n  - AI & ML\n  - Voice\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://aws.amazon.com/transcribe/\n"
  },
  {
    "path": "collection/amiiboapi.yaml",
    "content": "name: AmiiboAPI\nslug: amiiboapi\ndescription: The Amiibo RESTful API\ncategories:\n  - Games\n  - Entertainment\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/amiiboapi/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://amiiboapi.com/\n"
  },
  {
    "path": "collection/amplitude.yaml",
    "content": "name: Amplitude\nslug: amplitude\ndescription: Amplitude's API enables sending events, managing user properties, and querying behavioral analytics. Build product analytics integrations and automate data pipelines.\ncategories:\n  - Analytics\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://www.docs.developers.amplitude.com\n  - name: API Reference\n    url: https://www.docs.developers.amplitude.com/analytics/apis/http-v2-api\n"
  },
  {
    "path": "collection/an-api-of-ice-and-fire.yaml",
    "content": "name: An API of Ice And Fire\nslug: an-api-of-ice-and-fire\ndescription: The API is open source!\ncategories:\n  - Video & Media\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://anapioficeandfire.com/\n"
  },
  {
    "path": "collection/anilist.yaml",
    "content": "name: AniList\nslug: anilist\ndescription: The AniList GraphQL Api provides quick and powerful access to over 500k anime and manga entries, including\n  character, staff, and live airing data\ncategories:\n  - Comics & Anime\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/anilist/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://github.com/AniList/ApiV2-GraphQL-Docs\nlibraries:\n  - name: Minoshiro Python SDK by Minoshiro\n    documentation_url: https://github.com/Mino-shiro/Minoshiro\n    platform: Python\n    stargazers_count: 21\n"
  },
  {
    "path": "collection/animenewsnetwork.yaml",
    "content": "name: AnimeNewsNetwork\nslug: animenewsnetwork\ndescription: ANN provides a direct feed to the Encyclopedia data in XML format\ncategories:\n  - Entertainment\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.animenewsnetwork.com/encyclopedia/api.php\n"
  },
  {
    "path": "collection/anthropic.yaml",
    "content": "name: Anthropic Claude\nslug: anthropic\ndescription: Anthropic's API provides access to the Claude 4 family of AI models (Claude Opus 4, Sonnet 4, Haiku 4) for text generation, analysis, coding assistance, vision tasks, and extended 1M-token context windows.\ncategories:\n  - AI & ML\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://docs.anthropic.com\n  - name: API Reference\n    url: https://docs.anthropic.com/en/api/getting-started\n"
  },
  {
    "path": "collection/anti-captcha.yaml",
    "content": "name: Anti-Captcha\nslug: anti-captcha\ndescription: Access to Anti-Captcha’s API. Bypass reCAPTCHA, solve image captchas, hCaptcha, FunCaptcha, GeeTest for the\n  cheapest price\ncategories:\n  - Captcha\n  - Recognition\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/anti-captcha/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://anti-captcha.com/apidoc\nlibraries:\n  - name: Anti Captcha PHP SDK by Tymchyk Maksym\n    documentation_url: https://github.com/m-tymchyk/php-anticaptcha-v2\n    platform: PHP\n    author: m-tymchyk\n    stargazers_count: 0\n  - name: Anti Captcha NodeJS SDK by Tymchyk Maksym\n    documentation_url: https://github.com/m-tymchyk/resolve-anticaptcha\n    platform: JavaScript, Node.js\n    author: m-tymchyk\n    stargazers_count: 1\n  - name: Anti Captcha Python SDK by Andrey Perelygin\n    documentation_url: https://github.com/AndreyPerelygin/anticaptcha\n    platform: Python\n    author: AndreyPerelygin\n    stargazers_count: 1\n  - name: Anti Captcha Laravel PHP SDK by Volodymyr Chukh\n    documentation_url: https://github.com/vovarpd/laravel-anticaptcha\n    platform: PHP\n    author: vovarpd\n    stargazers_count: 3\n  - name: Anti Captcha .NET SDK by Mikhail\n    documentation_url: https://github.com/Shifu462/AnticaptchaNet\n    platform: .Net, C#\n    author: Shifu462\n    stargazers_count: 2\n  - name: Anti Captcha Python SDK by jakestrouse00\n    documentation_url: https://github.com/jakestrouse00/AntiCaptcha-python-wrapper\n    platform: Python\n    author: jakestrouse00\n    stargazers_count: 1\n  - name: Anti Captcha Yii 2 PHP SDK by Dmitry\n    documentation_url: https://github.com/sabirov/yii2-AntiCaptcha\n    platform: PHP\n    author: sabirov\n    stargazers_count: 1\n  - name: Anti Captcha Perl SDK by Fayland Lam\n    documentation_url: https://github.com/fayland/perl-WebService-AntiCaptcha\n    platform: PERL\n    author: fayland\n    stargazers_count: 2\n  - name: Anti Captcha Go SDK by Andrew Druzhinin\n    documentation_url: https://github.com/drzhnin/go-anti-captcha\n    platform: Go\n    author: drzhnin\n    stargazers_count: 6\n  - name: Anti Captcha PHP SDK by Majesko\n    documentation_url: https://github.com/Majesko/anti-captcha\n    platform: PHP\n    author: Majesko\n    stargazers_count: 3\n  - name: Anti Captcha Ruby SDK by Infosimples\n    documentation_url: https://github.com/infosimples/anti_captcha\n    platform: Ruby\n    stargazers_count: 19\n  - name: Anti Captcha Python SDK by Andrei Drang\n    documentation_url: https://github.com/AndreiDrang/python3-anticaptcha\n    source_code_url: https://pypi.org/project/python3-anticaptcha/1.2.5/\n    platform: Python\n    author: AndreiDrang\n    stargazers_count: 92\n  - name: Anti Captcha NodeJS SDK by Andréas Hanss\n    documentation_url: https://github.com/ScreamZ/anti-captcha\n    platform: Node.js\n    author: ScreamZ\n    stargazers_count: 20\n  - name: Anti Captcha Java SDK by Anti Captcha\n    documentation_url: https://code.google.com/archive/p/java-antigate/\n    platform: Java\n  - name: Anti Captcha C++ SDK by Anti Captcha\n    documentation_url: https://anti-captcha.com/apidoc\n    platform: C++\n  - name: Anti Captcha Node.js SDK by Anti Captcha\n    documentation_url: https://www.npmjs.com/package/antigate\n    platform: Node.js\n  - name: Anti Captcha Python SDK by Anti Captcha\n    documentation_url: https://github.com/gotlium/antigate/tree/master/docs\n    platform: Python\n    author: gotlium\n    stargazers_count: 92\n"
  },
  {
    "path": "collection/antideo.yaml",
    "content": "name: Antideo\nslug: antideo\ndescription: API for IP and Email Intelligence & Phone Number Validation. API for email validation & IP reputation check\n  for better email list hygiene. Antideo maintains large database with spam and scam records, IP locations and infected\n  ranges, proxy records and many more. They are keeping their database updated regularly from various sources, as well\n  as collecting some of the data themselves\ncategories:\n  - Email & SMS\n  - Validation & Verification\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/antideo/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.antideo.com\nlibraries:\n  - name: Antideo Objective-C SDK by Antideo\n    documentation_url: https://github.com/antideo/xcode\n    platform: Objective-C\n    stargazers_count: 2\n  - name: Antideo PHP Library by Antideo\n    documentation_url: https://www.antideo.com\n    source_code_url: https://github.com/antideo/PHP\n    platform: PHP\n    stargazers_count: 4\n"
  },
  {
    "path": "collection/api-meme.yaml",
    "content": "name: Api Meme\nslug: api-meme\ndescription: Generate memes with a simple link!. Meme Top Text Bottom Text Link To access the API without the watermark, click here\ncategories:\n  - Entertainment\n  - Fun\nis_free: false\ncontact: support@unicorn-solutions.com\nspecification:\n  type: openapi\n  url: https://tl-api.azurewebsites.net/swagger/default/swagger.json\n  version: https://tl-api.azurewebsites.net/swagger/default/swagger.json\nlinks:\n  - name: Docs / Website\n    url: http://apimeme.com\n"
  },
  {
    "path": "collection/api-test-center.yaml",
    "content": "name: API Test Center\nslug: api-test-center\ndescription: Innovative License Management Solution\ncategories:\n  - Other\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://netlicensing.io/NetLicensing-API/\n"
  },
  {
    "path": "collection/api2cart.yaml",
    "content": "name: API2Cart\nslug: api2cart\ndescription: Connect your B2B eCommerce solution with 40+ shopping platforms and marketplaces at once. Strengthen your\n  business with shopping cart API integration. API2Cart provides a unified shopping cart API for interaction between the\n  eCommerce software and 30+ shopping carts including Magento, Shopify, WooCommerce, BigCommerce, OpenCart, PrestaShop\n  and others\ncategories:\n  - Development\n  - Commerce\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://api2cart.com/\nlibraries:\n  - name: API2Cart Swift SDK\n    documentation_url: http://docs.api2cart.com/sdk\n    source_code_url: https://app.api2cart.com/sdk/swift.tgz\n    platform: Swift\n"
  },
  {
    "path": "collection/apiary.yaml",
    "content": "name: Apiary\nslug: apiary\ndescription: Apiary provides the leading API-First platform designed specifically to help companies accelerate and\n  control the design, development, and documentation of APIs. Collaborative tool to design APIs.\ncategories:\n  - Development\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/apiary/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://apiary.io/\n"
  },
  {
    "path": "collection/apiflash.yaml",
    "content": "name: ApiFlash\nslug: apiflash\ndescription: >-\n  Chrome based screenshot API to convert URLs to images. ApiFlash is an easy to use screenshot API for developers. It is\n  powerful and\n   cost efficient as it is operating on top of AWS Lambda and Google Chrome\ncategories:\n  - Scrapers & Data Mining\n  - Documents & Productivity\n  - Images & Photography\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/apiflash/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://apiflash.com/\n"
  },
  {
    "path": "collection/apify.yaml",
    "content": "name: Apify\nslug: apify\ndescription: Apify's API lets you run web scraping and automation actors, manage datasets, key-value stores, and proxies. Access thousands of pre-built scrapers or deploy your own.\ncategories:\n  - Scrapers & Data Mining\n  - Development\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://docs.apify.com/api/v2\n  - name: API Reference\n    url: https://docs.apify.com/api/v2\n"
  },
  {
    "path": "collection/apileap.yaml",
    "content": "name: Apileap\nslug: apileap\ndescription: Make screenshots from web pages and HTML\ncategories:\n  - Collaboration\n  - Development\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://apileap.com/\n"
  },
  {
    "path": "collection/apixu.yaml",
    "content": "name: APIXU\nslug: apixu\ndescription: Get current weather information, historical data and forecasts using weatherstack - a free world weather\n  REST API supporting millions of global locations\ncategories:\n  - Weather\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.apixu.com/doc/request.aspx\nlibraries:\n  - name: \"Apixu Python SDK \"\n    documentation_url: https://github.com/apixu/apixu-python\n    platform: Python\n    author: apixu\n    stargazers_count: 30\n  - name: \"Apixu Node.js SDK \"\n    documentation_url: https://github.com/apixu/apixu-nodejs\n    platform: Node.js\n    author: apixu\n    stargazers_count: 22\n  - name: Apixu Java SDK\n    documentation_url: https://github.com/apixu/apixu-java\n    platform: Java\n    author: apixu\n    stargazers_count: 9\n  - name: Apixu Ruby SDK\n    documentation_url: https://github.com/apixu/apixu-ruby\n    platform: Ruby\n    author: apixu\n    stargazers_count: 2\n  - name: Apixu Android SDK\n    documentation_url: https://github.com/apixu/apixu-android\n    platform: Java\n    author: apixu\n    stargazers_count: 2\n  - name: Apixu PHP SDK\n    documentation_url: https://github.com/apixu/apixu-php\n    platform: PHP\n    author: apixu\n    stargazers_count: 22\n  - name: Apixu C# SDK\n    documentation_url: https://github.com/apixu/apixu-csharp\n    platform: C#\n    author: apixu\n    stargazers_count: 17\n  - name: Apixu Perl SDK\n    documentation_url: https://github.com/apixu/apixu-perl\n    platform: PERL\n    author: apixu\n    stargazers_count: 1\n"
  },
  {
    "path": "collection/approveapi.yaml",
    "content": "name: Approveapi\nslug: approveapi\ndescription: A simple API to request a user's real-time approval on any device or platform via Email, SMS, Slack, and\n  in-app mobile Push. I found a great domain name for sale. Check it out!\ncategories:\n  - Development\n  - Validation & Verification\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/approveapi/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://approveapi.com\n"
  },
  {
    "path": "collection/archive-org.yaml",
    "content": "name: Archive.org\nslug: archive-org\ndescription: The Internet Archive (the “Archive”) is a 501(c)(3) nonprofit organization committed to Universal Access of\n  Knowledge. The Archive runs several services including the Archive.org search engine, OpenLibrary, and the Wayback\n  Machine. In alignment with its mission, the Archive encourages developers to add media to archive.org, as well as to\n  consume and re-purpose media and its metadata, for the great good of our community and beyond.\ncategories:\n  - Statistics & Data\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/archive-org/logo_256x256.png\ncontact: support@aoncadis.org\nspecification:\n  type: swagger\n  url: https://raw.githubusercontent.com/NYTimes/public_api_specs/master/archive_api/archive_api.json\n  version: https://raw.githubusercontent.com/NYTimes/public_api_specs/master/archive_api/archive_api.json\nlinks:\n  - name: Docs / Website\n    url: https://archive.readme.io/docs\n"
  },
  {
    "path": "collection/arcsecond-io.yaml",
    "content": "name: arcsecond.io\nslug: arcsecond-io\ndescription: Unified REST APIs for world-wide astronomy data\ncategories:\n  - Science & Math\n  - Space\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/arcsecond-io/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://api.arcsecond.io/\n"
  },
  {
    "path": "collection/asana.yaml",
    "content": "name: Asana\nslug: asana\ndescription: Asana's API provides programmatic access to tasks, projects, teams, portfolios, and goals. Automate work management, build integrations, and sync data with Asana's project platform.\ncategories:\n  - Project Management\n  - Development\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://developers.asana.com/docs\n  - name: API Reference\n    url: https://developers.asana.com/reference/rest-api-reference\n"
  },
  {
    "path": "collection/ascraper.yaml",
    "content": "name: aScraper\nslug: ascraper\ndescription: Scraping Service API. Simple and ultrafast web crawler, webpages Javascript rendering\ncategories:\n  - Scrapers & Data Mining\ntype: REST\nlogo: https://ascraper.com/static/images/logo_white.svg\nlinks:\n  - name: Docs / Website\n    url: https://ascraper.com/\n"
  },
  {
    "path": "collection/assemblyai.yaml",
    "content": "name: AssemblyAI\nslug: assemblyai\ndescription: AssemblyAI's API provides speech-to-text transcription, speaker diarization, sentiment analysis, topic detection, and summarization from audio and video files.\ncategories:\n  - AI & ML\n  - Voice\n  - Music & Audio\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.assemblyai.com/docs\n  - name: API Reference\n    url: https://www.assemblyai.com/docs/api-reference\n"
  },
  {
    "path": "collection/associated-press.yaml",
    "content": "name: Associated Press\nslug: associated-press\ndescription: AP Media API Get all your AP multimedia content in one place Access the content programmatically via the\n  API or use the AP Media Agent to download content automatically. Currently using AP WebFeeds\ncategories:\n  - News & Feeds\n  - Images & Photography\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developer.ap.org/\nlibraries:\n  - name: Associated Press Ruby Library by Jay Boice\n    documentation_url: https://github.com/huffpostdata/ap-election-loader\n    platform: Ruby\n    stargazers_count: 61\n"
  },
  {
    "path": "collection/astronomy.yaml",
    "content": "name: Astronomy\nslug: astronomy\ndescription: Astronomy API provides timings for sunrise, sunset, moonrise, moonset, sun azimuth, moon azimuth, sun\n  altitude, moon altitude, sun distance from the earth and moon distance from the earth from latitude and longitude or\n  an IPv4 or IPv6 address for a given date.\ncategories:\n  - Science & Math\n  - Space\n  - Maps & Geo\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://ipgeolocation.io/astronomy-api.html\n"
  },
  {
    "path": "collection/atfont-face-generation-api.yaml",
    "content": "name: \"@Font-Face Generation Api\"\nslug: atfont-face-generation-api\ndescription: Generate font-face using REST API. Fonts API - Subscription\ncategories:\n  - Art & Design\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://everythingfonts.com/api/ffgen\n"
  },
  {
    "path": "collection/audd.yaml",
    "content": "name: AudD\nslug: audd\ndescription: \"AudD Music Recognition API Docs: how to identify songs in audio using our API\"\ncategories:\n  - Recognition\n  - Music & Audio\n  - Development\n  - Entertainment\n  - AI & ML\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/audd/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://docs.audd.io/\n"
  },
  {
    "path": "collection/audio-db.yaml",
    "content": "name: Audio Db\nslug: audio-db\ndescription: with the Audio DB API, you can get albums, artist, specific tracks data , youtube music videos , popularity\n  and images for 1000s of musicians. Most of the basic calls will work using the test API key of \"1\". Do not use the \"1\"\n  test key in production! For production environments, higher limits, more advanced functionality, publishing Apps\ncategories:\n  - Music & Audio\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/audio-db/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.theaudiodb.com/api_guide.php\n"
  },
  {
    "path": "collection/australia.yaml",
    "content": "name: Australia\nslug: australia\ndescription: Central bank of Australia\ncategories:\n  - Government\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/australia/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.rba.gov.au/statistics/tables/\n"
  },
  {
    "path": "collection/auth0.yaml",
    "content": "name: Auth0\nslug: auth0\ndescription: Rapidly integrate authentication and authorization for web, mobile, and legacy applications so you can\n  focus on your core business. Authenticate and authorize apps and APIs with any identity provider running on any stack\n  any device or cloud. Free for 700 active users\ncategories:\n  - Authentication & User Management\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/auth0/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://auth0.com\n"
  },
  {
    "path": "collection/authentic-jobs.yaml",
    "content": "name: Authentic Jobs\nslug: authentic-jobs\ndescription: Since 2005. Job board for designers, hackers and creative pros. The leading job board for designers,\n  developers, and creative pros. © 2021 Authentic Jobs, Inc\ncategories:\n  - Jobs\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://authenticjobs.com/\n"
  },
  {
    "path": "collection/autopilot.yaml",
    "content": "name: Autopilot\nslug: autopilot\ndescription: The Autopilot API documentation, examples and blog for Autopilot REST API. Marketing Automation\ncategories:\n  - Forms & Surveys\n  - Marketing & SEO\n  - Email & SMS\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://developers.autopilothq.com\n"
  },
  {
    "path": "collection/aws-bedrock.yaml",
    "content": "name: AWS Bedrock\nslug: aws-bedrock\ndescription: Amazon Bedrock is a fully managed service that provides access to foundation models from Anthropic, Meta, Mistral, Stability AI, and Amazon via a single API with enterprise security.\ncategories:\n  - AI & ML\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://docs.aws.amazon.com/bedrock\n  - name: API Reference\n    url: https://docs.aws.amazon.com/bedrock/latest/APIReference\n"
  },
  {
    "path": "collection/aws-lambda.yaml",
    "content": "name: AWS Lambda\nslug: aws-lambda\ndescription: AWS Lambda API enables invoking, managing, and configuring serverless functions. Create, update, and delete functions programmatically and integrate with other AWS services via event triggers.\ncategories:\n  - Development\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://docs.aws.amazon.com/lambda/latest/dg/API_Reference.html\n  - name: API Reference\n    url: https://docs.aws.amazon.com/lambda/latest/api/welcome.html\n"
  },
  {
    "path": "collection/aws-ses.yaml",
    "content": "name: AWS SES\nslug: aws-ses\ndescription: AWS Simple Email Service API enables sending transactional and marketing emails at scale with high deliverability. Manage verified identities, sending quotas, and bounce/complaint handling.\ncategories:\n  - Email & SMS\n  - Development\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://docs.aws.amazon.com/ses/latest/dg/Welcome.html\n  - name: API Reference\n    url: https://docs.aws.amazon.com/ses/latest/APIReference/Welcome.html\n"
  },
  {
    "path": "collection/aws-sns.yaml",
    "content": "name: AWS SNS\nslug: aws-sns\ndescription: AWS Simple Notification Service API enables pub/sub messaging, mobile push notifications, and SMS delivery. Create topics, manage subscriptions, and publish messages at scale.\ncategories:\n  - Email & SMS\n  - Development\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://docs.aws.amazon.com/sns/latest/dg/welcome.html\n  - name: API Reference\n    url: https://docs.aws.amazon.com/sns/latest/api/welcome.html\n"
  },
  {
    "path": "collection/aylien-text-analysis.yaml",
    "content": "name: Aylien Text Analysis\nslug: aylien-text-analysis\ndescription: Explore AYLIEN’s advanced NLP APIs. Explore AYLIEN’s advanced NLP APIs\ncategories:\n  - News & Feeds\n  - AI & ML\n  - Text Analysis & Tools\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://docs.aylien.com/\nlibraries:\n  - name: AYLIEN Text Analysis Ruby SDK\n    documentation_url: https://developer.aylien.com/getting-started/ruby\n    platform: Ruby\n  - name: AYLIEN Text Analysis Python SDK\n    documentation_url: https://developer.aylien.com/getting-started/python\n    platform: Python\n  - name: AYLIEN Text Analysis PHP SDK\n    documentation_url: https://developer.aylien.com/getting-started/php\n    platform: PHP\n  - name: AYLIEN Text Analysis Node.js SDK\n    documentation_url: https://developer.aylien.com/getting-started/node\n    platform: Node.js\n  - name: AYLIEN Text Analysis Java SDK\n    documentation_url: https://developer.aylien.com/getting-started/java\n    platform: Java\n  - name: AYLIEN Text Analysis C# SDK\n    documentation_url: https://developer.aylien.com/getting-started/cs\n    platform: C#\n"
  },
  {
    "path": "collection/aylien.yaml",
    "content": "name: AYLIEN\nslug: aylien\ndescription: AYLIEN Text Analysis API is a package of Natural Language Processing, Information Retrieval and Machine\n  Learning tools for extracting meaning and insight from textual and visual content with ease. Understand the severity\n  and impact of news events and stories in real-time with AYLIEN News API\ncategories:\n  - AI & ML\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://aylien.com/\n"
  },
  {
    "path": "collection/azure-cosmos-db.yaml",
    "content": "name: Azure Cosmos DB\nslug: azure-cosmos-db\ndescription: Azure Cosmos DB REST API provides globally distributed NoSQL database access with SQL, MongoDB, Cassandra, Gremlin, and Table APIs. Manage databases, containers, and documents at any scale.\ncategories:\n  - Databases\n  - Development\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://learn.microsoft.com/en-us/rest/api/cosmos-db\n  - name: API Reference\n    url: https://learn.microsoft.com/en-us/rest/api/cosmos-db/common-tasks-using-the-cosmosdb-rest-api\n"
  },
  {
    "path": "collection/azure-functions.yaml",
    "content": "name: Azure Functions\nslug: azure-functions\ndescription: Azure Functions management API enables deploying and managing serverless functions, triggers, bindings, and app settings on Microsoft Azure's event-driven compute platform.\ncategories:\n  - Development\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://learn.microsoft.com/en-us/azure/azure-functions\n  - name: API Reference\n    url: https://learn.microsoft.com/en-us/rest/api/appservice/functions\n"
  },
  {
    "path": "collection/azure-openai.yaml",
    "content": "name: Azure OpenAI Service\nslug: azure-openai\ndescription: Azure OpenAI Service provides REST API access to OpenAI's GPT-4, DALL-E, and Whisper models with enterprise-grade security, compliance, and regional availability through Microsoft Azure.\ncategories:\n  - AI & ML\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://learn.microsoft.com/en-us/azure/ai-services/openai\n  - name: API Reference\n    url: https://learn.microsoft.com/en-us/azure/ai-services/openai/reference\n"
  },
  {
    "path": "collection/bacon-ipsum.yaml",
    "content": "name: Bacon Ipsum\nslug: bacon-ipsum\ndescription: JSON API for returning meaty lorem ipsum filler text.\ncategories:\n  - Development\n  - Testing\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://baconipsum.com/json-api/\nlibraries:\n  - name: Bacon Ipsum PHP SDK\n    documentation_url: https://github.com/petenelson/wp-any-ipsum/tree/master/lib\n    platform: PHP\n    author: petenelson\n    stargazers_count: 104\n"
  },
  {
    "path": "collection/balldontlie.yaml",
    "content": "name: balldontlie\nslug: balldontlie\ndescription: Access NBA related data\ncategories:\n  - Sport & Fitness\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://balldontlie.io\n"
  },
  {
    "path": "collection/bandsintown.yaml",
    "content": "name: Bandsintown\nslug: bandsintown\ndescription: >-\n  The Bandsintown API is designed for artists and enterprises representing artists.\n\n  It offers read-only access to artist info and artist events:\n\n  artist info: returns the link to the Bandsintown artist page, the link to the artist photo, the current number of\n  trackers and more\n\n  artist events: returns the list of events including their date and time, venue name and location, ticket links,\n  lineup, description and the link to the Bandsintown event page\ncategories:\n  - Events\n  - Music & Audio\ntype: REST\nis_free: false\nspecification:\n  type: swagger\n  url: https://app.swaggerhub.com/apiproxy/registry/Bandsintown/PublicAPI/3.0.0?resolved=true&flatten=true&pretty=true\n  version: https://app.swaggerhub.com/apiproxy/registry/Bandsintown/PublicAPI/3.0.0?resolved=true&flatten=true&pretty=true\nlinks:\n  - name: Docs / Website\n    url: https://app.swaggerhub.com/apis/Bandsintown/PublicAPI/3.0.0\nlibraries:\n  - name: Festival Search Engine JavaScript SDK by Steven Liatti\n    documentation_url: https://github.com/steenput/FestivalSearchEngine\n    platform: JavaScript\n    author: stevenliatti\n    stargazers_count: 1\n  - name: Bandsintown Java 8 SDK by Julian Wrastil\n    documentation_url: https://github.com/JayJayBinks/Bandsintown-API\n    platform: Java\n    author: JayJayBinks\n    stargazers_count: 0\n  - name: Bandsintown Go SDK by Nathan Cooper\n    documentation_url: https://github.com/NathanLBCooper/bandsintown-api\n    platform: Go\n    author: NathanLBCooper\n    stargazers_count: 1\n  - name: Bandsintown .NET SDK by Damian Karzon\n    documentation_url: https://github.com/dkarzon/BitSharp\n    platform: .Net\n    author: dkarzon\n    stargazers_count: 3\n  - name: Bandsintown PHP SDK by dhavhid\n    documentation_url: https://github.com/dhavhid/php-bandsintown\n    platform: PHP\n    author: dhavhid\n    stargazers_count: 1\n  - name: Bandsintown Python SDK by Anthony Roscoe\n    documentation_url: https://github.com/WizKid/Bandsintown-API\n    platform: Python\n    author: WizKid\n    stargazers_count: 5\n  - name: Bandsintown Ruby SDK by Mike Constanza\n    documentation_url: https://github.com/bandsintown/api-gem\n    platform: Ruby\n    stargazers_count: 20\n"
  },
  {
    "path": "collection/bannerbear.yaml",
    "content": "name: Bannerbear\nslug: bannerbear\ndescription: Bannerbear API auto-generates social media images, banners, and PDFs from templates. Integrate dynamic image creation into workflows for marketing, e-commerce, and content automation.\ncategories:\n  - Images & Photography\n  - Marketing & SEO\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developers.bannerbear.com\n  - name: API Reference\n    url: https://developers.bannerbear.com/#introduction\n"
  },
  {
    "path": "collection/barchart-ondemand.yaml",
    "content": "name: Barchart OnDemand\nslug: barchart-ondemand\ndescription: Free Market Data APIs for Stock, futures and forex quotes, and historical data.\ncategories:\n  - Finance & Economics\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.barchartondemand.com/free\n"
  },
  {
    "path": "collection/barzahlen.yaml",
    "content": "name: Barzahlen\nslug: barzahlen\ndescription: viafintech API v2 allows you to create payment, partial payment, payout, and refund slips customers can use\n  in stores like supermarkets to pay or receive money. Slips are sent to users as an email with a PDF attachment or as a\n  text message. When a store's point of sale system confirms the transaction, viafintech usually immediately calls a\n  Webhook to notify your system about the payment. You can then use this confirmation e.g. to mark an invoice as paid or\n  trigger shipping goods to the customer.\ncategories:\n  - Documents & Productivity\n  - Commerce\n  - Payments\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://docs.viafintech.com\nlibraries:\n  - name: Barzahlen Ruby SDK\n    documentation_url: https://github.com/Barzahlen/Barzahlen-Ruby\n    platform: Ruby\n    stargazers_count: 4\n  - name: Barzahlen PHP SDK\n    documentation_url: https://github.com/Barzahlen/Barzahlen-PHP\n    platform: PHP\n    stargazers_count: 13\n"
  },
  {
    "path": "collection/basecamp-api.yaml",
    "content": "name: Basecamp API\nslug: basecamp-api\ndescription: A web based system for managing collaborative projects. Simple manipulations of your project are provided\n  through the web user interface. API documentation and wrappers for Basecamp 2. Contribute to basecamp/bcx-api\n  development by creating an account on GitHub\ncategories:\n  - Project Management\n  - Collaboration\n  - Business\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/basecamp-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://github.com/basecamp/bcx-api\n"
  },
  {
    "path": "collection/battle-net.yaml",
    "content": "name: Battle.Net\nslug: battle-net\ndescription: Blizzard Entertainment\ncategories:\n  - Games\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://develop.battle.net\n"
  },
  {
    "path": "collection/battlefield-4.yaml",
    "content": "name: Battlefield 4\nslug: battlefield-4\ndescription: Battlefield 4 Information. P-Stats Player Stats Network As of October 27, 2019 the P-Stats Network has\n  shutdown. In 2005 the first website started and in 2011 the P-Stats Network was formed to provide the most detailed\n  playe\ncategories:\n  - Games\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/battlefield-4/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://endof.p-stats.com/\n"
  },
  {
    "path": "collection/battuta.yaml",
    "content": "name: Battuta\nslug: battuta\ndescription: Country Region City. Country Region City\ncategories:\n  - Maps & Geo\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://battuta.medunes.net\n"
  },
  {
    "path": "collection/bay-area-rapid-transit.yaml",
    "content": "name: Bay Area Rapid Transit\nslug: bay-area-rapid-transit\ndescription: The BART API gives you access to pretty much all of the BART service and station data available on the BART website.\ncategories:\n  - Transportation\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://api.bart.gov\n"
  },
  {
    "path": "collection/bclaws.yaml",
    "content": "name: BCLaws\nslug: bclaws\ndescription: CiviX Server is an electronic library providing free public access to law and bylaw content of British\n  Columbia. CiviX Server contains a comprehensive collection of BC Provincial legislation, civic bylaw content and\n  related policy and legislative materials.\ncategories:\n  - Government\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://www.bclaws.ca/civix/template/complete/api/index.html\n"
  },
  {
    "path": "collection/behance.yaml",
    "content": "name: Behance\nslug: behance\ndescription: Behance is the world's largest creative network for showcasing and discovering creative work. Behance is\n  the leading online platform to showcase & discover creative work\ncategories:\n  - Art & Design\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/behance/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.behance.net/dev/api/endpoints/\nlibraries:\n  - name: Behance Python SDK by aravenel\n    documentation_url: https://www.behance.net/dev/api/libraries\n    source_code_url: https://github.com/aravenel/behance_python\n    platform: Python\n    author: aravenel\n    stargazers_count: 24\n"
  },
  {
    "path": "collection/best-buy-commerce-api.yaml",
    "content": "name: Best Buy Commerce API\nslug: best-buy-commerce-api\ndescription: Allows companies to conduct commerce with Best Buy services within their own e-commerce application. Come\n  explore our APIs and unleash their possibilities\ncategories:\n  - Commerce\n  - Authentication & User Management\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/best-buy-commerce-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developer.bestbuy.com\n"
  },
  {
    "path": "collection/bettermeta.yaml",
    "content": "name: BetterMeta\nslug: bettermeta\ndescription: A simple API to return the meta tags of any site in a digestable JSON format.\ncategories:\n  - Scrapers & Data Mining\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/bettermeta/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://bettermeta.io\n"
  },
  {
    "path": "collection/bhagavad-gita.yaml",
    "content": "name: Bhagavad Gita\nslug: bhagavad-gita\ndescription: Bhagwat Geeta in Hindi and English. Read Bhagavad Gita online in a simple, beautiful and easy-to-use\n  interface; Gita Saar In Hindi; Bhagavad Gita quotes\ncategories:\n  - Books\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/bhagavad-gita/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://bhagavadgita.io/\n"
  },
  {
    "path": "collection/big-ml.yaml",
    "content": "name: Big ML\nslug: big-ml\ndescription: BigML removes the complexities of Machine Learning so you can focus on what matters most, enhancing and\n  automating decision making. BigML is user-friendly and developer-friendly Machine learning API that mainly\n  concentrates on decision trees\ncategories:\n  - AI & ML\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/big-ml/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://bigml.com/api/\n"
  },
  {
    "path": "collection/bikewise.yaml",
    "content": "name: BikeWise\nslug: bikewise\ndescription: Bicycle registration service.\ncategories:\n  - Sport & Fitness\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.bikewise.org/documentation/api_v2\n"
  },
  {
    "path": "collection/binance.yaml",
    "content": "name: Binance\nslug: binance\ndescription: Binance cryptocurrency exchange official API\ncategories:\n  - Blockchain & Cryptocurrencies\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/binance/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://github.com/binance/binance-spot-api-docs\nlibraries:\n  - name: haxchange Haskell SDK by Sean McGroarty\n    documentation_url: https://github.com/mcgizzle/haxchange\n    platform: Haskell\n    author: mcgizzle\n    stargazers_count: 13\n  - name: Cryptocurrency exchanges connector PHP SDK by WALL\n    documentation_url: https://github.com/wall-one/exchange-connector\n    platform: PHP\n    stargazers_count: 5\n  - name: binancer R SDK by Gergely Daróczi\n    documentation_url: https://github.com/daroczig/binancer\n    platform: R\n    author: daroczig\n    stargazers_count: 54\n  - name: Binance REST .NET SDK by CodeTao\n    documentation_url: https://github.com/CodeTao/Binance.Api\n    platform: .Net, C#\n  - name: Binance REST Haskell SDK by Kelecorix\n    documentation_url: https://github.com/kelecorix/api-binance\n    platform: Haskell\n    stargazers_count: 0\n  - name: Binance NodeJS SDK by Marcius Capital\n    documentation_url: https://github.com/marcius-capital/binance-api\n    platform: JavaScript, Node.js\n    stargazers_count: 6\n  - name: Binance NodeJS SDK by Sonia John\n    documentation_url: https://github.com/realChainLife/Binance-API\n    platform: JavaScript, Node.js\n    author: realChainLife\n    stargazers_count: 0\n  - name: Binance REST Python SDK by Dave Standish\n    documentation_url: https://github.com/machine-uprising/api-Binance\n    platform: Python\n  - name: Binance .NET SDK by Robert Massa\n    documentation_url: https://github.com/Grepsy/BinanceService\n    source_code_url: https://www.nuget.org/packages/BinanceService\n    platform: .Net, C#\n    author: Grepsy\n    stargazers_count: 1\n  - name: Binance REST Dart SDK by Ravi Teja Gudapati\n    documentation_url: https://github.com/tejainece/binance_api.dart\n    platform: Dart\n    author: tejainece\n    stargazers_count: 1\n  - name: Binance REST Python SDK by Huy Tran\n    documentation_url: https://github.com/mrhuytran/bnb-api-wrapper\n    platform: Python\n    author: nartyuh\n    stargazers_count: 1\n  - name: Binance REST Google Apps Script SDK by AubakirovArman\n    documentation_url: https://github.com/AubakirovArman/Binance_api_gas\n    platform: Unspecified\n    author: AubakirovArman\n    stargazers_count: 4\n  - name: Binance REST Java SDK by Leo Ertuna\n    documentation_url: https://github.com/JPLeoRX/binance4j\n    platform: Java\n    author: JPLeoRX\n    stargazers_count: 2\n  - name: Binance REST Python SDK by ape364\n    documentation_url: https://github.com/ape364/aiobinance\n    source_code_url: https://pypi.org/project/aiobinance/\n    platform: Python\n    author: ape364\n    stargazers_count: 0\n  - name: Binance REST Java SDK by Marco\n    documentation_url: https://github.com/VaultDeveloper/binance-java-client\n    platform: Java\n    author: VaultDeveloper\n    stargazers_count: 0\n  - name: Binance REST Python SDK by Zac Shaiken\n    documentation_url: https://github.com/shaikezr/binance-bot\n    platform: Python\n    author: shaikezr\n    stargazers_count: 0\n  - name: Binance REST .NET SDK by WarFollowsMe\n    documentation_url: https://github.com/WarFollowsMe/NetBinance\n    platform: .Net, C#\n    author: warfollowsme\n    stargazers_count: 0\n  - name: Binance REST Python SDK by Hive Solutions\n    documentation_url: https://github.com/hivesolutions/binance_api\n    source_code_url: https://pypi.org/project/binance_api/\n    platform: Python\n    stargazers_count: 0\n  - name: Binance REST Swift SDK by Ali Ravanchi\n    documentation_url: https://github.com/ravanchi/BinanceSwift\n    platform: Swift\n    author: ravanchi\n    stargazers_count: 2\n  - name: Binance REST Kotlin SDK by Fabian Loewe\n    documentation_url: https://github.com/hyronx/binance-api-kotlin\n    platform: Kotlin\n    author: fabianloewe\n    stargazers_count: 2\n  - name: Binance REST Objective-C SDK by pclion\n    documentation_url: https://github.com/pclion/BinanceAPIForOC\n    platform: Objective-C\n    author: pclion\n    stargazers_count: 0\n  - name: Binance NodeJS SDK by tdeineka\n    documentation_url: https://github.com/tdeineka/node-binance-us-api\n    source_code_url: https://www.npmjs.com/package/node-binance-api\n    platform: JavaScript, Node.js\n    author: tdeineka\n    stargazers_count: 0\n  - name: Binance REST Java SDK by Richard He\n    documentation_url: https://github.com/richardyc/Binance-API-Challenge\n    platform: Java\n    author: richardyc\n    stargazers_count: 2\n  - name: Binance REST C# SDK by JasperDrost4\n    documentation_url: https://github.com/JasperDrost4/BinanceApiDataRetriever\n    platform: C#\n    author: JasperDrost4\n    stargazers_count: 0\n  - name: Binance REST C# SDK by Shamim Keshani\n    documentation_url: https://github.com/jeot/BinanceApi_CSharp\n    platform: C#\n    author: jeot\n    stargazers_count: 1\n"
  },
  {
    "path": "collection/bing-maps.yaml",
    "content": "name: Bing Maps\nslug: bing-maps\ndescription: Bing Maps platform provides multiple API options for your application. Explore Bing Maps API features and\n  view an API features comparison chart to help you choose the Maps API that best meets your needs\ncategories:\n  - Maps & Geo\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.microsoft.com/maps/choose-your-bing-maps-API.aspx\nlibraries:\n  - name: Geocoder Ruby SDK by Alex Reisner\n    documentation_url: https://github.com/alexreisner/geocoder\n    source_code_url: https://rubygems.org/gems/geocoder\n    platform: Ruby\n    author: alexreisner\n    stargazers_count: 5834\n  - name: geocode Python SDK by Deloitte\n    documentation_url: https://github.com/DeloitteGeospatial/geocode\n    platform: Python\n    stargazers_count: 0\n  - name: Generic Geocoding C# SDK by Chad Lee\n    documentation_url: https://github.com/chadly/Geocoding.net\n    platform: C#\n    author: chadly\n    stargazers_count: 450\n  - name: Mapstraction JavaScript SDK\n    documentation_url: http://mapstraction.com/\n    source_code_url: https://github.com/mapstraction/mxn\n    platform: JavaScript\n    stargazers_count: 582\n  - name: Bing Maps SDK for Windows 8\n    documentation_url: https://visualstudiogallery.msdn.microsoft.com/ebc98390-5320-4088-a2b5-8f276e4530f9\n    source_code_url: http://msdn.microsoft.com/en-us/library/vstudio\n    platform: C#, C++, JavaScript, Visual Basic\n  - name: Bing Maps iOS SDK\n    documentation_url: http://blogs.bing.com/maps/2011/05/05/new-bing-maps-ios-sdk/\n    source_code_url: http://www.microsoft.com/en-us/download/details.aspx?id=1112\n    platform: Objective-C\n  - name: Bing Maps PHP SDK\n    documentation_url: https://github.com/mindtree/BingMapsPHPSDK\n    platform: PHP\n    author: mindtree\n    stargazers_count: 3\n  - name: Bing Maps Java SDK\n    documentation_url: https://code.google.com/p/bing-maps-java-sdk/\n    platform: Java\n  - name: Drupal Library for Bing Maps API\n    documentation_url: https://www.drupal.org/project/bing_maps_api\n    source_code_url: https://www.drupal.org/node/2399745\n    platform: PHP\n  - name: Bing REST Client\n    documentation_url: https://github.com/advancedrei/Bing.RestClient\n    platform: .Net\n    stargazers_count: 11\n  - name: A Java wrapper for Bing Maps Web Services\n    documentation_url: http://code.google.com/p/bing-maps-java-sdk/\n    platform: Java\n"
  },
  {
    "path": "collection/bing-search-api.yaml",
    "content": "name: Bing Search API\nslug: bing-search-api\ndescription: Add intelligent search to your app, combing hundreds of billions of webpages, images, videos, and news to\n  provide relevant results with no ad requirements. The results can be automatically customized to your users' locations\n  or markets, increasing relevancy by staying local. 415 Unsupported Media Type nginx\ncategories:\n  - Search\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://datamarket.azure.com/dataset/bing/search\n"
  },
  {
    "path": "collection/bit-ly-api.yaml",
    "content": "name: Bit.Ly API\nslug: bit-ly-api\ndescription: The Bitly API Bitly is the most widely trusted link management platform in the world. By using the Bitly\n  API, you will exercise the full power of your links through automated link customization, mo. Links are everywhere.\n  Within every channel and every platform. Only Bitlinks are powerful enough to allow you to see clear across the\n  internet\ncategories:\n  - URLs\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://dev.bitly.com/\n"
  },
  {
    "path": "collection/bitbucket.yaml",
    "content": "name: Bitbucket\nslug: bitbucket\ndescription: Code against the Bitbucket API to automate simple tasks, embed Bitbucket data into your own site, build\n  mobile or desktop apps, or even add custom UI add-ons into Bitbucket itself using the Connect framework.\ncategories:\n  - Development\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/bitbucket/logo_256x256.png\ncontact: support@bitbucket.org\nlinks:\n  - name: Docs / Website\n    url: https://developer.atlassian.com/bitbucket/api/2/reference/\n"
  },
  {
    "path": "collection/bitcoin.yaml",
    "content": "name: Bitcoin\nslug: bitcoin\ndescription: Bitcoin is an innovative payment network and a new kind of money. Find all you need to know and get started\n  with Bitcoin on bitcoin. org. Find useful resources, guides and reference material for developers\ncategories:\n  - Blockchain & Cryptocurrencies\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/bitcoin/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://bitcoin.org/en/developer-documentation\n"
  },
  {
    "path": "collection/bitcoinaverage.yaml",
    "content": "name: BitcoinAverage\nslug: bitcoinaverage\ndescription: The world's best and longest running Cryptocurrency price API provider. These APIs can be used to gather\n  real-time, OHLC, volume and historical price\ncategories:\n  - Blockchain & Cryptocurrencies\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://apiv2.bitcoinaverage.com/\nlibraries:\n  - name: BitcoinAverage NodeJS SDK\n    documentation_url: https://www.npmjs.com/package/bitcoinaverage\n    platform: Node.js\n  - name: BitcoinAverage Python PIP SDK\n    documentation_url: https://github.com/bitcoinaverage/api-integration-examples/\n    platform: Python\n    stargazers_count: 63\n"
  },
  {
    "path": "collection/bitcoincharts.yaml",
    "content": "name: Bitcoincharts\nslug: bitcoincharts\ndescription: You can use this API to include markets data in your websites, mobile apps or desktop applets.\n  Bitcoincharts is the world's leading provider for financial and technical data related to the Bitcoin network. It\n  provides news, markets, price charts and more\ncategories:\n  - Blockchain & Cryptocurrencies\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://bitcoincharts.com/about/markets-api/\n"
  },
  {
    "path": "collection/bitfinex.yaml",
    "content": "name: Bitfinex\nslug: bitfinex\ndescription: The Bitfinex API is designed to allow access to all the features of the Bitfinex platform on the condition\n  that it is used in compliance with our API Terms of Service. Users can use the API to create highly customised and\n  advanced trading strategies on our platform\ncategories:\n  - Blockchain & Cryptocurrencies\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://docs.bitfinex.com/docs\nlibraries:\n  - name: ccex-api TypeScript SDK by Dang Thanh Tung\n    documentation_url: https://github.com/dang1412/ccex-api\n    platform: JavaScript, Node.js\n    author: dang1412\n    stargazers_count: 30\n  - name: ExchangeSharp .NET/C# by Jeff Johnson\n    documentation_url: https://github.com/jjxtra/ExchangeSharp\n    platform: .Net, C#\n    author: jjxtra\n    stargazers_count: 759\n  - name: GoEx Go SDK by nntaoli.com\n    documentation_url: https://github.com/nntaoli-project/GoEx\n    platform: Go\n    stargazers_count: 1976\n  - name: Cryptex iOS SDK by Sathya Rajaraman\n    documentation_url: https://github.com/trsathya/Cryptex\n    platform: Swift\n    author: trsathya\n    stargazers_count: 65\n  - name: Bitfinex Ruby SDK by Bitfinex\n    documentation_url: https://github.com/bitfinexcom/bitfinex-api-rb\n    platform: Ruby\n    stargazers_count: 81\n  - name: Bitfinex Go SDK by Bitfinex\n    documentation_url: https://github.com/bitfinexcom/bitfinex-api-go\n    platform: Go\n    stargazers_count: 316\n  - name: Bitfinex Node.js SDK by Bitfinex\n    documentation_url: https://www.npmjs.com/package/bitfinex-api-node\n    source_code_url: https://github.com/bitfinexcom/bitfinex-api-node\n    platform: Node.js\n    stargazers_count: 477\n  - name: Bitfinex Meteor SDK by Josh Rossi\n    documentation_url: https://atmospherejs.com/mjr/bitfinex-api\n    source_code_url: https://github.com/joshuarossi/bitfinex_api/\n    platform: JavaScript\n    author: joshuarossi\n    stargazers_count: 2\n"
  },
  {
    "path": "collection/bitly.yaml",
    "content": "name: Bitly\nslug: bitly\ndescription: Access to Bitly’s API. The Bitly API Bitly is the most widely trusted link management platform in the\n  world. By using the Bitly API, you will exercise the full power of your links through automated link customization, mo\ncategories:\n  - URLs\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://dev.bitly.com/links.html\nlibraries:\n  - name: Bitly PHP SDK by Kanan Langin-Hooper\n    documentation_url: https://packagist.org/packages/kananlanginhooper/bitly-api-php\n    source_code_url: https://github.com/kananlanginhooper/bitly-api-php\n    platform: PHP\n    author: kananlanginhooper\n    stargazers_count: 0\n  - name: Bit.ly Ruby Library by Louis Gillies\n    documentation_url: https://github.com/playgood/get_shorty\n    platform: Ruby\n    author: louisgillies\n    stargazers_count: 7\n  - name: Bit.ly Python Library by Yoav Aviram\n    documentation_url: https://code.google.com/p/python-bitly/\n    platform: Python\n  - name: Bit.ly PHP Library by Yii\n    documentation_url: http://www.yiiframework.com/extension/bitly-url-shortener\n    platform: PHP\n  - name: \" Bit.ly Java Library by Finn Johnsen \"\n    documentation_url: https://github.com/finnjohnsen/BitlyAndroid\n    platform: .Net, Java\n    author: finnjohnsen\n    stargazers_count: 19\n  - name: Bit.ly Python Library bitly-api-python\n    documentation_url: https://github.com/bitly/bitly-api-python\n    platform: Python\n    stargazers_count: 242\n  - name: Bitly .NET library BitlyDotNET\n    documentation_url: http://dev.bitly.com/code_libraries.html\n    source_code_url: https://code.google.com/p/bitly-dot-net/\n    platform: .Net\n  - name: url_shortener (Bitly Ruby Gem)\n    documentation_url: http://rdoc.info/github/nas/url_shortener\n    source_code_url: https://github.com/nas/url_shortener\n    platform: Ruby\n    author: nas\n    stargazers_count: 40\n  - name: node-bitlyapi\n    documentation_url: https://www.npmjs.org/package/node-bitlyapi\n    source_code_url: https://github.com/nkirby/node-bitlyapi\n    platform: Node.js\n    author: nkirby\n    stargazers_count: 33\n"
  },
  {
    "path": "collection/bitmex.yaml",
    "content": "name: Bitmex\nslug: bitmex\ndescription: BitMEX is the world's most advanced P2P crypto-products trading platform and API. Trade with up to 100x\n  leverage with only Bitcoin as collateral\ncategories:\n  - Blockchain & Cryptocurrencies\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/bitmex/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.bitmex.com/app/apiOverview\nlibraries:\n  - name: Store-json-in-Database Python SDK by Umar Mohamed\n    documentation_url: https://github.com/moroclash/Store-json-in-Database\n    platform: Python\n    author: moroclash\n    stargazers_count: 0\n  - name: ExchangeSharp .NET/C# by Jeff Johnson\n    documentation_url: https://github.com/jjxtra/ExchangeSharp\n    platform: .Net, C#\n    author: jjxtra\n    stargazers_count: 759\n  - name: Reactive Crypto Kotlin/Java SDK by namjug-kim\n    documentation_url: https://github.com/namjug-kim/reactive-crypto\n    platform: Java, Kotlin\n    author: namjug-kim\n    stargazers_count: 100\n  - name: GoEx Go SDK by nntaoli.com\n    documentation_url: https://github.com/nntaoli-project/GoEx\n    platform: Go\n    stargazers_count: 1976\n  - name: BitMEX Swagger Java SDK\n    documentation_url: https://github.com/BitMEX/api-connectors/tree/master/auto-generated/java\n    platform: Java\n    stargazers_count: 912\n  - name: BitMEX Swagger Go SDK\n    documentation_url: https://github.com/BitMEX/api-connectors/tree/master/auto-generated/go\n    platform: Go\n    stargazers_count: 912\n  - name: BitMEX Swagger C# SDK\n    documentation_url: https://github.com/BitMEX/api-connectors/tree/master/auto-generated/csharp\n    platform: C#\n    stargazers_count: 912\n  - name: BitMEX Swagger Clojure SDK\n    documentation_url: https://github.com/BitMEX/api-connectors/tree/master/auto-generated/clojure\n    platform: Clojure\n    stargazers_count: 912\n  - name: BitMEX Swagger Android SDK\n    documentation_url: https://github.com/BitMEX/api-connectors/tree/master/auto-generated/android\n    platform: Java\n    stargazers_count: 912\n"
  },
  {
    "path": "collection/bitpay.yaml",
    "content": "name: bitpay\nslug: bitpay\ndescription: A simple, RESTful API to the most powerful bitcoin infrastructure on the planet. Start accepting bitcoin,\n  store and spend bitcoin securely, or get the BitPay Card\ncategories:\n  - Payments\n  - Blockchain & Cryptocurrencies\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/bitpay/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://bitpay.com/developers\nlibraries:\n  - name: BitPay Cordova SDK\n    documentation_url: https://github.com/bitpay/cordova-sdk\n    platform: JavaScript\n    stargazers_count: 11\n  - name: BitPay Android SDK\n    documentation_url: https://github.com/bitpay/android-sdk\n    platform: Java\n    stargazers_count: 18\n  - name: BitPay Ruby Client Library\n    documentation_url: https://github.com/bitpay/ruby-client\n    platform: Ruby\n    stargazers_count: 78\n  - name: BitPay C# Client Library\n    documentation_url: https://github.com/bitpay/csharp-bitpay-client\n    platform: C#\n    stargazers_count: 30\n  - name: BitPay Perl Client Library\n    documentation_url: https://github.com/bitpay/perl-client\n    platform: PERL\n    stargazers_count: 7\n  - name: BitPay Java Client Library\n    documentation_url: https://github.com/bitpay/java-bitpay-client\n    platform: Java\n    stargazers_count: 44\n  - name: BitPay PHP Client Library\n    documentation_url: https://github.com/bitpay/php-bitpay-client\n    platform: PHP\n    stargazers_count: 166\n  - name: BitPay Python Client Library\n    documentation_url: https://github.com/bitpay/python-client\n    platform: Python\n  - name: BitPay Node.js Client Library\n    documentation_url: https://github.com/bitpay/node-bitpay-client\n    platform: Node.js\n    stargazers_count: 104\n"
  },
  {
    "path": "collection/bittrex.yaml",
    "content": "name: Bittrex\nslug: bittrex\ndescription: Bittrex provides a simple and powerful API consisting of REST endpoints for transactional operations and a\n  complementary Websocket service providing streaming market and user data updates\ncategories:\n  - Blockchain & Cryptocurrencies\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://bittrex.github.io/api/v3\nlibraries:\n  - name: haxchange Haskell SDK by Sean McGroarty\n    documentation_url: https://github.com/mcgizzle/haxchange\n    platform: Haskell\n    author: mcgizzle\n    stargazers_count: 13\n  - name: Cryptocurrency exchanges connector PHP SDK by WALL\n    documentation_url: https://github.com/wall-one/exchange-connector\n    platform: PHP\n    stargazers_count: 5\n  - name: ExchangeSharp .NET/C# by Jeff Johnson\n    documentation_url: https://github.com/jjxtra/ExchangeSharp\n    platform: .Net, C#\n    author: jjxtra\n    stargazers_count: 759\n  - name: Bittrex Go SDK by frcr\n    documentation_url: https://github.com/frcr/gotrex\n    platform: Go\n    author: frcr\n    stargazers_count: 0\n  - name: Bittrex C# SDK by raghupallavi\n    documentation_url: https://github.com/raghupallavi/Bittrex-CSharp-Api\n    platform: C#\n  - name: Bittrex PowerShell SDK by byterogues\n    documentation_url: https://github.com/byterogues/powershell-bittrex-api\n    platform: .Net\n    author: byterogues\n    stargazers_count: 5\n  - name: Bittrex PHP SDK by Brian Faust\n    documentation_url: https://github.com/faustbrian/Bittrex-PHP-Client\n    platform: PHP\n    author: faustbrian\n    stargazers_count: 2\n  - name: Bittrex Python SDK by Luc\n    documentation_url: https://github.com/dude24760/bittrex-public-unofficial-api\n    platform: Python\n    author: dude24760\n    stargazers_count: 0\n  - name: Bittrex Ruby SDK by Vizakenjack\n    documentation_url: https://github.com/Vizakenjack/ruby-bittrex-api\n    platform: Ruby\n    author: vizakenjack\n    stargazers_count: 4\n  - name: Bittrex Java SDK by NinjaNed\n    documentation_url: https://github.com/NinjaNed/BittrexJavaWrapper\n    platform: Java\n    author: NinjaNed\n    stargazers_count: 5\n  - name: Bittrex .NET SDK by swtrse\n    documentation_url: https://github.com/swtrse/BittrexClient.net\n    platform: .Net\n    author: swtrse\n    stargazers_count: 0\n  - name: Bittrex PHP SDK by fransyozef\n    documentation_url: https://github.com/fransyozef/php-bittrex\n    platform: PHP\n  - name: Bittrex Laravel PHP SDK by Pepijn Olivier\n    documentation_url: https://github.com/pepijnolivier/laravel-bittrex\n    platform: PHP\n    author: pepijnolivier\n    stargazers_count: 23\n  - name: Bittrex PHP SDK by Roman\n    documentation_url: https://github.com/KielD-01/Bittrex-Reader\n    platform: PHP\n    author: KielD-01\n    stargazers_count: 0\n  - name: Bittrex Node.js SDK by Coinsop\n    documentation_url: https://github.com/coinsop/bittrex-wrapper\n    platform: Node.js\n    stargazers_count: 8\n  - name: Bittrex Python SDK by Nate George\n    documentation_url: https://github.com/nateGeorge/bittrex_tools\n    platform: Python\n    author: nateGeorge\n    stargazers_count: 12\n  - name: Bittrex Node.js SDK by jpstratmanuno\n    documentation_url: https://github.com/jpstratmanuno/bittrex-orderbook\n    platform: Node.js\n    author: jpstratman\n    stargazers_count: 0\n  - name: Bittrex Elixir SDK by Andrey Parubets\n    documentation_url: https://github.com/parubets/bittrex_elixir\n    platform: Elixir\n    author: parubets\n    stargazers_count: 0\n  - name: Bittrex Ruby SDK by Aaron Binford\n    documentation_url: https://github.com/MisterToolbox/bittrex-api\n    platform: Ruby\n    author: MisterToolbox\n    stargazers_count: 0\n  - name: Bittrex Elixir SDK by cyberpunk-ventures\n    documentation_url: https://github.com/cyberpunk-ventures/bittrex_ex\n    platform: Elixir\n    stargazers_count: 0\n  - name: Bittrex Node.js SDK by Tommy Bergeron\n    documentation_url: https://github.com/tbergeron/bittrex-notifier\n    platform: Node.js\n    author: tbergeron\n    stargazers_count: 2\n  - name: Bittrex Go SDK by Justin\n    documentation_url: https://github.com/Just1B/Bittrex_ticker\n    platform: Go\n  - name: Bittrex v2 Java SDK by Giorgio Momigliano\n    documentation_url: https://github.com/platelminto/java-bittrex-2\n    platform: Java\n    author: platelminto\n    stargazers_count: 17\n  - name: Bittrex PHP SDK by guxal\n    documentation_url: https://github.com/guxal/BittrexAPIClient\n    platform: PHP\n    author: guxal\n    stargazers_count: 5\n  - name: Bittrex Python SDK by ppm0\n    documentation_url: https://github.com/ppm0/bittrex3\n    platform: Python\n    author: ppm0\n    stargazers_count: 0\n  - name: Python-Bittrex\n    documentation_url: https://github.com/ericsomdahl/python-bittrex\n    platform: Python\n    author: ericsomdahl\n    stargazers_count: 580\n  - name: Ruby Gem for Bittrex\n    documentation_url: https://github.com/mwerner/bittrex\n    source_code_url: https://github.com/mwerner/bittrex\n    platform: Ruby\n    author: mwerner\n    stargazers_count: 51\n  - name: Node Bittrex API\n    documentation_url: https://www.npmjs.org/package/node.bittrex.api\n    source_code_url: https://github.com/n0mad01/node.bittrex.api\n    platform: Node.js\n    author: n0mad01\n    stargazers_count: 180\n"
  },
  {
    "path": "collection/blablacar.yaml",
    "content": "name: BlaBlaCar\nslug: blablacar\ndescription: Connects people together, making it possible to travel literally anywhere, directly. BlaBlaCar is the\n  leading carpooling app in the world.\ncategories:\n  - Transportation\n  - Vehicles\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://dev.blablacar.com\n"
  },
  {
    "path": "collection/block.yaml",
    "content": "name: Block\nslug: block\ndescription: The most versatile and secure wallet for all your coins\ncategories:\n  - Blockchain & Cryptocurrencies\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/block/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://block.io/\n"
  },
  {
    "path": "collection/blockchain.yaml",
    "content": "name: Blockchain\nslug: blockchain\ndescription: The easiest and most trusted transaction search engine and block explorer.\ncategories:\n  - Blockchain & Cryptocurrencies\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/blockchain/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.blockchain.info/api\n"
  },
  {
    "path": "collection/blockcypher.yaml",
    "content": "name: BlockCypher\nslug: blockcypher\ndescription: Build blockchain applications easily with our web APIs and callbacks. High throughputs, linear scaling,\n  low-latency. BlockCypher is the infrastructure fabric for blockchain applications\ncategories:\n  - Blockchain & Cryptocurrencies\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.blockcypher.com/\nlibraries:\n  - name: BlockCypher .Net SDK by Boris Scheiman\n    documentation_url: https://github.com/bscheiman/BlockCypher\n    platform: .Net\n    author: bscheiman\n    stargazers_count: 20\n  - name: BlockCypher Node.js SDK by BlockCypher\n    documentation_url: https://github.com/blockcypher/node-client\n    platform: Node.js\n    stargazers_count: 94\n  - name: BlockCypher Go SDK by BlockCypher\n    documentation_url: https://github.com/blockcypher/gobcy\n    platform: Go\n    stargazers_count: 61\n  - name: BlockCypher PHP SDK by BlockCypher\n    documentation_url: https://github.com/blockcypher/php-client\n    platform: PHP\n    stargazers_count: 52\n  - name: BlockCypher Java SDK by BlockCypher\n    documentation_url: https://github.com/blockcypher/java-client\n    platform: Java\n    stargazers_count: 46\n  - name: BlockCypher Python SDK by BlockCypher\n    documentation_url: https://github.com/blockcypher/blockcypher-python\n    platform: Python\n    stargazers_count: 223\n  - name: BlockCypher Ruby SDK by BlockCypher\n    documentation_url: https://github.com/blockcypher/ruby-client\n    platform: Ruby\n    stargazers_count: 47\n"
  },
  {
    "path": "collection/blockfacts-io.yaml",
    "content": "name: BlockFacts.io\nslug: blockfacts-io\ndescription: >-\n  SDKs for integration, rich historic tick data. AllMarkets - US stock market: real-time, stock quotes, stock screener,\n  stock charts and cryptocurrencies\n   API. Compliance-first digital asset data with REST and WebSocket API support. Real-time cryptocurrency data from multiple exchanges via a single unified API\ncategories:\n  - Blockchain & Cryptocurrencies\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/blockfacts-io/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://blockfacts.io/\n"
  },
  {
    "path": "collection/blockscore.yaml",
    "content": "name: BlockScore\nslug: blockscore\ndescription: A real-time API for verifying an identity by name, address, date of birth, and social security number\ncategories:\n  - Authentication & User Management\n  - Payments\n  - Commerce\n  - Validation & Verification\n  - Security\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://docs.blockscore.com/\n"
  },
  {
    "path": "collection/blogcast.yaml",
    "content": "name: Blogcast\nslug: blogcast\ndescription: Generate audio versions of your articles. Create realistic voice overs for blogs, videos, podcasts and more\n  from your content using AI text-to-speech software\ncategories:\n  - AI & ML\n  - Scrapers & Data Mining\n  - Voice\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://blogcast.host\n"
  },
  {
    "path": "collection/bng2latlong.yaml",
    "content": "name: bng2latlong\nslug: bng2latlong\ndescription: Simple API to convert an OSGB36 easting and northing (British National Grid) to WGS84 latitude and longitude.\ncategories:\n  - Post & Logistics\n  - Maps & Geo\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/bng2latlong/logo_256x256.png\ncontact: info@getthedata.com\nlinks:\n  - name: Docs / Website\n    url: https://www.getthedata.com/bng2latlong\n"
  },
  {
    "path": "collection/bored.yaml",
    "content": "name: Bored\nslug: bored\ndescription: Find random activities to fight boredom\ncategories:\n  - Development\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.boredapi.com/\n"
  },
  {
    "path": "collection/box.yaml",
    "content": "name: Box\nslug: box\ndescription: |-\n  Explore the Box APIs and SDKs to use for app development,\n  API documentation, developer support resources, and access\n  the Box Developer Console.\ncategories:\n  - Collaboration\n  - Business\n  - Files & Storage\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/box/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developer.box.com/\nlibraries:\n  - name: Box Javascript SDK by Allen-Michael Grobelny\n    documentation_url: https://github.com/allenmichael/box-javascript-sdk/blob/master/README.md\n    source_code_url: https://github.com/allenmichael/box-javascript-sdk\n    platform: JavaScript\n    author: allenmichael\n    stargazers_count: 0\n  - name: Box Windows Powershell SDK by Box Community\n    documentation_url: https://github.com/box-community/box-powershell-sdk-v2\n    platform: .Net\n    stargazers_count: 22\n  - name: \" Box Node.js SDK by Box\"\n    documentation_url: https://www.npmjs.com/package/box-node-sdk\n    source_code_url: https://github.com/box/box-node-sdk\n    platform: Node.js\n    stargazers_count: 196\n  - name: Box for Salesforce NodeJS SDK by Box\n    documentation_url: https://github.com/box/box-salesforce-sdk\n    source_code_url: https://github.com/box/box-node-sdk\n    platform: Node.js\n    stargazers_count: 196\n  - name: Box View Python SDK by Maxim Kamenkov\n    documentation_url: https://github.com/caxap/python-boxview\n    platform: Python\n    author: caxap\n    stargazers_count: 8\n  - name: Box View Node.js SDK by Cameron Lakenen\n    documentation_url: https://www.npmjs.com/package/box-view\n    source_code_url: https://github.com/lakenen/node-box-view\n    platform: Node.js\n    author: lakenen\n    stargazers_count: 13\n  - name: Box View .NET SDK by Box\n    documentation_url: https://box-content.readme.io/docs/view-api-sdks\n    source_code_url: https://github.com/crocodoc/dot-net-box-view\n    platform: .Net\n  - name: Box Ruby SDK by Chad Burnette\n    documentation_url: http://www.rubydoc.info/gems/boxr/Boxr/Client\n    source_code_url: https://github.com/cburnette/boxr\n    platform: Ruby\n    author: cburnette\n    stargazers_count: 117\n  - name: Box Python SDK by Box\n    documentation_url: http://opensource.box.com/box-python-sdk/\n    source_code_url: https://github.com/box/box-python-sdk\n    platform: Python\n    stargazers_count: 453\n  - name: Box Java SDK by Box\n    documentation_url: http://opensource.box.com/box-java-sdk/\n    source_code_url: https://github.com/box/box-java-sdk\n    platform: Java\n    stargazers_count: 162\n  - name: Box Windows SDK by Box\n    documentation_url: https://github.com/box/box-windows-sdk-v2/blob/master/README.md\n    source_code_url: https://github.com/box/box-windows-sdk-v2\n    platform: .Net\n    stargazers_count: 186\n  - name: Box Android SDK by Box\n    documentation_url: https://github.com/box/box-android-sdk-v2/blob/master/README.md\n    source_code_url: https://github.com/box/box-android-sdk-v2\n    platform: Java\n  - name: Box iOS SDK by Box\n    documentation_url: https://github.com/box/box-ios-sdk-v2/blob/master/README.md\n    source_code_url: https://github.com/box/box-ios-sdk-v2\n    platform: Objective-C\n  - name: Box View PHP SDK\n    documentation_url: https://github.com/donutdan4114/box-view-api\n    source_code_url: https://github.com/donutdan4114/box-view-api\n    platform: PHP\n    author: donutdan4114\n    stargazers_count: 14\n  - name: Box Ruby SDK 2.0\n    documentation_url: https://github.com/attachmentsme/ruby-box\n    source_code_url: https://github.com/attachmentsme/ruby-box\n    platform: Ruby\n    stargazers_count: 86\n  - name: Box iOS SDK\n    documentation_url: https://github.com/box/box-ios-sdk-v2\n    source_code_url: https://github.com/box/box-ios-sdk-v2\n    platform: Objective-C\n  - name: Box View Ruby Client\n    documentation_url: https://github.com/reillyforshaw/box_view\n    source_code_url: https://github.com/reillyforshaw/box_view\n    platform: Ruby\n    author: reillyforshaw\n    stargazers_count: 2\n  - name: Box View Ruby Wrapper\n    documentation_url: https://github.com/kntyskw/box-view-ruby\n    source_code_url: https://github.com/kntyskw/box-view-ruby\n    platform: Ruby\n    author: kntyskw\n    stargazers_count: 7\n  - name: Box Ruby\n    documentation_url: https://github.com/jvimal/box-ruby\n    platform: Ruby\n    author: jvimal\n    stargazers_count: 1\n  - name: Box Python\n    documentation_url: https://github.com/tukutela/box-python\n    platform: Python\n    author: tukutela\n    stargazers_count: 2\n  - name: Box PHP SDK\n    documentation_url: https://github.com/brunomorency/box-php-sdk\n    platform: PHP\n"
  },
  {
    "path": "collection/braille-api.yaml",
    "content": "name: Braille Api\nslug: braille-api\ndescription: It is traditionally written with embossed paper. Braille-users can read computer screens and other\n  electronic supports thanks to refreshable braille displays. They can write braille with the original slate and stylus\n  or type it on a braille writer, such as a portable braille note-taker, or on a computer that prints with a braille\n  embosser. Whether you are displaying in browser or a braille display our API covers the use case. . Translate from\n  English to Braille. Braille is a tactile writing system used by people who are blind or visually impaired\ncategories:\n  - Video & Media\n  - Entertainment\n  - Translation\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/braille-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://funtranslations.com/api/braille\n"
  },
  {
    "path": "collection/braintree.yaml",
    "content": "name: Braintree\nslug: braintree\ndescription: Specializes in mobile and web payment systems for ecommerce companies. Braintree resources and tools for\n  developers to integrate Braintree's global payments platform\ncategories:\n  - Business\n  - Commerce\n  - Payments\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developers.braintreepayments.com\nlibraries:\n  - name: BrainTree Drop-In Android SDK\n    documentation_url: https://developers.braintreepayments.com/start/hello-client/android/v3#present-drop-in-ui\n    source_code_url: https://github.com/braintree/braintree-android-drop-in\n    platform: Java\n    stargazers_count: 125\n  - name: BrainTree Python SDK\n    documentation_url: https://developers.braintreepayments.com/start/hello-server/python\n    source_code_url: https://github.com/braintree/braintree_python\n    platform: Python\n    stargazers_count: 246\n  - name: BrainTree Perl SDK\n    documentation_url: https://github.com/braintree/braintree_perl\n    source_code_url: https://github.com/singingfish/braintree_perl\n    platform: PERL\n    author: dr-kd\n    stargazers_count: 3\n  - name: BrainTree .NET SDK\n    documentation_url: https://developers.braintreepayments.com/start/hello-server/dotnet\n    source_code_url: https://github.com/braintree/braintree_dotnet\n    platform: .Net\n    stargazers_count: 143\n  - name: BrainTree Java SDK\n    documentation_url: https://developers.braintreepayments.com/start/hello-server/java\n    source_code_url: https://github.com/braintree/braintree_java\n    platform: Java\n    stargazers_count: 163\n  - name: BrainTree NodeJS SDK\n    documentation_url: https://developers.braintreepayments.com/start/hello-server/node\n    source_code_url: https://github.com/braintree/braintree_node\n    platform: Node.js\n    stargazers_count: 333\n  - name: BrainTree PHP SDK\n    documentation_url: https://developers.braintreepayments.com/start/hello-server/php\n    source_code_url: https://github.com/braintree/braintree_php\n    platform: PHP\n    stargazers_count: 555\n  - name: BrainTree Client Android SDK\n    documentation_url: https://developers.braintreepayments.com/start/hello-client/android/v3\n    source_code_url: https://github.com/braintree/braintree_android\n    platform: Java\n    stargazers_count: 419\n  - name: \"Braintree Client JavaScript SDK \"\n    documentation_url: https://developers.braintreepayments.com/start/hello-client/javascript/v3\n    platform: JavaScript\n  - name: BrainTree Client iOS SDK\n    documentation_url: https://developers.braintreepayments.com/start/hello-client/ios/v4\n    source_code_url: https://github.com/braintree/braintree_ios\n    platform: Objective-C\n    stargazers_count: 578\n  - name: Braintree Ruby SDK\n    documentation_url: https://developers.braintreepayments.com/start/hello-server/ruby\n    source_code_url: https://github.com/braintree/braintree_ruby\n    platform: Ruby\n    stargazers_count: 446\n"
  },
  {
    "path": "collection/bratabase.yaml",
    "content": "name: Bratabase\nslug: bratabase\ndescription: Bratabase API Widget. Hello Developers! Welcome to the developers corner of Bratabase. On this site you\n  should find information regarding the tools that the platform provides for you to build up on\ncategories:\n  - Commerce\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developers.bratabase.com/\n"
  },
  {
    "path": "collection/brazilian-vehicles-and-prices.yaml",
    "content": "name: Brazilian Vehicles and Prices\nslug: brazilian-vehicles-and-prices\ndescription: Table FIPE Consultation API provides average vehicle prices in the brazilian market through a RESTful HTTP\n  Json service. Updated monthly with data extracted from the FIPE table\ncategories:\n  - Vehicles\ntype: REST\nis_free: true\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/brazilian-vehicles-and-prices/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://deividfortuna.github.io/fipe/\n"
  },
  {
    "path": "collection/breaking-bad-and-better-call-saul-api.yaml",
    "content": "name: Breaking Bad & Better Call Saul API\nslug: breaking-bad-and-better-call-saul-api\ndescription: Get data about characters, episodes, quotes, and deaths\ncategories:\n  - Video & Media\n  - Entertainment\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://breakingbadapi.com/documentation\n"
  },
  {
    "path": "collection/breaking-bad-quotes.yaml",
    "content": "name: Breaking Bad Quotes\nslug: breaking-bad-quotes\ndescription: A free API to retrieve some quotes of Breaking Bad.\ncategories:\n  - Video & Media\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/breaking-bad-quotes/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://breakingbadquotes.xyz/\n"
  },
  {
    "path": "collection/brex.yaml",
    "content": "name: Brex\nslug: brex\ndescription: Brex's API provides access to corporate card transactions, expenses, budgets, vendors, and reimbursements. Automate expense management and financial workflows for businesses.\ncategories:\n  - Finance & Economics\n  - Payments\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developer.brex.com\n  - name: API Reference\n    url: https://developer.brex.com/openapi/transactions_api\n"
  },
  {
    "path": "collection/british-national-bibliography.yaml",
    "content": "name: British National Bibliography\nslug: british-national-bibliography\ndescription: Welcome to bnb. data. bl. uk TheBritish National Bibliography(BNB) records the publishing activity of the\n  United Kingdom and the Republic of Ireland and has been doing so since the 1950s. This has t\ncategories:\n  - Books\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/british-national-bibliography/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://bnb.data.bl.uk/\n"
  },
  {
    "path": "collection/broadage-sports-data-api.yaml",
    "content": "name: Broadage Sports Data Api\nslug: broadage-sports-data-api\ndescription: >-\n  Create your unique project or enrich your content with Broadage Sports real-time data feeds, the flexible and cost\n  effective data solution in the market for more than 10 years, reaching out to millions of users. Broadage Sports real\n  time data, developers portal includes global API details, global API technical docs, global API sports list\n\n  . Broadage Sports API's\n\n  Broadage Sports provides comprehensive sports data API solutions for your projects\ncategories:\n  - Sport & Fitness\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.broadage.com/developers/global-api\n"
  },
  {
    "path": "collection/browshot.yaml",
    "content": "name: Browshot\nslug: browshot\ndescription: Full API to take screenshots of any website.\ncategories:\n  - Scrapers & Data Mining\n  - Images & Photography\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://browshot.com/api/documentation\nlibraries:\n  - name: Browshot CSharp SDK by Browshot\n    documentation_url: https://browshot.com/api/libraries/csharp\n    platform: C#\n  - name: Browshot Ruby SDK by Browshot\n    documentation_url: https://rubygems.org/gems/browshot\n    platform: Ruby\n  - name: Browshot Python SDK by Browshot\n    documentation_url: https://github.com/juliensobrier/browshot-python\n    platform: Python\n    author: juliensobrier\n    stargazers_count: 2\n  - name: Browshot PHP SDK by Browshot\n    documentation_url: https://browshot.com/api/libraries/php\n    platform: PHP\n  - name: Browshot Perl SDK by Browshot\n    documentation_url: https://github.com/juliensobrier/browshot-perl\n    platform: PERL\n    author: juliensobrier\n    stargazers_count: 1\n"
  },
  {
    "path": "collection/buffer.yaml",
    "content": "name: Buffer\nslug: buffer\ndescription: Buffer makes it super easy to share any page you're reading. Keep your Buffer topped up and it will\n  automagically share them for you through the day\ncategories:\n  - Documents & Productivity\n  - Social\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/buffer/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://buffer.com/developers/api\nlibraries:\n  - name: Buffer Ruby SDK\n    documentation_url: https://buffer.com/developers/libraries/ruby\n    source_code_url: https://github.com/bufferapp/buffer-ruby\n    platform: Ruby\n    stargazers_count: 56\n  - name: SocialSharesCount Go SDK by Sumesh Suvarna\n    documentation_url: https://github.com/gssumesh/socialsharescount\n    platform: Go\n    author: gssumesh\n    stargazers_count: 11\n  - name: Buffer Python SDK by alex tsai\n    documentation_url: https://github.com/caffodian/mezzanine-buffer\n    platform: Python\n    author: caffodian\n    stargazers_count: 0\n  - name: \" Buffer Node.js SDK by Joe McKie\"\n    documentation_url: https://github.com/joemckie/buffer-node\n    platform: Node.js\n    author: joemckie\n    stargazers_count: 1\n  - name: Buffer Ruby Library\n    documentation_url: https://github.com/bufferapp/buffer-ruby\n    platform: Ruby\n    stargazers_count: 56\n"
  },
  {
    "path": "collection/bunq-api.yaml",
    "content": "name: Bunq Api\nslug: bunq-api\ndescription: |-\n  Open RESTful bank API that lets you work with bank cards, accounts, payments, transactions, attachments, and more! \n  200 endpoints to ensure our API is flexible enough to fit any project! \n  bunq is an anti-bank that is licenced to work in Europe. ApplePay integrated. \n  Let's cooperate!\ncategories:\n  - Payments\n  - Finance & Economics\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://doc.bunq.com/\n"
  },
  {
    "path": "collection/businessusa.yaml",
    "content": "name: BusinessUSA\nslug: businessusa\ndescription: Software developers and researchers can use these APIs and data feeds to help people find useful government information\ncategories:\n  - Government\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/businessusa/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://business.usa.gov/developer\nlibraries:\n  - name: Official GitHub Account\n    documentation_url: https://github.com/usagov/\n"
  },
  {
    "path": "collection/bybit.yaml",
    "content": "name: Bybit\nslug: bybit\ndescription: Bybit's API provides spot, derivatives, and options trading, market data, and account management for one of the largest crypto derivatives exchanges globally.\ncategories:\n  - Blockchain & Cryptocurrencies\n  - Finance & Economics\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://bybit-exchange.github.io/docs/v5/intro\n  - name: API Reference\n    url: https://bybit-exchange.github.io/docs/v5/market/time\n"
  },
  {
    "path": "collection/cal-com.yaml",
    "content": "name: Cal.com\nslug: cal-com\ndescription: Cal.com's API manages bookings, event types, availability, users, and webhooks for the open-source scheduling platform. Build calendar and scheduling integrations programmatically.\ncategories:\n  - Calendar & Time\n  - Development\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://cal.com/docs/enterprise-features/api\n  - name: API Reference\n    url: https://api.cal.com/v2/docs\n"
  },
  {
    "path": "collection/calendarific.yaml",
    "content": "name: Calendarific\nslug: calendarific\ndescription: With Calendarific API you can display the dates of public holidays, bank holidays, local holidays and\n  religious holidays for over 200 countries worldwide. The Calendarific Holiday API documentation allows you to\n  integrate our easy-to-use JSON API into your applications\ncategories:\n  - Calendar & Time\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/calendarific/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://calendarific.com/api-documentation\n"
  },
  {
    "path": "collection/callook-info.yaml",
    "content": "name: Callook.info\nslug: callook-info\ndescription: A. callsign lookups. Look up information about United States ham radio callsigns. No-nonsense amateur radio U. S\ncategories:\n  - Other\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://callook.info\n"
  },
  {
    "path": "collection/cambridge-dictionaries-online.yaml",
    "content": "name: Cambridge Dictionaries Online\nslug: cambridge-dictionaries-online\ndescription: Access to Cambridge’s custom-developed API. License our data. Use Cambridge Dictionary data for language\n  processing, or other applications\ncategories:\n  - Content & Dictionaries\n  - Education\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/cambridge-dictionaries-online/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://dictionary.cambridge.org/license.html\nlibraries:\n  - name: Cambridge Dictionaries Online JavaScript Library\n    documentation_url: http://dictionary-api.cambridge.org/\n    source_code_url: http://dictionary-api.cambridge.org/index.php/help/resources#javascript\n    platform: JavaScript\n"
  },
  {
    "path": "collection/canada.yaml",
    "content": "name: Canada\nslug: canada\ndescription: Central bank of Canada\ncategories:\n  - Government\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/canada/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.bankofcanada.ca/rates/\n"
  },
  {
    "path": "collection/canadian-football-league-cfl.yaml",
    "content": "name: Canadian Football League (CFL)\nslug: canadian-football-league-cfl\ndescription: CFL API Need assistance? E-mail us or browse the API documentation\ncategories:\n  - Sport & Fitness\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://api.cfl.ca/\n"
  },
  {
    "path": "collection/car-registration-api.yaml",
    "content": "name: Car Registration Api\nslug: car-registration-api\ndescription: Get the Make, Model, Insurer, VIN and 50 other data fields from an Australian number plate (rego)\ncategories:\n  - Vehicles\nis_free: false\ncontact: info@infiniteloop.ie\nlinks:\n  - name: Docs / Website\n    url: https://www.carregistrationapi.com/\n"
  },
  {
    "path": "collection/carbon-intensity.yaml",
    "content": "name: Carbon Intensity\nslug: carbon-intensity\ndescription: Regional Data new National Grid ESO forecasts the carbon intensity and generation mix of electricity\n  consumed across 14 geographical regions in Great Britain. The spatial and temporal characteristi. The Carbon Intensity\n  API uses state-of-the-art Machine Learning and sophisticated power system modelling to forecast the carbon intensity\n  and electrical generation mix 96+ hours ahead for each region in Great Britain\ncategories:\n  - Other\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://carbonintensity.org.uk/\n"
  },
  {
    "path": "collection/careerjet.yaml",
    "content": "name: Careerjet\nslug: careerjet\ndescription: Careerjet public search API\ncategories:\n  - Jobs\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.careerjet.com/partners/api/\nlibraries:\n  - name: jobs-engine C# SDK by Ahmed Farahat\n    documentation_url: https://github.com/farahat80/jobs-engine\n    platform: C#\n    author: farahat80\n    stargazers_count: 1\n"
  },
  {
    "path": "collection/carro-score.yaml",
    "content": "name: Carro Score\nslug: carro-score\ndescription: Carro makes finding influencers that love your brand easier than ever before\ncategories:\n  - Social\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/carro-score/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://docs.score.getcarro.com/\n"
  },
  {
    "path": "collection/carsxe-api.yaml",
    "content": "name: CarsXE API\nslug: carsxe-api\ndescription: Get access to millions of vehicle records, specs, ownership costs and market values. CarsXE Vehicle Data API\ncategories:\n  - Vehicles\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/carsxe-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://api.carsxe.com/\n"
  },
  {
    "path": "collection/cartes-io.yaml",
    "content": "name: Cartes.io\nslug: cartes-io\ndescription: Allows anyone to create maps and markers for anything. Initially used to report incidents that may be\n  dangerous during times of unrest or protest.\ncategories:\n  - Maps & Geo\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/cartes-io/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://github.com/M-Media-Group/Cartes.io/wiki/API\n"
  },
  {
    "path": "collection/cartodb.yaml",
    "content": "name: CartoDB\nslug: cartodb\ndescription: Allows you to generate maps based on data hosted in your CartoDB account.\ncategories:\n  - Maps & Geo\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://carto.com/developers/#apis\nlibraries:\n  - name: CartoDB Python SDK by CartoDB\n    documentation_url: https://github.com/CartoDB/carto-python\n    platform: Python\n    stargazers_count: 154\n  - name: CartoDB R SDK by CartoDB\n    documentation_url: https://github.com/CartoDB/cartodb-r\n    platform: R\n    stargazers_count: 59\n  - name: CartoDB Node.js SDK by CartoDB\n    documentation_url: https://github.com/CartoDB/cartodb-nodejs\n    platform: Node.js\n    stargazers_count: 46\n  - name: CartoDB Java Library by CartoDB\n    documentation_url: https://github.com/CartoDB/cartodb-java-client\n    platform: Java\n    stargazers_count: 10\n  - name: CartoDB Python Library by CartoDB\n    documentation_url: https://github.com/CartoDB/cartodb-python\n    platform: Python\n    stargazers_count: 154\n  - name: CartoDB JavaScript Library by CartoDB\n    documentation_url: https://github.com/CartoDB/cartodb.js\n    platform: JavaScript\n    stargazers_count: 430\n  - name: CartoDB SQL Library by CartoDB\n    documentation_url: https://github.com/CartoDB/CartoDB-SQL-API\n    platform: SQL\n    stargazers_count: 64\n"
  },
  {
    "path": "collection/cartola-fc.yaml",
    "content": "name: Cartola Fc\nslug: cartola-fc\ndescription: The Cartola FC API serves to check the partial points of your team. 🎩 CartrolandoFC é um site para\n  consultar os pontos parciais do seu time no Cartola FC. - wgenial/cartrolandofc\ncategories:\n  - Sport & Fitness\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/cartola-fc/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://github.com/wgenial/cartrolandofc\n"
  },
  {
    "path": "collection/cat-as-a-service-cataas.yaml",
    "content": "name: Cat as a Service (CATAAS)\nslug: cat-as-a-service-cataas\ndescription: Cat as a service (CATAAS) is a REST API to spread peace and love (or not) thanks to cats.\ncategories:\n  - Animals\n  - Fun\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/cat-as-a-service-cataas/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://cataas.com/#/\n"
  },
  {
    "path": "collection/cat-facts.yaml",
    "content": "name: Cat Facts\nslug: cat-facts\ndescription: Daily cat facts! 🐱\ncategories:\n  - Bots\n  - Education\n  - Fun\n  - Animals\n  - Entertainment\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/cat-facts/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://alexwohlbruck.github.io/cat-facts/\n"
  },
  {
    "path": "collection/cats.yaml",
    "content": "name: Cats\nslug: cats\ndescription: A public service API all about Cats, free to use when making your fancy new App, Website or Service.\ncategories:\n  - Animals\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://docs.thecatapi.com/\n"
  },
  {
    "path": "collection/cdnjs.yaml",
    "content": "name: CDNJS\nslug: cdnjs\ndescription: cdnjs provides a simple API to allow anyone to quickly query the libraries it has on the CDN.\ncategories:\n  - Development\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://cdnjs.com/api\n"
  },
  {
    "path": "collection/census-gov.yaml",
    "content": "name: Census.gov\nslug: census-gov\ndescription: Access demographic, economic and population data from the U.S. Census Bureau. Explore census data with\n  visualizations and view tutorials.\ncategories:\n  - Government\n  - Statistics & Data\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.census.gov/data/developers/data-sets.html\n"
  },
  {
    "path": "collection/censys-io.yaml",
    "content": "name: Censys.io\nslug: censys-io\ndescription: Censys helps organizations, individuals, and researchers find and monitor every server on the Internet to\n  reduce exposure and improve security\ncategories:\n  - Security\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/censys-io/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://censys.io/api\n"
  },
  {
    "path": "collection/changelogs-md.yaml",
    "content": "name: Changelogs.md\nslug: changelogs-md\ndescription: Search changelogs from open source projects, or use the REST API for a parsed JSON changelog format.\ncategories:\n  - Development\n  - Open Source\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/changelogs-md/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://changelogs.md\n"
  },
  {
    "path": "collection/charity-search.yaml",
    "content": "name: Charity Search\nslug: charity-search\ndescription: The OrgHunter Charity API provides developers access to over 2M charities in it's database\ncategories:\n  - Other\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://charityapi.orghunter.com/\n"
  },
  {
    "path": "collection/chartlyrics-lyrics-api.yaml",
    "content": "name: ChartLyrics Lyrics API\nslug: chartlyrics-lyrics-api\ndescription: v1. 1 Update, adding TrackId and TrackChecksum for future AddLyric function, Added new function\n  SearchLyricDirect which returns the first lyric or trackId. Allows users to search for lyrics using the artist name,\n  song title, or lyric text. ChartLyrics Lyric API v1. 0 Initial Release\ncategories:\n  - Music & Audio\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://www.chartlyrics.com/api.aspx\n"
  },
  {
    "path": "collection/chasing-coin.yaml",
    "content": "name: Chasing Coin\nslug: chasing-coin\ndescription: Cryptocurrency, coin and token resource on the web. Full and free cryptocurrency API for prices, stats,\n  coinheat, conversion, and more\ncategories:\n  - Blockchain & Cryptocurrencies\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/chasing-coin/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://chasing-coins.com/api\n"
  },
  {
    "path": "collection/chat-messaging-by-stream.yaml",
    "content": "name: Chat Messaging By Stream\nslug: chat-messaging-by-stream\ndescription: >-\n  Stream's API and SDKs enable developers to build messaging solutions very quickly and reliably. Drive in-app\n  conversion, engagement, and retention while letting the Stream backend handle all the heavy lifting. \n\n\n  * Chat UI & SDKs - Design and build with React Native, React, iOS and our UI Kit. \n\n  * Chat threads - With threads and replies you can build structured chat experiences. * Reactions - Add emoji reactions\n  to messages just like Slack, Facebook or iMessage. \n\n  * Flexible API - Proven reliability that is flexible enough to build any chat experience. Stream provides an easy to\n  use API, React components and UI kit for Chat\ncategories:\n  - Social\n  - Chats & Messaging\n  - Development\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/chat-messaging-by-stream/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://getstream.io/chat/\n"
  },
  {
    "path": "collection/cheapshark.yaml",
    "content": "name: CheapShark\nslug: cheapshark\ndescription: CheapShark is a price comparison website for digital PC Games. CheapShark keeps track of prices across\n  multiple stores including Steam, GreenManGaming, Fanatical, and many others\ncategories:\n  - Commerce\n  - Games\n  - Entertainment\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/cheapshark/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.cheapshark.com/api\nlibraries:\n  - name: CheapShark Ruby Library by Antonio Gurgel\n    documentation_url: https://github.com/GA114/cheapshark\n    platform: Ruby\n"
  },
  {
    "path": "collection/checkout-com.yaml",
    "content": "name: Checkout.com\nslug: checkout-com\ndescription: Checkout.com's Unified Payments API processes global card payments, digital wallets, and local payment methods with fraud detection, 3D Secure, and real-time reporting.\ncategories:\n  - Payments\n  - Commerce\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.checkout.com/docs\n  - name: API Reference\n    url: https://api-reference.checkout.com\n"
  },
  {
    "path": "collection/chomp-food-nutrition-database-api.yaml",
    "content": "name: Chomp - Food Nutrition Database Api\nslug: chomp-food-nutrition-database-api\ndescription: A powerful API that provides detailed data on over 500,000 products such as nutrition labels, barcodes,\n  ingredients, allergens, and more. High-quality food data on hundreds of thousands of food products. Use our API to get\n  nutrition labels, ingredients, diet labels, barcodes, and more for over 875,000 grocery products, branded foods, and\n  raw ingredients\ncategories:\n  - Food & Drinks\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/chomp-food-nutrition-database-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://chompthis.com/api/\n"
  },
  {
    "path": "collection/chronicling-america.yaml",
    "content": "name: Chronicling America\nslug: chronicling-america\ndescription: Newspaper Directory to find information about American newspapers published between 1690-present. Search\n  America's historic newspaper pages from 1777-1963 or use the U. S\ncategories:\n  - News & Feeds\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://chroniclingamerica.loc.gov/about/api/\n"
  },
  {
    "path": "collection/chuck-norris-database.yaml",
    "content": "name: Chuck Norris Database\nslug: chuck-norris-database\ndescription: API for online Chuck Norris jokes database\ncategories:\n  - Fun\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://www.icndb.com/api/\n"
  },
  {
    "path": "collection/chucknorris-io.yaml",
    "content": "name: ChuckNorris.io\nslug: chucknorris-io\ndescription: Read more Chuck Norris facts are satirical factoids about martial artist and actor Chuck Norris that have\n  become an Internet p. chucknorris. io is a free JSON API for hand curated Chuck Norris facts\ncategories:\n  - Fun\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://api.chucknorris.io\n"
  },
  {
    "path": "collection/church-calendar.yaml",
    "content": "name: Church Calendar\nslug: church-calendar\ndescription: Liturgical Calendar API. Browse the calendar on-line. The API provides access to Roman Catholic liturgical calendar.\ncategories:\n  - Calendar & Time\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://calapi.inadiutorium.cz/\n"
  },
  {
    "path": "collection/circleci.yaml",
    "content": "name: CircleCI\nslug: circleci\ndescription: CircleCI API is a full-featured RESTful API that allows you to access all information and trigger all\n  actions in CircleCI.\ncategories:\n  - Testing\n  - Development\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://circleci.com/docs/api/v1-reference/\nlibraries:\n  - name: CircleCI Go SDK by Alec Holmes\n    documentation_url: https://github.com/alecholmez/GoDash\n    platform: Go\n    author: alecholmez\n    stargazers_count: 0\n  - name: CircleCI JavaScript SDK by Divya\n    documentation_url: https://github.com/shortdiv/circle-cli\n    platform: JavaScript\n    author: shortdiv\n    stargazers_count: 0\n  - name: CircleCI Ruby SDK by Alex Kalinin\n    documentation_url: https://github.com/AlexKalinin/circle-ci-rspec-downloader\n    platform: Ruby\n    author: AlexKalinin\n    stargazers_count: 0\n  - name: CircleCI Flask Python SDK by Matthew F Johnson\n    documentation_url: https://github.com/trips2821/flask-api\n    platform: Python\n    author: trips2821\n    stargazers_count: 0\n  - name: CircleCI Go SDK by Josh Komoroske\n    documentation_url: https://github.com/joshdk/circleci-go\n    platform: Go\n    author: joshdk\n    stargazers_count: 1\n  - name: CircleCI Go SDK by Ryan Lower\n    documentation_url: https://github.com/ryanlower/go-circleci\n    platform: Go\n    author: ryanlower\n    stargazers_count: 1\n  - name: CircleCI Ruby SDK by Hiroyuki Takamura\n    documentation_url: https://github.com/yukimura1227/circleci_trimmer\n    platform: Ruby\n    author: yukimura1227\n    stargazers_count: 0\n  - name: CircleCI Elixir SDK by Yann VERY\n    documentation_url: https://hexdocs.pm/circler/api-reference.html\n    source_code_url: https://github.com/yannvery/circler\n    platform: Elixir\n    author: yannvery\n    stargazers_count: 0\n  - name: CircleCI Go SDK by Phil Morgan\n    documentation_url: https://github.com/psmorgan/go-circleci-api\n    platform: Go\n    author: psmorgan\n    stargazers_count: 0\n  - name: CircleCI Go SDK by Chavez\n    documentation_url: https://github.com/mtchavez/circlecigo\n    platform: Go\n    author: mtchavez\n    stargazers_count: 0\n  - name: CircleCI TypeScript SDK by Jordon de Hoog\n    documentation_url: https://github.com/jordond/circleci-api\n    source_code_url: https://www.npmjs.com/package/circleci-api\n    platform: Unspecified\n    stargazers_count: 15\n  - name: CircleCI Ruby SDK by Les Aker\n    documentation_url: https://github.com/akerl/circular\n    source_code_url: https://rubygems.org/gems/circular\n    platform: Ruby\n    author: akerl\n    stargazers_count: 1\n  - name: CircleCI Clojure SDK by Daniel Gregoire\n    documentation_url: https://github.com/semperos/cci\n    platform: Clojure\n    author: semperos\n    stargazers_count: 2\n  - name: CircleCI Clojure SDK by Reid D McKenzie\n    documentation_url: https://github.com/arrdem/circleci.api\n    platform: Clojure\n    author: arrdem\n    stargazers_count: 0\n  - name: CircleCI Tapioca Python SDK by George Kussumoto\n    documentation_url: https://github.com/georgeyk/tapioca-circleci\n    platform: Python\n    author: georgeyk\n    stargazers_count: 0\n  - name: CircleCI JavaScript SDK by Rafael Schettino\n    documentation_url: https://github.com/rcschettino/circleci-rest-sdk\n    platform: JavaScript\n  - name: CircleCI Elixir SDK by Justin Schneck\n    documentation_url: https://github.com/mobileoverlord/circleci\n    source_code_url: https://hex.pm/packages/circle_ci\n    platform: Elixir\n    author: mobileoverlord\n    stargazers_count: 1\n  - name: CircleCI Go SDK by Betacraft\n    documentation_url: https://github.com/betacraft/circleci\n    platform: Go\n    stargazers_count: 0\n  - name: CircleCI Kotlin SDK by Yuji Ueki\n    documentation_url: https://github.com/unhappychoice/CircleCI\n    source_code_url: https://jitpack.io/#unhappychoice/circleci\n    platform: Kotlin\n    author: unhappychoice\n    stargazers_count: 2\n  - name: CircleCI Python SDK by Harper Reed\n    documentation_url: https://github.com/harperreed/simple-circleci\n    platform: Python\n    author: harperreed\n    stargazers_count: 3\n  - name: CircleCI Haskell SDK by Denis Shevchenko\n    documentation_url: https://github.com/denisshevchenko/circlehs\n    source_code_url: http://hackage.haskell.org/package/circlehs\n    platform: Haskell\n    author: denisshevchenko\n    stargazers_count: 11\n  - name: CircleCI Python SDK by Lev Lazinskiy\n    documentation_url: https://github.com/levlaz/circleci.py\n    source_code_url: https://pypi.org/project/circleci/1.1.1/\n    platform: Python\n    author: levlaz\n    stargazers_count: 48\n  - name: CircleCI Go SDK by Jesse Szwedko\n    documentation_url: https://github.com/jszwedko/circleci-cli\n    platform: Go\n    author: jszwedko\n    stargazers_count: 65\n  - name: CircleCI NodeJS SDK by Lei Pan\n    documentation_url: https://github.com/superpan/node-circleci\n    platform: Node.js\n    author: superpan\n    stargazers_count: 0\n  - name: CircleCI JavaScript SDK by Koujirou Ishii\n    documentation_url: https://github.com/kjirou/torus\n    platform: JavaScript\n    author: kjirou\n    stargazers_count: 0\n"
  },
  {
    "path": "collection/cisco-spark.yaml",
    "content": "name: Cisco Spark\nslug: cisco-spark\ndescription: Build the future of business collaboration with Webex!\ncategories:\n  - Video & Media\n  - Social\n  - Chats & Messaging\n  - Collaboration\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/cisco-spark/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developer.ciscospark.com\nlibraries:\n  - name: Cisco Spark Bash SDK by patglanz\n    documentation_url: https://github.com/patglanz/Cisco-Spark-API-with-bash\n    platform: Unspecified\n    author: patglanz\n    stargazers_count: 1\n  - name: Cisco Spark Python SDK by Madumal Sameera Piyasundara\n    documentation_url: https://github.com/SamPiy93/Python-Bot-Integration\n    platform: Python\n    author: SamPiy93\n    stargazers_count: 0\n  - name: Cisco Spark Python SDK by Martin Ertsås\n    documentation_url: https://github.com/martiert/aiosparkapi\n    platform: Python\n    author: martiert\n    stargazers_count: 0\n  - name: Cisco Spark Python SDK by devinchappell\n    documentation_url: https://github.com/devinchappell/pyspark\n    platform: Python\n    author: devinchappell\n    stargazers_count: 0\n  - name: Cisco Spark Python SDK by Antoine\n    documentation_url: https://github.com/Bassintag551/spark-python-sdk\n    platform: Python\n    author: Bassintag\n    stargazers_count: 1\n  - name: Cisco Spark Python SDK by Andriy Hrytskiv\n    documentation_url: https://github.com/andriyko/aiociscospark\n    platform: Python\n    author: andriyko\n    stargazers_count: 7\n  - name: Cisco Spark Python SDK by imapex\n    documentation_url: https://github.com/imapex/spark-python\n    platform: Python\n    stargazers_count: 0\n  - name: Cisco Spark Python SDK by Aglagane Abdelbar\n    documentation_url: https://github.com/Abdellbar/sparkapi\n    platform: Python\n    author: Abdellbar\n    stargazers_count: 0\n  - name: Cisco Spark Haskell SDK by Naoto Shimazaki\n    documentation_url: https://github.com/nshimaza/cisco-spark-api\n    platform: Haskell\n    author: nshimaza\n    stargazers_count: 7\n  - name: Cisco Spark jQuery SDK by Tuan Hoang\n    documentation_url: https://github.com/tuanchoang/Cisco-Spark-API-Wrapper\n    platform: jQuery\n    author: tuanchoang\n    stargazers_count: 0\n  - name: Cisco Spark Python SDK by spirrello\n    documentation_url: https://github.com/spirrello/spark\n    platform: Python\n  - name: Cisco Spark Go SDK by Vallard Benincosa\n    documentation_url: https://github.com/vallard/spark\n    platform: Go\n    author: vallard\n    stargazers_count: 1\n  - name: Cisco Spark Python SDK by Johannes Krohn\n    documentation_url: https://github.com/jeokrohn/cisco_spark\n    platform: Python\n    author: jeokrohn\n    stargazers_count: 4\n  - name: Cisco Spark Node.js SDK by Marcello Federico\n    documentation_url: https://github.com/marchfederico/node-sparkclient\n    platform: Node.js\n    author: marchfederico\n    stargazers_count: 7\n  - name: Cisco Spark Python SDK by Scott Henning\n    documentation_url: https://github.com/shenning00/pyCiscoSparkAPI\n    platform: Python\n    author: shenning00\n    stargazers_count: 0\n  - name: Cisco Spark JavaScript SDK by Miles Oldenburg\n    documentation_url: https://github.com/milesoldenburg/spark\n    platform: JavaScript, jQuery\n    author: milesoldenburg\n    stargazers_count: 3\n  - name: Cisco Spark .NET SDK by Darren Parkinson\n    documentation_url: https://github.com/darrenparkinson/SparkDotNet\n    platform: .Net\n    author: darrenparkinson\n    stargazers_count: 13\n  - name: Cisco Spark Webhook Node.js SDK by Cumberland Group\n    documentation_url: https://github.com/CumberlandGroup/node-spark-webhook\n    platform: Node.js\n  - name: Cisco Spark Node.js SDK by Cumberland Group\n    documentation_url: https://github.com/CumberlandGroup/node-spark\n    platform: Node.js\n  - name: Cisco Spark Node-RED Node.js SDK by Cumberland Group\n    documentation_url: https://github.com/CumberlandGroup/node-red-contrib-spark\n    platform: JavaScript, Node.js\n    stargazers_count: 4\n    author: nmarus\n  - name: Cisco Spark JavaScript SDK by Joseph Lee\n    documentation_url: https://github.com/joelee/ciscospark\n    platform: JavaScript\n    author: joelee\n    stargazers_count: 0\n  - name: Cisco Spark Java SDK\n    documentation_url: https://github.com/ciscospark/spark-java-sdk\n    platform: Java\n    stargazers_count: 67\n  - name: Cisco Spark Python SDK by Brad Bester\n    documentation_url: https://github.com/brbester/pyCiscoSpark\n    platform: Python\n    author: brbester\n    stargazers_count: 30\n  - name: Cisco Spark Python SDK\n    documentation_url: https://github.com/CiscoDevNet/ciscosparkapi\n    platform: Python\n    stargazers_count: 256\n  - name: Cisco Spark Node.js SDK by Flint Bot\n    documentation_url: https://github.com/flint-bot/sparky\n    platform: Node.js\n    stargazers_count: 17\n"
  },
  {
    "path": "collection/city-bikes.yaml",
    "content": "name: City Bikes\nslug: city-bikes\ndescription: Project that provides bike sharing data for apps, research and projects to use.\ncategories:\n  - Sport & Fitness\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: http://api.citybik.es/v2/\n"
  },
  {
    "path": "collection/city-lyon-opendata.yaml",
    "content": "name: City, Lyon Opendata\nslug: city-lyon-opendata\ndescription: Les données des acteurs du territoire de la Métropole de Lyon\ncategories:\n  - Government\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/city-lyon-opendata/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://data.beta.grandlyon.com/fr/accueil\n"
  },
  {
    "path": "collection/city-nantes-opendata.yaml",
    "content": "name: City, Nantes Opendata\nslug: city-nantes-opendata\ndescription: Open public data (Open data) made available by the City of Nantes and Nantes Métropole\ncategories:\n  - Government\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://data.nantesmetropole.fr/pages/home/\n"
  },
  {
    "path": "collection/city-new-york-opendata.yaml",
    "content": "name: City, New York Opendata\nslug: city-new-york-opendata\ndescription: NYC Open Data helps New Yorkers use and learn about City data. NYC Open Data helps New Yorkers use and\n  learn about City data\ncategories:\n  - Government\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/city-new-york-opendata/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://opendata.cityofnewyork.us/\n"
  },
  {
    "path": "collection/city-prague-opendata.yaml",
    "content": "name: City, Prague Opendata\nslug: city-prague-opendata\ndescription: Welcome to the city-wide port. Here the municipality of the capital, contributory organizations, city\n  districts and other related entities publish the data in machine readable format\ncategories:\n  - Government\n  - Statistics & Data\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: http://opendata.praha.eu/en\n"
  },
  {
    "path": "collection/citygrid.yaml",
    "content": "name: CityGrid\nslug: citygrid\ndescription: Enables developers to create web and mobile applications that find local businesses, organizations, and\n  points of interest by a variety of search criteria\ncategories:\n  - Maps & Geo\n  - Commerce\n  - Search\n  - Point of Interest\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://docs.citygridmedia.com/display/citygridv2/Places+API\nlibraries:\n  - name: \"CityGrid Node.js SDK by Jon Wicks \"\n    documentation_url: https://github.com/jwicks/node-citygrid\n    platform: Node.js\n    author: jwicks\n    stargazers_count: 2\n  - name: CityGrid Ruby SDK by CityGrid\n    documentation_url: https://github.com/CityGrid/citygrid_api\n    platform: Ruby\n    stargazers_count: 10\n"
  },
  {
    "path": "collection/citysdk.yaml",
    "content": "name: CitySDK\nslug: citysdk\ndescription: CitySDK is a “service development kit” for cities and developers that aims at harmonizing application\n  programming interfaces (APIs) across cities. CitySDK APIs enable new services and applications to be rapidly\n  developed, scaled and reused through providing a range of tools and information for both cities and developers\ncategories:\n  - Maps & Geo\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://www.citysdk.eu/citysdk-toolkit/\n"
  },
  {
    "path": "collection/civicfeed.yaml",
    "content": "name: CivicFeed\nslug: civicfeed\ndescription: Get online news, blogs, social and TV/radio through a JSON API - easy integration for developers\ncategories:\n  - News & Feeds\n  - Video & Media\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/civicfeed/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developers.civicfeed.com/\n"
  },
  {
    "path": "collection/clarifai.yaml",
    "content": "name: Clarifai\nslug: clarifai\ndescription: Whether you have one input or billions, you are only steps away from using AI to power your business\n  applications. AI API that analyzes images and videos and returns probability scores on the likelihood that the image\n  contains pornography. Clarifai provides a complete platform to deploy, maintain, and manage your AI models\ncategories:\n  - Images & Photography\n  - AI & ML\n  - Video & Media\n  - Validation & Verification\n  - Recognition\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/clarifai/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developer.clarifai.com/docs/\nlibraries:\n  - name: \" Clarifai Android SDK\"\n    documentation_url: https://clarifai.com/developer/guide/android-sdk#android-sdk\n    platform: Java\n  - name: \" Clarifai Apple SDK\"\n    documentation_url: https://clarifai.com/developer/guide/apple-sdk#apple-sdk\n    platform: Objective-C\n  - name: Clarifai Ruby SDK by Charlyn G\n    documentation_url: https://github.com/chardane/ClarifaiRuby/wiki\n    source_code_url: https://github.com/chardane/ClarifaiRuby\n    platform: Ruby\n    author: chardane\n    stargazers_count: 12\n  - name: Clarifai R SDK by soodoku\n    documentation_url: http://soodoku.github.io/clarifai/\n    source_code_url: https://github.com/soodoku/clarifai\n    platform: R\n    author: soodoku\n    stargazers_count: 13\n  - name: Clarifai Haskell SDK by Joe Canero\n    documentation_url: https://developer.clarifai.com/guide-v1/#api-clients\n    source_code_url: https://github.com/caneroj1/clarifai-hs\n    platform: Haskell\n    author: caneroj1\n    stargazers_count: 8\n  - name: Clarifai Go SDK by Clarifai\n    documentation_url: https://github.com/Clarifai/clarifai-go\n    source_code_url: https://github.com/Clarifai/clarifai-go\n    platform: Go\n    stargazers_count: 55\n  - name: Clarifai Python SDK by Clarifai\n    documentation_url: https://github.com/Clarifai/clarifai-python\n    source_code_url: https://github.com/Clarifai/clarifai-python\n    platform: Python\n    stargazers_count: 40\n  - name: Clarifai iOS SDK by Clarifai\n    documentation_url: https://github.com/Clarifai/clarifai-ios\n    source_code_url: https://github.com/Clarifai/clarifai-ios\n    platform: Objective-C, Swift\n    stargazers_count: 52\n  - name: Clarifai Java SDK by Clarifai\n    documentation_url: https://github.com/Clarifai/clarifai-java\n    source_code_url: https://github.com/Clarifai/clarifai-java\n    platform: Java\n    stargazers_count: 86\n  - name: Clarifai JavaScript SDK by Clarifai\n    documentation_url: https://github.com/Clarifai/clarifai-javascript\n    source_code_url: https://github.com/Clarifai/clarifai-javascript\n    platform: JavaScript, Node.js\n    stargazers_count: 351\n  - name: Clarifai Node.js Library by Clarifai\n  - name: Clarifai Python Library by Clarifai\n    documentation_url: https://github.com/Clarifai/Clarifai_py\n    platform: Python\n    stargazers_count: 40\n  - name: Clarifai Java Library by Clarifai\n    documentation_url: https://github.com/Clarifai/clarifai-api-java\n    platform: Java\n    stargazers_count: 86\n  - name: Clarifai Node.js Library by Clarifai\n"
  },
  {
    "path": "collection/clash-of-clans.yaml",
    "content": "name: Clash of Clans\nslug: clash-of-clans\ndescription: Access Clan Search, Global and Local Leaderboards, Clan and Player Profiles and Leagues. Channel Your Inner\n  Builder with the Clash of Clans API\ncategories:\n  - Entertainment\n  - Games\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/clash-of-clans/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developer.clashofclans.com\n"
  },
  {
    "path": "collection/clash-royale.yaml",
    "content": "name: Clash Royale\nslug: clash-royale\ndescription: API that provides informations about Clash Royale game\ncategories:\n  - Entertainment\n  - Games\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/clash-royale/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://github.com/martincarrera/clash-royale-api\n"
  },
  {
    "path": "collection/cleanuri.yaml",
    "content": "name: CleanURI\nslug: cleanuri\ndescription: API Documentation cleanuri. com exposes its data via an Application Programming Interface (API), so\n  developers can interact in a programmatic way with application. This document is the official refe\ncategories:\n  - URLs\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://cleanuri.com/docs\n"
  },
  {
    "path": "collection/clearbit-logo.yaml",
    "content": "name: Clearbit Logo\nslug: clearbit-logo\ndescription: If you’re only interested in a Company’s logo, and don’t need any other data about the company, you can use\n  our Logo API\ncategories:\n  - AI & ML\n  - Business\n  - Images & Photography\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/clearbit-logo/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://clearbit.com/docs#logo-api\nlibraries:\n  - name: Clearbit Ruby SDK by Alex MacCaw\n    documentation_url: https://rubygems.org/gems/clearbit/versions/0.2.2\n    platform: Ruby\n  - name: Clearbit Go SDK by thoughtbot\n    documentation_url: https://github.com/thoughtbot/clearbit\n    platform: Go\n    stargazers_count: 30\n  - name: Clearbit Go SDK by Clearbit\n    documentation_url: https://github.com/clearbit/clearbit-go\n    platform: Go\n    stargazers_count: 12\n  - name: Clearbit Ruby SDK by Clearbit\n    documentation_url: https://github.com/clearbit/clearbit-ruby\n    platform: Ruby\n    stargazers_count: 52\n"
  },
  {
    "path": "collection/clerk.yaml",
    "content": "name: Clerk\nslug: clerk\ndescription: Clerk's API handles authentication and user management including sign-up, sign-in, MFA, SSO, and user profiles. Provides embeddable UI components and backend SDKs.\ncategories:\n  - Authentication & User Management\n  - Development\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://clerk.com/docs\n  - name: API Reference\n    url: https://clerk.com/docs/reference/backend-api\n"
  },
  {
    "path": "collection/clickmeter.yaml",
    "content": "name: ClickMeter\nslug: clickmeter\ndescription: ClickMeter API RESTful services. ClickMeter API RESTful services. Interact programmatically with our\n  infrastructure. Integrate your application(s) with a powerful.\ncategories:\n  - Analytics\n  - Marketing & SEO\n  - URLs\n  - Email & SMS\ntype: REST\nis_free: false\ncontact: api@clickmeter.com\nlinks:\n  - name: Docs / Website\n    url: https://support.clickmeter.com/hc/en-us/categories/201474986\n"
  },
  {
    "path": "collection/clickup.yaml",
    "content": "name: ClickUp\nslug: clickup\ndescription: ClickUp's API provides access to tasks, lists, folders, spaces, goals, and time tracking. Build integrations and automate project management workflows on the ClickUp platform.\ncategories:\n  - Project Management\n  - Development\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://clickup.com/api\n  - name: API Reference\n    url: https://clickup.com/api/clickupreference/operation/GetAuthorizedUser\n"
  },
  {
    "path": "collection/clicky.yaml",
    "content": "name: Clicky\nslug: clicky\ndescription: Clicky Web Analytics is simply the best way to monitor, analyze, and react to your blog or web site's\n  traffic in real time. Allows you to extract your web site's traffic data into several formats, making it easy to\n  integrate, analyze, or store your data within your own application\ncategories:\n  - Analytics\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/clicky/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://clicky.com/help/api\nlibraries:\n  - name: Clicky C# SDK by Clicky\n    documentation_url: https://clicky.com/help/apps-plugins#csharp\n    platform: C#\n  - name: Clicky PHP SDK by Clicky\n    documentation_url: https://clicky.com/help/apps-plugins#php\n    platform: PHP\n"
  },
  {
    "path": "collection/clients-can-be-found-here.yaml",
    "content": "name: Clients can be found here.\nslug: clients-can-be-found-here\ndescription: Google Maps has 35 repositories available. Follow their code on GitHub\ncategories:\n  - Maps & Geo\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/clients-can-be-found-here/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://github.com/googlemaps/\n"
  },
  {
    "path": "collection/climacell-micro-weather.yaml",
    "content": "name: Climacell Micro Weather\nslug: climacell-micro-weather\ndescription: Historical, real-time and nowcast weather data.\ncategories:\n  - Weather\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/climacell-micro-weather/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developer.climacell.co\n"
  },
  {
    "path": "collection/cloud-machine-learning-engine.yaml",
    "content": "name: Cloud Machine Learning Engine\nslug: cloud-machine-learning-engine\ndescription: Take your ML projects to production, quickly and cost-effectively. Cloud-based machine learning and pattern\n  matching tool. A development platform to build AI applications that run on GCP and on-premises\ncategories:\n  - AI & ML\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/cloud-machine-learning-engine/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://cloud.google.com/ml-engine/docs/\n"
  },
  {
    "path": "collection/cloud-wallet.yaml",
    "content": "name: Cloud Wallet\nslug: cloud-wallet\ndescription: Cloud Wallet enables closed-loop payments between IoT devices and facilitates IoT adoption worldwide. It\n  allows developers to reduce cost & time-to-market while building and scaling\ncategories:\n  - IoT & Home Automation\n  - Payments\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://walletapi.cloud/index.html\n"
  },
  {
    "path": "collection/cloudflare-ai.yaml",
    "content": "name: Cloudflare AI\nslug: cloudflare-ai\ndescription: Cloudflare Workers AI provides serverless inference for LLMs, text embedding, image classification, speech recognition, and translation models running on Cloudflare's global edge network.\ncategories:\n  - AI & ML\n  - Development\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://developers.cloudflare.com/workers-ai\n  - name: API Reference\n    url: https://developers.cloudflare.com/workers-ai/get-started/rest-api\n"
  },
  {
    "path": "collection/cloudflare-workers.yaml",
    "content": "name: Cloudflare Workers\nslug: cloudflare-workers\ndescription: Cloudflare Workers API manages serverless functions deployed to Cloudflare's global edge network, including KV storage, D1 databases, R2 object storage, and Queues.\ncategories:\n  - Development\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://developers.cloudflare.com/workers\n  - name: API Reference\n    url: https://developers.cloudflare.com/api\n"
  },
  {
    "path": "collection/cloudinary.yaml",
    "content": "name: Cloudinary\nslug: cloudinary\ndescription: API for image and video storage and manipulation - free for up to 75,000 images and 7,500 manipulations per\n  month, good documentation, it can also manipulate GIFs and PDFs. Search for Developer and DAM how-to info, find out\n  What's New, learn about our Framework SDKs, Add-ons, and Integrations, watch video tutorials, and more\ncategories:\n  - Video & Media\n  - Images & Photography\n  - Files & Storage\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/cloudinary/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://cloudinary.com/documentation\nlibraries:\n  - name: Cloudinary Scala SDK by Cloudinary\n    documentation_url: https://github.com/cloudinary/cloudinary_scala/blob/master/README.md\n    source_code_url: https://github.com/cloudinary/cloudinary_scala\n    platform: Scala\n    stargazers_count: 15\n  - name: Cloudinary AngularJS SDK by Cloudinary\n    documentation_url: https://github.com/cloudinary/cloudinary_angular/wiki\n    source_code_url: https://github.com/cloudinary/cloudinary_angular\n    platform: Node.js\n    stargazers_count: 302\n  - name: Cloudinary iOS SDK by Cloudinary\n    documentation_url: https://github.com/cloudinary/cloudinary_ios/blob/master/README.md\n    source_code_url: https://github.com/cloudinary/cloudinary_ios\n    platform: Swift\n    stargazers_count: 170\n  - name: Cloudinary Android SDK by Cloudinary\n    documentation_url: https://github.com/cloudinary/cloudinary_java/blob/master/cloudinary-android/README.md\n    source_code_url: https://github.com/cloudinary/cloudinary_java/tree/master/cloudinary-android\n    platform: Java\n    stargazers_count: 172\n  - name: Cloudinary NodeJS SDK by Cloudinary\n    documentation_url: http://cloudinary.com/documentation/node_integration\n    source_code_url: https://github.com/cloudinary/cloudinary_npm\n    platform: Node.js\n    stargazers_count: 661\n  - name: Cloudinary .NET SDK by Cloudinary\n    documentation_url: http://cloudinary.com/documentation/dotnet_image_upload#server_side_upload\n    platform: .Net\n  - name: Cloudinary Java SDK by Cloudinary\n    documentation_url: http://cloudinary.com/documentation/java_image_upload#server_side_upload\n    platform: Java\n  - name: Cloudinary Node.js SDK by Cloudinary\n    documentation_url: http://cloudinary.com/documentation/node_image_upload#server_side_upload\n    platform: Node.js\n  - name: Cloudinary PHP SDK by Cloudinary\n    documentation_url: http://cloudinary.com/documentation/php_image_upload#server_side_upload\n    platform: PHP\n  - name: Cloudinary Ruby SDK by Cloudinary\n    documentation_url: http://cloudinary.com/documentation/rails_image_upload#server_side_upload\n    platform: Ruby\n  - name: Cloudinary Ruby Library for Ruby on Rails Framework\n    documentation_url: https://cloudinary.com/documentation/rails_integration\n    platform: Ruby\n  - name: Cloudinary Python Library for Django Framework\n    documentation_url: https://cloudinary.com/documentation/django_integration\n    platform: Python\n  - name: Cloudinary React JavaScript Library for React Framework\n    documentation_url: https://github.com/cloudinary/cloudinary-react\n    platform: JavaScript\n    stargazers_count: 502\n  - name: Cloudinary JavaScript Library for jQuery Framework\n    documentation_url: https://cloudinary.com/documentation/jquery_integration\n    platform: JavaScript\n"
  },
  {
    "path": "collection/cloudmersive-document-and-data-conversion.yaml",
    "content": "name: Cloudmersive Document and Data Conversion\nslug: cloudmersive-document-and-data-conversion\ndescription: |-\n  Document and Data Conversion APIs\n  Convert files and content between file formats. Convert data between file formats. Instantly.\ncategories:\n  - Documents & Productivity\n  - Images & Photography\n  - Scrapers & Data Mining\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://cloudmersive.com/convert-api\n"
  },
  {
    "path": "collection/cloudmersive-natural-language-processing.yaml",
    "content": "name: Cloudmersive Natural Language Processing\nslug: cloudmersive-natural-language-processing\ndescription: |-\n  Powerful Natural Language Processing APIs\n  The most powerful and cost-effective NLP AI APIs, continuously updated.\n  - Language Translation\n  - Rephrasing\n  - Sentiment Analysis\n  - Part-of-Speech (POS) Tagging\n  - Sentence Parsing\n  - Text Analytics\n  - Entity Extraction\n  - Language Detection\ncategories:\n  - Text Analysis & Tools\n  - AI & ML\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://cloudmersive.com/nlp-api\n"
  },
  {
    "path": "collection/cloudmersive-validate.yaml",
    "content": "name: Cloudmersive Validate\nslug: cloudmersive-validate\ndescription: Data Validation APIs. Validate key business data thoroughly - Email Address Validation, Phone Number\n  Validation, Street Address Validation, VAT Number Validation, Domain Name Validation and Name Validation\ncategories:\n  - Validation & Verification\n  - Email & SMS\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://cloudmersive.com/validate-api\n"
  },
  {
    "path": "collection/cloudpronouncer.yaml",
    "content": "name: Cloudpronouncer\nslug: cloudpronouncer\ndescription: \"Text To Speech API. CloudPronouncer (tts online or tts reader) is a cross browsers REST API supporting 255\n  Standard and Premium Voices in 42 languages including variants (the list is growing in time) and it may be used by any\n  device that can connect to Internet and send the POST requests to our API as instructed in this website: smartphones,\n  tablets, laptops, PC Desktops, other smart devices. It uses cloud infrastructure and artificial intelligence to solve\n  the requests.\"\ncategories:\n  - IoT & Home Automation\n  - Voice\n  - AI & ML\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.de-vis-software.ro/text-to-speech-api.aspx\n"
  },
  {
    "path": "collection/clust.yaml",
    "content": "name: Clust\nslug: clust\ndescription: The best way to gather anyone’s documents, directly from your app & without hassle. Offer the best online\n  onboarding experience, document collection and approval workflows to your clients and partners (eSignature included)\ncategories:\n  - Business\n  - Collaboration\n  - CRM\n  - Documents & Productivity\n  - Forms & Surveys\n  - Chats & Messaging\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/clust/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://clustdoc.com/developers\n"
  },
  {
    "path": "collection/codacy-api.yaml",
    "content": "name: Codacy API\nslug: codacy-api\ndescription: 0 Scroll down for code samples, example requests and responses. Select a language for code samples from the\n  tabs above or the mobile navigation menu. Codacy web services API Base URLs. . Codacy API v2\ncategories:\n  - Documents & Productivity\n  - Development\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://api.codacy.com/swagger\n"
  },
  {
    "path": "collection/code-gov.yaml",
    "content": "name: Code.gov\nslug: code-gov\ndescription: America's primary platform for aggregating Open Source Software from the federal government. With thousands\n  of OSS projects made available, Code.gov offers you the opportunity to discover and contribute back to America's code.\ncategories:\n  - Government\n  - Open Source\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://code.gov\n"
  },
  {
    "path": "collection/codeship.yaml",
    "content": "name: Codeship\nslug: codeship\ndescription: Hosted API documentation for every OAS (Swagger) and RAML spec out there. Powered by Stoplight.io.\n  Document, mock, test, and more, with the StopLight API Designer\ncategories:\n  - Development\n  - Collaboration\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://apidocs.codeship.com/\nlibraries:\n  - name: Codeship NodeJS SDK by Che-Wei Lin\n    documentation_url: https://github.com/John-Lin/codeship-api\n    platform: Node.js\n    author: John-Lin\n    stargazers_count: 1\n  - name: Codeship Ruby SDK\n    documentation_url: https://github.com/codeship/codeship-ruby\n    platform: Ruby\n    stargazers_count: 13\n  - name: Codeship Go SDK\n    documentation_url: https://godoc.org/github.com/codeship/codeship-go\n    source_code_url: https://github.com/codeship/codeship-go\n    platform: Go\n    stargazers_count: 18\n"
  },
  {
    "path": "collection/cognito.yaml",
    "content": "name: Cognito\nslug: cognito\ndescription: Can take a customer's cellphone number and return name, address history, full SSN, and date of birth.\n  Cognito API documentation will give you everything you need to get up and running with Cognito’s ID verification APIs.\n  A powerful API for verifying and retrieving identity information\ncategories:\n  - Validation & Verification\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/cognito/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://cognitohq.com/docs\n"
  },
  {
    "path": "collection/cohere.yaml",
    "content": "name: Cohere\nslug: cohere\ndescription: Cohere's API provides NLP capabilities including text generation, embeddings, classification, and reranking. Designed for enterprise use cases like semantic search and RAG pipelines.\ncategories:\n  - AI & ML\n  - Text Analysis & Tools\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://docs.cohere.com\n  - name: API Reference\n    url: https://docs.cohere.com/reference/about\n"
  },
  {
    "path": "collection/coinapi.yaml",
    "content": "name: CoinAPI\nslug: coinapi\ndescription: |-\n  CoinAPI is a platform which provides fast, reliable\n  and unified data APIs to cryptocurrency markets. All cryptocurrency exchanges integrated under a single API\ncategories:\n  - Blockchain & Cryptocurrencies\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://docs.coinapi.io/\n"
  },
  {
    "path": "collection/coinbase-pro.yaml",
    "content": "name: Coinbase Pro\nslug: coinbase-pro\ndescription: \"Trading APIs require authentication and provide access to placing orders and other account information.\n  Feed APIs provide market data and are public. . APIs are separated into two categories: trading and feed\"\ncategories:\n  - Blockchain & Cryptocurrencies\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://docs.pro.coinbase.com/#api\n"
  },
  {
    "path": "collection/coinbase.yaml",
    "content": "name: Coinbase\nslug: coinbase\ndescription: >-\n  Coinbase’s API makes it easy to integrate bitcoin, bitcoin cash, litecoin and ethereum into both new and existing\n  applications. \n\n  Coinbase’s APIs enable a variety of capabilities; from simply gathering read-only data, to building something that’s\n  never been done before\ncategories:\n  - Payments\n  - Blockchain & Cryptocurrencies\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developers.coinbase.com/\nlibraries:\n  - name: ccex-api TypeScript SDK by Dang Thanh Tung\n    documentation_url: https://github.com/dang1412/ccex-api\n    platform: JavaScript, Node.js\n    author: dang1412\n    stargazers_count: 30\n  - name: ExchangeSharp .NET/C# by Jeff Johnson\n    documentation_url: https://github.com/jjxtra/ExchangeSharp\n    platform: .Net, C#\n    author: jjxtra\n    stargazers_count: 759\n  - name: Coinbase .Net SDK by Youssef Boukenken\n    documentation_url: https://github.com/sefbkn/Coinbase.NET/blob/master/README.md\n    source_code_url: https://github.com/sefbkn/Coinbase.NET\n    platform: .Net, C#\n    author: sefbkn\n    stargazers_count: 4\n  - name: Coinbase .Net SDK by Brian Chavez\n    documentation_url: https://developers.coinbase.com/docs/wallet/client-libraries\n    source_code_url: https://github.com/bchavez/Coinbase\n    platform: .Net, C#\n    author: bchavez\n    stargazers_count: 184\n  - name: Coinbase Python SDK by Coinbase\n    documentation_url: https://developers.coinbase.com/api/v2#official-client-libraries\n    source_code_url: https://github.com/coinbase/coinbase-python\n    platform: Python\n    stargazers_count: 542\n"
  },
  {
    "path": "collection/coindesk.yaml",
    "content": "name: CoinDesk\nslug: coindesk\ndescription: Bitcoin Price Index. CoinDesk provides a simple and free API to make its Bitcoin Price Index (BPI) data\n  programmatically available to others. Find out how to use it here\ncategories:\n  - Blockchain & Cryptocurrencies\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/coindesk/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://www.coindesk.com/api/\nlibraries:\n  - name: \" CoinDesk Go SDK by Martín Raúl Villalba\"\n    documentation_url: https://github.com/mvillalba/go-coindesk\n    platform: Go\n    author: mvillalba\n    stargazers_count: 1\n  - name: CoinDesk PHP SDK by haqqur\n    documentation_url: https://github.com/haqqur/php-btconv\n    platform: PHP\n  - name: CoinDesk Node.js SDK by LapsuS\n    documentation_url: https://github.com/erlapso/node-coindesk\n    platform: Node.js\n    author: erlapso\n    stargazers_count: 0\n"
  },
  {
    "path": "collection/coingecko-com.yaml",
    "content": "name: Coingecko.com\nslug: coingecko-com\ndescription: Free, comprehensive cryptocurrency API. Access free crypto API such as real-time market price, historical\n  trading, tickers, and exchange data for cryptocurrencies\ncategories:\n  - Blockchain & Cryptocurrencies\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/coingecko-com/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.coingecko.com/en/api\n"
  },
  {
    "path": "collection/coinigy.yaml",
    "content": "name: Coinigy\nslug: coinigy\ndescription: Interact with Coinigy Accounts and Exchange Accounts Directly.\ncategories:\n  - Blockchain & Cryptocurrencies\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://coinigy.docs.apiary.io\n"
  },
  {
    "path": "collection/coinlayer.yaml",
    "content": "name: CoinLayer\nslug: coinlayer\ndescription: Powerful cryptocurrency rates JSON API delivering real-time crypto exchange rate and conversion data for\n  more than 25 exchanges and 385 coins worldwide\ncategories:\n  - Blockchain & Cryptocurrencies\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/coinlayer/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://coinlayer.com\n"
  },
  {
    "path": "collection/coinlib.yaml",
    "content": "name: Coinlib\nslug: coinlib\ndescription: Coinlib - Crypto Prices, Charts, Lists & Crypto Market News\ncategories:\n  - Blockchain & Cryptocurrencies\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/coinlib/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://coinlib.io/apidocs\n"
  },
  {
    "path": "collection/coinlore.yaml",
    "content": "name: Coinlore\nslug: coinlore\ndescription: Coinlore presents public free crypto tick data api\ncategories:\n  - Blockchain & Cryptocurrencies\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/coinlore/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.coinlore.com/cryptocurrency-data-api\n"
  },
  {
    "path": "collection/coinmarketcap.yaml",
    "content": "name: CoinMarketCap\nslug: coinmarketcap\ndescription: Cryptocurrencies Prices. Use CoinMarketCap's free crypto API to get the best, most accurate real-time,\n  historical cryptocurrency and exchange trade data for Bitcoin, Ethereum and more\ncategories:\n  - Blockchain & Cryptocurrencies\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/coinmarketcap/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://coinmarketcap.com/api/\nlibraries:\n  - name: Cryptocurrencies API Laravel Manager PHP SDK by Mattia Clementi\n    documentation_url: https://github.com/ilCleme/cryptocurrencies-laravel\n    source_code_url: https://packagist.org/packages/ilcleme/cryptocurrencies-laravel\n    platform: PHP\n    author: ilCleme\n    stargazers_count: 3\n  - name: CoinMarketCap Python SDK by Miguel Mota\n    documentation_url: https://github.com/CoinCircle/go-coinmarketcap\n    platform: Python\n    stargazers_count: 64\n  - name: CoinMarketCap JavaScript SDK by Abhinav Kasamsetty\n    documentation_url: https://github.com/tiaanduplessis/coinmarketcap-api\n    platform: JavaScript\n    author: tiaanduplessis\n    stargazers_count: 119\n  - name: Crypto2discord Python SDK by Azerpas\n    documentation_url: https://github.com/azerpas/Crypto2discord\n    platform: Python\n    author: azerpas\n    stargazers_count: 7\n  - name: R-Cryptocurrencies R SDK by GinzaLion\n    documentation_url: https://github.com/GinzaLion/R-Cryptocurrencies\n    platform: R\n  - name: Cryptex iOS SDK by Sathya Rajaraman\n    documentation_url: https://github.com/trsathya/Cryptex\n    platform: Swift\n    author: trsathya\n    stargazers_count: 65\n  - name: BitcoinAverage Python PIP SDK\n    documentation_url: https://github.com/bitcoinaverage/api-integration-examples/\n    platform: Python\n    stargazers_count: 63\n  - name: Crypto-Grabber Python SDK by Brandon Jew\n    documentation_url: https://github.com/brandonjew/crypto-grabber\n    platform: Python\n    author: brandonjew\n    stargazers_count: 0\n  - name: CoinMarketCap Elixir SDK by Arthur M. Collé\n    documentation_url: https://github.com/arthurcolle/CoinMarketCap.ex\n    platform: Elixir\n    author: stochastic-thread\n    stargazers_count: 0\n  - name: CoinMarketCap Go SDK by Shaun Morrow\n    documentation_url: https://github.com/shaunmza/coinmarketcap\n    platform: Go\n    author: shaunmza\n    stargazers_count: 0\n  - name: CoinMarketCap Python SDK by mharvilla\n    documentation_url: https://github.com/mharvilla/crypto\n    platform: Python\n    author: mharvilla\n    stargazers_count: 0\n  - name: CoinMarketCap .NET SDK by Ryan L.\n    documentation_url: https://github.com/MTS11648/Dogecoin-Live-Updater\n    platform: .Net, C#\n    author: RyanLaFauci\n    stargazers_count: 0\n  - name: CoinMarketCap Swift SDK by Kuyawa Kata\n    documentation_url: https://github.com/kuyawa/Altcoins\n    platform: Swift\n    author: kuyawa\n    stargazers_count: 5\n  - name: CoinMarketCap Wordpress PHP SDK by alpual\n    documentation_url: https://github.com/alpual/coinvis\n    platform: PHP\n    author: alpual\n    stargazers_count: 3\n  - name: CoinMarketCap Python SDK by bobbysto\n    documentation_url: https://github.com/bobbysto/python-coinmarketcap\n    platform: Python\n  - name: CoinMarketCap Python SDK by Ruan Bekker\n    documentation_url: https://github.com/ruanbekker/faas-coinmarketcap\n    platform: Python\n    author: ruanbekker\n    stargazers_count: 5\n  - name: CoinMarketCap C# SDK by raghupallavi\n    documentation_url: https://github.com/raghupallavi/CoinMarketCap-CSharp-Api\n    platform: C#\n  - name: CoinMarketCap Python SDK by stephen-l\n    documentation_url: https://github.com/stephen-l/CryptoTicker\n    platform: Python\n    author: stephen-l\n    stargazers_count: 0\n  - name: CoinMarketCap Python SDK by Cryptodroid\n    documentation_url: https://github.com/cryptodroid-litecoin/Coinmarketcap-graph\n    platform: Python\n    author: cryptodroid-litecoin\n    stargazers_count: 1\n  - name: CoinMarketCap ReactJS SDK by gwolf2\n    documentation_url: https://github.com/gwolf2/crypto-prices\n    platform: JavaScript\n    author: gwolf2\n    stargazers_count: 0\n  - name: CoinMarketCap Go SDK by Decarium\n    documentation_url: https://github.com/Decarium/go-coinmarketcap\n    platform: Go\n    stargazers_count: 1\n  - name: CoinMarketCap .NET SDK by Scott Christian\n    documentation_url: https://github.com/dezryth/ccticker\n    platform: .Net, C#\n    author: dezryth\n    stargazers_count: 0\n  - name: CoinMarketCap GraphQL SDK by Arnaud Christ\n    documentation_url: https://github.com/Onra/graphql-coinmarketcap\n    platform: Unspecified\n    author: Onra\n    stargazers_count: 2\n  - name: CoinMarketCap PHP SDK by Joshua Cidoni-Walker\n    documentation_url: https://github.com/jcidoniwalker/coinmarket_json_parser\n    platform: PHP\n    author: jcidoniwalker\n    stargazers_count: 8\n  - name: CoinMarketCap Node.js SDK by haakym\n    documentation_url: https://github.com/haakym/coinme\n    platform: JavaScript, Node.js\n    author: haakym\n    stargazers_count: 0\n"
  },
  {
    "path": "collection/coinpaprika.yaml",
    "content": "name: coinpaprika\nslug: coinpaprika\ndescription: Cryptocurrencies prices, market capitalization, volume and more.\ncategories:\n  - Blockchain & Cryptocurrencies\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://api.coinpaprika.com\nlibraries:\n  - name: Coinpaprika C# SDK by Marco Siccardi\n    documentation_url: https://api.coinpaprika.com/#section/Clients\n    source_code_url: https://github.com/MSiccDev/CoinpaprikaAPI\n    platform: .Net, C#\n    stargazers_count: 12\n"
  },
  {
    "path": "collection/coinranking.yaml",
    "content": "name: CoinRanking\nslug: coinranking\ndescription: Introduction Power your projects with the high quality cryptocurrency data coinranking.com provides. They\n  provides data about coins, exchanges, markets & more\ncategories:\n  - Blockchain & Cryptocurrencies\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/coinranking/logo.png\nlinks:\n  - name: Docs / Website\n    url: https://docs.coinranking.com/\n"
  },
  {
    "path": "collection/colorado-data-engine.yaml",
    "content": "name: Colorado Data Engine\nslug: colorado-data-engine\ndescription: Formatted and geolocated Colorado public data\ncategories:\n  - Government\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://codataengine.org/\n"
  },
  {
    "path": "collection/colorado-information-marketplace.yaml",
    "content": "name: Colorado Information Marketplace\nslug: colorado-information-marketplace\ndescription: Dive into Colorado’s water, including wells, surface water conditions, and water rights. Analyze Colorado’s\n  business entities, DBAs, tax, and UCC filing information\ncategories:\n  - Government\n  - Statistics & Data\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/colorado-information-marketplace/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://data.colorado.gov/\n"
  },
  {
    "path": "collection/comic-vine.yaml",
    "content": "name: Comic Vine\nslug: comic-vine\ndescription: An extremely mature, well organized and continuely updated resource of comic information. The largest comic\n  database online, Comic Vine features Comic Reviews, News, Videos, and Forums for the latest in and more!\ncategories:\n  - Entertainment\n  - Comics & Anime\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/comic-vine/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://comicvine.gamespot.com/api/\nlibraries:\n  - name: Comic Vine C# SDK by sorrentmutie\n    documentation_url: https://github.com/sorrentmutie/SharpComicVine\n    platform: C#\n    author: sorrentmutie\n    stargazers_count: 2\n  - name: Comic Vine Elixir SDK by comics-apps\n    documentation_url: https://github.com/comics-apps/ex_comic_vine_api\n    platform: Elixir\n    stargazers_count: 0\n  - name: Comic Vine Ruby SDK by comics-apps\n    documentation_url: https://github.com/comics-apps/comic_vine-api\n    platform: Ruby\n    stargazers_count: 0\n  - name: Comic Vine PHP SDK by Outlaw Designs\n    documentation_url: https://github.com/outlawdesigns-io/ComicVine\n    platform: PHP\n    stargazers_count: 0\n  - name: Comic Vine .NET SDK by Matthew Leibowitz\n    documentation_url: https://github.com/mattleibow/ComicVineApi\n    platform: .Net, C#\n    author: mattleibow\n    stargazers_count: 7\n  - name: Comic Vine Python SDK by swc\n    documentation_url: https://github.com/swc/comicvine_api\n    platform: Python\n    author: swc\n    stargazers_count: 8\n  - name: Comic Vine Ruby SDK by Patrick Sharp\n    documentation_url: https://github.com/Jakanapes/ComicVine\n    platform: Ruby\n    author: Jakanapes\n    stargazers_count: 9\n  - name: Comic Vine Objective-C SDK by Bryan ClarkDeprecated\n    platform: Objective-C\n  - name: Comic Vine .NET SDK by Olivier Beaudoin\n    documentation_url: https://github.com/Thoorium/comicvine-api-net\n    platform: .Net, C#\n    author: Thoorium\n    stargazers_count: 1\n  - name: Comic Vine JavaScript SDK by foysal\n    documentation_url: https://github.com/foysalit/mean-comics\n    platform: JavaScript\n    author: foysalit\n    stargazers_count: 0\n  - name: Comic Vine Java SDK by Kyle Harrison\n    documentation_url: https://github.com/apoclyps/Comicvine-GrapeJuice\n    platform: Java\n    author: apoclyps\n    stargazers_count: 2\n  - name: Comic Vine Python SDK by Martine Lenders\n    documentation_url: https://github.com/miri64/pycomicvine\n    platform: Python\n    author: miri64\n    stargazers_count: 21\n  - name: Comic Vine Objective-C SDK by Bryan ClarkDeprecated\n    platform: Objective-C\n"
  },
  {
    "path": "collection/comichron-data.yaml",
    "content": "name: Comichron Data\nslug: comichron-data\ndescription: com - comichron-data/api. JSON API for monthly sales data from comichron\ncategories:\n  - Entertainment\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/comichron-data/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://github.com/comichron-data/api\n"
  },
  {
    "path": "collection/community-transit.yaml",
    "content": "name: Community Transit\nslug: community-transit\ndescription: Transitland's centralized web service API for both querying and editing aggregated transit data from around the world\ncategories:\n  - Transportation\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/community-transit/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://github.com/transitland/transitland-datastore/blob/master/README.md#api-endpoints\n"
  },
  {
    "path": "collection/confluence.yaml",
    "content": "name: Confluence\nslug: confluence\ndescription: Confluence's REST API provides access to spaces, pages, blog posts, and comments. Automate documentation workflows and integrate with Atlassian's team wiki platform.\ncategories:\n  - Documents & Productivity\n  - Development\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developer.atlassian.com/cloud/confluence/rest/v2/intro\n  - name: API Reference\n    url: https://developer.atlassian.com/cloud/confluence/rest/v2/intro\n"
  },
  {
    "path": "collection/consumer-financial-protection-bureau.yaml",
    "content": "name: Consumer Financial Protection Bureau\nslug: consumer-financial-protection-bureau\ndescription: Financial services consumer complaint data\ncategories:\n  - Finance & Economics\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/consumer-financial-protection-bureau/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://data.consumerfinance.gov/resource/jhzv-w97w.json\n"
  },
  {
    "path": "collection/contify-newfeed-api.yaml",
    "content": "name: Contify Newfeed Api\nslug: contify-newfeed-api\ndescription: Contify's News Feed APIs provides a clean, company-based market and competitive intelligence feed with only\n  business and industry-relevant information. Contify aggregates, deduplicates, tags and packages company information\n  into a clean newsfeed ready to be consumed on-demand through our APIs and Webhooks. The Contify APIs are used to\n  integrate Market Intelligence into your application. Contify newsfeed APIs provide curated intelligence on\n  Competitors, Customers, Prospects, and Industries in the form of press releases, news, investor relations updates,\n  regulatory updates, social media posts, and other marketing collateral hosted on company websites. Content is\n  aggregated from company websites, news publishers, social media, and regulators\ncategories:\n  - Development\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/contify-newfeed-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.contify.com/news-feed-api/\n"
  },
  {
    "path": "collection/convex.yaml",
    "content": "name: Convex\nslug: convex\ndescription: Convex is a backend-as-a-service platform offering a reactive database, serverless functions, file storage, and real-time subscriptions accessible via TypeScript SDK and HTTP actions.\ncategories:\n  - Development\n  - Databases\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://docs.convex.dev\n  - name: HTTP Actions\n    url: https://docs.convex.dev/functions/http-actions\n"
  },
  {
    "path": "collection/cooper-hewitt.yaml",
    "content": "name: Cooper Hewitt\nslug: cooper-hewitt\ndescription: Cooper Hewitt, Smithsonian Design Museum Collections provides a REST-ish style application programming\n  interface (API) for developers to use in their products and services. API requests are made by\ncategories:\n  - Art & Design\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://collection.cooperhewitt.org/api\n"
  },
  {
    "path": "collection/core.yaml",
    "content": "name: CORE\nslug: core\ndescription: CORE harvests, maintains, enriches and makes available metadata and full text content - typically a PDF -\n  from many Open Access journals and repositories.\ncategories:\n  - Science & Math\n  - Education\n  - News & Feeds\ntype: REST\nis_free: false\ncontact: support@configcat.com\nlinks:\n  - name: Docs / Website\n    url: https://core.ac.uk/services#api\n"
  },
  {
    "path": "collection/countapi.yaml",
    "content": "name: CountAPI\nslug: countapi\ndescription: You can use it to track page hits, and specific events among other things. CountAPI is a free counting\n  service. . CountAPI is a free counting service\ncategories:\n  - Development\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/countapi/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://countapi.xyz\n"
  },
  {
    "path": "collection/countly.yaml",
    "content": "name: Countly\nslug: countly\ndescription: Countly is the best analytics platform to understand and enhance customer journeys in web, desktop and\n  mobile applications. Countly securely processes billions of data points every day in the cloud and on-premises in\n  order to help companies across the globe grow their business.\ncategories:\n  - Development\n  - Open Source\n  - Analytics\n  - Marketing & SEO\n  - Authentication & User Management\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://api.count.ly/reference\nlibraries:\n  - name: Count.ly Unity3D SDK Countly\n    documentation_url: https://github.com/Countly/countly-sdk-unity\n    platform: Unity\n    stargazers_count: 43\n  - name: Count.ly Python IoT SDK by Countly\n    documentation_url: https://github.com/Countly/countly-sdk-iot-python\n    platform: Python\n    stargazers_count: 11\n  - name: Count.ly C++ IoT SDK by Countly\n    documentation_url: https://github.com/Countly/countly-sdk-iot-cpp\n    platform: C++\n    stargazers_count: 7\n  - name: Count.ly Node.js SDK by Countly\n    documentation_url: https://github.com/Countly/countly-sdk-nodejs\n    platform: Node.js\n    stargazers_count: 22\n  - name: Count.ly Windows SDK by Countly\n    documentation_url: https://github.com/Countly/countly-sdk-windows\n    platform: C#\n    stargazers_count: 26\n  - name: Count.ly C++ SDK by GithSystems\n    documentation_url: https://github.com/GithSystems/CountlyCpp\n    platform: C++\n  - name: Count.ly iOS SDK by Countly\n    documentation_url: https://github.com/Countly/countly-sdk-ios\n    source_code_url: http://resources.count.ly/v1.0/docs/countly-sdk-for-ios-and-os-x\n    platform: Objective-C\n    stargazers_count: 584\n  - name: Count.ly Android SDK by Countly\n    documentation_url: https://github.com/Countly/countly-sdk-android\n    source_code_url: http://resources.count.ly/v1.0/docs/countly-sdk-for-android\n    platform: Java\n    stargazers_count: 623\n"
  },
  {
    "path": "collection/countryapi.yaml",
    "content": "name: CountryAPI\nslug: countryapi\ndescription: A Rest Api of simple country information that you need. Gets all the countries, and obtain the most\n  important information of these\ncategories:\n  - Maps & Geo\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/fabian7593/CountryAPI/master/Files/imgsReadme/planetLogoAndText.png\nlinks:\n  - name: Docs / Website\n    url: https://fabian7593.github.io/CountryAPI/\n"
  },
  {
    "path": "collection/covid-19-data.yaml",
    "content": "name: COVID-19 Data\nslug: covid-19-data\ndescription: The API provides realtime and historical data on Coronavirus COVID-19 confirmed cases, deaths, and recovered cases.\ncategories:\n  - Health\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/covid-19-data/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://github.com/M-Media-Group/Covid-19-API\n"
  },
  {
    "path": "collection/covid-19-government-response.yaml",
    "content": "name: Covid-19 Government Response\nslug: covid-19-government-response\ndescription: Oxford COVID-19 Government Response Tracker. Governments are taking a wide range of measures to tackle the\n  COVID-19 outbreak. We aim to track and compare worldwide government responses to the coronavirus rigorously and\n  consistently. Systematic information on which measures governments take, and when, can help us understand the\n  responses in a consistent way, aiding efforts to fight the pandemic.\ncategories:\n  - Health\n  - Government\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://covidtracker.bsg.ox.ac.uk\n"
  },
  {
    "path": "collection/creative-commons-catalog.yaml",
    "content": "name: Creative Commons Catalog\nslug: creative-commons-catalog\ndescription: The Creative Commons Catalog API ('cccatalog-api') is a system that allows programmatic access to public\n  domain digital media. It is our ambition to index and catalog billions of Creative Commons works, including articles,\n  songs, videos, photographs, paintings, and more. Using this API, developers will be able to access the digital commons\n  in their own applications.\ncategories:\n  - Development\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://api.creativecommons.engineering/\n"
  },
  {
    "path": "collection/cronofy.yaml",
    "content": "name: Cronofy\nslug: cronofy\ndescription: Scheduler lets you share your availability with contacts no matter what application you use. Cronofy\n  provides a single API for Apple, Exchange, Google, Office 365, and Outlook.com calendars for real-time scheduling.\n  Enterprise-ready scheduling tools, UI Elements and APIs\ncategories:\n  - Calendar & Time\n  - Documents & Productivity\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/cronofy/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.cronofy.com\nlibraries:\n  - name: Cronofy NodeJS SDK\n    documentation_url: https://www.cronofy.com/blog/introducing-the-node-js-sdk-for-the-cronofy-api/\n    source_code_url: https://github.com/cronofy/cronofy-node\n    platform: Node.js\n    stargazers_count: 50\n  - name: Cronofy PHP SDK\n    documentation_url: https://www.cronofy.com/blog/introducing-the-php-sdk-for-the-cronofy-calendar-api/\n    source_code_url: https://github.com/cronofy/cronofy-php\n    platform: PHP\n    stargazers_count: 21\n  - name: Cronofy Python SDK\n    documentation_url: https://www.cronofy.com/blog/python-sdk/\n    source_code_url: https://github.com/cronofy/pycronofy\n    platform: Python\n    stargazers_count: 23\n  - name: Cronofy Python SDK by nikola\n    documentation_url: https://github.com/Saberr/cronofy-python\n    platform: Python\n    stargazers_count: 1\n  - name: \" Cronofy PHP SDK by Stephen Binns\"\n    documentation_url: https://github.com/cronofy/cronofy-php\n    platform: PHP\n    stargazers_count: 21\n  - name: Cronofy JavaScript SDK by Brett Warner\n    documentation_url: https://github.com/warbrett/node-cronofy\n    platform: JavaScript\n    stargazers_count: 50\n  - name: Cronofy Ruby SDK by Cronofy\n    documentation_url: https://www.cronofy.com/developers/api-libraries/\n    source_code_url: https://github.com/cronofy/cronofy-ruby\n    platform: Ruby\n    stargazers_count: 27\n"
  },
  {
    "path": "collection/crossref.yaml",
    "content": "name: Crossref\nslug: crossref\ndescription: Crossref's API provides metadata for 150M+ scholarly works including DOIs, citations, author information, funding data, and license information for academic research integration.\ncategories:\n  - Science & Math\n  - Books\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://www.crossref.org/documentation/retrieve-metadata/rest-api\n  - name: API Reference\n    url: https://api.crossref.org\n"
  },
  {
    "path": "collection/crxcavator.yaml",
    "content": "name: CRXcavator\nslug: crxcavator\ndescription: These factors include permissions, inclusion of vulnerable third party javascript libraries, weak content\n  security policies, missing details from the Chrome Web Store description, and more. Organizations can use this tool to\n  assess the Chrome Extensions they have installed and to move towards implementing explicit allow (whitelisting) for\n  their organization. CRXcavator automatically scans the entire Chrome Web Store every 3 hours and produces a quantified\n  risk score for each Chrome Extension based on several factors\ncategories:\n  - Security\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/crxcavator/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://crxcavator.io/apidocs\n"
  },
  {
    "path": "collection/crypto-monitor-api.yaml",
    "content": "name: Crypto Monitor Api\nslug: crypto-monitor-api\ndescription: The Crypto monitor API provides bots that show savings in cryptocurrencies. Bad Gateway\ncategories:\n  - Blockchain & Cryptocurrencies\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://api.crypto-savings.com/v1/\n"
  },
  {
    "path": "collection/cryptocompare.yaml",
    "content": "name: CryptoCompare\nslug: cryptocompare\ndescription: Cryptocurrencies Comparison. Free cryptocurrency data APIs. Get high-quality historical & real-time trade,\n  order book and volume data through market-leading REST & WebSocket APIs\ncategories:\n  - Blockchain & Cryptocurrencies\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/cryptocompare/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.cryptocompare.com/api\nlibraries:\n  - name: Cryptocurrencies API Laravel Manager PHP SDK by Mattia Clementi\n    documentation_url: https://github.com/ilCleme/cryptocurrencies-laravel\n    source_code_url: https://packagist.org/packages/ilcleme/cryptocurrencies-laravel\n    platform: PHP\n    author: ilCleme\n    stargazers_count: 3\n  - name: CryptoCompare C SDK by Elijah T Davis\n    documentation_url: https://github.com/Eliiijaaaaah/CryptoArbitrage\n    platform: C\n    author: Eliiijaaaaah\n    stargazers_count: 1\n  - name: CryptoCompare Go SDK by canonical-ledgers\n    documentation_url: https://github.com/canonical-ledgers/cryptoprice\n    platform: Go\n    stargazers_count: 0\n  - name: CryptoCompare Python SDK by Dalton\n    documentation_url: https://github.com/daltonherriman76/Current-Crypto-Pricing\n    platform: Python\n    author: daltonherriman76\n    stargazers_count: 0\n  - name: CryptoCompare C# SDK by Rui Costa\n    documentation_url: https://github.com/ruidacosta/CryptoDataMarket\n    platform: C#\n    author: ruidacosta\n    stargazers_count: 0\n  - name: CryptoCompare NodeJS SDK by nlawcryptocompare\n    documentation_url: https://github.com/nlawcryptocompare/ccc-write-trades\n    platform: Node.js\n    author: nlawcryptocompare\n    stargazers_count: 0\n  - name: CryptoCompare Ruby SDK by Filipe Custódio\n    documentation_url: https://github.com/fcustodio90/crypto_compare_api\n    platform: Ruby\n    author: fcustodio90\n    stargazers_count: 0\n  - name: CryptoCompare Python CLI SDK by Gavin Goodship\n    documentation_url: https://github.com/goodship1/CoinCommand\n    platform: Python\n    author: goodship1\n    stargazers_count: 2\n  - name: CryptoCompare Swift SDK by andyhutch345\n    documentation_url: https://github.com/andyhutch345/coinDataRetrieval\n    platform: Swift\n    author: andyhutch345\n    stargazers_count: 0\n  - name: CryptoCompare Python SDK by Ilyas Ibragimov\n    documentation_url: https://github.com/IlyasI/CryptoDataToCSV\n    platform: Python\n    author: IlyasI\n    stargazers_count: 0\n  - name: CryptoCompare Python SDK by MaverickLLC\n    documentation_url: https://github.com/MaverickLLC/cryptocompareapi_python_MavericLLC\n    platform: Python\n    author: MaverickLLC\n    stargazers_count: 1\n  - name: CryptoCompare Python SDK by Ivan Bogush\n    documentation_url: https://github.com/OkThought/cryptocmp\n    source_code_url: https://pypi.org/project/cryptocmp/\n    platform: Python\n    author: OkThought\n    stargazers_count: 0\n  - name: CryptoCompare Python SDK by mondeja\n    documentation_url: https://github.com/mondeja/pycryptocompare\n    platform: Python\n    author: mondeja\n    stargazers_count: 3\n  - name: CryptoCompare Java SDK by Kehinde Azeez\n    documentation_url: https://github.com/africaken/Crypto-Currency-Project\n    platform: Java\n    author: africaken\n    stargazers_count: 0\n  - name: CryptoCompare Go SDK by cstuntz\n    documentation_url: https://github.com/cstuntz/cryptocompare-scrape\n    platform: Go\n    author: cstuntz\n    stargazers_count: 1\n  - name: CryptoCompare Python SDK by Ryan\n    documentation_url: https://github.com/Ryan3435/CryptoCompare-Python\n    platform: Python\n    author: Ryan3435\n    stargazers_count: 0\n  - name: CryptoCompare Python SDK by Ronald Rounsifer\n    documentation_url: https://github.com/iJEEBUS/CryptoComparePython\n    platform: Python\n    author: rounsifer\n    stargazers_count: 0\n  - name: CryptoCompare PHP SDK by imanseau\n    documentation_url: https://github.com/imanseau/CryptoCompare-PHP\n    platform: PHP\n    author: imanseau\n    stargazers_count: 0\n  - name: CryptoCompare PHP SDK by cointokenhub\n    documentation_url: https://github.com/cointokenhub/cryptocompare-php-api\n    platform: PHP\n    stargazers_count: 1\n  - name: CryptoCompare C# SDK by Alex Gorevski\n    documentation_url: https://github.com/agorevski/CryptoPrices\n    platform: C#\n    author: agorevski\n    stargazers_count: 0\n  - name: CryptoCompare R SDK by adrian\n    documentation_url: https://github.com/ilyein/crypto-prices-api\n    platform: R\n    author: ilyein\n    stargazers_count: 0\n  - name: CryptoCompare Elixir SDK by Metachaos Systems\n    documentation_url: https://github.com/metachaos-systems/cryptocomparex\n    source_code_url: https://hexdocs.pm/cryptocomparex/api-reference.html\n    platform: Elixir\n    stargazers_count: 0\n  - name: CryptoCompare Java SDK by CryptoDashboard201\n    documentation_url: https://github.com/CryptoDashboard201/DataFromAPI\n    platform: Java\n    stargazers_count: 0\n  - name: CryptoCompare Java SDK by Matt McFadden\n    documentation_url: https://github.com/mcfadd/Cryptos4J\n    platform: Java\n    author: mcfadd\n    stargazers_count: 3\n  - name: CryptoCompare Java SDK by mistyhippo\n    documentation_url: https://github.com/mistyhippo/cryptocompare_api\n    platform: Java\n    author: mistyhippo\n    stargazers_count: 0\n"
  },
  {
    "path": "collection/cryptonator.yaml",
    "content": "name: Cryptonator\nslug: cryptonator\ndescription: Prices are updated every 30 seconds, covering 300+ cryptocurrencies across 42 exchanges. Cryptonator\n  provides unique volume of cryptocurrency exchange rates data, which is delivered in easy-to-integrate JSON format via\n  simple HTTPS requests\ncategories:\n  - Blockchain & Cryptocurrencies\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.cryptonator.com/api/\n"
  },
  {
    "path": "collection/currencyapi.yaml",
    "content": "name: CurrencyAPI\nslug: currencyapi\ndescription: CurrencyAPI provides real-time and historical foreign exchange rates for 170+ currencies. Features include currency conversion, historical rates, and fluctuation data with high update frequency.\ncategories:\n  - Finance & Economics\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://currencyapi.com/docs\n  - name: API Reference\n    url: https://currencyapi.com/docs/latest-endpoint\n"
  },
  {
    "path": "collection/currencylayer-com.yaml",
    "content": "name: CurrencyLayer.com\nslug: currencylayer-com\ndescription: Currencylayer provides a simple REST API with real-time and historical exchange rates for 168 world\n  currencies, delivering currency pairs in universally usable JSON format\ncategories:\n  - Finance & Economics\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/currencylayer-com/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://currencylayer.com/documentation\n"
  },
  {
    "path": "collection/currencyscoop-com.yaml",
    "content": "name: CurrencyScoop.com\nslug: currencyscoop-com\ndescription: Real-time and historical currency rates JSON API. CurrencyScoop is a developer-friendly REST API with\n  real-time and historical exchange rates for 168 world currencies and 1600 cryptocurrencies\ncategories:\n  - Finance & Economics\n  - Blockchain & Cryptocurrencies\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/currencyscoop-com/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://currencyscoop.com/\n"
  },
  {
    "path": "collection/currencystack.yaml",
    "content": "name: Currencystack\nslug: currencystack\ndescription: Real-time exchange rates for 154 world currencies provided in JSON format and works for any programming environment.\ncategories:\n  - Finance & Economics\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/currencystack/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://currencystack.io\nlibraries:\n  - name: CurrencyStack NodeJS SDK\n    documentation_url: https://github.com/currencystack/currencystack-node\n    platform: Node.js\n    stargazers_count: 1\n  - name: CurrencyStack PHP SDK\n    documentation_url: https://github.com/currencystack/currencystack-php\n    platform: PHP\n    stargazers_count: 0\n  - name: CurrencyStack Go SDK\n    documentation_url: https://github.com/currencystack/currencystack-go\n    platform: Go\n    stargazers_count: 2\n  - name: CurrencyStack Python SDK\n    documentation_url: https://bitbucket.org/hd1/currencystack/src/master/main.py\n    platform: Python\n"
  },
  {
    "path": "collection/currents.yaml",
    "content": "name: Currents\nslug: currents\ndescription: Currents - Capture the world news through simple json News API.\ncategories:\n  - News & Feeds\n  - Scrapers & Data Mining\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/currents/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://currentsapi.services/\nlibraries:\n  - name: Currents NodeJS SDK\n    documentation_url: https://currentsapi.services/en/docs/official\n    source_code_url: https://github.com/currentsapi-dev/currentsapi_nodejs\n    platform: Node.js\n    stargazers_count: 1\n"
  },
  {
    "path": "collection/czech-namedays-calendar.yaml",
    "content": "name: Czech Namedays Calendar\nslug: czech-namedays-calendar\ndescription: Czech Holidays API\ncategories:\n  - Government\n  - Calendar & Time\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://svatky.adresa.info\n"
  },
  {
    "path": "collection/czech-national-bank.yaml",
    "content": "name: Czech National Bank\nslug: czech-national-bank\ndescription: A collection of exchange rates\ncategories:\n  - Finance & Economics\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.cnb.cz/cs/financni_trhy/devizovy_trh/kurzy_devizoveho_trhu/denni_kurz.xml\n"
  },
  {
    "path": "collection/czech-television.yaml",
    "content": "name: Czech Television\nslug: czech-television\ndescription: Czech Television TV Program\ncategories:\n  - Video & Media\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/czech-television/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://www.ceskatelevize.cz/xml/tv-program/\n"
  },
  {
    "path": "collection/d3-visualization.yaml",
    "content": "name: D3 Visualization\nslug: d3-visualization\ndescription: D3 is a JavaScript library for visualizing data with HTML, SVG, and CSS\ncategories:\n  - Visualizations\n  - Maps & Geo\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/d3-visualization/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://d3js.org\n"
  },
  {
    "path": "collection/dailymotion.yaml",
    "content": "name: Dailymotion\nslug: dailymotion\ndescription: Build applications centered around DailyMotion. Explore Dailymotion API documentation to create your video\n  apps and websites\ncategories:\n  - Video & Media\n  - Social\n  - Entertainment\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/dailymotion/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developer.dailymotion.com/\nlibraries:\n  - name: Dailymotion PHP SDK by bSushil\n    documentation_url: https://github.com/bSushil/dailymotion\n    platform: PHP\n    author: bSushil\n    stargazers_count: 1\n  - name: Dailymotion Node.js SDK by Mathieu Amiot\n    documentation_url: https://github.com/OtaK/dailymotion-sdk-node\n    platform: Node.js\n    author: OtaK\n    stargazers_count: 10\n  - name: Dailymotion Xamarin Android SDK by Alejandro Ruiz Varela\n    documentation_url: https://github.com/AlejandroRuiz/Xamarin-Dailymotion-Android\n    platform: C#\n    author: AlejandroRuiz\n    stargazers_count: 1\n  - name: Dailymotion C++ SDK by Stuart Howarth\n    documentation_url: http://marxoft.co.uk/doc/qdailymotion/index.html\n    source_code_url: https://github.com/marxoft/qdailymotion\n    platform: C++\n    author: marxoft\n    stargazers_count: 3\n  - name: Dailymotion iOS Swift SDK by Dailymotion\n    documentation_url: https://github.com/dailymotion/dailymotion-swift-player-sdk-ios\n    platform: Swift\n    stargazers_count: 34\n  - name: Dailymotion IOS SDK by Dailymotion\n    documentation_url: https://developer.dailymotion.com/tools/sdks#sdk-objective-c\n    source_code_url: https://github.com/dailymotion/dailymotion-player-sdk-ios\n    platform: Objective-C\n    stargazers_count: 59\n  - name: Dailymotion PHP SDK by Dailymotion\n    documentation_url: https://developer.dailymotion.com/tools/sdks#sdk-php\n    source_code_url: https://github.com/dailymotion/dailymotion-sdk-php\n    platform: PHP\n    stargazers_count: 65\n  - name: Dailymotion Python SDK by Dailymotion\n    documentation_url: https://developer.dailymotion.com/tools/sdks#sdk-python\n    source_code_url: https://github.com/dailymotion/dailymotion-sdk-python\n    platform: Python\n    stargazers_count: 34\n  - name: Dailymotion Ruby SDK by Guilherme Garnier\n    documentation_url: https://github.com/ggarnier/dailymotion-api-client\n    platform: Ruby\n    author: ggarnier\n    stargazers_count: 2\n  - name: Dailymotion Android SDK by Dailymotion\n    documentation_url: https://developer.dailymotion.com/tools/sdks#sdk-android\n    source_code_url: https://developer.dailymotion.com/tools/sdks#sdk-android\n    platform: C, Java\n  - name: Dailymotion JavaScript SDK\n    documentation_url: http://developer.dailymotion.com/documentation#sdk-javascript\n    source_code_url: https://github.com/dailymotion/dailymotion-sdk-js\n    platform: .Net, JavaScript\n    stargazers_count: 34\n  - name: Dailymotion Python SDK\n    documentation_url: http://developer.dailymotion.com/documentation#sdk-python\n    source_code_url: https://github.com/dailymotion/dailymotion-sdk-python\n    platform: Python\n    stargazers_count: 34\n  - name: Dailymotion Objective-C SDK\n    documentation_url: http://dailymotion.github.io/dailymotion-sdk-objc/html/index.html\n    source_code_url: https://github.com/dailymotion/dailymotion-sdk-objc\n    platform: Objective-C\n    stargazers_count: 59\n  - name: Dailymotion PHP SDK\n    documentation_url: http://developer.dailymotion.com/documentation#sdk-php\n    source_code_url: https://github.com/dailymotion/dailymotion-sdk-php\n    platform: PHP\n    stargazers_count: 65\n"
  },
  {
    "path": "collection/danbooru.yaml",
    "content": "name: Danbooru\nslug: danbooru\ndescription: Danbooru Imageboard API. Get images cartegorized by tags.\ncategories:\n  - Comics & Anime\n  - Social\n  - Adult\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://danbooru.donmai.us/posts?tags=help%3Aapi\n"
  },
  {
    "path": "collection/dark-sky.yaml",
    "content": "name: Dark Sky\nslug: dark-sky\ndescription: Weather API\ncategories:\n  - Weather\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://darksky.net/dev\nlibraries:\n  - name: Dark Sky WordPress PHP SDK by Joshua Nelson\n    documentation_url: https://github.com/joshuadavidnelson/wp-darksky\n    platform: PHP\n    author: joshuadavidnelson\n    stargazers_count: 16\n  - name: Dark Sky Swift SDK by Peter Willsey\n    documentation_url: https://github.com/pwillsey/ForecastIOClient\n    platform: Swift\n    author: pwillsey\n    stargazers_count: 17\n  - name: Dark Sky Swift SDK by Satyam Khodasara\n    documentation_url: https://darksky.net/dev/docs/libraries\n    source_code_url: https://github.com/sxg/ForecastIO\n    platform: Swift\n    author: sxg\n    stargazers_count: 157\n  - name: Dark Sky Swift SDK by Caramba Labs\n    documentation_url: https://github.com/carambalabs/DarkSkyKit\n    platform: Swift\n    stargazers_count: 32\n  - name: Dark Sky Scala SDK by Garrett T\n    documentation_url: https://github.com/film42/forecast-io-scala\n    platform: Scala\n    author: film42\n    stargazers_count: 12\n  - name: Dark Sky Rust SDK by Jesse Grillo\n    documentation_url: https://github.com/jgrillo/forecast-rs\n    platform: Unspecified\n    author: jgrillo\n    stargazers_count: 14\n  - name: Dark Sky Ruby SDK by Vicente Gozalbes\n    documentation_url: https://github.com/vigosan/forecast_io\n    platform: Ruby\n    author: vigosan\n    stargazers_count: 11\n  - name: Dark Sky R SDK by Bob Rudis\n    documentation_url: https://github.com/hrbrmstr/darksky\n    platform: R\n    author: hrbrmstr\n    stargazers_count: 81\n  - name: Dark Sky Python SDK by Angel Hernandez III\n    documentation_url: https://github.com/bitpixdigital/forecastiopy3\n    platform: Python\n    author: bitpixdigital\n    stargazers_count: 60\n  - name: Dark Sky Python SDK by David Ervideira\n    documentation_url: https://github.com/dvdme/forecastiopy\n    platform: Python\n    author: dvdme\n    stargazers_count: 26\n  - name: Dark Sky Python SDK by Ze’ev Gilovitz\n    documentation_url: https://github.com/ZeevG/python-forecast.io\n    platform: Python\n    author: ZeevG\n    stargazers_count: 424\n  - name: Dark Sky PERL SDK by Martin-Louis Bright\n    documentation_url: http://search.cpan.org/~martyloo/Forecast-IO-0.21/lib/Forecast/IO.pm\n    source_code_url: https://github.com/mlbright/Forecast-IO\n    platform: PERL\n    author: mlbright\n    stargazers_count: 5\n  - name: Dark Sky ColdFusion SDK by Danny Cork\n    documentation_url: https://github.com/DannyCork/ForecastCFML\n    platform: ColdFusion\n    author: senf666\n    stargazers_count: 8\n  - name: Dark Sky Reckon NodeJS SDK by Chris Jones\n    documentation_url: https://github.com/jonezy/reckon/\n    platform: Node.js\n    author: jonezy\n    stargazers_count: 13\n  - name: Dark Sky NodeJS SDK by Matt Walters\n    documentation_url: https://github.com/mateodelnorte/forecast.io\n    platform: Node.js\n    author: mateodelnorte\n    stargazers_count: 115\n  - name: Dark Sky NodeJS SDK by Ian Tearle\n    documentation_url: https://github.com/iantearle/forecast.io-javascript-api\n    platform: Node.js\n    author: iantearle\n    stargazers_count: 65\n"
  },
  {
    "path": "collection/dashblock.yaml",
    "content": "name: Dashblock\nslug: dashblock\ndescription: The easiest way to access websites programmatically and collect structured data. With Dashblock you can\n  turn any website into an API. Offers 1000 free API calls per month.\ncategories:\n  - Scrapers & Data Mining\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/dashblock/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.dashblock.com/\n"
  },
  {
    "path": "collection/data-demograph.yaml",
    "content": "name: Data Demograph\nslug: data-demograph\ndescription: Enrich your contact lists with intelligent demographics. Add gender age, income, education, ancestry,\n  crime, and political leaning to your customer insights.\ncategories:\n  - Statistics & Data\n  - CRM\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://datademograph.com\n"
  },
  {
    "path": "collection/data-gov.yaml",
    "content": "name: Data.gov\nslug: data-gov\ndescription: Our aim is to make it easier for. Signup for a single API key and use it across participating government\n  APIs. About This Service api. data. gov is a free API management service for federal agencies\ncategories:\n  - Government\ntype: REST\nis_free: false\ncontact: dani@daniwebmail.com\nlinks:\n  - name: Docs / Website\n    url: https://api.data.gov/\n"
  },
  {
    "path": "collection/data-parliament-uk.yaml",
    "content": "name: data.parliament.uk\nslug: data-parliament-uk\ndescription: UK's parliament Open Data\ncategories:\n  - Government\n  - Statistics & Data\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://www.data.parliament.uk/developers/\n"
  },
  {
    "path": "collection/data-science-toolkit.yaml",
    "content": "name: Data Science Toolkit\nslug: data-science-toolkit\ndescription: A collection of the best open data sets and open-source tools for data science.\ncategories:\n  - Statistics & Data\ntype: REST\nis_free: true\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/data-science-toolkit/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://github.com/petewarden/dstk\nlibraries:\n  - name: Geocoder Ruby SDK by Alex Reisner\n    documentation_url: https://github.com/alexreisner/geocoder\n    source_code_url: https://rubygems.org/gems/geocoder\n    platform: Ruby\n    author: alexreisner\n    stargazers_count: 5834\n  - name: Data Science Toolkit R Library by Ryan Elmore\n    documentation_url: http://cran.r-project.org/web/packages/RDSTK/index.html\n    source_code_url: https://github.com/rtelmore/RDSTK\n    platform: R\n    author: rtelmore\n    stargazers_count: 26\n  - name: \" Geocoder Node.js Library by Nicolas Chaulet\"\n    documentation_url: https://github.com/nchaulet/node-geocoder\n    platform: Node.js\n    author: nchaulet\n    stargazers_count: 954\n  - name: Data Science Toolkit JavaScript Library by Pete Warden\n    documentation_url: https://github.com/petewarden/dstk\n    platform: JavaScript\n    author: petewarden\n    stargazers_count: 1140\n  - name: Data Science Toolkit Python Library by CloverHealth\n    documentation_url: https://github.com/CloverHealth/pydstk\n    platform: Python\n    author: gwax\n    stargazers_count: 0\n"
  },
  {
    "path": "collection/data-usa.yaml",
    "content": "name: Data USA\nslug: data-usa\ndescription: public data. Data USA provides an open, easy-to-use platform that turns data into knowledge. The most\n  comprehensive visualization of U. The most comprehensive visualization of U. S\ncategories:\n  - Government\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/data-usa/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://datausa.io/about/api/\n"
  },
  {
    "path": "collection/datadog.yaml",
    "content": "name: Datadog\nslug: datadog\ndescription: Datadog's API provides access to metrics, logs, traces, monitors, dashboards, and alerts. Automate observability workflows and integrate monitoring into CI/CD pipelines.\ncategories:\n  - Analytics\n  - Development\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://docs.datadoghq.com/api\n  - name: API Reference\n    url: https://docs.datadoghq.com/api/latest\n"
  },
  {
    "path": "collection/dataflow-kit.yaml",
    "content": "name: Dataflow Kit\nslug: dataflow-kit\ndescription: Web Scraper API to extract information from web sites, scrape SERPs, convert web pages to PDF, and capture\n  screenshots. Dataflow kit - API documentation\ncategories:\n  - Other\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/dataflow-kit/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://dataflowkit.com/doc-api\n"
  },
  {
    "path": "collection/datamuse-api.yaml",
    "content": "name: Datamuse API\nslug: datamuse-api\ndescription: Word-finding query engine that finds words that match a given set of constraints and that are likely in a\n  given context.\ncategories:\n  - Content & Dictionaries\n  - Search\n  - Text Analysis & Tools\n  - AI & ML\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.datamuse.com/api/\n"
  },
  {
    "path": "collection/datum-box.yaml",
    "content": "name: Datum Box\nslug: datum-box\ndescription: Unleash the power of Machine Learning by using the Powerful and Easy-to-Use API of Datumbox\ncategories:\n  - AI & ML\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/datum-box/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://www.datumbox.com/machine-learning-api/\n"
  },
  {
    "path": "collection/daum-maps-api.yaml",
    "content": "name: Daum Maps API\nslug: daum-maps-api\ndescription: Kakao 지도 API를 이용해보세요. 다양한 샘플과 상세한 매뉴얼로 개발자분들의 시간을 아껴드리겠습니다!. Daum Maps provide multiple APIs for Korean map\ncategories:\n  - Maps & Geo\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/daum-maps-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://apis.map.daum.net/\n"
  },
  {
    "path": "collection/deck-of-cards.yaml",
    "content": "name: Deck of Cards\nslug: deck-of-cards\ndescription: Deck of Cards - an API for playing cards\ncategories:\n  - Entertainment\n  - Games\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/deck-of-cards/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://deckofcardsapi.com/\n"
  },
  {
    "path": "collection/deepaffects.yaml",
    "content": "name: Deepaffects\nslug: deepaffects\ndescription: \"DeepAffects enables developers to analyze conversational audio by applying powerful machine learning\n  models offered as a set of easy to use REST APIs. Supports apis like: Interaction Analytics, Speaker Diarization,\n  Emotion Recognition, Speech to Text etc. DeepAffects speech analysis platform supports automated multi-speaker\n  recognition, voiceprints, emotions & intents from natural conversations\"\ncategories:\n  - Recognition\n  - Text Analysis & Tools\n  - AI & ML\n  - Voice\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.deepaffects.com\nlibraries:\n  - name: DeepAffects Python SDK\n    documentation_url: https://github.com/SEERNET/deepaffects-python\n    source_code_url: https://pypi.org/project/deepaffects/1.1.1/\n    platform: Python\n    stargazers_count: 8\n  - name: DeepAffects Node.js SDK\n    documentation_url: https://github.com/SEERNET/deepaffects-node\n    source_code_url: https://www.npmjs.com/package/deep-affects\n    platform: JavaScript, Node.js\n    stargazers_count: 4\n"
  },
  {
    "path": "collection/deepcode.yaml",
    "content": "name: Deepcode\nslug: deepcode\ndescription: >-\n  DeepCode is advanced AI Software Platform that learns from all open-source developers and uses the acquired knowledge\n  to make real-time suggestions on how your code can be improved.\n\n  DeepCode understands the intent and semantic function of software code by transforming the code into a\n  language-independent Graph Index representing all semantic facts that are analyzed against the knowledge of the global\n  development community. Our Symbolic AI Software Platform continuously learns from BigCode the latest standards,\n  historical fixes, solutions, and know-how from the global software development community and provides powerful\n  real-time tools and suggestions to software developers.\ncategories:\n  - AI & ML\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/deepcode/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.deepcode.ai/docs/Overview%252FOverview\n"
  },
  {
    "path": "collection/deepgram.yaml",
    "content": "name: Deepgram\nslug: deepgram\ndescription: Deepgram's API offers real-time and batch speech recognition with high accuracy. Features include speaker detection, smart formatting, language detection, and custom model training.\ncategories:\n  - AI & ML\n  - Voice\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://developers.deepgram.com/docs\n  - name: API Reference\n    url: https://developers.deepgram.com/reference\n"
  },
  {
    "path": "collection/deepl.yaml",
    "content": "name: DeepL\nslug: deepl\ndescription: DeepL API provides high-quality machine translation for 30+ languages. Known for producing more natural translations than competitors, with support for documents and glossaries.\ncategories:\n  - AI & ML\n  - Translation\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://developers.deepl.com/docs\n  - name: API Reference\n    url: https://developers.deepl.com/docs/api-reference\n"
  },
  {
    "path": "collection/deezer.yaml",
    "content": "name: Deezer\nslug: deezer\ndescription: Deezer API provides a nice set of services to build up web applications allowing the discovery of Deezer's\n  music catalogue. You have to login to accept the terms and conditions of the simple API. Login Back to top Follow\n  @deezer Terms of use Contact & Support\ncategories:\n  - Search\n  - Video & Media\n  - Music & Audio\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/deezer/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://developers.deezer.com/api\nlibraries:\n  - name: lizz C++ SDK by bx5a\n    documentation_url: https://github.com/bx5a/lizz\n    platform: C++\n    author: bx5a\n    stargazers_count: 0\n  - name: Deezer Python SDK by Steinthor Palsson\n    documentation_url: https://github.com/steinitzu/pydeezer\n    platform: Python\n    author: steinitzu\n    stargazers_count: 2\n  - name: Deezer VueJS SDK by Kevin Badinca\n    documentation_url: https://github.com/kainister/deezweb\n    platform: JavaScript\n    author: kainister\n    stargazers_count: 0\n  - name: Deezer Swift SDK by George Bonnici-Carter\n    documentation_url: https://github.com/GeorgeB123/Song_Search\n    platform: Swift\n    author: GeorgeB123\n    stargazers_count: 0\n  - name: Deezer Kotlin SDK by Biacode\n    documentation_url: https://github.com/Biacode/jdeezer\n    platform: Kotlin\n    author: Biacode\n    stargazers_count: 2\n  - name: Deezer Rust SDK by diogox\n    documentation_url: https://github.com/diogox/deezer_metadata\n    platform: Unspecified\n    author: diogox\n    stargazers_count: 4\n  - name: Deezer VueJS SDK by figura01\n    documentation_url: https://github.com/figura01/api-deezer-vujes\n    platform: JavaScript\n    author: figura01\n    stargazers_count: 0\n  - name: Deezer VueJS SDK by maheshkumawat24\n    documentation_url: https://github.com/maheshkumawat24/deezer-vue\n    platform: JavaScript\n    author: maheshkumawat24\n    stargazers_count: 0\n  - name: Deezer AngularJS SDK by Jérémy DE LA CASA\n    documentation_url: https://github.com/jeremydelacasa/angular-deezer-api\n    platform: JavaScript\n    author: jeremydelacasa\n    stargazers_count: 1\n  - name: Deezer JavaScript SDK by Justin Levine\n    documentation_url: https://github.com/jclevine/real-deezer-api\n    platform: JavaScript\n    author: jclevine\n    stargazers_count: 0\n  - name: Deezer Python SDK by Kaefertal\n    documentation_url: https://github.com/Kaefertal/Deezer-API-data-exporter\n    platform: Python\n    author: Kaefertal\n    stargazers_count: 0\n  - name: Deezer PHP SDK by CharloMez\n    documentation_url: https://github.com/CharloMez/charlo-deezer-api\n    platform: PHP\n    author: CharloMez\n    stargazers_count: 0\n  - name: Deezer Java SDK by George\n    documentation_url: https://github.com/GeorgeII/deezer-api-wrapper\n    platform: Java\n  - name: Deezer PHP SDK by RollandVivienPro\n    documentation_url: https://github.com/RollandVivienPro/deezer-notif-api\n    platform: PHP\n    author: RollandVivienPro\n    stargazers_count: 0\n  - name: Deezer NodeJS SDK by Allan Douglas\n    documentation_url: https://github.com/AllanDouglas/api-deezer-node-example\n    platform: Node.js\n    author: AllanDouglas\n    stargazers_count: 0\n  - name: Deezer Symfony PHP SDK by Thibaud Anthoine\n    documentation_url: https://github.com/thibaudanthoine/deezer-api-console\n    platform: PHP\n    author: thibaudanthoine\n    stargazers_count: 1\n  - name: Deezer Java SDK by Fenrurr\n    documentation_url: https://github.com/Fenrurr/SimpleDeezerApi\n    platform: Java\n    author: ltinnirello\n    stargazers_count: 0\n  - name: Deezer Objective-C SDK by Rémi Lavedrine\n    documentation_url: https://github.com/Shosta/deezer-search-artist\n    platform: Objective-C\n    author: Shosta\n    stargazers_count: 0\n  - name: Deezer JavaScript SDK by d-fi\n    documentation_url: https://github.com/d-fi/deezer-request2\n    platform: JavaScript\n    stargazers_count: 3\n  - name: Deezer Java SDK by alex-massa\n    documentation_url: https://github.com/alex-massa/deezer-api\n    platform: Java\n    author: alex-massa\n    stargazers_count: 0\n  - name: Deezer PHP SDK by Paul\n    documentation_url: https://github.com/PouleR/deezer-api\n    source_code_url: https://packagist.org/packages/pouler/deezer-api\n    platform: PHP\n    author: PouleR\n    stargazers_count: 2\n  - name: Deezer JavaScript SDK by wowucco\n    documentation_url: https://github.com/wowucco/deezer-api\n    platform: JavaScript\n    author: wowucco\n    stargazers_count: 0\n  - name: Deezer C# SDK by NwotYknuf\n    documentation_url: https://github.com/NwotYknuf/deezerReaper\n    platform: C#\n    author: NwotYknuf\n    stargazers_count: 0\n  - name: Deezer Python SDK by NcVillalobos\n    documentation_url: https://github.com/NcVillalobos/DeezerPy\n    platform: Python\n    author: DeVillax\n    stargazers_count: 0\n  - name: Deezer Java SDK by Ernest Chechelski\n    documentation_url: https://github.com/ernichechelski/DeezerMusicTour\n    platform: Java\n    author: ernichechelski\n    stargazers_count: 0\n"
  },
  {
    "path": "collection/deno-deploy.yaml",
    "content": "name: Deno Deploy\nslug: deno-deploy\ndescription: Deno Deploy API manages projects and deployments on Deno's edge JavaScript/TypeScript runtime. Deploy serverless functions globally with built-in TypeScript support and no configuration.\ncategories:\n  - Development\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://docs.deno.com/deploy\n  - name: API Reference\n    url: https://apidocs.deno.com\n"
  },
  {
    "path": "collection/destiny-the-game.yaml",
    "content": "name: Destiny The Game\nslug: destiny-the-game\ndescription: These endpoints constitute the functionality exposed by Bungie.net both for more traditional website\n  functionality and for connectivity to Bungie video games and their related functionality.\ncategories:\n  - Entertainment\n  - Games\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/destiny-the-game/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://github.com/Bungie-net/api\n"
  },
  {
    "path": "collection/detect-language.yaml",
    "content": "name: Detect Language\nslug: detect-language\ndescription: Detects 164 languages. Supports short texts, batch requests, JavaScript, Python, C#, Java, PHP, Go, Ruby\n  and more. Fast, reliable text language identification API.\ncategories:\n  - Text Analysis & Tools\n  - AI & ML\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/detect-language/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://detectlanguage.com/\n"
  },
  {
    "path": "collection/deutsche-bahn-timetables.yaml",
    "content": "name: Deutsche Bahn Timetables\nslug: deutsche-bahn-timetables\ndescription: A RESTful web service for timetable information for train stations operated by DB Station&Service AG.\ncategories:\n  - Transportation\nis_free: false\ncontact: Joachim.Schirrmacher@deutschebahn.com\nlinks:\n  - name: Docs / Website\n    url: https://api.deutschebahn.com/timetables/v1\n"
  },
  {
    "path": "collection/dev-to.yaml",
    "content": "name: DEV.to (Forem)\nslug: dev-to\ndescription: DEV.to's API provides access to articles, comments, users, tags, and organizations on the developer community platform. Read and publish developer content programmatically.\ncategories:\n  - Development\n  - Social\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://developers.forem.com/api\n  - name: API Reference\n    url: https://developers.forem.com/api/v1\n"
  },
  {
    "path": "collection/deviantart.yaml",
    "content": "name: DeviantArt\nslug: deviantart\ndescription: The largest social networking website for artists and art enthusiasts. Find out how applications and\n  websites integrate with DeviantArt and get started with oAuth 2. 0\ncategories:\n  - Files & Storage\n  - Social\n  - Art & Design\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/deviantart/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.deviantart.com/developers/\nlibraries:\n  - name: DeviantART Java SDK by Karson Kimbrel\n    documentation_url: https://github.com/KarsonKimbrel/DeviantArt-OAuth2-Java\n    platform: Java\n  - name: DeviantART RSS PHP SDK by James Alexander Lee\n    documentation_url: https://github.com/jamesl1001/deviantART-API\n    platform: PHP\n    author: jamesl1001\n    stargazers_count: 34\n  - name: uploaderNet .NET SDK by mOrfiUs\n    documentation_url: https://github.com/mOrfiUs/uploaderNet\n    platform: .Net, C#\n    author: mOrfiUs\n    stargazers_count: 4\n"
  },
  {
    "path": "collection/diabetes.yaml",
    "content": "name: Diabetes\nslug: diabetes\ndescription: Welcome to the PredictBGL API The PredictBGL API allows you to build the power of PredictBGL's diabetes\n  management, coaching and analysis dire. For general information on PredictBGL. com, click here\ncategories:\n  - Health\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://predictbgl.com/api/\n"
  },
  {
    "path": "collection/dialogflow.yaml",
    "content": "name: DialogFlow\nslug: dialogflow\ndescription: Natural Language Interactions for Bots, Applications, Services, and Devices. Virtual agents for bots,\n  applications, services, and devices\ncategories:\n  - AI & ML\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/dialogflow/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://dialogflow.com/\n"
  },
  {
    "path": "collection/dicebear-avatars.yaml",
    "content": "name: Dicebear Avatars\nslug: dicebear-avatars\ndescription: \"Avatars is an avatar placeholder library for designers and developers. You can choose between simple\n  identicons and lovely designed characters. And best of all: provides a simple and free HTTP API\"\ncategories:\n  - Testing\n  - Images & Photography\n  - Social\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://avatars.dicebear.com/\n"
  },
  {
    "path": "collection/digitalocean-spaces.yaml",
    "content": "name: DigitalOcean Spaces\nslug: digitalocean-spaces\ndescription: The simplest way to cost effectively store, serve, backup, and archive a virtually infinite amount of\n  media, content, images, and static files for your apps. API that provides easy access to store and receive files as\n  simple object storage with easy to understand pricing.\ncategories:\n  - Files & Storage\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/digitalocean-spaces/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.digitalocean.com/products/spaces\n"
  },
  {
    "path": "collection/digitalocean-status.yaml",
    "content": "name: DigitalOcean Status\nslug: digitalocean-status\ndescription: API exists to let users of the DigitalOcean status page programmatically access various elements on the\n  page. Get a summary of the status page, including a status indicator, component statuses, unresolved incidents, and\n  any upcoming or in-progress scheduled maintenances.\ncategories:\n  - Development\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://status.digitalocean.com/api\n"
  },
  {
    "path": "collection/directus.yaml",
    "content": "name: Directus\nslug: directus\ndescription: Directus is an open-source headless CMS with a dynamic REST and GraphQL API automatically generated from any SQL database schema. Self-host or use Directus Cloud.\ncategories:\n  - Development\n  - Databases\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://docs.directus.io/reference/introduction.html\n  - name: API Reference\n    url: https://docs.directus.io/reference/items.html\n"
  },
  {
    "path": "collection/discogs.yaml",
    "content": "name: Discogs\nslug: discogs\ndescription: Access database of artists, labels, releases, marketplace and more. Here’s your place to code all things\n  Discogs! The Discogs API lets developers build their own Discogs-powered applications for the web, desktop, and mobile\n  devices.\ncategories:\n  - Music & Audio\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.discogs.com/developers/\nlibraries:\n  - name: MetaMusic .NET SDK by David Pires\n    documentation_url: https://github.com/Davidblkx/MetaMusic\n    platform: .Net\n    author: Davidblkx\n    stargazers_count: 1\n  - name: Discogs Loves Spotify PHP SDK by Lukas Juhas\n    documentation_url: https://github.com/lukasjuhas/discogs-loves-spotify\n    platform: PHP\n    author: lukasjuhas\n    stargazers_count: 0\n  - name: MusicApiCollection C# SDK by BigGranu\n    documentation_url: https://github.com/BigGranu/MusicApiCollection\n    platform: C#\n    author: BigGranu\n    stargazers_count: 28\n  - name: Media Now JavaScript SDK by internet4000\n    documentation_url: https://github.com/internet4000/media-now\n    platform: JavaScript, Node.js\n    stargazers_count: 15\n  - name: Discogs Python SDK by Joshua Sones\n    documentation_url: https://github.com/jhsones/Discogs-Search\n    platform: Python\n    author: jhsones\n    stargazers_count: 0\n  - name: Discogs Elixir SDK by Andrew Mager\n    documentation_url: https://github.com/mager/discogs_ex\n    platform: Elixir\n    author: mager\n    stargazers_count: 2\n  - name: Discogs EmberJS SDK by Isaac Ezer\n    documentation_url: https://github.com/iezer/ember-discogs\n    platform: JavaScript\n    author: iezer\n    stargazers_count: 0\n  - name: Discogs PHP SDK by Josh Friesen\n    documentation_url: https://github.com/josh-friesen/php-discogs-api\n    platform: PHP\n    author: josh-friesen\n    stargazers_count: 0\n  - name: Discogs Rust SDK by Simon Persson\n    documentation_url: https://github.com/SimonPersson/discogs-rs\n    platform: Unspecified\n    author: SimonTeixidor\n    stargazers_count: 0\n  - name: Discogs Python SDK by Jay H\n    documentation_url: https://github.com/mobeets/cover-art\n    platform: Python\n    author: mobeets\n    stargazers_count: 3\n  - name: Discogs Swift SDK by Jason R Tibbetts\n    documentation_url: https://github.com/jrtibbetts/SwiftDiscogs\n    platform: Swift\n    author: jrtibbetts\n    stargazers_count: 3\n  - name: Discogs PHP SDK by chillerlan\n    documentation_url: https://github.com/chillerlan/php-oauth-discogs\n    source_code_url: https://packagist.org/packages/chillerlan/php-oauth-discogs\n    platform: PHP\n  - name: Discogs C# SDK by Bart Wijnants\n    documentation_url: https://github.com/bartw/DiscogsRT\n    platform: C#\n    author: bartw\n    stargazers_count: 0\n  - name: Discogs Ruby SDK by Yuri Veremeyenko\n    documentation_url: https://github.com/yurivm/discogs2\n    platform: Ruby\n    author: yurivm\n    stargazers_count: 0\n  - name: Discogs PHP SDK by cecekpawon\n    documentation_url: https://github.com/cecekpawon/Discogs-PHP-API-interface\n    platform: PHP\n    author: cecekpawon\n    stargazers_count: 1\n  - name: Discogs Ruby SDK by Dejan Acimovic\n    documentation_url: https://github.com/DejanAcim/discogs-json-api\n    platform: Ruby\n    author: DejanAcim\n    stargazers_count: 0\n  - name: Discogs Python SDK by Boostfield\n    documentation_url: https://github.com/boostfield/discogs-fetcher\n    platform: Python\n  - name: Discogs Java SDK by Andrey Parkhomenko\n    documentation_url: https://github.com/team3/java-discogs-api-client\n    platform: Java\n    author: team3\n    stargazers_count: 1\n  - name: Discogs PHP SDK by Bruno Teixeira\n    documentation_url: https://github.com/BrunoTeixeira1996/API-PHP-Project\n    platform: PHP\n  - name: Discogs NodeJS SDK by Emanuel Schmitt\n    documentation_url: https://github.com/emanuelschmitt/discogs-data-fetcher\n    platform: Node.js\n  - name: Discogs C++ SDK by matttyson\n    documentation_url: https://github.com/matttyson/discogsapp\n    platform: C++\n    author: matttyson\n    stargazers_count: 0\n  - name: Discogs Android SDK by Carl Taylor\n    documentation_url: https://github.com/carltaylor43/discogs-collector-android\n    platform: Kotlin\n  - name: Discogs PHP SDK by Chris Chrisostomou\n    documentation_url: https://github.com/chrismou/php-discogs-wrapper\n    platform: PHP\n    author: chrismou\n    stargazers_count: 0\n  - name: Discogs Java SDK by Markus Fischböck\n    documentation_url: https://github.com/mfischbo/java-discogs-client\n    platform: Java\n    author: mfischbo\n    stargazers_count: 1\n  - name: Discogs PHP SDK by martin mauchauffée\n    documentation_url: https://github.com/moechofe/Discogs-client\n    platform: PHP\n    author: moechofe\n    stargazers_count: 2\n  - name: Discogs PHP Library by Richard van den Brand\n    documentation_url: https://github.com/ricbra/php-discogs-api\n    platform: PHP\n    author: ricbra\n    stargazers_count: 155\n"
  },
  {
    "path": "collection/discord.yaml",
    "content": "name: Discord\nslug: discord\ndescription: Integrate your service with Discord — whether it's a bot or a game or whatever your wildest imagination can\n  come up with\ncategories:\n  - Chats & Messaging\n  - Voice\n  - Games\n  - Social\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://discordapp.com/developers/docs/intro\nlibraries:\n  - name: Crypto2discord Python SDK by Azerpas\n    documentation_url: https://github.com/azerpas/Crypto2discord\n    platform: Python\n    author: azerpas\n    stargazers_count: 7\n  - name: Discord Java SDK by ashley null\n    documentation_url: https://github.com/nerd/Discord4J\n    platform: Java\n    author: nerd\n    stargazers_count: 27\n  - name: Discord Dart SDK by Hackzzila\n    documentation_url: https://github.com/hackzzila/Discord-Dart\n    platform: Dart\n    author: Hackzzila\n    stargazers_count: 50\n  - name: Discord Python SDK by Danny\n    documentation_url: https://github.com/Rapptz/discord.py\n    platform: Python\n    author: Rapptz\n    stargazers_count: 15930\n  - name: Discord C# SDK by Ryan de Jonge\n    documentation_url: https://github.com/NaamloosDT/DSharpPlus\n    platform: C#\n    author: Naamloos\n    stargazers_count: 2\n  - name: Discord Rust SDK by SpaceManiac\n    documentation_url: https://github.com/SpaceManiac/discord-rs\n    platform: Unspecified\n    author: SpaceManiac\n    stargazers_count: 401\n  - name: Discord Java SDK by Bastian Oppermann\n    documentation_url: https://github.com/BtoBastian/Javacord\n    platform: Java\n    stargazers_count: 772\n  - name: Discord Java SDK by Austin Keener\n    documentation_url: https://github.com/DV8FromTheWorld/JDA/\n    platform: Java\n    author: DV8FromTheWorld\n    stargazers_count: 4628\n  - name: Discord Java SDK by austinv11\n    documentation_url: https://github.com/austinv11/Discord4J\n    platform: Java\n    stargazers_count: 1901\n  - name: Discord .Net SDK by RogueException\n    documentation_url: https://github.com/RogueException/Discord.Net\n    platform: .Net\n    stargazers_count: 3492\n  - name: Discord Ruby SDK by meew0\n    documentation_url: https://github.com/meew0/discordrb\n    platform: Ruby\n    stargazers_count: 9\n    author: meew0\n  - name: Discord Node.js SDK by Amish Shah\n    documentation_url: https://github.com/hydrabolt/discord.js\n    platform: Node.js\n    stargazers_count: 26579\n  - name: Discord Lua SDK by Adam James\n    documentation_url: https://github.com/satom99/litcord\n    platform: Lua\n    author: satom99\n    stargazers_count: 23\n  - name: Discord Go SDK by Bruce\n    documentation_url: https://github.com/bwmarrin/discordgo\n    platform: Go\n    author: bwmarrin\n    stargazers_count: 5786\n  - name: Discord Unity SDK by DiscordUnity\n    documentation_url: https://github.com/DiscordUnity/DiscordUnity\n    platform: C#, Unity\n    stargazers_count: 68\n  - name: Discord PHP SDK by Reflex\n    documentation_url: https://github.com/teamreflex/DiscordPHP\n    platform: PHP\n    stargazers_count: 1064\n  - name: Discord JavaScript SDK by qeled\n    documentation_url: https://github.com/qeled/discordie\n    platform: JavaScript\n    author: qeled\n    stargazers_count: 192\n  - name: Discord Lua SDK by SinisterRectus\n    documentation_url: https://github.com/SinisterRectus/Discordia\n    platform: Lua\n    author: SinisterRectus\n    stargazers_count: 750\n  - name: Discord Node.js SDK by abal\n    documentation_url: https://github.com/abalabahaha/eris\n    platform: Node.js\n    author: abalabahaha\n    stargazers_count: 1507\n  - name: Discord Node.js SDK by izy521\n    documentation_url: https://github.com/izy521/discord.io\n    platform: Node.js\n    author: izy521\n    stargazers_count: 533\n  - name: Discord Crystal SDK by meew0\n    documentation_url: https://github.com/meew0/discordcr\n    platform: Unspecified\n    stargazers_count: 136\n  - name: Discord Swift SDK by Erik Little\n    documentation_url: https://github.com/nuclearace/SwiftDiscord\n    platform: Swift\n    author: nuclearace\n    stargazers_count: 122\n"
  },
  {
    "path": "collection/disqus.yaml",
    "content": "name: Disqus\nslug: disqus\ndescription: Disqus is a global comment system that improves discussion on websites and connects conversations across the web.\ncategories:\n  - Social\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://disqus.com/api/docs/auth/\nlibraries:\n  - name: Disqus Objective-C SDK by Ikhsan Assaat\n    documentation_url: https://github.com/ikhsan/IADisquser\n    platform: Objective-C\n  - name: Disqus .NET SDK by Rustam Irzaev\n    documentation_url: https://github.com/Lenivetc/DisqusNET\n    platform: .Net\n    author: RustamIrzaev\n    stargazers_count: 2\n  - name: Disqus Java SDK by jjhesk\n    documentation_url: https://github.com/jjhesk/DisqusSDK-Android\n    platform: Java\n    author: jjhesk\n    stargazers_count: 28\n  - name: Disqus JavaScript SDK by Helder Ribeiro\n    documentation_url: https://github.com/obvio171/meteor-disqus\n    platform: JavaScript\n    author: hsribei\n    stargazers_count: 19\n  - name: Disqus Ruby SDK by Norman Clarke\n    documentation_url: https://github.com/norman/disqus\n    platform: Ruby\n    author: norman\n    stargazers_count: 249\n  - name: Disqus PHP SDK by Disqus\n    documentation_url: https://help.disqus.com/customer/portal/articles/472115-libraries\n    source_code_url: https://github.com/disqus/disqus-php\n    platform: PHP\n    stargazers_count: 149\n"
  },
  {
    "path": "collection/district-of-columbia-open-data.yaml",
    "content": "name: District of Columbia Open Data\nslug: district-of-columbia-open-data\ndescription: Goal is for this API is to be your platform for developing apps around DC’s freely available, machine readable data\ncategories:\n  - Statistics & Data\n  - Government\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/district-of-columbia-open-data/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://opendata.dc.gov/pages/using-apis\n"
  },
  {
    "path": "collection/docker-hub.yaml",
    "content": "name: Docker Hub\nslug: docker-hub\ndescription: Docker Hub's API provides access to repositories, images, tags, and organizations. Automate container image management, search public images, and integrate with CI/CD pipelines.\ncategories:\n  - Development\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://docs.docker.com/docker-hub/api/latest\n  - name: API Reference\n    url: https://docs.docker.com/docker-hub/api/latest\n"
  },
  {
    "path": "collection/dogs.yaml",
    "content": "name: Dogs\nslug: dogs\ndescription: Over 20,000 images of dogs programmaticaly accessible by over 120 breeds. Image supplied by the Stanford\n  Dogs Dataset. Dog CEO's Dog API. Dog CEO's Dog API\ncategories:\n  - Animals\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/dogs/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://dog.ceo/dog-api/\n"
  },
  {
    "path": "collection/domainsdb-info.yaml",
    "content": "name: Domainsdb.info\nslug: domainsdb-info\ndescription: Registered domain names search checks the lists of registered domains for names containing particular\n  words/phrases/numbers or symbols\ncategories:\n  - Development\ntype: REST\nis_free: false\ncontact: dhieber@umail.ucsb.edu\nlinks:\n  - name: Docs / Website\n    url: https://domainsdb.info\n"
  },
  {
    "path": "collection/dont-kill-my-app.yaml",
    "content": "name: Don't Kill My App\nslug: dont-kill-my-app\ndescription: Android vendors, don't kill my app! dontkillmyapp.com official API\ncategories:\n  - Other\n  - Hardware\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/dont-kill-my-app/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://github.com/urbandroid-team/dont-kill-my-app\n"
  },
  {
    "path": "collection/dota-2.yaml",
    "content": "name: Dota 2\nslug: dota-2\ndescription: The OpenDota API provides Dota 2 related data including advanced match data extracted from match replays\ncategories:\n  - Games\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://docs.opendota.com/\n"
  },
  {
    "path": "collection/drchrono-healthcare-api.yaml",
    "content": "name: Drchrono Healthcare Api\nslug: drchrono-healthcare-api\ndescription: Electronic medical records, practice management and medical billing API. Explore free healthcare API and\n  SDK built by developers, for developers. Leverage health data, an electronic health record (EHR), practice management,\n  and medical billing platform for your use\ncategories:\n  - Health\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/drchrono-healthcare-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.drchrono.com/api/\n"
  },
  {
    "path": "collection/dribbble.yaml",
    "content": "name: Dribbble\nslug: dribbble\ndescription: Build and integrate tools and applications to help members publish their design work on Dribbble.\ncategories:\n  - Art & Design\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/dribbble/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://developer.dribbble.com/\nlibraries:\n  - name: Dribbble Node.js SDK by Tim Marshall\n    documentation_url: https://www.npmjs.com/package/dribbble-api\n    source_code_url: https://github.com/tmarshall/Dribbble-API\n    platform: Node.js\n    author: tmarshall\n    stargazers_count: 5\n  - name: Dribbble Ruby SDK by Charley David\n    documentation_url: https://github.com/Calyhre/dribbble\n    platform: Ruby\n    author: Calyhre\n    stargazers_count: 31\n  - name: Dribbble Objective-C SDK by Lex Tang\n    documentation_url: https://github.com/lexrus/LTDribbbleAPI\n    platform: Objective-C\n    author: lexrus\n    stargazers_count: 12\n  - name: Dribbble PHP SDK by Martin Bean\n    documentation_url: https://github.com/martinbean/dribbble-php\n    platform: PHP\n    author: martinbean\n    stargazers_count: 81\n  - name: Dribbble iOS SDK by Agilie Team\n    documentation_url: https://github.com/agilie/dribbble-ios-sdk\n    platform: Objective-C\n    stargazers_count: 73\n  - name: Dribbble Android SDK by Agilie Team\n    documentation_url: https://github.com/agilie/dribbble-android-sdk\n    platform: Java\n    stargazers_count: 31\n  - name: Dribbble PHP SDK by Nahid Bin Azhar\n    documentation_url: https://github.com/nahid/dribbble-php-client\n    platform: PHP\n    author: nahid\n    stargazers_count: 2\n  - name: Dribbble client library for ActionScript\n    documentation_url: http://www.sangupta.com/projects/as3dribbble\n  - name: dribbble-java-client\n    documentation_url: http://www.sangupta.com/projects/dribbble-java-client.html\n"
  },
  {
    "path": "collection/dronedeploy.yaml",
    "content": "name: DroneDeploy\nslug: dronedeploy\ndescription: Integrate your existing service into DroneDeploy and reach tens of thousands of commercial drone users from\n  over 160 countries and industries like agriculture, construction, mining, surveying, and more. Build, grow, and\n  monetize your apps with the full power of DroneDeploy, the world’s largest drone data platform.\ncategories:\n  - Hardware\n  - Commerce\n  - Development\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/dronedeploy/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developer.dronedeploy.com/\n"
  },
  {
    "path": "collection/dronestream.yaml",
    "content": "name: Dronestream\nslug: dronestream\ndescription: Tracks United States drone strikes. Real-time and historical data about every reported covert US drone strike\ncategories:\n  - Other\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/dronestream/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://dronestre.am/\n"
  },
  {
    "path": "collection/dropbox.yaml",
    "content": "name: Dropbox\nslug: dropbox\ndescription: API for accessing stored files and pictures which is easy to use and free for small amounts of data. With\n  the DBX Platform, you can go from idea to implementation quickly and easily. You'll save time and write fewer lines of\n  code with SDKs, powerful core API, and thorough documentation\ncategories:\n  - Files & Storage\n  - Social\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.dropbox.com/developers\nlibraries:\n  - name: Dropbox Ruby SDK by Jesús Burgos Maciá\n    documentation_url: https://github.com/Jesus/dropbox_api\n    platform: Ruby\n    author: Jesus\n    stargazers_count: 173\n  - name: Dropbox Objective-C SDK by Dropbox\n    documentation_url: https://github.com/dropbox/dropbox-sdk-obj-c\n    platform: Objective-C\n    stargazers_count: 183\n  - name: Dropbox Java SDK by Gini\n    documentation_url: https://github.com/gini/dropbox-java-sdk\n    platform: Java\n    stargazers_count: 0\n  - name: Dropbox Python SDK for Flask applications by Igor Davydenko\n    documentation_url: https://github.com/playpauseandstop/Flask-Dropbox\n    platform: Python\n    author: playpauseandstop\n    stargazers_count: 66\n  - name: Dropbox Node.js SDK by Brock Whitten\n    documentation_url: https://github.com/sintaxi/dbox\n    platform: Node.js\n    author: sintaxi\n    stargazers_count: 514\n  - name: Dropbox iOS SDK Mirror by Dropbox SDK Mirror\n    documentation_url: https://github.com/dropbox-sdk-mirror/dropbox-sdk-ios\n    platform: Objective-C\n    author: dropbox-sdk-mirror\n    stargazers_count: 35\n  - name: Dropbox PHP SDK by Ben Tadiar\n    documentation_url: https://github.com/BenExile/Dropbox\n    platform: PHP\n    author: BenExile\n    stargazers_count: 516\n  - name: Dropbox iOS X SDK by Dropbox\n    documentation_url: https://www.dropbox.com/developers/core/sdks/osx\n    platform: Objective-C\n  - name: Dropbox iOS SDK by Dropbox\n    documentation_url: https://www.dropbox.com/developers/core/sdks/ios\n    platform: Objective-C\n  - name: Dropbox Android SDK by Dropbox\n    documentation_url: https://www.dropbox.com/developers/core/sdks/android\n    platform: Java\n  - name: Dropbox Java SDK by Dropbox\n    documentation_url: https://www.dropbox.com/developers/documentation/java\n    source_code_url: https://github.com/dropbox/dropbox-sdk-java\n    platform: Java\n    stargazers_count: 623\n  - name: Dropbox PHP SDK by Dropbox\n    documentation_url: https://www.dropbox.com/developers/core/sdks/php\n    platform: PHP\n  - name: Dropbox Ruby SDK by Dropbox\n    documentation_url: https://www.dropbox.com/developers/core/sdks/ruby\n    platform: Ruby\n  - name: Dropbox Python SDK by Dropbox\n    documentation_url: https://www.dropbox.com/developers/core/sdks/python\n    source_code_url: https://github.com/dropbox/dropbox-sdk-python\n    platform: Python\n    stargazers_count: 978\n  - name: Instagram JavaScript SDK by Shayne Sweeney\n    documentation_url: https://github.com/facebookarchive/instagram-javascript-sdk\n    platform: JavaScript\n    stargazers_count: 144\n  - name: Dropbox C++ Library by Daniel Eder\n    documentation_url: http://lycis.github.io/QtDropbox/\n    platform: C++\n  - name: Dropbox C Library by Adrien Python\n    documentation_url: https://github.com/Dwii/Dropbox-C\n    platform: C\n    author: Dwii\n    stargazers_count: 28\n  - name: Dropbox ActionScript Library by zeshuo\n    documentation_url: https://code.google.com/p/dropbox-as3/\n    platform: ActionScript\n  - name: \" Dropbox Java Library by Kannan Goudan\"\n    documentation_url: https://github.com/dropbox/dropbox-sdk-java\n    platform: Java\n    stargazers_count: 623\n  - name: Dropbox PHP Library by Kannan Goudan\n    documentation_url: https://github.com/dropbox/dropbox-sdk-php\n    platform: PHP\n"
  },
  {
    "path": "collection/drupal-org.yaml",
    "content": "name: Drupal.org\nslug: drupal-org\ndescription: Drupal.org uses the RESTful Web Services module to expose node, comment, user, file, taxonomy_vocabulary\n  and taxonomy_term resources\ncategories:\n  - Development\n  - Open Source\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.drupal.org/drupalorg/docs/api\n"
  },
  {
    "path": "collection/dummyapi-io.yaml",
    "content": "name: Dummyapi.Io\nslug: dummyapi-io\ndescription: Simple API that includes a common data for most of the applications. Like user info, some posts, comments,\n  etc. This data is free to use for presentations, demos, learning tutorials. It is created especially for your\n  education. Full cycle REST/GraphQL production API server with fake data, 100 Users, over 800 posts, 1000 comments,\n  24/7 available for your experiments\ncategories:\n  - Testing\n  - Development\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/dummyapi-io/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://dummyapi.io/?utm_source=n161tech\n"
  },
  {
    "path": "collection/dummyimage.yaml",
    "content": "name: DummyImage\nslug: dummyimage\ndescription: Particularly nice, when compared to some of its competitors, in that it offers a great deal of flexibility.\n  Dynamic Dummy Image Generator by Russell Heimlich (@kingkool68) Size / Background Color / Foreground Color. Format &\n  Text Documentation Size width x height Colors background color / text color Col.\ncategories:\n  - Development\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/dummyimage/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://dummyimage.com/\n"
  },
  {
    "path": "collection/dungeons-and-dragons.yaml",
    "content": "name: Dungeons and Dragons\nslug: dungeons-and-dragons\ndescription: D&D 5th Edition SRD API. D&D 5th Edition SRD API\ncategories:\n  - Entertainment\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://www.dnd5eapi.co/\n"
  },
  {
    "path": "collection/ean-barcode-search.yaml",
    "content": "name: EAN Barcode Search\nslug: ean-barcode-search\ndescription: EAN Barcode API Integrate our database into your app or website! Easily query our database of over 230\n  million barcodes (EAN, UPC, ISBN) or search by product name with our REST-based webservice. . search for products by\n  barcode or lookup barcodes by searching for names\ncategories:\n  - Development\n  - Bar & QR Codes\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.ean-database.info/api.html\n"
  },
  {
    "path": "collection/ean-search.yaml",
    "content": "name: EAN-Search\nslug: ean-search\ndescription: Search our EAN database with over 230 million products by EAN, UPC, ISBN or product name. The EAN-Search\n  API allows you to lookup products by EAN, UPC or GTIN barcode\ncategories:\n  - Statistics & Data\n  - Bar & QR Codes\n  - Commerce\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/ean-search/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.ean-search.org/ean-database-api.html\n"
  },
  {
    "path": "collection/ebay-shopping-api.yaml",
    "content": "name: EBay Shopping API\nslug: ebay-shopping-api\ndescription: If you're interested in . Offers access to public read-only data such as searching for items, products,\n  reviews, and eBay member profiles. The eBay Shopping API can be used in search tools and other buyer-focused\n  applications. Shopping API Users Guide This document gives you a quick overview of the Shopping API, answers common\n  questions, and points you to other resources where you can learn more\ncategories:\n  - Commerce\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://developer.ebay.com/Devzone/shopping/docs/Concepts/ShoppingAPIGuide.html\n"
  },
  {
    "path": "collection/ebay.yaml",
    "content": "name: eBay\nslug: ebay\ndescription: eBay's APIs\ncategories:\n  - Commerce\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://go.developer.ebay.com/\nlibraries:\n  - name: eBay PHP SDK for Enterprise Retail Order Management by Scott van Brug\n    documentation_url: https://github.com/eBayEnterprise/RetailOrderManagement-SDK\n    platform: PHP\n    stargazers_count: 1\n  - name: eBay .NET SDK by Sergiy Bidnyi\n    documentation_url: https://github.com/JustApplications/ebaysdk-nuget\n    platform: .Net\n    stargazers_count: 1\n  - name: eBay SDK for .NET\n    documentation_url: http://www.ebay.com/\n    source_code_url: https://go.developer.ebay.com/developers/ebay/documentation-tools/sdks/dotnet\n    platform: .Net\n  - name: eBay PHP Library by Rick Earley\n    documentation_url: https://github.com/rearley/ebay\n    platform: PHP\n    author: rearley\n    stargazers_count: 8\n  - name: eBay Ruby Library by JJ Buckley\n    documentation_url: https://github.com/bjjb/ebayr\n    platform: Ruby\n    author: bjjb\n    stargazers_count: 61\n  - name: \" eBay Java Library by eBay\"\n    documentation_url: http://developer.ebay.com/devzone/javasdk-jaxb/docs/GettingStarted/GettingStarted.html\n    platform: Java\n  - name: ActionScript Library for eBay API\n    documentation_url: http://code.google.com/p/as3ebaylib/\n  - name: eBay Flex ClientAlerts api\n    documentation_url: http://developer.ebay.com/developercenter/flash/client-alerts/\n  - name: PHP Ultimate eBay Store\n  - name: PHP Ultimate eBay Store\n"
  },
  {
    "path": "collection/ecart.yaml",
    "content": "name: Ecart\nslug: ecart\ndescription: \"Data is offered in JSON format. The following marketplaces are available: eBay, PrestaShop, Magento,\n  Kometia, Mercado Libre, WooCommerce, Shopify, and Amazon. Api for developers looking to connect to multiple carts and\n  marketplaces with a single API. Develop all in one ecommerce solutions. Connect with over 12 million e-store owners.\n  The ECart API is an all-in-one solution that connects to several eCommerce platforms, for developers looking to create\n  enterprise grade solutions for stores. The API can be utilized to retrieve products, variants, images, orders,\n  customers, and categories\"\ncategories:\n  - Commerce\n  - Business\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://ecartapi.com/\n"
  },
  {
    "path": "collection/edamam-nutrition.yaml",
    "content": "name: Edamam nutrition & recipes\nslug: edamam-nutrition\ndescription: API for Nutrition Analysis, Food Database Lookup, Recipe Search and other.\ncategories:\n  - Health\n  - Food & Drinks\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developer.edamam.com\n"
  },
  {
    "path": "collection/elasticpath.yaml",
    "content": "name: Elasticpath\nslug: elasticpath\ndescription: Provides the full commerce solution to bring your unique, revenue-driving experiences to life, fast. It's\n  called Composable Commerce-as-a-Service\ncategories:\n  - Payments\n  - Content & Dictionaries\n  - Business\n  - Maps & Geo\n  - Commerce\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developers.elasticpath.com/\nlibraries:\n  - name: Moltin Android SDK by Moltin\n    documentation_url: https://github.com/moltin/android-sdk\n    platform: Java\n    stargazers_count: 6\n  - name: Moltin Python SDK by Moltin\n    documentation_url: https://github.com/moltin/python-sdk\n    platform: Python\n    stargazers_count: 6\n  - name: Moltin Ruby SDK by Moltin\n    documentation_url: https://github.com/moltin/ruby-sdk\n    platform: Ruby\n    stargazers_count: 16\n  - name: Moltin C# SDK by Moltin\n    documentation_url: https://github.com/moltin/csharp-sdk\n    platform: C#\n    stargazers_count: 2\n  - name: Moltin PHP SDK by Moltin\n    documentation_url: https://github.com/moltin/php-sdk\n    platform: PHP\n    stargazers_count: 46\n  - name: Moltin iOS eCommerce SDK by Moltin\n    documentation_url: https://moltin.com/ios-ecommerce-sdk\n    platform: Objective-C\n  - name: Moltin JavaScript SDK by Moltin\n    documentation_url: https://moltin.com/getting-started/js\n    platform: JavaScript\n"
  },
  {
    "path": "collection/elevenlabs.yaml",
    "content": "name: ElevenLabs\nslug: elevenlabs\ndescription: ElevenLabs API provides AI voice generation and cloning. Generate realistic speech from text with customizable voices, or clone a voice from an audio sample.\ncategories:\n  - AI & ML\n  - Voice\n  - Music & Audio\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://elevenlabs.io/docs\n  - name: API Reference\n    url: https://elevenlabs.io/docs/api-reference/getting-started\n"
  },
  {
    "path": "collection/elis.yaml",
    "content": "name: Elis\nslug: elis\ndescription: Automate data extraction from your documents with Artificial Intelligence\ncategories:\n  - Documents & Productivity\n  - Payments\n  - Scrapers & Data Mining\n  - AI & ML\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/elis/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://rossum.ai/developers/\n"
  },
  {
    "path": "collection/enigma-public.yaml",
    "content": "name: Enigma Public\nslug: enigma-public\ndescription: Enigma Businesses provides the most accurate and reliable information on small and medium businesses in real-time.\ncategories:\n  - Business\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/enigma-public/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://docs.enigma.com/public/public_v20_api_about\n"
  },
  {
    "path": "collection/envoice.yaml",
    "content": "name: envoice\nslug: envoice\ndescription: Invoicing for online businesses. Simplify your invoicing process and get paid online with a debit or credit\n  card via your payment gateway. The simplest app for doing business online. Sell online, send invoices, track invoice\n  activities, get fast credit card payment with Paypal, Payoneer or Stripe. IT’S FREE!\ncategories:\n  - Commerce\n  - Payments\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/envoice/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.envoice.in\n"
  },
  {
    "path": "collection/epa.yaml",
    "content": "name: EPA\nslug: epa\ndescription: United States Environmental Protection Agency API\ncategories:\n  - Government\n  - Environment & Nature\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://developer.epa.gov/category/apis/\n"
  },
  {
    "path": "collection/epo.yaml",
    "content": "name: EPO\nslug: epo\ndescription: Open Patent Services (OPS) is a web service which provides access to the EPO's raw data via a standardised\n  XML interface. It does this using RESTful architecture\ncategories:\n  - Government\n  - Statistics & Data\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developers.epo.org/\n"
  },
  {
    "path": "collection/ergast-f1.yaml",
    "content": "name: Ergast F1\nslug: ergast-f1\ndescription: Please read the terms and conditions of use. The API pro. The Ergast Developer API is an experimental web\n  service which provides a historical record of motor racing data for non-commercial purposes\ncategories:\n  - Sport & Fitness\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/ergast-f1/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://ergast.com/mrd/\n"
  },
  {
    "path": "collection/eve-online.yaml",
    "content": "name: Eve Online\nslug: eve-online\ndescription: An OpenAPI for EVE Online\ncategories:\n  - Entertainment\n  - Games\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/eve-online/logo_256x256.png\ncontact: hello@edrv.io\nlinks:\n  - name: Docs / Website\n    url: https://esi.evetech.net/ui\nlibraries:\n  - name: EVE Online CREST Carbon RESTful Python SDK by PyCrest\n    documentation_url: https://github.com/pycrest/PyCrest\n    platform: Python\n    stargazers_count: 35\n  - name: EveLink Python Library\n    documentation_url: https://pypi.python.org/pypi/EVELink/0.6.1\n    platform: Python\n  - name: Eve Online CREST Carbon RESTful API PHP Library\n    documentation_url: https://github.com/fuzzysteve/CrestLibrary\n    platform: PHP\n  - name: EVE Online CREST Carbon RESTful API Perry PHP Library\n    documentation_url: https://github.com/3rdpartyeve/perry\n    platform: PHP\n    stargazers_count: 9\n  - name: EVE Online CREST Carbon RESTful API Crespy Python Library\n    documentation_url: https://github.com/jgoldshlag/crespy\n    platform: Python\n    author: jgoldshlag\n    stargazers_count: 15\n"
  },
  {
    "path": "collection/eventbrite.yaml",
    "content": "name: EventBrite\nslug: eventbrite\ndescription: Eventbrite Python SDK. Contribute to eventbrite/eventbrite-sdk-python development by creating an account on\n  GitHub. Eventbrite Python SDK\ncategories:\n  - Authentication & User Management\n  - Social\n  - Events\n  - Marketing & SEO\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/eventbrite/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.eventbrite.com/platform/\nlibraries:\n  - name: Eventbrite Python SDK\n    documentation_url: https://github.com/eventbrite/eventbrite-sdk-python\n    platform: Python\n    stargazers_count: 5\n  - name: Eventbrite PHP SDK by Jamie Hollern\n    documentation_url: https://github.com/jamiehollern/eventbrite\n    platform: PHP\n    author: jamiehollern\n    stargazers_count: 20\n  - name: Eventbrite PHP SDK by ryan jarvinen\n    documentation_url: https://github.com/ryanjarvinen/eventbrite.php\n    platform: PHP\n    author: ryanjarvinen\n    stargazers_count: 45\n  - name: Eventbrite Node.js SDK by DataHero\n    documentation_url: https://github.com/Datahero/node-eventbrite\n    platform: Node.js\n    stargazers_count: 25\n  - name: Eventbrite .NET Client Library\n    documentation_url: https://github.com/penguinboy/Eventbrite.NET\n    platform: .Net\n    author: penguinboy\n    stargazers_count: 26\n  - name: Eventbrite C# Client Library\n    documentation_url: https://github.com/ghurlman/EventBrite.WinStore\n    platform: C#\n    author: ghurlman\n    stargazers_count: 5\n  - name: Eventbrite JavaScript Client Library\n    documentation_url: https://github.com/eventbrite/Eventbrite.jquery.js\n    platform: JavaScript\n    stargazers_count: 0\n  - name: Eventbrite Node.js Client Library\n    documentation_url: https://github.com/eventbrite/eventbrite.npm\n    platform: Node.js\n    stargazers_count: 0\n  - name: Eventbrite Ruby Client Library\n    documentation_url: https://github.com/eventbrite/eventbrite-client.rb\n    platform: Ruby\n    stargazers_count: 0\n  - name: Eventbrite Python Client Library\n    documentation_url: https://github.com/eventbrite/eventbrite-client-py\n    platform: Python\n    stargazers_count: 1\n  - name: Eventbrite PHP Client Library\n    documentation_url: https://github.com/eventbrite/eventbrite.php\n    platform: PHP\n    stargazers_count: 1\n"
  },
  {
    "path": "collection/eventful-api.yaml",
    "content": "name: Eventful API\nslug: eventful-api\ndescription: Eventful is a leading digital media company connecting consumers with entertainment, movies and local\n  events. Concert & Event API Eventful is the world's largest collection of events, taking place in local markets\n  throughout the world, from concerts and sports to singles events and political rallies. Event. Is a Paid Usage model\n  and requires a licensing agreement directly with Eventful\ncategories:\n  - Events\n  - Point of Interest\n  - Music & Audio\n  - Calendar & Time\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://api.eventful.com/\n"
  },
  {
    "path": "collection/everypixel.yaml",
    "content": "name: Everypixel\nslug: everypixel\ndescription: Automatic image keywording and categorization API. The Everypixel Image Recognition sees images like a\n  human, but costs several times cheaper. This model is designed to evaluate user photos taken both by a professional\n  camera and by a camera of a smartphone\ncategories:\n  - AI & ML\n  - Images & Photography\n  - Text Analysis & Tools\n  - Recognition\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/everypixel/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://labs.everypixel.com/api\n"
  },
  {
    "path": "collection/evident-proof.yaml",
    "content": "name: Evident Proof\nslug: evident-proof\ndescription: >-\n  Users of Evident Proof can plug any data source sitting on current databases to Evident Proof’s immutable un-hackable\n  Blockchain data platform and through Evident Proof's Verification Bundle & Proof Seals Engine produce court-ready\n  certificates for any data or workflow to prove data has not been tampered with or hacked, and/or meets GDPR, HIPPA,\n  FISMA, Sarbanes-Oxley and other Regulatory Compliance . \n   \n  The Evident Proof API allows developers to access and integrate the functionality of Evident Proof with other\n  applications and systems\ncategories:\n  - Other\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/evident-proof/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://evident-proof.com/developer\n"
  },
  {
    "path": "collection/evil-insult-generator.yaml",
    "content": "name: Evil Insult Generator\nslug: evil-insult-generator\ndescription: The following parameters are optional lang - The language of the insult you want. Defaults to Englis.\n  Generate InsultGET/generate_insult. php This is endpoint serves to generate insults from the API\ncategories:\n  - Other\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://evilinsult.com/api/\n"
  },
  {
    "path": "collection/exchange-rates-api.yaml",
    "content": "name: Exchange Rates API\nslug: exchange-rates-api\ndescription: The most popular place to securely buy, store, and trade Bitcoin, Ethereum, and other top cryptocurrencies.\n  Market Prices and exchanges rates api.\ncategories:\n  - Blockchain & Cryptocurrencies\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/exchange-rates-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://blockchain.info/api/exchange_rates_api\n"
  },
  {
    "path": "collection/exchangerate-api-com.yaml",
    "content": "name: ExchangeRate-API.com\nslug: exchangerate-api-com\ndescription: Accurate & reliable Exchange Rates API trusted by tens of thousands of developers since 2010. Free access,\n  all world currencies, helpful support &amp; easy to integrate JSON API\ncategories:\n  - Finance & Economics\ntype: REST\nis_free: true\ncontact: hello@edrv.io\nlinks:\n  - name: Docs / Website\n    url: https://www.exchangerate-api.com/docs/overview\n"
  },
  {
    "path": "collection/exchangeratesapi-io.yaml",
    "content": "name: ExchangeRatesAPI.io\nslug: exchangeratesapi-io\ndescription: Exchange rates API is a free service for current and historical foreign exchange rates published by the\n  European Central Bank.\ncategories:\n  - Finance & Economics\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://exchangeratesapi.io/\n"
  },
  {
    "path": "collection/fabric.yaml",
    "content": "name: Fabric\nslug: fabric\ndescription: A platform that helps your mobile team build better apps, understand your users, and grow your business.\n  Firebase is Google’s mobile platform that helps you quickly develop high-quality apps and grow your business\ncategories:\n  - Analytics\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/fabric/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://get.fabric.io/\n"
  },
  {
    "path": "collection/facebook-api.yaml",
    "content": "name: Facebook API\nslug: facebook-api\ndescription: Helps developers build, grow and monetize their business. Code to connect people with Facebook for\n  Developers. Explore AI, business tools, gaming, open source, publishing, social hardware, social integration, and\n  virtual reality. Learn about Facebook’s global programs to educate and connect developers\ncategories:\n  - Social\n  - Virtual & Augmented Reality\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developers.facebook.com/\n"
  },
  {
    "path": "collection/facebook-check-in.yaml",
    "content": "name: Facebook Check-In\nslug: facebook-check-in\ndescription: A check-in made to a location-based Page\ncategories:\n  - Point of Interest\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developers.facebook.com/docs/graph-api/reference/v2.3/checkin\n"
  },
  {
    "path": "collection/facebook-login-for-apps.yaml",
    "content": "name: Facebook Login for Apps\nslug: facebook-login-for-apps\ndescription: Secure, fast, convenient way to login in your app/website. A secure, quick, and easy way to log users into\n  your app or website\ncategories:\n  - Authentication & User Management\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developers.facebook.com/docs/facebook-login\n"
  },
  {
    "path": "collection/facebook-marketing-api.yaml",
    "content": "name: Facebook Marketing API\nslug: facebook-marketing-api\ndescription: Marketing API Marketing APIs are a collection of Graph API endpoints that can be used to help you advertise\n  on Facebook. Manage ads and campaigns using the Facebook API\ncategories:\n  - Marketing & SEO\n  - Social\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developers.facebook.com/docs/marketing-apis\n"
  },
  {
    "path": "collection/faceplusplus.yaml",
    "content": "name: Faceplusplus\nslug: faceplusplus\ndescription: Meta description. A tool to detect face\ncategories:\n  - Development\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/faceplusplus/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.faceplusplus.com/\n"
  },
  {
    "path": "collection/factual.yaml",
    "content": "name: Factual\nslug: factual\ndescription: Provids a places search that can be searched by latitude/longitude, and “where” using full text search query string\ncategories:\n  - Maps & Geo\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developer.factual.com/docs/getting-started\nlibraries:\n  - name: Factual Engine iOS SDK\n    documentation_url: http://developer.factual.com/engine/\n    source_code_url: http://developer.factual.com/engine/ios/\n    platform: Objective-C\n"
  },
  {
    "path": "collection/fakejson.yaml",
    "content": "name: FakeJSON\nslug: fakejson\ndescription: Easily create custom HTTP resources complete with fake data. fakeJSON's API scales with your development\n  needs, helping you test and develop more efficiently. Mock an entire backend with minimal coding. Mock an entire\n  backend with minimal coding\ncategories:\n  - Testing\n  - Development\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/fakejson/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://fakejson.com\n"
  },
  {
    "path": "collection/faker-api.yaml",
    "content": "name: Faker API\nslug: faker-api\ndescription: Generate fake data and get by REST API requests. Collection of completely free APIs that helps web\n  developers and web designers with generating fake data\ncategories:\n  - Testing\n  - Random\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://fakerapi.it\n"
  },
  {
    "path": "collection/fal-ai.yaml",
    "content": "name: fal.ai\nslug: fal-ai\ndescription: fal.ai provides fast inference for generative media models including FLUX, Stable Diffusion, Kling, and others. Optimized for real-time image and video generation use cases.\ncategories:\n  - AI & ML\n  - Images & Photography\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://fal.ai/docs\n  - name: API Reference\n    url: https://fal.ai/docs/rest-api\n"
  },
  {
    "path": "collection/faroo.yaml",
    "content": "name: Faroo\nslug: faroo\ndescription: \"Alternative to Google Web Search API / Google News Search API, allows you to search news within dates,\n  fetch trending news, topics and terms. SeekStorm - Search as a Service: Affordable, high performance search &\n  crawling\"\ncategories:\n  - Search\n  - News & Feeds\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/faroo/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://www.faroo.com/hp/api/api.html\n"
  },
  {
    "path": "collection/favqs.yaml",
    "content": "name: FavQs\nslug: favqs\ndescription: FavQs allows you to collect, discover, and share your favorite quotes.\ncategories:\n  - Content & Dictionaries\n  - Fun\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/favqs/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://favqs.com/api\n"
  },
  {
    "path": "collection/fbi-wanted.yaml",
    "content": "name: FBI Wanted\nslug: fbi-wanted\ndescription: The FBI Wanted API is designed to help developers easily get information on the FBI wanted program\ncategories:\n  - Government\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.fbi.gov/wanted/api\n"
  },
  {
    "path": "collection/fec.yaml",
    "content": "name: FEC\nslug: fec\ndescription: Information on campaign donations in federal elections\ncategories:\n  - Government\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://api.open.fec.gov/developers/\n"
  },
  {
    "path": "collection/federal-register.yaml",
    "content": "name: Federal Register\nslug: federal-register\ndescription: SFederal Register 2.0 is the unofficial daily publication for rules, proposed rules, and notices of Federal\n  agencies and organizations, as well as executive orders and other presidential documents.\ncategories:\n  - Government\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/federal-register/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.federalregister.gov/reader-aids/developer-resources\n"
  },
  {
    "path": "collection/feedbin.yaml",
    "content": "name: Feedbin\nslug: feedbin\ndescription: Feedbin API Documentation. Contribute to feedbin/feedbin-api development by creating an account on GitHub.\n  Feedbin API Documentation\ncategories:\n  - News & Feeds\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/feedbin/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://github.com/feedbin/feedbin-api\n"
  },
  {
    "path": "collection/fidel-api.yaml",
    "content": "name: FIDEL API\nslug: fidel-api\ndescription: FIDEL is a card-linked API that lets developers create web and mobile applications for linking banks cards\n  with reward services. FIDEL API lets you connect your applications to credit and debit cards and monitor transactions\n  in-store and online, chip & pin or contactless. Power your applications with real-time payment data. Build innovative\n  card-linking applications by connecting Visa, Mastercard and Amex cards to loyalty and marketing services all in one\n  place\ncategories:\n  - Payments\n  - Commerce\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/fidel-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://fidel.uk\n"
  },
  {
    "path": "collection/fifa-womens-world-cup-2019.yaml",
    "content": "name: FIFA women's world cup 2019\nslug: fifa-womens-world-cup-2019\ndescription: FIFA women's world cup 2019 matches and group stage results\ncategories:\n  - Sport & Fitness\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://worldcup.sfg.io/\n"
  },
  {
    "path": "collection/figma.yaml",
    "content": "name: Figma\nslug: figma\ndescription: Figma's API provides access to files, components, styles, comments, and team projects. Extract design tokens, automate design-to-code workflows, and build design system tooling.\ncategories:\n  - Art & Design\n  - Development\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://www.figma.com/developers/api\n  - name: API Reference\n    url: https://www.figma.com/developers/api#intro\n"
  },
  {
    "path": "collection/file-io.yaml",
    "content": "name: File.io\nslug: file-io\ndescription: Ephemeral file sharing. Convenient, anonymous and secure.\ncategories:\n  - Documents & Productivity\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.file.io\n"
  },
  {
    "path": "collection/filestack.yaml",
    "content": "name: Filestack\nslug: filestack\ndescription: API for image and file manipulation, 250 uploads and 500 uploads per month for free, free CDN, HTML widget.\n  Discover powerful tools that allow you to upload, transform and deliver any file in your application\ncategories:\n  - Video & Media\n  - Files & Storage\n  - Images & Photography\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://filestack.com/docs/\nlibraries:\n  - name: Filestack File Picker Android SDK\n    documentation_url: https://github.com/filestack/filestack-android/\n    platform: Java\n    stargazers_count: 166\n  - name: Filestack File Picker iOS SDK\n    documentation_url: https://www.filestack.com/docs/api/sdk/ios/\n    platform: Objective-C\n  - name: Filestack File Picker Web SDK\n    documentation_url: https://www.filestack.com/docs/concepts/pickers/web/\n    platform: JavaScript\n  - name: \"Filestack Rails Ruby SDK \"\n    documentation_url: https://www.filestack.com/docs/api/sdks\n    source_code_url: https://github.com/filestack/filestack-rails\n    platform: Ruby\n    stargazers_count: 222\n  - name: \"Filestack Swift SDK \"\n    documentation_url: https://www.filestack.com/docs/api/sdk/swift\n    source_code_url: https://github.com/filestack/filestack-swift\n    platform: Swift\n    stargazers_count: 17\n  - name: Filestack PHP SDK\n    documentation_url: https://github.com/filestack/filestack-php\n    platform: PHP\n    stargazers_count: 58\n  - name: Filestack Ruby SDK\n    documentation_url: https://github.com/filestack/filestack-ruby\n    platform: Ruby\n    stargazers_count: 38\n  - name: Filestack React JS SDK\n    documentation_url: https://github.com/filestack/filestack-react\n    platform: JavaScript\n    stargazers_count: 170\n  - name: Filestack Android SDK\n    documentation_url: https://github.com/filestack/filepicker-android\n    platform: Java\n    stargazers_count: 166\n  - name: Filestack iOS SDK\n    documentation_url: https://github.com/filestack/filestack-ios\n    platform: Objective-C\n    stargazers_count: 62\n  - name: Filestack Python SDK\n    documentation_url: https://github.com/filestack/filestack-python\n    platform: Python\n    stargazers_count: 51\n"
  },
  {
    "path": "collection/filterlists.yaml",
    "content": "name: FilterLists\nslug: filterlists\ndescription: By Collin M. Barrett. FilterLists is the independent, comprehensive directory of filter and host lists for\n  advertisements, trackers, malware, and annoyances\ncategories:\n  - Security\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://filterlists.com\n"
  },
  {
    "path": "collection/final-fantasy-xiv.yaml",
    "content": "name: Final Fantasy XIV\nslug: final-fantasy-xiv\ndescription: \"A FINAL FANTASY XIV: Online REST API - Game data, characters, free companies, linkshells, lodestone, markets & maps\"\ncategories:\n  - Entertainment\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/final-fantasy-xiv/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://xivapi.com/\n"
  },
  {
    "path": "collection/final-space-api.yaml",
    "content": "name: Final Space API\nslug: final-space-api\ndescription: The Final Space API is a RESTful API based on the television show Final Space.e\ncategories:\n  - Video & Media\n  - Entertainment\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/final-space-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://finalspaceapi.com/docs/\n"
  },
  {
    "path": "collection/financial-modeling-prep.yaml",
    "content": "name: Financial Modeling Prep\nslug: financial-modeling-prep\ndescription: Access all stocks discounted cash flow statements, market price, stock markets news, and learn more about\n  Financial Modeling. Learn M&amp;A, LBO, DCF, Comps, and Financial Statement Modeling thought concrete examples. Stock\n  information and data\ncategories:\n  - Finance & Economics\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/financial-modeling-prep/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://financialmodelingprep.com/\n"
  },
  {
    "path": "collection/finnhub.yaml",
    "content": "name: Finnhub\nslug: finnhub\ndescription: Finnhub's API provides real-time stock prices, company fundamentals, earnings estimates, news sentiment, and alternative data for 60+ global exchanges and crypto markets.\ncategories:\n  - Finance & Economics\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://finnhub.io/docs/api\n  - name: API Reference\n    url: https://finnhub.io/docs/api/introduction\n"
  },
  {
    "path": "collection/firebase.yaml",
    "content": "name: Firebase\nslug: firebase\ndescription: Authentication, analytics, cloud messaging, crash reporting, ads and more\ncategories:\n  - Security\n  - Databases\n  - Development\n  - Authentication & User Management\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/firebase/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://firebase.google.com/docs/reference/\nlibraries:\n  - name: Google Firebase Cloud Storage iOS SDK\n    documentation_url: https://firebase.google.com/docs/storage/ios/start\n    source_code_url: https://github.com/firebase/firebase-ios-sdk/tree/master/Firebase/Storage\n    platform: Objective-C, Swift\n    stargazers_count: 6527\n  - name: Firebase PHP SDK by kreait\n    documentation_url: https://github.com/kreait/firebase-php\n    platform: PHP\n    stargazers_count: 2420\n  - name: Delphi Data Access Components [for SQLite] SDK by Devart\n    documentation_url: https://www.devart.com/litedac/\n    platform: C++, SQL\n  - name: Delphi Data Access Components [for Firebird\\Interbase] SDK by Devart\n    documentation_url: https://www.devart.com/ibdac/\n    platform: C++, SQL\n  - name: Delphi Data Access Components [for PostgreSQL] SDK by Devart\n    documentation_url: https://www.devart.com/pgdac/\n    platform: C++, SQL\n  - name: MySQL Data Access Components [for Delphi] SDK by Devart\n    documentation_url: https://www.devart.com/mydac/\n    source_code_url: https://www.devart.com/mydac/docs/?overview.htm\n    platform: C++, SQL\n  - name: Oracle Data Access Components SDK by Devart\n    documentation_url: https://www.devart.com/odac/\n    source_code_url: https://www.devart.com/odac/docs/?overview.htm\n    platform: C++, SQL\n  - name: SQL Server Data Access Components SDK by Devart\n    documentation_url: https://www.devart.com/sdac/\n    source_code_url: https://www.devart.com/sdac/docs/?overview.htm\n    platform: C++, SQL\n  - name: Universal Data Access Components SDK by Devart\n    documentation_url: https://www.devart.com/unidac/\n    source_code_url: https://www.devart.com/unidac/docs/?overview.htm\n    platform: C++, SQL\n  - name: Firebase SDK\n    documentation_url: https://www.firebase.com/docs/ios/quickstart.html\n    platform: Objective-C\n  - name: Firebase C# Library FireSharp\n    documentation_url: https://github.com/ziyasal/FireSharp\n    platform: C#\n    author: bugthesystem\n    stargazers_count: 698\n  - name: \"Firebase Perl Library \"\n    documentation_url: https://metacpan.org/pod/Firebase\n    source_code_url: https://github.com/rizen/Firebase\n    platform: PERL\n    author: rizen\n    stargazers_count: 7\n  - name: Firebase Ruby Library firebase-ruby\n    documentation_url: https://github.com/oscardelben/firebase-ruby\n    platform: Ruby\n    author: oscardelben\n    stargazers_count: 684\n  - name: Firebase PHP Library firebase-php\n    documentation_url: https://github.com/ktamas77/firebase-php\n    platform: PHP\n    author: ktamas77\n    stargazers_count: 788\n  - name: Firebase Python Library python-firebase\n    documentation_url: https://github.com/ozgur/python-firebase\n    platform: Python\n    author: ozgur\n    stargazers_count: 595\n"
  },
  {
    "path": "collection/fireworks-ai.yaml",
    "content": "name: Fireworks AI\nslug: fireworks-ai\ndescription: Fireworks AI offers fast, cost-efficient inference for open-source language and image models. Supports Llama, Mistral, Stable Diffusion, and fine-tuned custom models.\ncategories:\n  - AI & ML\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://docs.fireworks.ai\n  - name: API Reference\n    url: https://docs.fireworks.ai/api-reference/introduction\n"
  },
  {
    "path": "collection/fitbit.yaml",
    "content": "name: FitBit\nslug: fitbit\ndescription: You'll fit in here. Using JavaScript, CSS, and SVG, developers now have a fast, easy way to build apps and\n  clock faces for Fitbit OS. Web API for accessing data from Fitbit activity trackers, Aria scale, and manually entered\n  logs\ncategories:\n  - Sport & Fitness\n  - Health\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/fitbit/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://dev.fitbit.com/build/reference/\nlibraries:\n  - name: Fitbit Unity SDK by Travis Evashkevich\n    documentation_url: https://github.com/TravisEvashkevich/UnityFitbit/blob/master/README.md\n    source_code_url: https://github.com/TravisEvashkevich/UnityFitbit\n    platform: C#\n    author: TravisEvashkevich\n    stargazers_count: 15\n  - name: Fitbit JavaScript SDK\n    documentation_url: https://dev.fitbit.com/getting-started\n    source_code_url: https://dev.fitbit.com/build/guides/application\n    platform: JavaScript\n  - name: strava-to-fitbit-api Azure JavaScript SDK by Matt Magurany\n    documentation_url: https://github.com/heymagurany/strava-to-fitbit-api\n    platform: JavaScript\n    author: heymagurany\n    stargazers_count: 0\n  - name: meteor-fit-api MeteorJS SDK by Stavros Elaias\n    documentation_url: https://github.com/selaias/meteor-fit-api\n    platform: JavaScript, Node.js\n    author: selaias\n    stargazers_count: 3\n  - name: Fitbit Python SDK by OpenYou\n    documentation_url: https://github.com/openyou/libfitbit\n    platform: Python\n    stargazers_count: 428\n  - name: Fitbit R SDK by Nagi Teramo\n    documentation_url: https://github.com/teramonagi/fitbitr\n    platform: R\n    author: teramonagi\n    stargazers_count: 51\n  - name: Fitbit Python SDK by Jacco\n    documentation_url: https://github.com/magnific0/FitBit.py\n    platform: Python\n    author: magnific0\n    stargazers_count: 14\n  - name: Fitbit Node.js SDK by The Game Of Code\n    documentation_url: https://github.com/thegameofcode/passport-fitbit-oauth2\n    platform: Node.js\n    stargazers_count: 30\n  - name: Fitbit JavaScript SDK by The Game Of Code\n    documentation_url: https://github.com/thegameofcode/fitbit-client-oauth2\n    platform: JavaScript\n    stargazers_count: 20\n  - name: Fitbit Ruby SDK by Zachery Moneypenny\n    documentation_url: https://github.com/whazzmaster/fitgem\n    platform: Ruby\n    author: whazzmaster\n    stargazers_count: 181\n  - name: Fitbit Python SDK by Joost Plattel\n    documentation_url: https://github.com/jplattel/FitBit.py\n    platform: Python\n    author: jplattel\n    stargazers_count: 28\n  - name: Fitbit Java SDK by aam4510\n    documentation_url: https://github.com/aam4510/fitbit4j\n    platform: Java\n    author: aam4510\n    stargazers_count: 9\n  - name: Fitbit Node.js SDK by Phil Parsons\n    documentation_url: https://github.com/p-m-p/node-fitbit\n    platform: Node.js\n    author: p-m-p\n    stargazers_count: 37\n  - name: Fitbit Node.js SDK by Lukas Olson\n    documentation_url: https://github.com/lukasolson/fitbit-node\n    platform: Node.js\n    author: lukasolson\n    stargazers_count: 107\n  - name: Fitbit PHP SDK by Michal Ozogan\n    documentation_url: https://github.com/fabulator/Fitbit\n    platform: PHP\n  - name: Fitbit Ruby SDK by Tzvetelin Gospodinov\n    documentation_url: https://github.com/tkgospodinov/omniauth-fitbit\n    platform: Ruby\n    author: tkgospodinov\n    stargazers_count: 44\n  - name: Fitbit Node.js SDK by Simon Murtha Smith\n    documentation_url: https://github.com/smurthas/fitbit-js\n    platform: Node.js\n    author: smurthas\n    stargazers_count: 82\n  - name: Fitbit .Net SDK by Aaron Coleman\n    documentation_url: https://github.com/aarondcoleman/Fitbit.NET\n    platform: .Net\n    author: aarondcoleman\n    stargazers_count: 196\n  - name: Fitbit Django SDK by ORCAS\n    documentation_url: https://github.com/orcasgit/django-fitbit\n    platform: Python\n    stargazers_count: 32\n  - name: Fitbit Python SDK by ORCAS\n    documentation_url: https://github.com/orcasgit/python-fitbit\n    platform: Python\n    stargazers_count: 637\n  - name: Fitbit PHP SDK by Pavel Risenberg\n    documentation_url: https://github.com/pavelrisenberg/fitbitphp\n    platform: PHP\n    author: pavelrisenberg\n    stargazers_count: 143\n  - name: Fitbit Ruby SDK by Kaoru Mori\n    documentation_url: https://github.com/kaorumori/fitbit-api-ruby-client\n    platform: Ruby\n  - name: Fitbit Node.js Library by Guo Yu\n    documentation_url: https://www.npmjs.com/package/fitbit-sdk\n    source_code_url: https://github.com/turingou/fitbit-sdk\n    platform: Node.js\n    author: guo-yu\n    stargazers_count: 7\n  - name: Python Fitbit\n    documentation_url: https://wiki.fitbit.com/display/API/API+Client+Libraries#APIClientLibraries-Python\n    source_code_url: https://pypi.python.org/pypi/fitbit/0.1.0\n    platform: Python\n  - name: FItbit PHP Library\n    documentation_url: https://wiki.fitbit.com/display/API/API+Client+Libraries#APIClientLibraries-PHP\n    source_code_url: https://github.com/heyitspavel/fitbitphp\n    platform: PHP\n    author: pavelrisenberg\n    stargazers_count: 143\n  - name: Fitgem\n    documentation_url: https://wiki.fitbit.com/display/API/API+Client+Libraries\n    source_code_url: http://rubygems.org/gems/fitbit\n    platform: Ruby\n"
  },
  {
    "path": "collection/fixer-io.yaml",
    "content": "name: Fixer.io\nslug: fixer-io\ndescription: The API tracks rates published daily by the European Central Bank. JSON API for foreign exchange rates and\n  currency conversion. End of day data only. Fixer provides a free, simple, and lightweight API for current and\n  historical foreign exchange rates and currency conversion\ncategories:\n  - Finance & Economics\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/fixer-io/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://fixer.io/\n"
  },
  {
    "path": "collection/flickr.yaml",
    "content": "name: Flickr\nslug: flickr\ndescription: Search through user Flickr content, contacts, upload or replace photos. Flickr is almost certainly the best\n  online photo management and sharing application in the world. Show off your favorite photos and videos to the world,\n  securely and privately show content to your friends and family, or blog the photos and videos you take with a\n  cameraphone\ncategories:\n  - Images & Photography\n  - Video & Media\n  - Social\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/flickr/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.flickr.com/services/api/\nlibraries:\n  - name: Flickr iOS SDK by Dennis Zelada\n    documentation_url: https://github.com/denniszelada/flickrfinder\n    platform: Swift\n    author: denniszelada\n    stargazers_count: 0\n  - name: Flickr Objective-C SDK by Lukhnos Liu\n    documentation_url: https://github.com/lukhnos/objectiveflickr\n    platform: Objective-C\n    author: lukhnos\n    stargazers_count: 792\n  - name: Flickr Node.js SDK by sujal\n    documentation_url: https://github.com/sujal/node-flickr\n    platform: Node.js\n    author: sujal\n    stargazers_count: 24\n  - name: Flickr PHP SDK by iPublikuj\n    documentation_url: https://github.com/iPublikuj/flickr\n    platform: PHP\n    stargazers_count: 2\n  - name: Flickr PHP SDK by VeryLastRoom\n    documentation_url: https://github.com/rezzza/FlickrBundle\n    platform: PHP\n    stargazers_count: 4\n  - name: Flickr Node.js SDK by Carlos Andres Lopez\n    documentation_url: https://github.com/calopez/hapi-js-fliquer\n    platform: Node.js\n    author: calopez\n    stargazers_count: 0\n  - name: Flickr Java SDK by sanghoon\n    documentation_url: https://github.com/code-it-like-beckham/flickr-api-wrapper\n    platform: Java\n    author: search-king\n    stargazers_count: 1\n  - name: Flickr Python SDK by MintedMayes\n    documentation_url: https://github.com/MintedMayes/python-flickr-api\n    platform: Python\n    author: MintedMayes\n    stargazers_count: 0\n  - name: Flickr Ruby SDK by Tomasz Wegrzanowski\n    documentation_url: https://github.com/taw/objectiveflickr\n    platform: Ruby\n    author: taw\n    stargazers_count: 0\n  - name: Flickr Go SDK by Azer Koçulu\n    documentation_url: https://github.com/azer/go-flickr\n    platform: Go\n    author: azer\n    stargazers_count: 5\n  - name: Flickr R SDK by Jim Hester\n    documentation_url: https://github.com/jimhester/flickrr\n    platform: R\n    author: jimhester\n    stargazers_count: 2\n  - name: Flickr Ruby SDK by Janko Marohnić\n    documentation_url: https://github.com/janko-m/flickr-objects\n    platform: Ruby\n    author: janko\n    stargazers_count: 28\n  - name: Flickr Node.js SDK by cooleo\n    documentation_url: https://github.com/cooleo/FlickrJS\n    platform: Node.js\n    stargazers_count: 0\n  - name: Flickr Perl SDK by Toby Corkindale\n    documentation_url: https://github.com/TJC/Flickr-API2\n    platform: PERL\n    author: TJC\n    stargazers_count: 18\n  - name: Flickr C SDK by Dave Beckett\n    documentation_url: http://librdf.org/flickcurl/\n    source_code_url: https://github.com/dajobe/flickcurl\n    platform: C\n    author: dajobe\n    stargazers_count: 58\n  - name: Flickr Swift SDK by Chris Schwartz\n    documentation_url: https://github.com/chris-schwartz/ios-swift-flickr-client\n    platform: Swift\n  - name: Flickr JavaScript SDK by Andrey Voropaev\n    documentation_url: https://github.com/thisavoropaev/flickrest\n    platform: JavaScript\n  - name: Flickr Go SDK by Nolan Caudill\n    documentation_url: https://github.com/mncaudill/go-flickr\n    platform: Go\n    author: mncaudill\n    stargazers_count: 60\n  - name: Flickr PHP SDK by JeroenG\n    documentation_url: https://github.com/Jeroen-G/Flickr\n    platform: PHP\n    author: Jeroen-G\n    stargazers_count: 25\n  - name: Flickr Node.js SDK by Mike Kamermans\n    documentation_url: https://github.com/Pomax/node-flickrapi\n    platform: Node.js\n    author: Pomax\n    stargazers_count: 176\n  - name: Flickr PHP SDK by Dan Coulter\n    documentation_url: https://github.com/dan-coulter/phpflickr\n    platform: PHP\n    author: dan-coulter\n    stargazers_count: 208\n  - name: Flickr Elixir SDK by Chuhei Ishigaki\n    documentation_url: https://github.com/chuhey/flickr_uploader\n    platform: Elixir\n    author: chuhey\n    stargazers_count: 0\n  - name: Flickr PHP SDK by Alary Franck\n    documentation_url: https://github.com/DantSu/PHPFlickr-Oauth\n    platform: PHP\n    author: DantSu\n    stargazers_count: 2\n  - name: Flickr R SDK by Francesca Mancini\n    documentation_url: https://github.com/FrancescaMancini/Flickr-API\n    platform: R\n    author: FrancescaMancini\n    stargazers_count: 10\n  - name: Flickr JavaScript SDK by Fernando Palacios Landi\n    documentation_url: https://github.com/fernandoPalaciosGit/flickr-photos-fetcher\n    platform: JavaScript\n    author: fernandoPalaciosGit\n    stargazers_count: 0\n  - name: Flickr Perl Library by Flickr\n    documentation_url: https://github.com/iamcal/perl-Flickr-API\n    platform: PERL\n    author: iamcal\n    stargazers_count: 8\n  - name: Flickr iOS Library by David Gileadi\n    documentation_url: https://github.com/dgileadi/OnlineImagePicker\n    platform: Objective-C\n    author: dgileadi\n    stargazers_count: 11\n  - name: Flickr PHP Library by Phan Thanh Cong\n    documentation_url: https://github.com/ptcong/php-remote-image-uploader\n    platform: PHP\n  - name: Flickr Java Library by Paul Bourke\n    documentation_url: https://github.com/yuyang226/FlickrjApi4Android\n    platform: Java\n    author: yuyang226\n    stargazers_count: 43\n  - name: Flickr Ruby Library by Maël Clérambault\n    documentation_url: https://github.com/hanklords/flickraw\n    platform: Ruby\n    author: hanklords\n    stargazers_count: 505\n  - name: Flickr C# Library by Sam Hudson\n    documentation_url: https://github.com/samjudson/flickr-net\n    platform: C#\n    author: samjudson\n    stargazers_count: 93\n  - name: Flickr Python Library python-flickr-api\n    documentation_url: https://github.com/alexis-mignon/python-flickr-api\n    platform: Python\n    author: alexis-mignon\n    stargazers_count: 372\n  - name: node-flickrapi\n    documentation_url: https://www.npmjs.org/package/flickrapi\n    source_code_url: https://github.com/Pomax/node-flickrapi\n    platform: Node.js\n    author: Pomax\n    stargazers_count: 176\n  - name: flickrj-android\n    documentation_url: https://code.google.com/p/flickrj-android/\n    platform: Java\n  - name: FlickrNet\n    documentation_url: http://flickrnet.codeplex.com/\n    platform: .Net\n  - name: PHP Wrapper for Flickr API\n    documentation_url: http://sourceforge.net/projects/phlickr/\n    platform: PHP\n  - name: .NET Wrapper for Flickr API\n  - name: ActionScript Library for Flickr\n    documentation_url: http://code.google.com/p/as3flickrlib/\n  - name: MediaWiki Widgets Library\n    documentation_url: http://www.mediawikiwidgets.org/\n  - name: rFlickr Ruby Library\n    documentation_url: http://www.maxdunn.com/RoR+and+Flickr\n    platform: Ruby\n  - name: flickrj\n    documentation_url: http://sourceforge.net/projects/flickrj/\n    platform: Java\n  - name: .NET Wrapper for Flickr API\n  - name: .NET Wrapper for Flickr API\n"
  },
  {
    "path": "collection/flurry.yaml",
    "content": "name: Flurry\nslug: flurry\ndescription: Yahoo’s Flurry provides you with a number of APIs enabling you to export your data. Flurry provides two\n  main APIs that are designed to get the same data about your applications as the data reported on the Flurry Dev Portal\ncategories:\n  - Analytics\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developer.yahoo.com/flurry/docs/api/\nlibraries:\n  - name: Flurry Analytics iOS SDK\n    documentation_url: https://developer.yahoo.com/flurry/docs/analytics/gettingstarted/ios/\n    platform: Objective-C\n  - name: Flurry Analytics Android SDK\n    documentation_url: https://developer.yahoo.com/flurry/docs/analytics/gettingstarted/android/\n    platform: Java\n"
  },
  {
    "path": "collection/flutrack.yaml",
    "content": "name: Flutrack\nslug: flutrack\ndescription: Flutrack is a system that detects in real time influenza symptoms, using Twitter. Influenza-like symptoms\n  with geotracking\ncategories:\n  - Health\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.flutrack.org/\n"
  },
  {
    "path": "collection/fly-io.yaml",
    "content": "name: Fly.io\nslug: fly-io\ndescription: Fly.io API enables programmatic management of applications, machines, volumes, and networking on the Fly.io global platform. Deploy Docker containers close to users worldwide.\ncategories:\n  - Development\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://fly.io/docs\n  - name: Machines API\n    url: https://fly.io/docs/machines/api\n"
  },
  {
    "path": "collection/foaas.yaml",
    "content": "name: FOAAS\nslug: foaas\ndescription: FOAAS (Fuck Off As A Service) provides a modern, RESTful, scalable solution to the common problem of\n  telling people to fuck off\ncategories:\n  - Fun\n  - Adult\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://www.foaas.com/\n"
  },
  {
    "path": "collection/fonoapi.yaml",
    "content": "name: fonoApi\nslug: fonoapi\ndescription: Mobile Device Description Api\ncategories:\n  - Hardware\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://fonoapi.freshpixl.com/\n"
  },
  {
    "path": "collection/font-conversion-api.yaml",
    "content": "name: Font Conversion Api\nslug: font-conversion-api\ndescription: Font format conversion REST API. Fonts API - Subscription\ncategories:\n  - Art & Design\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://everythingfonts.com/api/convert\n"
  },
  {
    "path": "collection/font-hinting-api.yaml",
    "content": "name: Font Hinting Api\nslug: font-hinting-api\ndescription: Fonts API - Subscription. Font hinting REST API\ncategories:\n  - Art & Design\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://everythingfonts.com/api/hinting\n"
  },
  {
    "path": "collection/font-subsetting-api.yaml",
    "content": "name: Font Subsetting Api\nslug: font-subsetting-api\ndescription: Font subsetting REST API. Fonts API - Subscription\ncategories:\n  - Art & Design\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://everythingfonts.com/api/subset\n"
  },
  {
    "path": "collection/food-data-central.yaml",
    "content": "name: FoodData Central\nslug: food-data-central\ndescription: USDA FoodData Central API provides detailed nutritional information for branded foods, standard references, and experimental data. Access nutrient profiles for thousands of food items.\ncategories:\n  - Food & Drinks\n  - Health\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://fdc.nal.usda.gov/api-guide.html\n  - name: API Reference\n    url: https://app.swaggerhub.com/apis/fdcnal/food-data_central_api/1.0.1\n"
  },
  {
    "path": "collection/food-standards-agency.yaml",
    "content": "name: Food Standards Agency\nslug: food-standards-agency\ndescription: Find out if a restaurant, takeaway or food shop you want to visit has good food hygiene standards. Eating\n  out? Getting food in? Check the food hygiene rating\ncategories:\n  - Government\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://ratings.food.gov.uk/open-data/en-GB\n"
  },
  {
    "path": "collection/foodish.yaml",
    "content": "name: Foodish\nslug: foodish\ndescription: \"- surhud004/Foodish. A Node. A Node. js/Express. js REST API to GET a random picture of food dishes\"\ncategories:\n  - Food & Drinks\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/foodish/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://github.com/surhud004/Foodish#readme\n"
  },
  {
    "path": "collection/football-data-org.yaml",
    "content": "name: Football-Data.org\nslug: football-data-org\ndescription: A restful API for football data. A restful API for football data\ncategories:\n  - Sport & Fitness\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/football-data-org/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://api.football-data.org/index\n"
  },
  {
    "path": "collection/football-prediction.yaml",
    "content": "name: Football Prediction\nslug: football-prediction\ndescription: he API supports competitions in over 90 countries and over 140 national leagues. Predictions for upcoming\n  football matches, odds, results and stats. Football Prediction API provides predictions for upcoming football matches,\n  average bookie odds, results for past matches and performance monitoring for the statistical models\ncategories:\n  - Sport & Fitness\n  - AI & ML\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/football-prediction/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://boggio-analytics.com/fp-api/\n"
  },
  {
    "path": "collection/football-soccer-video-api-by-scorebat.yaml",
    "content": "name: Football (Soccer) Video Api By Scorebat\nslug: football-soccer-video-api-by-scorebat\ndescription: Embed codes of videos of the goals and highlights from a number of football leagues and tournaments\n  including the Premier League, Champions League, La Liga, Serie A, Bundesliga and many more. ScoreBat\ncategories:\n  - Video & Media\n  - Sport & Fitness\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/football-soccer-video-api-by-scorebat/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.scorebat.com/video-api/\n"
  },
  {
    "path": "collection/footystats-api-soccer-stats-and-data.yaml",
    "content": "name: Footystats Api - Soccer Stats & Data\nslug: footystats-api-soccer-stats-and-data\ndescription: \"Affordable Soccer Stats API for making football predictions. Includes stats such as: Over and Unders,\n  BTTS, Corners, Cards, Goals and so much more. Over 300 leagues bursting with data. 522 Origin Connection Time-out\n  cloudflare-nginx\"\ncategories:\n  - Sport & Fitness\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://football-data-api.com\n"
  },
  {
    "path": "collection/foreca-weather-warnings.yaml",
    "content": "name: Foreca Weather Warnings\nslug: foreca-weather-warnings\ndescription: Data feed of the governmental severe weather warnings. The Foreca Warning Feed integrates weather warnings\n  from many national warning systems worldwide and presents them in a harmonized global offering.\ncategories:\n  - Weather\n  - Government\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/foreca-weather-warnings/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developer.foreca.com/weatherdata\n"
  },
  {
    "path": "collection/forismatic.yaml",
    "content": "name: Forismatic\nslug: forismatic\ndescription: Gives you a random quote per click.\ncategories:\n  - Fun\n  - Content & Dictionaries\n  - Random\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://forismatic.com/en/api/\n"
  },
  {
    "path": "collection/form-api.yaml",
    "content": "name: Form-Api\nslug: form-api\ndescription: Build forms easily, autocomplete and validate data. using gender api and zip code api\ncategories:\n  - Validation & Verification\n  - Post & Logistics\n  - Forms & Surveys\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/form-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://form-api.com\n"
  },
  {
    "path": "collection/formstack.yaml",
    "content": "name: Formstack\nslug: formstack\ndescription: The Formstack API allows users and 3rd-party applications to access Formstack resources programmatically.\n  This API conforms to REST principles. Webhooks allow you. Form creator for online forms. Welcome to Formstack\n  Developer Central. Here you'll find all the resources you need to create services that rely on the Formstack platform\ncategories:\n  - Forms & Surveys\n  - Business\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developers.formstack.com/docs\n"
  },
  {
    "path": "collection/fortnite-api.yaml",
    "content": "name: Fortnite Api\nslug: fortnite-api\ndescription: A fortnite tracker api that returns data about and account\ncategories:\n  - Games\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://fortnitetracker.com/site-api\n"
  },
  {
    "path": "collection/foursquare-api.yaml",
    "content": "name: Foursquare API\nslug: foursquare-api\ndescription: Gives you access to our world-class places database and the ability to interact with Foursquare users and\n  merchants. Start using the only location API you'll ever need. Foursquare is the most trusted, independent location\n  data platform for understanding how people move through the real world\ncategories:\n  - Maps & Geo\n  - Point of Interest\n  - Social\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/foursquare-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developer.foursquare.com/developer/\n"
  },
  {
    "path": "collection/foursquare-check-in.yaml",
    "content": "name: Foursquare Check-In\nslug: foursquare-check-in\ndescription: Allows you to check in to a place\ncategories:\n  - Social\n  - Point of Interest\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developer.foursquare.com/docs/checkins/add\n"
  },
  {
    "path": "collection/foursquare-venue.yaml",
    "content": "name: Foursquare Venue\nslug: foursquare-venue\ndescription: Providing a places search that can be searched by hierarchical list of categories, longitude/latitude etc\ncategories:\n  - Maps & Geo\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developer.foursquare.com/overview/venues\n"
  },
  {
    "path": "collection/frankfurter-app.yaml",
    "content": "name: Frankfurter.app\nslug: frankfurter-app\ndescription: Frankfurter currency data API\ncategories:\n  - Finance & Economics\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.frankfurter.app/docs/\n"
  },
  {
    "path": "collection/fraudlabs-pro.yaml",
    "content": "name: FraudLabs Pro\nslug: fraudlabs-pro\ndescription: FraudLabs Pro Rest API to screen the order transaction for online fraud.\ncategories:\n  - Security\n  - Validation & Verification\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/fraudlabs-pro/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.fraudlabspro.com/developer/api/screen-order\n"
  },
  {
    "path": "collection/freegeoip.yaml",
    "content": "name: FreeGeoIP\nslug: freegeoip\ndescription: Free IP Geolocation API with no registration required. 15000 requests per hour ✓ JSON, XML and CSV output ✓\n  Fast response times\ncategories:\n  - Maps & Geo\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://freegeoip.app/\nlibraries:\n  - name: \" Geocoder Node.js Library by Nicolas Chaulet\"\n    documentation_url: https://github.com/nchaulet/node-geocoder\n    platform: Node.js\n    author: nchaulet\n    stargazers_count: 954\n"
  },
  {
    "path": "collection/freelancer-api.yaml",
    "content": "name: Freelancer Api\nslug: freelancer-api\ndescription: It can be used to set up a food delivery network, crowdsource the price for a local repair job, plug into a\n  large pool of translators and more. Ten-time Webby award-winning Freelancer. Freelancer enables machines with the\n  ability to tap into the power of the human cloud workforce by sending complex real-world tasks for Freelancer. com is\n  in over 1,000 areas that includes; website development, logo design, marketing, copywriting, astrophysics, aerospace\n  engineering and manufacturing. com is a global freelancing and crowdsourcing marketplace with over 26 million users,\n  that scales to the needs of business owners, by automating their business processes. com programmatically. com's users\n  to solve, retrieving the results, and paying for the work. Freelancer. It provides a way for users to access public\n  information on Freelancer. The Freelancer API allows software to send complex tasks to humans, retrieve the results,\n  and pay for the completed work\ncategories:\n  - Documents & Productivity\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/freelancer-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developers.freelancer.com/\n"
  },
  {
    "path": "collection/freelancer.yaml",
    "content": "name: Freelancer\nslug: freelancer\ndescription: Hire in any profession you can think of using our API, on demand–developers, designers, photographers,\n  copywriters, delivery people, manufacturers and more. Task humans from software. Task humans from software\ncategories:\n  - Commerce\n  - Business\n  - Jobs\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/freelancer/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developers.freelancer.com\nlibraries:\n  - name: Freelancer Android SDK\n    documentation_url: https://github.com/freelancer/freelancer-sdk-android\n    platform: Kotlin\n    stargazers_count: 24\n  - name: \"Freelancer Python SDK \"\n    documentation_url: https://github.com/freelancer/freelancer-sdk-python\n    platform: Python\n    stargazers_count: 79\n  - name: JSON Placeholder Node.js Library by typicode\n    documentation_url: https://github.com/typicode/json-server\n    platform: JavaScript, Node.js\n    author: typicode\n    stargazers_count: 75642\n"
  },
  {
    "path": "collection/freesound.yaml",
    "content": "name: Freesound\nslug: freesound\ndescription: With the Freesound API you can browse, search, and retrieve information about Freesound users, packs, and\n  the sounds themselves.\ncategories:\n  - Search\n  - Music & Audio\nis_free: false\ncontact: developers@flat.io\nlinks:\n  - name: Docs / Website\n    url: https://freesound.org/docs/api/index.html\nlibraries:\n  - name: Freesound c++ SDK by Roger Morton\n    documentation_url: http://www.freesound.org/docs/api/client_libs.html\n    source_code_url: https://github.com/ttguy/Qt_freesoundAPIv2\n    platform: C++\n    author: ttguy\n    stargazers_count: 5\n  - name: \"Freesound iOS SDK by Freesound \"\n    documentation_url: https://www.freesound.org/docs/api/client_libs.html\n    source_code_url: https://github.com/ffont/Freesound-iOS\n    platform: Objective-C\n    author: ffont\n    stargazers_count: 10\n"
  },
  {
    "path": "collection/freetogame.yaml",
    "content": "name: FreeToGame\nslug: freetogame\ndescription: Free-to-play games database API. Free-To-Play Games Database API Create using the FreeToGame API Overview\n  Access programmatically the best free-to-play games and free MMO games! The Free-To-Play Games Database API (Aka\n  FreeToGame\ncategories:\n  - Entertainment\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.freetogame.com/api-doc\n"
  },
  {
    "path": "collection/french-address-search.yaml",
    "content": "name: French Address Search\nslug: french-address-search\ndescription: Find addresses and localities in France\ncategories:\n  - Maps & Geo\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://geo.api.gouv.fr/adresse\n"
  },
  {
    "path": "collection/freshdesk.yaml",
    "content": "name: Freshdesk\nslug: freshdesk\ndescription: Freshdesk's API manages support tickets, contacts, agents, groups, and canned responses. Build customer support integrations and automate helpdesk workflows on the Freshdesk platform.\ncategories:\n  - CRM\n  - Business\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://developers.freshdesk.com/api\n  - name: API Reference\n    url: https://developers.freshdesk.com/api/#introduction\n"
  },
  {
    "path": "collection/freshsales.yaml",
    "content": "name: Freshsales\nslug: freshsales\ndescription: Freshsales CRM API provides access to contacts, accounts, deals, tasks, and sales sequences. Build sales automation integrations and sync data with Freshsales' AI-powered CRM platform.\ncategories:\n  - CRM\n  - Business\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://developer.freshsales.io/api\n  - name: API Reference\n    url: https://developer.freshsales.io/api/#introduction\n"
  },
  {
    "path": "collection/freshservice.yaml",
    "content": "name: Freshservice\nslug: freshservice\ndescription: Freshservice's ITSM API manages IT service desk tickets, assets, changes, problems, and releases. Build IT operations integrations on Freshservice's cloud-based service management platform.\ncategories:\n  - Business\n  - Development\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://api.freshservice.com\n  - name: API Reference\n    url: https://api.freshservice.com/#introduction\n"
  },
  {
    "path": "collection/fuck-off-as-a-service.yaml",
    "content": "name: Fuck Off as a Service\nslug: fuck-off-as-a-service\ndescription: Introduction FOAAS (Fuck Off As A Service) provides a modern, RESTful, scalable solution to the common\n  problem of telling people to fuck off. API Content Negotiation FOAAS will respond to the follo\ncategories:\n  - Social\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.foaas.com\n"
  },
  {
    "path": "collection/full-contact.yaml",
    "content": "name: Full Contact\nslug: full-contact\ndescription: Build a clearer picture of your customers in minutes with our data-focused APIs. Build a clearer picture of\n  your customers in minutes with our data-focused APIs\ncategories:\n  - Social\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/full-contact/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.fullcontact.com/developer/docs/\n"
  },
  {
    "path": "collection/full-story.yaml",
    "content": "name: Full Story\nslug: full-story\ndescription: Capture every user event across your application with Full Story, it is an advanced analytics platform with\n  an extensive API. FullStory captures and replays your users' experiences so that you can build a better website or\n  native mobile application. The Client API allows developers to manage recording, consume custom event data, and\n  generate session replay URLs that can be used to integrate replay deeplinks with other platforms.\ncategories:\n  - Analytics\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developer.fullstory.com/introduction\n"
  },
  {
    "path": "collection/fun-translations-api.yaml",
    "content": "name: Fun Translations API\nslug: fun-translations-api\ndescription: World's best fun translation tools via REST API. Yoda speak converter, pirate converter, Pig Latin and Ferb\n  Latin converters. Translate to over 50+ languages from various TV Series and Movies\ncategories:\n  - Fun\n  - Translation\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/fun-translations-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://funtranslations.com/api/\n"
  },
  {
    "path": "collection/furniture-store-data-api.yaml",
    "content": "name: Furniture Store Data Api\nslug: furniture-store-data-api\ndescription: The aim is to provide every bit of information which is felt required for a user to know about a furniture store\ncategories:\n  - Business\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://getrit.com\n"
  },
  {
    "path": "collection/game-of-thrones-quotes.yaml",
    "content": "name: Game of Thrones Quotes\nslug: game-of-thrones-quotes\ndescription: A free API to retrieve some quotes of Game of Thrones!\ncategories:\n  - Other\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/game-of-thrones-quotes/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://gameofthronesquotes.xyz\n"
  },
  {
    "path": "collection/gamerpower.yaml",
    "content": "name: GamerPower\nslug: gamerpower\ndescription: The GamerPower API (Aka Game Giveaway Tracker API). Access programmatically the best giveaways in gaming,\n  from free games to beta keys to free in-game loot and more.\ncategories:\n  - Commerce\n  - Entertainment\n  - Games\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.gamerpower.com/api-read\n"
  },
  {
    "path": "collection/gapi.yaml",
    "content": "name: Gapi\nslug: gapi\ndescription: Unofficial Google News API. GNews is an API to search for articles from a variety of sources, including\n  Google News. Also provides top headlines from which you can filter by topic such as world, business, sports.\ncategories:\n  - News & Feeds\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://gnews.io/\n"
  },
  {
    "path": "collection/gbif.yaml",
    "content": "name: GBIF\nslug: gbif\ndescription: Free and open access to biodiversity data. GBIF—the Global Biodiversity Information Facility—is an\n  international network and data infrastructure funded by the world's governments and aimed at providing anyone,\n  anywhere, open access to data about all types of life on Earth.\ncategories:\n  - Science & Math\n  - Animals\n  - Environment & Nature\n  - Statistics & Data\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.gbif.org/developer/summary\n"
  },
  {
    "path": "collection/gemini.yaml",
    "content": "name: Gemini\nslug: gemini\ndescription: \"Public REST APIs provide market data such as: current order book recent trading activity trade history\"\ncategories:\n  - Blockchain & Cryptocurrencies\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://docs.gemini.com/rest-api/\n"
  },
  {
    "path": "collection/gender-api-2.yaml",
    "content": "name: Gender API\nslug: gender-api-2\ndescription: Determine gender of first name\ncategories:\n  - Other\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://genderapi.io\n  - name: Documentation\n    url: https://genderapi.io/api-documentation\n"
  },
  {
    "path": "collection/gender-api.yaml",
    "content": "name: Gender API\nslug: gender-api\ndescription: Keep your registration forms simple. Optimize your conversions and let us determine the gender of your customers.\ncategories:\n  - Forms & Surveys\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://gender-api.com/en/api-docs\n"
  },
  {
    "path": "collection/genderize-io.yaml",
    "content": "name: Genderize.io\nslug: genderize-io\ndescription: Free API to predict the gender of a name. Easy integration into any platform. Over 250\ncategories:\n  - Development\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://genderize.io\n"
  },
  {
    "path": "collection/genius.yaml",
    "content": "name: Genius\nslug: genius\ndescription: Allows users to find details about Genius artists and songs. Use our API and help build the world's\n  greatest public knowledge project since Wikipedia\ncategories:\n  - Music & Audio\n  - Open Source\n  - Wiki\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/genius/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://docs.genius.com/#/getting-started-h1\n"
  },
  {
    "path": "collection/genrenator.yaml",
    "content": "name: Genrenator\nslug: genrenator\ndescription: Binary Jazz genrenator\ncategories:\n  - Music & Audio\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/genrenator/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://binaryjazz.us/genrenator-api/\n"
  },
  {
    "path": "collection/geo-info.yaml",
    "content": "name: Geo Info\nslug: geo-info\ndescription: A simple free reverse geocoding API for turning coordinates into human readable locations. geo-info is a\n  simple reverse geocoding api. Turn coordinates into human readable locations, and locations in coordinates.\ncategories:\n  - Other\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://geo-info.co\n"
  },
  {
    "path": "collection/geoapi.yaml",
    "content": "name: GeoApi\nslug: geoapi\ndescription: Administrative Breakdown API - (Geo API) is one of the France's public service APIs.\ncategories:\n  - Maps & Geo\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/geoapi/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://api.gouv.fr/api/geoapi.html\n"
  },
  {
    "path": "collection/geocod-io.yaml",
    "content": "name: Geocod.io\nslug: geocod-io\ndescription: Geocode spreadsheets or use our API - without restrictions. Add census data, ZIP+4, congressional\n  districts, timezones, and more\ncategories:\n  - Maps & Geo\ntype: REST\nis_free: true\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/geocod-io/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.geocod.io/\n"
  },
  {
    "path": "collection/geocode-xyz.yaml",
    "content": "name: Geocode.xyz\nslug: geocode-xyz\ndescription: geocode. xyz - A geoparser, geocoder and batch geocoder for the world. Map your data. geocode\ncategories:\n  - Maps & Geo\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://geocode.xyz/\n"
  },
  {
    "path": "collection/geocodify.yaml",
    "content": "name: Geocodify\nslug: geocodify\ndescription: Worldwide geocoding, geoparsing and autocomplete for addresses. Geocodify is a free, simple-to-use,\n  enterprise-grade geocoding, geoparsing and maps api that allows you to build location aware applications\ncategories:\n  - Maps & Geo\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/geocodify/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://geocodify.com\n"
  },
  {
    "path": "collection/geodatasource.yaml",
    "content": "name: GeoDataSource\nslug: geodatasource\ndescription: Location Search Web Service (RESTful API) enable you to find nearest city information based on latitude and\n  longitude provided.\ncategories:\n  - Maps & Geo\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/geodatasource/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.geodatasource.com/web-service\n"
  },
  {
    "path": "collection/geojs.yaml",
    "content": "name: GeoJS\nslug: geojs\ndescription: REST/JSON/JSONP GeoIP API. REST/JSON/JSONP GeoIP API\ncategories:\n  - Maps & Geo\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/geojs/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://geojs.io/\n"
  },
  {
    "path": "collection/geonames.yaml",
    "content": "name: GeoNames\nslug: geonames\ndescription: The GeoNames geographical database covers all countries and contains over eleven million placenames that\n  are available for download free of charge.\ncategories:\n  - Maps & Geo\n  - Post & Logistics\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/geonames/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://www.geonames.org/export/web-services.html\nlibraries:\n  - name: Escape JavaScript SDK by Jason Zheng\n    documentation_url: https://github.com/JasonZheng20/Escape\n    platform: JavaScript\n    author: JasonZheng20\n    stargazers_count: 0\n  - name: NGeo .NET SDK by Dan Ludwig\n    documentation_url: https://github.com/danludwig/NGeo\n    platform: .Net, C#\n    author: danludwig\n    stargazers_count: 32\n  - name: GeoNames Node.js SDK by Stephan Georg\n    documentation_url: https://github.com/StephanGeorg/geocoder-geonames\n    platform: Node.js\n    author: StephanGeorg\n    stargazers_count: 9\n  - name: GeoNames jQuery SDK by Thomas Haukland\n    documentation_url: http://tompi.github.io/jeoquery/\n    source_code_url: https://github.com/tompi/jeoquery\n    platform: jQuery\n    author: tompi\n    stargazers_count: 74\n  - name: GeoNames .NET SDK by Benjamin Schroeter\n    documentation_url: http://geonamesdotorgdotnet.codeplex.com/\n    platform: .Net\n  - name: GeoNames .NET SDK by baretta2\n    documentation_url: https://www.codeproject.com/Articles/30627/GeoNames-NET-WCF-Client\n    platform: .Net, C#\n  - name: GeoNames R SDK by Edzer Pebesma and Barry Rowlingson\n    documentation_url: http://geonames.r-forge.r-project.org/\n    platform: R\n  - name: GeoNames Laravel PHP SDK by Michael Drennen\n    documentation_url: https://packagist.org/packages/michaeldrennen/geonames\n    source_code_url: https://github.com/michaeldrennen/geonames\n    platform: PHP\n    author: michaeldrennen\n    stargazers_count: 94\n  - name: GeoNames Yii PHP SDK by Antonio Ramirez\n    documentation_url: http://www.yiiframework.com/extension/egeonameservice/\n    platform: PHP\n  - name: GeoNames Leaflet JavaScript SDK by Conservation Biology Institute\n    documentation_url: https://github.com/consbio/Leaflet.Geonames\n    platform: JavaScript\n    stargazers_count: 34\n  - name: GeoNames PHP SDK by David Jean Louis\n    documentation_url: http://pear.php.net/package/Services_GeoNames\n    platform: PHP\n  - name: GeoNames Elixir SDK by pareeohnos\n    documentation_url: https://github.com/pareeohnos/geonames-elixir\n    platform: Elixir\n    author: pareeohnos\n    stargazers_count: 24\n  - name: GeoNames Common Lisp SDK by Google\n    documentation_url: https://code.google.com/archive/p/cl-geonames/\n    platform: Lisp\n  - name: GeoNames Perl SDK by Per Henrik Johansen\n    documentation_url: http://search.cpan.org/~nicomen/Geo-GeoNames/lib/Geo/GeoNames.pm\n    platform: PERL\n  - name: GeoNames Python SDK by Denis Carriere\n    documentation_url: http://geocoder.readthedocs.io/providers/GeoNames.html\n    source_code_url: https://github.com/DenisCarriere/geocoder\n    platform: Python\n    author: DenisCarriere\n    stargazers_count: 1652\n  - name: GeoNames Drupal SDK by lyricnz\n    documentation_url: https://www.drupal.org/project/geonames\n    platform: Unspecified\n  - name: GeoNames Ruby SDK by Nicolas Marchildon\n    documentation_url: https://github.com/elecnix/ruby-geonames\n    platform: Ruby\n    author: elecnix\n    stargazers_count: 120\n  - name: GeoNames Logstash SDK by Luis Pallares\n    documentation_url: https://github.com/panchicore/es-geonames/tree/master/logstash\n    platform: Unspecified\n    author: panchicore\n    stargazers_count: 0\n  - name: GeoNames Ubuntu C SDK by Ubuntu Desktop Team\n    documentation_url: https://packages.ubuntu.com/bionic/geoclue-geonames\n    platform: C\n  - name: GeoNames Java SDK\n    documentation_url: http://www.geonames.org/source-code/\n    platform: Java\n  - name: GeoNames Python Library by Ramiro Gómez\n    documentation_url: https://github.com/yaph/geonamescache\n    platform: Python\n    author: yaph\n    stargazers_count: 120\n  - name: GeoNames Python Library by Dennis Carriere\n    documentation_url: https://pypi.python.org/pypi/geonames\n    source_code_url: https://pypi.python.org/pypi/geonames/0.1.2\n    platform: Python\n  - name: GeoNames .Net Library NGeoNames\n    documentation_url: https://github.com/RobThree/NGeoNames\n    source_code_url: https://www.nuget.org/packages/NGeoNames/\n    platform: .Net\n    author: RobThree\n    stargazers_count: 69\n  - name: GeoNames Node.js Library node-geonames-client\n    documentation_url: https://www.npmjs.com/package/node-geonames-client\n    platform: Node.js\n  - name: GeoNames Node.js Library geonames-stream\n    documentation_url: https://github.com/geopipes/geonames-stream\n    source_code_url: https://www.npmjs.com/package/geonames-stream\n    platform: Node.js\n    stargazers_count: 36\n  - name: GeoNames .NET WCF Client\n    documentation_url: http://www.codeproject.com/Articles/30627/GeoNames-NET-WCF-Client\n    platform: .Net, C#\n  - name: GeoNames PERL Client Geo::GeoNames\n    documentation_url: http://search.cpan.org/~perhenrik/Geo-GeoNames/lib/Geo/GeoNames.pm\n    platform: PERL\n  - name: Python Library Geopy\n    documentation_url: https://github.com/geopy/geopy\n    platform: Python\n    stargazers_count: 4770\n  - name: GeoNames Ruby Client geonames_api\n    documentation_url: https://github.com/buytruckload/geonames_api\n    platform: Ruby\n  - name: GeoNames Objective-C Library by Infinite Loop\n    documentation_url: http://www.infinite-loop.dk/developer/ilgeonames/\n    platform: Objective-C\n  - name: Ruby Library for Geonames\n    documentation_url: http://www.tbcn.ca/ruby_geonames\n    platform: Ruby\n"
  },
  {
    "path": "collection/geoplugin.yaml",
    "content": "name: geoPlugin\nslug: geoplugin\ndescription: geoPlugin is a free, fast and reliable Geolocation Webservice API to locate your visitors based on their IP address\ncategories:\n  - Maps & Geo\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.geoplugin.com\nlibraries:\n  - name: geoPlugin IP Geolocation CSV SDK\n    documentation_url: https://www.geoplugin.com/webservices/csv\n    platform: Go\n  - name: geoPlugin IP Geolocation ASP SDK\n    documentation_url: https://www.geoplugin.com/webservices/asp\n    platform: .Net\n  - name: geoPlugin IP Geolocation XML SDK\n    documentation_url: https://www.geoplugin.com/webservices/xml\n    platform: xml\n  - name: geoPlugin IP Geolocation JSON SDK\n    documentation_url: https://www.geoplugin.com/webservices/json\n    platform: JavaScript\n  - name: geoPlugin IP Geolocation PHP SDK\n    documentation_url: https://www.geoplugin.com/webservices/php\n    platform: PHP\n  - name: geoPlugin IP Geolocation Javascript SDK\n    documentation_url: https://www.geoplugin.com/webservices/javascript\n    source_code_url: http://www.geoplugin.net/javascript.gp\n    platform: JavaScript\n"
  },
  {
    "path": "collection/georgia.yaml",
    "content": "name: Georgia\nslug: georgia\ndescription: Central bank of Georgia\ncategories:\n  - Government\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://nbg.gov.ge/api.html\n"
  },
  {
    "path": "collection/getguidelines.yaml",
    "content": "name: Getguidelines\nslug: getguidelines\ndescription: >-\n  Get personalized clinical recommendations using parameters such as weight, blood pressure, age, etc. About the\n  Guidelines Use this API to get medical guidelines from multiple sources like the CDC, USPSTF and American Cancer\n  Society (references included). This initial version focuses on evidence-ba. Free REST API for Medical Guidelines:\n\n  Use biometric and demographic data to search the same medical references used by healthcare professionals\ncategories:\n  - Health\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://getguidelines.com/\n"
  },
  {
    "path": "collection/getscreenshot-by-rasterwise.yaml",
    "content": "name: Getscreenshot By Rasterwise\nslug: getscreenshot-by-rasterwise\ndescription: GetScreenshot is an affordable and highly scalable screenshot API service. With integrated rendering\n  customization and workflows like email and webhooks. GetScreenshot is a powerful programmable API that allows you to\n  do screenshot operations at scale and for less than the existing solutions.\ncategories:\n  - Images & Photography\n  - Scrapers & Data Mining\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/getscreenshot-by-rasterwise/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://getscreenshot.rasterwise.com/\n"
  },
  {
    "path": "collection/getty-images.yaml",
    "content": "name: Getty Images\nslug: getty-images\ndescription: Page moved here. Page moved here\ncategories:\n  - Images & Photography\n  - Video & Media\n  - Art & Design\ntype: REST\nis_free: false\ncontact: info@getthedata.com\nlinks:\n  - name: Docs / Website\n    url: http://developers.gettyimages.com/en/\nlibraries:\n  - name: Getty Images Ruby SDK\n    documentation_url: https://github.com/gettyimages/gettyimages-api_ruby\n    platform: Ruby\n    stargazers_count: 12\n  - name: Getty Images Node.js SDK\n    documentation_url: https://github.com/gettyimages/gettyimages-api_nodejs\n    platform: Node.js\n    stargazers_count: 22\n  - name: Getty Images Java SDK\n    documentation_url: https://github.com/gettyimages/gettyimages-api_java\n    platform: Java\n    stargazers_count: 12\n  - name: Getty Images PHP SDK\n    documentation_url: https://github.com/gettyimages/gettyimages-api_php\n    platform: PHP\n    stargazers_count: 14\n  - name: Getty Images .NET SDK\n    documentation_url: https://github.com/gettyimages/gettyimages-api_dotnet\n    platform: .Net\n    stargazers_count: 13\n  - name: Getty Images Connect Objective-C SDK by Getty Images\n    documentation_url: https://github.com/gettyimages/gettyimages-api_objective-c\n    source_code_url: https://github.com/gettyimages/gettyimages-api_objective-c\n    platform: Objective-C\n  - name: \"Getty Images Connect Java # SDK\"\n    documentation_url: https://github.com/gettyimages/connect_sdk_java\n    platform: Java\n  - name: Getty Images Connect Ruby SDK\n    documentation_url: https://github.com/gettyimages/connect_sdk_ruby\n    platform: Ruby\n  - name: Getty Images Connect Node.js SDK\n    documentation_url: https://github.com/gettyimages/connect_sdk_nodejs\n    platform: Node.js\n  - name: Getty Images Connect PHP SDK\n    documentation_url: https://github.com/gettyimages/connect_sdk_php\n    platform: PHP\n  - name: Getty Images Connect Objective-C SDK\n    documentation_url: https://github.com/gettyimages/connect_sdk_objective-c\n    platform: Objective-C\n  - name: Getty Images Connect API C# SDK\n    documentation_url: https://github.com/gettyimages/connect_sdk_csharp\n    platform: C#\n"
  },
  {
    "path": "collection/gfycat.yaml",
    "content": "name: Gfycat\nslug: gfycat\ndescription: Gfycat’s API - collection of GIFs\ncategories:\n  - Fun\n  - Social\n  - Art & Design\n  - Images & Photography\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/gfycat/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developers.gfycat.com/api/\nlibraries:\n  - name: Gfycat npm JavaScript SDK\n    documentation_url: https://developers.gfycat.com/jssdk/\n    source_code_url: https://www.npmjs.com/package/gfycat-sdk\n    platform: JavaScript\n  - name: Gfycat APIKit iOS SDK\n    documentation_url: https://developers.gfycat.com/iossdk/\n    source_code_url: https://github.com/gfycat/GfycatApiKit\n    platform: Objective-C\n    stargazers_count: 7\n  - name: Gfycat Core SDK\n    documentation_url: https://developers.gfycat.com/androidsdk/\n    platform: Java\n  - name: Gfycat Python SDK by Tom Kranenburg\n    documentation_url: https://github.com/TomKranenburg/gfywrapper\n    platform: Python\n    author: TomKranenburg\n    stargazers_count: 0\n  - name: Gfycat PHP SDK by Aaron Chang\n    documentation_url: https://github.com/mistayam/gfyScript\n    platform: PHP\n  - name: Gfycat PHP SDK by Stefano\n    documentation_url: https://github.com/steoo/php-gfy-api-interface\n    platform: PHP\n    author: steoo\n    stargazers_count: 0\n  - name: Gfycat NodeJS SDK by Butterscotch Stallion\n    documentation_url: https://github.com/butterscotchstallion/gfyapi\n    platform: Node.js\n    author: butterscotchstallion\n    stargazers_count: 0\n  - name: Gfycat NodeJS SDK by Shadowfacts\n    documentation_url: https://github.com/shadowfacts/gfy\n    platform: Node.js\n    author: shadowfacts\n    stargazers_count: 2\n  - name: Gfycat Go SDK by hashworks\n    documentation_url: https://github.com/hashworks/go-gfycat\n    platform: Go\n    author: hashworks\n    stargazers_count: 0\n  - name: Gfycat JavaScript SDK by Nikita Savyolov\n    documentation_url: https://github.com/ga2mer/gfycatjs\n    platform: JavaScript, Node.js\n    author: ga2mer\n    stargazers_count: 0\n  - name: Gfycat Go SDK by Krognol\n    documentation_url: https://github.com/Krognol/gofycat\n    platform: Go\n    author: Krognol\n    stargazers_count: 0\n  - name: Gfycat Objective-C SDK by Akshay Easwaran\n    documentation_url: https://github.com/akeaswaran/AEGfycatHandler\n    platform: Objective-C\n    author: akeaswaran\n    stargazers_count: 2\n  - name: Gfycat PHP SDK by Pulkit Kathuria\n    documentation_url: https://github.com/kevincobain2000/gfycat\n    platform: PHP\n    author: kevincobain2000\n    stargazers_count: 1\n  - name: Gfycat Perl SDK by Chankey Pathak\n    documentation_url: https://github.com/chankeypathak/WWW-Gfycat\n    platform: PERL\n    author: chankeypathak\n    stargazers_count: 0\n  - name: Gfycat JavaScript SDK by Josh Kang\n    documentation_url: https://github.com/kngroo/gfycat-sdk\n    platform: JavaScript\n    author: kngroo\n    stargazers_count: 1\n  - name: Gfycat Ruby SDK by Martin Häger\n    documentation_url: https://github.com/vrcsix/gfycat\n    platform: Ruby\n    author: haegrr\n    stargazers_count: 1\n  - name: Gfycat Go SDK by orijtech\n    documentation_url: https://github.com/orijtech/gfycat\n    platform: Go\n    stargazers_count: 0\n  - name: Gfycat Swift SDK by Trung Nguyen\n    documentation_url: https://github.com/geek1706/gfycat-swift\n    platform: Swift\n    author: geek1706\n    stargazers_count: 5\n  - name: Gfycat .NET SDK by Sydney Acksman\n    documentation_url: https://github.com/ObsidianMinor/Gfycat.Net\n    source_code_url: https://www.nuget.org/packages/Gfycat.Net\n    platform: .Net\n    author: ObsidianMinor\n    stargazers_count: 12\n  - name: Gfycat PHP SDK by Nehal Patel\n    documentation_url: https://github.com/nehalvpatel/gfycat-php\n    platform: PHP\n    author: nehalvpatel\n    stargazers_count: 8\n  - name: Gfycat Python SDK by Ankesh Anand\n    documentation_url: https://github.com/ankeshanand/py-gfycat\n    source_code_url: https://pypi.org/project/gfycat/0.1.4/\n    platform: Python\n    author: ankeshanand\n    stargazers_count: 19\n  - name: Gfycat JavaScript SDK\n    documentation_url: https://github.com/gfycat/gfycat-sdk\n    source_code_url: https://www.npmjs.com/package/gfycat-sdk\n    platform: JavaScript\n    stargazers_count: 17\n  - name: Gfycat iOS SDK\n    documentation_url: https://github.com/gfycat/GfycatApiKit\n    platform: Objective-C\n    stargazers_count: 7\n"
  },
  {
    "path": "collection/ghost.yaml",
    "content": "name: Ghost\nslug: ghost\ndescription: Ghost's Content and Admin APIs provide access to posts, pages, authors, tags, and settings. Build headless blogs, automate publishing, and integrate with the Ghost publishing platform.\ncategories:\n  - Development\n  - Documents & Productivity\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://ghost.org/docs/content-api\n  - name: Admin API\n    url: https://ghost.org/docs/admin-api\n"
  },
  {
    "path": "collection/giant-bomb.yaml",
    "content": "name: Giant Bomb\nslug: giant-bomb\ndescription: The largest video game database online\ncategories:\n  - Entertainment\n  - Games\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/giant-bomb/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.giantbomb.com/api/documentation\nlibraries:\n  - name: Giant Bomb Ruby SDK by Robert Coker\n    documentation_url: https://github.com/intelekshual/giantbomb\n    platform: Ruby\n    author: intelekshual\n    stargazers_count: 23\n  - name: Giant Bomb Python SDK by Leandro\n    documentation_url: https://github.com/xupisco/GiantBomb\n    platform: Python\n    author: xupisco\n    stargazers_count: 21\n"
  },
  {
    "path": "collection/gifs-com-public-api.yaml",
    "content": "name: Gifs.Com Public API\nslug: gifs-com-public-api\ndescription: com API makes it dead simple to convert and transcode a vast array of media into our HTML5 optimized gifs.\n  mp4. webm and . com player, a compressed. The gifs. gif,. to gifinity and beyond!\ncategories:\n  - Video & Media\n  - Images & Photography\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/gifs-com-public-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://docs.gifs.com/\n"
  },
  {
    "path": "collection/giphy.yaml",
    "content": "name: Giphy\nslug: giphy\ndescription: Worlds largest library of GIFs\ncategories:\n  - Images & Photography\n  - Fun\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/giphy/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developers.giphy.com/docs/\nlibraries:\n  - name: Giphy JavaScript SDK\n    documentation_url: https://github.com/Giphy/giphy-js-sdk-core\n    platform: JavaScript\n    stargazers_count: 89\n  - name: Giphy PHP SDK\n    documentation_url: https://github.com/Giphy/giphy-php-client\n    platform: PHP\n    stargazers_count: 11\n  - name: Giphy Python SDK\n    documentation_url: https://github.com/Giphy/giphy-python-client\n    platform: Python\n    stargazers_count: 50\n  - name: \"Giphy Android SDK \"\n    documentation_url: https://developers.giphy.com/docs/sdk/#android\n    source_code_url: https://github.com/Giphy/giphy-android-sdk-core\n    platform: Java\n  - name: \"Giphy iOS SDK \"\n    documentation_url: https://developers.giphy.com/docs/sdk#ios\n    source_code_url: https://github.com/Giphy/giphy-ios-sdk-core\n    platform: Swift\n  - name: Giphy JavaScript SDK by Austin Kelleher\n    documentation_url: https://libraries.io/npm/giphy-api\n    source_code_url: https://github.com/austinkelleher/giphy-api\n    platform: JavaScript\n    author: austinkelleher\n    stargazers_count: 84\n  - name: \"Giphy Gifs Haskell SDK by Pascal Hartig \"\n    documentation_url: https://www.stackage.org/nightly-2016-10-24/package/giphy-api-0.5.0.0\n    source_code_url: https://github.com/passy/giphy-api#readme\n    platform: Haskell\n    author: passy\n    stargazers_count: 27\n  - name: Giphy Java SDK by Mathias Markl\n    documentation_url: https://github.com/keshrath/Giphy4J\n    platform: Java\n    author: keshrath\n    stargazers_count: 29\n  - name: Giphy Haskell SDK by Pascal Hartig\n    documentation_url: https://github.com/passy/giphy-api\n    platform: Haskell\n    author: passy\n    stargazers_count: 27\n  - name: Giphy Node.js SDK by Austin Kelleher\n    documentation_url: https://www.npmjs.com/package/giphy-api\n    source_code_url: https://github.com/austinkelleher/giphy-api\n    platform: Node.js\n    author: austinkelleher\n    stargazers_count: 84\n  - name: Giphy Node.js Library\n    documentation_url: https://www.npmjs.com/package/apigiphy\n    platform: Node.js\n  - name: Giphy Ruby Gem\n    documentation_url: http://giphy.com/labs\n    source_code_url: https://github.com/sebasoga/giphy\n    platform: Ruby\n    author: sogamoso\n    stargazers_count: 82\n"
  },
  {
    "path": "collection/github-gists.yaml",
    "content": "name: GitHub Gists\nslug: github-gists\ndescription: For more information. Access to GitHub’s Gists API. You can read public gists anonymously, but you must be\n  signed into GitHub to create gists. To read or write gists on a user's behalf, you need the gist OAuth scope and a\n  token\ncategories:\n  - Development\n  - Files & Storage\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developer.github.com/v3/gists/\n"
  },
  {
    "path": "collection/github-jobs.yaml",
    "content": "name: Github Jobs\nslug: github-jobs\ndescription: The GitHub Jobs API allows you to search, and view jobs with JSON over HTTP. To get the JSON representation\n  of any search result or job listing, append. json to the URL you'd use on the HTML GitHub\ncategories:\n  - Jobs\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://jobs.github.com/api\n"
  },
  {
    "path": "collection/github-licenses-api.yaml",
    "content": "name: GitHub Licenses API\nslug: github-licenses-api\ndescription: The Licenses API returns metadata about popular open source licenses and information about a particular\n  project's license file.\ncategories:\n  - Development\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developer.github.com/v3/licenses/\n"
  },
  {
    "path": "collection/github.yaml",
    "content": "name: GitHub\nslug: github\ndescription: World's most famous code hosting service. You can use the official Octokit library and other third-party\n  libraries to extend and simplify how you use the GitHub API.\ncategories:\n  - Development\ntype: REST\nis_free: true\nlinks:\n  - name: REST API\n    url: https://docs.github.com/en/rest\n  - name: GitHub GraphQL API\n    url: https://docs.github.com/en/graphql\nlibraries:\n  - name: octokit.rb\n    documentation_url: https://github.com/Giphy/giphy-js-sdk-core\n    platform: Ruby\n  - name: octokit.net\n    documentation_url: https://github.com/octokit/octokit.net\n    platform: .NET\n  - name: octokit/rest.js\n    documentation_url: https://github.com/octokit/rest.js\n    platform: JvaScript\n  - name: octokit/rest.js\n    documentation_url: https://github.com/octokit/rest.js\n    platform: JavaScript\n  - name: go-github\n    documentation_url: https://github.com/google/go-github\n    platform: Go\n  - name: go-github\n    documentation_url: https://github.com/google/go-github\n    platform: Go\n  - name: PHP GitHub API\n    documentation_url: https://github.com/KnpLabs/php-github-api\n    platform: PHP\n  - name: ghapi\n    documentation_url: https://github.com/fastai/ghapi\n    platform: Python\n"
  },
  {
    "path": "collection/gitlab.yaml",
    "content": "name: GitLab\nslug: gitlab\ndescription: Access to GitLab's API. Documentation for GitLab Community Edition, GitLab Enterprise Edition, Omnibus\n  GitLab, and GitLab Runner\ncategories:\n  - Open Source\n  - Project Management\n  - Development\n  - Collaboration\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/gitlab/logo_256x256.png\ncontact: support@graphhopper.com\nlinks:\n  - name: Docs / Website\n    url: https://docs.gitlab.com/ce/api/README.html\nlibraries:\n  - name: Gitlab Node.js SDK by jdalrymple\n    documentation_url: https://github.com/jdalrymple/node-gitlab-api\n    platform: Node.js\n    author: jdalrymple\n    stargazers_count: 740\n  - name: GitLab PHP SDK by neilime\n    documentation_url: https://github.com/neilime/php-gitlab-api\n    platform: PHP\n  - name: GitLab PHP SDK by benmag\n    documentation_url: https://packagist.org/packages/benmag/php-gitlab-api\n    source_code_url: https://github.com/benmag/php-gitlab-api\n    platform: PHP\n    author: benmag\n    stargazers_count: 0\n  - name: GitLab Java SDK by Tim Olshansky\n    documentation_url: https://github.com/timols/java-gitlab-api\n    platform: Java\n    author: timols\n    stargazers_count: 365\n  - name: GitLab Swift SDK by Orih\n    documentation_url: https://github.com/orih/GitLabKit\n    platform: Swift\n    author: toricls\n    stargazers_count: 56\n  - name: GitLab .Net SDK by Szymon Kulec\n    documentation_url: https://github.com/Scooletz/NGitLab\n    platform: .Net\n  - name: GitLab PHP SDK by Adam Engebretson\n    documentation_url: https://github.com/adamgoose/gitlab\n    platform: PHP\n    author: adamgoose\n    stargazers_count: 19\n  - name: GitLab JavaScript SDK by sahilsk\n    documentation_url: https://github.com/sahilsk/Gitlab-YAAC\n    platform: JavaScript\n    author: sahilsk\n    stargazers_count: 11\n  - name: GitLab Go SDK by Bugagazavr\n    documentation_url: https://github.com/Bugagazavr/go-gitlab-client\n    platform: Go\n    author: Bugagazavr\n    stargazers_count: 24\n  - name: GitLab PHP SDK by Matt Humphrey\n    documentation_url: https://github.com/m4tthumphrey/php-gitlab-api\n    platform: PHP\n    stargazers_count: 756\n  - name: GitLab Backbone.js SDK by O'Reilly Media\n    documentation_url: https://github.com/oreillymedia/backbone-gitlab/\n    platform: Backbone.js\n    stargazers_count: 28\n  - name: GitLab Node.js SDK by GitLab\n    documentation_url: https://www.npmjs.com/package/gitlab\n    source_code_url: https://github.com/node-gitlab/node-gitlab\n    platform: Node.js\n    author: jdalrymple\n    stargazers_count: 740\n  - name: GitLab Perl SDK by Aran Deltac\n    documentation_url: https://github.com/bluefeet/GitLab-API-v3\n    platform: PERL\n    author: bluefeet\n    stargazers_count: 12\n  - name: GitLab Ruby SDK by Nihad Abbasov\n    documentation_url: https://github.com/NARKOZ/gitlab\n    platform: Ruby\n    author: NARKOZ\n    stargazers_count: 934\n  - name: GitLab Python SDK by Itxaka\n    documentation_url: https://github.com/Itxaka/pyapi-gitlab\n    platform: Python\n    stargazers_count: 203\n  - name: GitLab Python SDK by Gauvain Pocentek\n    documentation_url: https://github.com/gpocentek/python-gitlab\n    platform: Python\n    stargazers_count: 1469\n"
  },
  {
    "path": "collection/gitter.yaml",
    "content": "name: Gitter\nslug: gitter\ndescription: Gitter is a chat and networking platform that helps to manage, grow and connect communities through\n  messaging, content and discovery.\ncategories:\n  - Development\n  - Chats & Messaging\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developer.gitter.im/docs/welcome\n"
  },
  {
    "path": "collection/global-solar-forecasting-and-irradiance.yaml",
    "content": "name: Global Solar Forecasting And Irradiance\nslug: global-solar-forecasting-and-irradiance\ndescription: Solar radiation and forecasting data globally available and free for researchers, hobbyists. Produces\n  real-time estimates of solar radiation and solar power globally, and forecasts based on where cloud cover will move\n  next\ncategories:\n  - Other\nis_free: true\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/global-solar-forecasting-and-irradiance/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://solcast.com/solar-data-api/\n"
  },
  {
    "path": "collection/globalstats-io.yaml",
    "content": "name: Globalstats.Io\nslug: globalstats-io\ndescription: Enrich your games' experience by adding a global highscore for your games. Platform agnostic infrastructure\n  for your games statistics.\ncategories:\n  - Games\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/globalstats-io/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://globalstats.io/\nlibraries:\n  - name: Globalstats IO Unity SDK\n    documentation_url: https://github.com/globalstats-io/unity-library\n    source_code_url: https://github.com/globalstats-io/unity-library.git\n    platform: C#\n    stargazers_count: 3\n"
  },
  {
    "path": "collection/glosbe-api.yaml",
    "content": "name: Glosbe API\nslug: glosbe-api\ndescription: Dictionary API and Translation Memory API description. Application Programming Interface of Glosbe gives\n  you free access to several mono- and bilingual Dictionaries and Translation Memories\ncategories:\n  - Content & Dictionaries\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/glosbe-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://glosbe.com/a-api\n"
  },
  {
    "path": "collection/gmail-api.yaml",
    "content": "name: Gmail API\nslug: gmail-api\ndescription: \"The Gmail API: modern, fast, RESTful. The Gmail API: modern, fast, RESTful\"\ncategories:\n  - Email & SMS\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/gmail-api/logo_256x256.png\ncontact: support@goog.io\nlinks:\n  - name: Docs / Website\n    url: https://developers.google.com/gmail/api/?hl=en\n"
  },
  {
    "path": "collection/gnews.yaml",
    "content": "name: Gnews\nslug: gnews\ndescription: Unofficial Google News API. GNews is an API to search for articles from a variety of sources, including\n  Google News. It also provides top headlines from which you can filter by topic such as world, business, sports.\ncategories:\n  - Text Analysis & Tools\n  - Search\n  - News & Feeds\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://gnews.io\n"
  },
  {
    "path": "collection/goodreads.yaml",
    "content": "name: GoodReads\nslug: goodreads\ndescription: The Goodreads API allows developers access to Goodreads data in order to help websites or applications that\n  deal with books be more personalized, social.\ncategories:\n  - Social\n  - Books\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.goodreads.com/api\nlibraries:\n  - name: Goodreads Python SDK by Michelle D Zhang\n    documentation_url: https://pypi.python.org/pypi/goodreads-api-client/0.1.0.dev2\n    source_code_url: https://github.com/mdzhang/goodreads-api-client-python\n    platform: Python\n    author: mdzhang\n    stargazers_count: 51\n  - name: Goodreads C# Library by Jason Kulatunga\n    documentation_url: https://github.com/AnalogJ/GoodReadsSharp\n    platform: C#\n    author: AnalogJ\n    stargazers_count: 4\n"
  },
  {
    "path": "collection/google-adsense.yaml",
    "content": "name: Google AdSense\nslug: google-adsense\ndescription: Google AdSense provides a free, flexible way to earn money from your websites, mobile sites, and site\n  search results with relevant and engaging ads.\ncategories:\n  - Marketing & SEO\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/google-adsense/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developers.google.com/adsense/?hl=en\nlibraries:\n  - name: \"Google Go SDK \"\n    documentation_url: https://github.com/google/google-api-go-client/blob/master/GettingStarted.md\n    source_code_url: https://github.com/google/google-api-go-client\n    platform: Go\n    stargazers_count: 2553\n  - name: Google NodeJS SDK\n    documentation_url: https://github.com/google/google-api-nodejs-client/#google-apis-nodejs-client\n    source_code_url: https://github.com/google/google-api-nodejs-client/\n    platform: Node.js\n    stargazers_count: 9129\n  - name: \"Google Ruby SDK \"\n    documentation_url: https://developers.google.com/api-client-library/ruby/\n    source_code_url: https://github.com/google/google-api-ruby-client\n    platform: Ruby\n    stargazers_count: 2382\n  - name: Google Dart SDK\n    documentation_url: https://developers.google.com/api-client-library/\n    source_code_url: https://github.com/dart-lang/googleapis\n    platform: Dart\n    stargazers_count: 222\n  - name: \"Google PHP SDK \"\n    documentation_url: https://developers.google.com/api-client-library/php/\n    source_code_url: https://github.com/google/google-api-php-client\n    platform: PHP\n    stargazers_count: 7333\n  - name: Google Javascript SDK\n    documentation_url: https://developers.google.com/api-client-library/javascript/\n    source_code_url: https://github.com/google/google-api-javascript-client\n    platform: JavaScript\n    stargazers_count: 1727\n  - name: Google Python SDK\n    documentation_url: https://developers.google.com/api-client-library/python/\n    source_code_url: https://github.com/google/google-api-python-client/\n    platform: Python\n    stargazers_count: 4459\n  - name: Google .NET SDK\n    documentation_url: https://developers.google.com/api-client-library/dotnet/get_started\n    source_code_url: https://github.com/google/google-api-dotnet-client\n    platform: .Net\n    stargazers_count: 918\n  - name: Google Assistant Python SDK by Google\n    documentation_url: https://developers.google.com/assistant/sdk/prototype/getting-started-pi-python/\n    source_code_url: https://github.com/googlesamples/assistant-sdk-python\n    platform: Python\n    stargazers_count: 839\n  - name: Google AdSense Management Java Library\n    documentation_url: https://developers.google.com/api-client-library/java/apis/adsense/v1.4\n    platform: Java\n  - name: Google AdSense Host Java Library\n    documentation_url: https://developers.google.com/api-client-library/java/apis/adsensehost/v4.1\n    platform: Java\n  - name: Google APIs Client Library for Objective-C\n    documentation_url: https://code.google.com/p/google-api-objectivec-client/\n    platform: Objective-C\n  - name: Google APIs Client Library for .NET\n    documentation_url: https://developers.google.com/api-client-library/dotnet/\n    platform: .Net\n"
  },
  {
    "path": "collection/google-adwords-api.yaml",
    "content": "name: Google AdWords API\nslug: google-adwords-api\ndescription: A SOAP API that provides access to Google Ads accounts, campaigns, and reports. Manage Google AdWords\n  campaigns programmatically\ncategories:\n  - Search\n  - Marketing & SEO\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/google-adwords-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developers.google.com/adwords/api/docs/guides/start\nlibraries:\n  - name: Google AdWords NodeJS SDK by Sello\n    documentation_url: https://www.npmjs.com/package/@sellorex/adwords-api-vu\n    source_code_url: https://github.com/sello-rex/adwords-api\n    platform: Node.js\n  - name: Googleads PHP SDK by Google\n    documentation_url: https://github.com/googleads/googleads-php-lib\n    platform: PHP\n    stargazers_count: 567\n  - name: Googleads Python SDK by Google\n    documentation_url: https://github.com/googleads/googleads-python-lib\n    platform: Python\n    stargazers_count: 535\n  - name: Google API Ads Ruby SDK by Google\n    documentation_url: https://github.com/googleads/google-api-ads-ruby\n    platform: Ruby\n    stargazers_count: 282\n  - name: Google Mobile Ads Swift SDK by Google\n    documentation_url: https://github.com/googleads/googleads-mobile-ios-examples/tree/master/Swift\n    platform: Swift\n    stargazers_count: 699\n  - name: \"Google Mobile Ads Objective-C SDK by Google \"\n    documentation_url: https://developers.google.com/admob/ios/download\n    source_code_url: https://github.com/googleads/googleads-mobile-ios-examples/tree/master/Objective-C\n    platform: Objective-C\n    stargazers_count: 699\n  - name: Google AdWords Conversion Tracking and Remarketing iOS SDK by Google\n    documentation_url: https://developers.google.com/app-conversion-tracking/ios/\n    platform: Objective-C\n  - name: Google AdWords Conversion Tracking and Remarketing Android SDK by Google\n    documentation_url: https://developers.google.com/app-conversion-tracking/android/\n    platform: Java\n  - name: Ruby Gem for Google AdWords\n    documentation_url: http://code.google.com/p/google-api-adwords-ruby/\n    platform: Ruby\n  - name: Google APIlity Library\n    platform: PHP\n  - name: Google APIlity Library\n    platform: PHP\n"
  },
  {
    "path": "collection/google-analytics.yaml",
    "content": "name: Google Analytics\nslug: google-analytics\ndescription: Google Analytics provides APIs to collect, configure, and report on user-interactions with your online\n  content. Collect, configure, and analyze your data to reach the right audience\ncategories:\n  - Business\n  - Analytics\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/google-analytics/logo_256x256.png\ncontact: support@goog.io\nlinks:\n  - name: Docs / Website\n    url: https://developers.google.com/analytics/?hl=en\nlibraries:\n  - name: Google Analytics Web Tracking iOS SDK\n    documentation_url: https://developers.google.com/analytics/devguides/collection/firebase/ios/\n    platform: Objective-C\n  - name: Google Analytics Web Tracking Android SDK\n    documentation_url: https://developers.google.com/analytics/devguides/collection/firebase/android/\n    platform: Java\n  - name: Google Analytics Node SDK by jsguy\n    documentation_url: https://www.npmjs.com/package/ga-api\n    source_code_url: https://github.com/jsguy/ga-api\n    platform: Node.js\n    author: jsguy\n    stargazers_count: 14\n  - name: Google Analytics Java SDK by Google\n    documentation_url: https://developers.google.com/analytics/devguides/collection/android/v4/\n    platform: Java\n  - name: \"Google Analytics Management Python Library by Google \"\n    documentation_url: https://developers.google.com/api-client-library/python/\n    platform: Python\n  - name: Google Analytics Management PHP Library by Google\n    documentation_url: https://developers.google.com/api-client-library/php/\n    platform: PHP\n  - name: Google Analytics Management Objective-C Library by Google\n    documentation_url: https://code.google.com/p/google-api-objectivec-client/\n    platform: Objective-C\n  - name: Google Analytics Management JavaScript Library by Google\n    documentation_url: https://developers.google.com/api-client-library/javascript/start/start-js\n    platform: JavaScript\n  - name: Google Analytics Management .NET Library by Google\n    documentation_url: https://developers.google.com/api-client-library/dotnet/get_started\n    platform: .Net\n  - name: Google Analytics Core Reporting Java Library by Google\n    documentation_url: https://developers.google.com/analytics/devguides/reporting/core/v2/gdataJava\n    platform: Java\n  - name: Google Universal Analytics Web Tracking Java Library by Google\n    documentation_url: https://developers.google.com/analytics/devguides/collection/analyticsjs/\n    source_code_url: https://developers.google.com/analytics/devguides/collection/analyticsjs/\n    platform: Java\n  - name: Google Analytics Java Library\n    documentation_url: https://developers.google.com/api-client-library/java/apis/analytics/v3\n    platform: Java\n"
  },
  {
    "path": "collection/google-app-engine-api.yaml",
    "content": "name: Google App Engine API\nslug: google-app-engine-api\ndescription: Build scalable web and mobile backends in any language on Google’s infrastructure. Offers users the ability\n  to build and host web applications on Google's infrastructure\ncategories:\n  - Development\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/google-app-engine-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://cloud.google.com/appengine/docs\n"
  },
  {
    "path": "collection/google-barcode.yaml",
    "content": "name: Google Barcode\nslug: google-barcode\ndescription: \"It can also detect multiple barcodes at once. It reads the following barcode formats: 1D barcodes: EAN-13,\n  EAN-8, UPC-A. The Barcode API detects barcodes in real-time, on device, in any orientation\"\ncategories:\n  - Bar & QR Codes\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/google-barcode/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developers.google.com/vision/barcodes-overview?hl=en\n"
  },
  {
    "path": "collection/google-bigquery-api.yaml",
    "content": "name: Google BigQuery API\nslug: google-bigquery-api\ndescription: A data platform for customers to create, manage, share and query data.\ncategories:\n  - Development\n  - Databases\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/google-bigquery-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://cloud.google.com/bigquery/docs/reference/rest/v2/\n"
  },
  {
    "path": "collection/google-books-api.yaml",
    "content": "name: Google Books\nslug: google-books-api\ndescription: Access the full text of the Google Books repository.\ncategories:\n  - Books\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/google-books-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developers.google.com/books/\n"
  },
  {
    "path": "collection/google-calendar-api.yaml",
    "content": "name: Google Calendar\nslug: google-calendar-api\ndescription: \"Create and manage events and calendars for Google Calendar. \"\ncategories:\n  - Calendar & Time\n  - Collaboration\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/google-calendar-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developers.google.com/google-apps/calendar/?hl=en\n"
  },
  {
    "path": "collection/google-charts.yaml",
    "content": "name: Google Charts\nslug: google-charts\ndescription: Free tool with a wide range of capabilities for visualizing data from a website. Google Charts provides a\n  perfect way to visualize data on your website. From simple line charts to complex hierarchical tree maps, the chart\n  gallery provides a large number of ready-to-use chart ty\ncategories:\n  - Bar & QR Codes\n  - Analytics\n  - Visualizations\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/google-charts/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developers.google.com/chart/interactive/docs/\nlibraries:\n  - name: Table2Charts\n    documentation_url: http://labs.umaniac.com/projects/table2charts/\n    platform: JavaScript\n"
  },
  {
    "path": "collection/google-classroom-api.yaml",
    "content": "name: Google Classroom API\nslug: google-classroom-api\ndescription: Provision and manage your Classroom courses\ncategories:\n  - Education\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/google-classroom-api/logo_256x256.png\ncontact: support@goog.io\nlinks:\n  - name: Docs / Website\n    url: https://developers.google.com/classroom/?hl=en\n"
  },
  {
    "path": "collection/google-cloud-iot-solutions.yaml",
    "content": "name: Google Cloud IoT solutions\nslug: google-cloud-iot-solutions\ndescription: Unlock insights from your global device network with an intelligent IoT platform whose scalable, fully\n  managed integration lets you connect, store, and analyze data at the edge and in the cloud.\ncategories:\n  - IoT & Home Automation\n  - Development\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://cloud.google.com/solutions/iot\n"
  },
  {
    "path": "collection/google-cloud-natural.yaml",
    "content": "name: Google Cloud Natural\nslug: google-cloud-natural\ndescription: Enables easy integration of Google natural language understanding technologies into developer applications.\ncategories:\n  - AI & ML\n  - Text Analysis & Tools\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/google-cloud-natural/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://cloud.google.com/natural-language/docs/\n"
  },
  {
    "path": "collection/google-custom-search-api.yaml",
    "content": "name: Google Custom Search API\nslug: google-custom-search-api\ndescription: With this API, you can use RESTful req. Create a search engine for your website, your blog, or a collection\n  of websites. You can configure your search engine to search both web pages and images. The Custom Search JSON API lets\n  you develop websites and applications to retrieve and display search results from Programmable Search Engine\n  programmatically\ncategories:\n  - Search\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/google-custom-search-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developers.google.com/custom-search/v1/overview\n"
  },
  {
    "path": "collection/google-customsearch-api.yaml",
    "content": "name: Google CustomSearch API\nslug: google-customsearch-api\ndescription: With this API, you can use RESTful req. The Custom Search JSON API lets you develop websites and\n  applications to retrieve and display search results from Programmable Search Engine programmatically\ncategories:\n  - Search\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/google-customsearch-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developers.google.com/custom-search/json-api/v1/overview\n"
  },
  {
    "path": "collection/google-drive-api.yaml",
    "content": "name: Google Drive API\nslug: google-drive-api\ndescription: com/upload/drive/v2/files and PO. URIs relative to https://www. googleapis. com/drive/v2, unless otherwise\n  noted get GET /files/fileId Gets a file's metadata by ID. insert POST https://www\ncategories:\n  - Maps & Geo\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/google-drive-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developers.google.com/drive/v2/reference/\n"
  },
  {
    "path": "collection/google-earth-engine.yaml",
    "content": "name: Google Earth Engine\nslug: google-earth-engine\ndescription: Perform geospatial processing powered by Google's cloud infrastructure.\ncategories:\n  - Images & Photography\n  - Maps & Geo\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/google-earth-engine/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developers.google.com/earth-engine/\nlibraries:\n  - name: Google Earth Engine Javascript SDK\n    documentation_url: https://developers.google.com/earth-engine/tutorial_api_01\n    source_code_url: https://github.com/google/earthengine-api\n    platform: JavaScript\n    stargazers_count: 1414\n  - name: Google Earth Engine Python SDK by Google\n    documentation_url: https://developers.google.com/earth-engine/python_install\n    source_code_url: https://github.com/google/earthengine-api\n    platform: Python\n    stargazers_count: 1414\n"
  },
  {
    "path": "collection/google-fitness-api.yaml",
    "content": "name: Google Fitness API\nslug: google-fitness-api\ndescription: Google Fit is an open ecosystem that makes it easy to store, access, and manage fitness data\ncategories:\n  - Sport & Fitness\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/google-fitness-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developers.google.com/fit/?hl=en\n"
  },
  {
    "path": "collection/google-gemini.yaml",
    "content": "name: Google Gemini API\nslug: google-gemini\ndescription: Google's Gemini API provides access to Gemini 2.5 Pro, Gemini 2.5 Flash, and Gemini 3 series multimodal models for text, image, video, and audio understanding, generation, and agentic tasks.\ncategories:\n  - AI & ML\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://ai.google.dev/gemini-api/docs\n  - name: API Reference\n    url: https://ai.google.dev/api/rest\n"
  },
  {
    "path": "collection/google-genomics-api.yaml",
    "content": "name: Google Genomics API\nslug: google-genomics-api\ndescription: Beta This product or feature is covered by the Pre-GA Offerings Terms of the Google Cloud Platform Terms of\n  Service. Pre-GA products and features may have limited support, and changes to pre-GA pro\ncategories:\n  - Health\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/google-genomics-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://cloud.google.com/genomics/reference/rest/\n"
  },
  {
    "path": "collection/google-identity-toolkit-api.yaml",
    "content": "name: Google Identity Toolkit API.\nslug: google-identity-toolkit-api\ndescription: Enable users to sign into apps and authorize apps to use Google services\ncategories:\n  - Authentication & User Management\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/google-identity-toolkit-api/logo_256x256.png\ncontact: support@goog.io\nlinks:\n  - name: Docs / Website\n    url: https://developers.google.com/identity/\n"
  },
  {
    "path": "collection/google-maps-api.yaml",
    "content": "name: Google Maps API\nslug: google-maps-api\ndescription: Choose Google Maps Platform to create immersive location experiences and make better business decisions\n  with accurate real time data & dynamic imagery.\ncategories:\n  - Maps & Geo\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/google-maps-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developers.google.com/maps/?hl=en\n"
  },
  {
    "path": "collection/google-monitoring-api.yaml",
    "content": "name: Google Monitoring API\nslug: google-monitoring-api\ndescription: \"This page describes some of the features of the Cloud Monitoring API v3. For the API reference\n  documentation, see either of the following pages: API resources Metrics The Monitoring API v3 gives yo\"\ncategories:\n  - Development\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/google-monitoring-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://cloud.google.com/monitoring/api/v3/\n"
  },
  {
    "path": "collection/google-places-api.yaml",
    "content": "name: Google Places API\nslug: google-places-api\ndescription: Providing a places search that can be searched by latitude/longitude, keyword matched against all fields,\n  name of place, type of place restricted by radius. Places Help users discover the world with rich location data for\n  over 100 million places. Enable them to find specific places using phone numbers, addresses, and real-time signals.\n  Features include\ncategories:\n  - Maps & Geo\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/google-places-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developers.google.com/places/documentation/?csw=1\n"
  },
  {
    "path": "collection/google-places.yaml",
    "content": "name: Google Places\nslug: google-places\ndescription: Connect your app or website users to over 100 million points of interests with Places, using Autocomplete,\n  Geocoding & Place Search APIs\ncategories:\n  - Maps & Geo\n  - Point of Interest\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/google-places/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developers.google.com/places/?hl=en\nlibraries:\n  - name: Google Maps Android SDK\n    documentation_url: https://developers.google.com/maps/documentation/android-sdk/intro\n    source_code_url: https://github.com/googlemaps/google-maps-services-java\n    platform: Java\n    stargazers_count: 1387\n  - name: Geocoder Ruby SDK by Alex Reisner\n    documentation_url: https://github.com/alexreisner/geocoder\n    source_code_url: https://rubygems.org/gems/geocoder\n    platform: Ruby\n    author: alexreisner\n    stargazers_count: 5834\n  - name: Google Maps Objective-C SDK\n    documentation_url: https://developers.google.com/places/web-service/client-library\n    source_code_url: https://github.com/google/google-api-objectivec-client-for-rest\n    platform: Objective-C\n    stargazers_count: 542\n  - name: Google Maps Java SDK\n    documentation_url: https://developers.google.com/maps/web-services/client-library\n    source_code_url: https://github.com/googlemaps/google-maps-services-java\n    platform: Java\n    stargazers_count: 1387\n  - name: mesibo Client-side UI iOS SDK\n    documentation_url: https://mesibo.com/documentation/sdk-installation.html#ios\n    source_code_url: https://mesibo.com/downloads/ios/mesibo-ui-1.0.0.tgz\n    platform: Objective-C, Swift\n  - name: Google Places Node.js SDK by Srirangan\n    documentation_url: https://github.com/Srirangan/googleplaces.js\n    platform: Node.js\n    author: srirangan\n    stargazers_count: 81\n  - name: Google Places PHP SDK by Calin Marian\n    documentation_url: https://github.com/calin-marian/place-autocomplete\n    platform: PHP\n    author: calin-marian\n    stargazers_count: 0\n  - name: Google Places Python SDK by Pasha\n    documentation_url: https://pypi.python.org/pypi/django-google-places\n    source_code_url: https://github.com/pashamaigutiak/django-google-places\n    platform: Python\n  - name: Google Places iOS SDK by Tom Corwine\n    documentation_url: https://github.com/TomCorwine/TOMGooglePlaces-iOS\n    platform: Objective-C\n    author: TomCorwine\n    stargazers_count: 0\n  - name: Google Places PERL SDK by Mohammad S. Anwar\n    documentation_url: https://metacpan.org/release/MANWAR/WWW-Google-Places-0.21\n    source_code_url: https://github.com/Manwar/WWW-Google-Places\n    platform: PERL\n    author: manwar\n    stargazers_count: 1\n  - name: Google Maps iOS SDK\n    documentation_url: https://developers.google.com/maps/documentation/ios/\n    source_code_url: https://developers.google.com/maps/documentation/ios/start#getting_the_google_maps_sdk_for_ios\n    platform: Objective-C\n  - name: Google Places Android Library by Greg Marzouka\n    documentation_url: https://github.com/gmarz/android-google-places\n    platform: Java\n    author: gmarz\n    stargazers_count: 38\n  - name: Google Places iOS Library by Lukas Kukacka\n    documentation_url: https://github.com/FuerteInternational/FTGooglePlacesAPI\n    platform: Objective-C\n    stargazers_count: 110\n  - name: Google Places Java Library by Walker Crouse\n    documentation_url: https://github.com/windy1/google-places-api-java\n    platform: Java\n    author: windy1\n    stargazers_count: 175\n"
  },
  {
    "path": "collection/google-recaptcha.yaml",
    "content": "name: Google reCAPTCHA\nslug: google-recaptcha\ndescription: ReCAPTCHA lets you embed a CAPTCHA in your web pages in order to protect them against spam and other types\n  of automated abuse\ncategories:\n  - Captcha\n  - Security\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/google-recaptcha/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developers.google.com/recaptcha/intro?hl=en\nlibraries:\n  - name: \"Google reCAPTCHA JavaScript SDK \"\n    documentation_url: https://developers.google.com/recaptcha/docs/v3\n    source_code_url: https://www.google.com/recaptcha/api.js\n    platform: JavaScript\n"
  },
  {
    "path": "collection/google-safe-browsing.yaml",
    "content": "name: Google Safe Browsing\nslug: google-safe-browsing\ndescription: APIs to access the Google Safe Browsing lists of unsafe web resources\ncategories:\n  - Security\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/google-safe-browsing/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developers.google.com/safe-browsing/\nlibraries:\n  - name: \"Google Go SDK \"\n    documentation_url: https://github.com/google/google-api-go-client/blob/master/GettingStarted.md\n    source_code_url: https://github.com/google/google-api-go-client\n    platform: Go\n    stargazers_count: 2553\n  - name: Google NodeJS SDK\n    documentation_url: https://github.com/google/google-api-nodejs-client/#google-apis-nodejs-client\n    source_code_url: https://github.com/google/google-api-nodejs-client/\n    platform: Node.js\n    stargazers_count: 9129\n  - name: \"Google Ruby SDK \"\n    documentation_url: https://developers.google.com/api-client-library/ruby/\n    source_code_url: https://github.com/google/google-api-ruby-client\n    platform: Ruby\n    stargazers_count: 2382\n  - name: Google Dart SDK\n    documentation_url: https://developers.google.com/api-client-library/\n    source_code_url: https://github.com/dart-lang/googleapis\n    platform: Dart\n    stargazers_count: 222\n  - name: \"Google PHP SDK \"\n    documentation_url: https://developers.google.com/api-client-library/php/\n    source_code_url: https://github.com/google/google-api-php-client\n    platform: PHP\n    stargazers_count: 7333\n  - name: Google Javascript SDK\n    documentation_url: https://developers.google.com/api-client-library/javascript/\n    source_code_url: https://github.com/google/google-api-javascript-client\n    platform: JavaScript\n    stargazers_count: 1727\n  - name: Google Python SDK\n    documentation_url: https://developers.google.com/api-client-library/python/\n    source_code_url: https://github.com/google/google-api-python-client/\n    platform: Python\n    stargazers_count: 4459\n  - name: Google .NET SDK\n    documentation_url: https://developers.google.com/api-client-library/dotnet/get_started\n    source_code_url: https://github.com/google/google-api-dotnet-client\n    platform: .Net\n    stargazers_count: 918\n  - name: Google Safe Browsing Go SDK by Google\n    documentation_url: https://github.com/google/safebrowsing\n    platform: Go\n    stargazers_count: 349\n"
  },
  {
    "path": "collection/google-speech-to-text-api.yaml",
    "content": "name: Google Speech-to-Text API\nslug: google-speech-to-text-api\ndescription: Accurately convert speech into text using an API powered by Google’s AI technologies.\ncategories:\n  - AI & ML\n  - Voice\ntype: REST, gRPC\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://cloud.google.com/speech-to-text\n"
  },
  {
    "path": "collection/google-translate-v3.yaml",
    "content": "name: Google Cloud Translation API\nslug: google-translate-v3\ndescription: Google Cloud Translation API v3 provides neural machine translation for 100+ languages with AutoML support, glossaries, batch translation, and document translation capabilities.\ncategories:\n  - Translation\n  - AI & ML\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://cloud.google.com/translate/docs\n  - name: API Reference\n    url: https://cloud.google.com/translate/docs/reference/rest\n"
  },
  {
    "path": "collection/google-url-shortener-api.yaml",
    "content": "name: Google URL Shortener API\nslug: google-url-shortener-api\ndescription: Used by Google products to create short URLs that can be easily shared, tweeted, or emailed to friends.\ncategories:\n  - URLs\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/google-url-shortener-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developers.google.com/url-shortener/\n"
  },
  {
    "path": "collection/google-visualization-api.yaml",
    "content": "name: Google Visualization API\nslug: google-visualization-api\ndescription: This page lists the objects exposed by the Google Visualization API, and the standard methods exposed by\n  all visualizations.\ncategories:\n  - Visualizations\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/google-visualization-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developers.google.com/chart/interactive/docs/reference\n"
  },
  {
    "path": "collection/gracenote.yaml",
    "content": "name: Gracenote\nslug: gracenote\ndescription: Largest source of music and video metadata on the planet. Gracenote is the leader in entertainment\n  metadata, helping people connect to the music, TV shows, movies and sports they love across the world’s most popular\n  entertainment platforms and devices, from Apple to Amazon to Comcast and Ford\ncategories:\n  - Images & Photography\n  - Music & Audio\n  - Video & Media\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/gracenote/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developer.gracenote.com/\nlibraries:\n  - name: MusicApiCollection C# SDK by BigGranu\n    documentation_url: https://github.com/BigGranu/MusicApiCollection\n    platform: C#\n    author: BigGranu\n    stargazers_count: 15\n  - name: Gracenote Android Mobile Client SDK by Gracenote\n    documentation_url: https://developer.gracenote.com/mobile-client\n    source_code_url: https://developer.gracenote.com/mobile-client-barebones-android-intro\n    platform: Java\n  - name: Gracenote Python SDK by Leaf Music\n    documentation_url: https://developer.gracenote.com/web-api#wrappers\n    source_code_url: https://github.com/leaffm/pygn-appengine\n    platform: Python\n    stargazers_count: 7\n  - name: Gracenote PHP SDK by Rich Adams\n    documentation_url: https://github.com/richadams/php-gracenote\n    platform: PHP\n    author: richadams\n    stargazers_count: 39\n  - name: Gracenote Java SDK by Rich Adams\n    documentation_url: https://github.com/richadams/java-gracenote\n    platform: Java\n    author: richadams\n    stargazers_count: 29\n  - name: Gracenote Ruby SDK by Vignesh\n    documentation_url: https://github.com/nobelium/gracenote\n    platform: Ruby\n    author: nobelium\n    stargazers_count: 17\n  - name: Gracenote ColdFusion SDK by Matthew Abbott\n    documentation_url: https://github.com/abbottmw/GracenoteAPI\n    platform: ColdFusion\n    author: abbottmw\n    stargazers_count: 2\n  - name: \" Gracenote Node.js SDK by Dominik Danninger\"\n    documentation_url: https://github.com/ddanninger/node-gracenote\n    platform: Node.js\n    author: ddanninger\n    stargazers_count: 58\n  - name: \" Gracenote C# SDK by Jon Veesam\"\n    documentation_url: https://www.nuget.org/packages/ParkSquare.Gracenote/\n    platform: C#\n"
  },
  {
    "path": "collection/grafana.yaml",
    "content": "name: Grafana\nslug: grafana\ndescription: Grafana's HTTP API enables management of dashboards, datasources, alerts, users, and organizations programmatically. Integrate with CI/CD pipelines and automate observability workflows.\ncategories:\n  - Analytics\n  - Development\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://grafana.com/docs/grafana/latest/developers/http_api\n  - name: API Reference\n    url: https://grafana.com/docs/grafana/latest/developers/http_api\n"
  },
  {
    "path": "collection/graphhopper.yaml",
    "content": "name: GraphHopper\nslug: graphhopper\ndescription: A-to-B routing with turn-by-turn instructions\ncategories:\n  - Maps & Geo\n  - Post & Logistics\n  - Travel\n  - Transportation\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://graphhopper.com/api/1/docs/\nlibraries:\n  - name: Graphhopper Swift SDK by Graphhopper\n    documentation_url: https://github.com/graphhopper/directions-api-clients-route-optimization/tree/master/swift\n    platform: Swift\n  - name: Graphhopper Ruby SDK by Graphhopper\n    documentation_url: https://github.com/graphhopper/directions-api-clients-route-optimization/tree/master/ruby\n    platform: Ruby\n  - name: Graphhopper Python SDK by Graphhopper\n    documentation_url: https://github.com/graphhopper/directions-api-clients-route-optimization/tree/master/python\n    platform: Python\n  - name: Graphhopper Perl SDK by Graphhopper\n    documentation_url: https://github.com/graphhopper/directions-api-clients-route-optimization/tree/master/perl\n    platform: PERL\n  - name: Graphhopper ObjectiveC SDK by Graphhopper\n    documentation_url: https://github.com/graphhopper/directions-api-clients-route-optimization/tree/master/objc\n    platform: Objective-C\n  - name: Graphhopper Java SDK by Graphhopper\n    documentation_url: https://github.com/graphhopper/directions-api-clients-route-optimization/tree/master/java\n    platform: Java\n  - name: Graphhopper Haskell SDK by Graphhopper\n    documentation_url: https://github.com/graphhopper/directions-api-clients-route-optimization/tree/master/haskell\n    platform: Haskell\n  - name: Graphhopper Go SDK by Graphhopper\n    documentation_url: https://github.com/graphhopper/directions-api-clients-route-optimization/tree/master/go\n    platform: Go\n  - name: Graphhopper Dart SDK by Graphhopper\n    documentation_url: https://github.com/graphhopper/directions-api-clients-route-optimization/tree/master/dart\n    platform: Dart\n  - name: Graphhopper Clojure SDK by Graphhopper\n    documentation_url: https://github.com/graphhopper/directions-api-clients-route-optimization/tree/master/clojure\n    platform: Clojure\n  - name: Graphhopper CSharp SDK by Graphhopper\n    documentation_url: https://github.com/graphhopper/directions-api-clients-route-optimization/tree/master/csharp/src/IO.Swagger.Test\n    platform: C#\n  - name: Graphhopper PHP SDK by Graphhopper\n    documentation_url: https://github.com/graphhopper/directions-api-clients-route-optimization/tree/master/php/SwaggerClient-php/test\n    platform: PHP\n  - name: GraphHopper Directions JavaScript Library by GraphHopper\n    documentation_url: https://github.com/graphhopper/directions-api-js-client\n    platform: JavaScript\n    stargazers_count: 73\n  - name: GraphHopper Directions Java Library by GraphHopper\n    documentation_url: https://github.com/graphhopper/directions-api-java-client\n    platform: Java\n    stargazers_count: 27\n"
  },
  {
    "path": "collection/graphloc.yaml",
    "content": "name: Graphloc\nslug: graphloc\ndescription: Free GraphQL IP Geolocation API\ncategories:\n  - Maps & Geo\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/graphloc/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://graphloc.com/\n"
  },
  {
    "path": "collection/graphql-jobs.yaml",
    "content": "name: GraphQL Jobs\nslug: graphql-jobs\ndescription: GET query missing\ncategories:\n  - Jobs\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://api.graphql.jobs\n"
  },
  {
    "path": "collection/graphql360.yaml",
    "content": "name: Graphql360\nslug: graphql360\ndescription: Create and consume 360 degree panoramic tours using a GraphQL API. GraphQL 360 empowers flexible native\n  integrations for 360 degree tours. 360 Degree Tour API, powered by GraphQL\ncategories:\n  - Games\n  - Images & Photography\n  - Real Estate\n  - Content & Dictionaries\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/graphql360/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://graphql360.com\n"
  },
  {
    "path": "collection/gravatar.yaml",
    "content": "name: Gravatar\nslug: gravatar\ndescription: Use the links below to find out more about constructing request URLs, different imp. Create profiles and\n  avatars using this web service. Developer Resources Gravatar 'APIs' require no authentication, and are all based\n  around simple HTTP GET requests\ncategories:\n  - Social\n  - Images & Photography\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://en.gravatar.com/site/implement/\nlibraries:\n  - name: Gravatar grav.client NodeJS SDK\n    documentation_url: https://github.com/mrtillman/grav.client\n    source_code_url: https://www.npmjs.com/package/grav.client\n    platform: Node.js\n    author: mrtillman\n    stargazers_count: 0\n  - name: Gravatar Node.js SDK by Emerson Macedo\n    documentation_url: https://github.com/emerleite/node-gravatar\n    platform: Node.js\n    author: emerleite\n    stargazers_count: 383\n  - name: Gravatar PHP SDK by Gravatar\n    documentation_url: https://en.gravatar.com/site/implement/\n    source_code_url: http://www.phpclasses.org/package/5700-PHP-Send-requests-to-the-Gravatar-API-about-images.html\n    platform: PHP\n"
  },
  {
    "path": "collection/groq.yaml",
    "content": "name: Groq\nslug: groq\ndescription: Groq's API provides ultra-fast inference for open-source language models like Llama 3, Mixtral, and Gemma using custom LPU hardware. Optimized for low-latency applications.\ncategories:\n  - AI & ML\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://console.groq.com/docs\n  - name: API Reference\n    url: https://console.groq.com/docs/openai\n"
  },
  {
    "path": "collection/grunstromindex.yaml",
    "content": "name: GrünstromIndex\nslug: grunstromindex\ndescription: The green electricity index shows when a lot of renewable electricity is in the grid and can be used in the\n  household. This means that everyone can support the energy transition in Germany and help ensure that green\n  electricity is expanded efficiently\ncategories:\n  - Environment & Nature\n  - AI & ML\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/grunstromindex/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://gruenstromindex.de/\nlibraries:\n  - name: Grünstromindex NodeJS SDK\n    documentation_url: https://www.corrently.de/hintergrund/gruenstromindex/index.html\n    source_code_url: https://app.swaggerhub.com/apis/corrently/Gruenstromindex/4.1.3\n    platform: Node.js\n"
  },
  {
    "path": "collection/guild-wars-2.yaml",
    "content": "name: Guild Wars 2\nslug: guild-wars-2\ndescription: The current version of the API. The Guild Wars 2 API (application programming interface) is an interface\n  that enables third-party applications to access data directly from the Guild Wars 2 servers\ncategories:\n  - Games\n  - Entertainment\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://wiki.guildwars2.com/wiki/API:Main\nlibraries:\n  - name: Guild Wars 2 .Net\n    documentation_url: https://gw2dotnet.codeplex.com/\n    platform: .Net\n  - name: Guild Wars 2 PHP SDK\n    documentation_url: https://forum-en.guildwars2.com/forum/community/api/PHP-SDK\n    source_code_url: https://github.com/defunctl/Gw2-SDK\n    platform: PHP\n    author: defunctl\n    stargazers_count: 5\n  - name: gw2 Ruby Gem\n    documentation_url: https://rubygems.org/gems/gw2\n    source_code_url: https://github.com/parix/gw2\n    platform: Ruby\n    author: parix\n    stargazers_count: 7\n  - name: rgw2 Ruby Guild Wars 2\n    documentation_url: https://github.com/koshrf/rgw2\n    platform: Ruby\n    author: koshrf\n    stargazers_count: 1\n  - name: GuildWars2API Python\n    documentation_url: https://github.com/ngenator/guildwars2api/\n    platform: Python\n    author: ngenator\n    stargazers_count: 6\n  - name: python-guildwars2\n    documentation_url: https://github.com/jstraw/python-guildwars2\n    platform: Python\n    author: jstraw\n    stargazers_count: 3\n  - name: GW2api Python\n    documentation_url: https://github.com/mocnik/gw2api/tree/v0.1\n    platform: Python\n    author: mocnik\n    stargazers_count: 7\n  - name: Php-Gw2-Api\n    documentation_url: https://github.com/jamesmcfadden/Php-Gw2-Api\n    platform: PHP\n    author: mcfdn\n    stargazers_count: 6\n  - name: jQuery GuildWars2 tooltip\n    documentation_url: https://github.com/Aziz-JH/jquery-GuildWars2-tooltip\n    platform: JavaScript\n  - name: gw2-js-api-wrapper\n    documentation_url: https://github.com/JasonKaz/gw2-js-api-wrapper\n    platform: JavaScript\n    author: JasonKaz\n    stargazers_count: 3\n  - name: GW2NodeLib\n    documentation_url: https://github.com/TimeBomb/GW2NodeLib\n    platform: JavaScript\n    author: TimeBomb\n    stargazers_count: 5\n  - name: gw2api\n    documentation_url: https://code.google.com/p/gw2api/\n    platform: Java\n  - name: GwSharp\n    documentation_url: https://github.com/Rohansi/GwSharp\n    platform: C#\n    author: Rohansi\n    stargazers_count: 8\n  - name: Guild Wars 2 API C/C++ Library Project\n    documentation_url: https://gw2apicpp.codeplex.com/\n    platform: C, C++\n"
  },
  {
    "path": "collection/gumroad.yaml",
    "content": "name: Gumroad\nslug: gumroad\ndescription: Gumroad helps creators do more of what they love by offering tools to get paid online, they have sent over\n  $202M to artists, designers, educators, writers, influencers and more.\ncategories:\n  - Social\n  - Commerce\n  - Payments\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/gumroad/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://gumroad.com/api\n"
  },
  {
    "path": "collection/gyazo.yaml",
    "content": "name: Gyazo\nslug: gyazo\ndescription: Take screenshots, GIFS, and replays that are ready to share. The Gyazo API can be used in a wide array of\n  apps to upload new images, show a Gyazo users images, and more.\ncategories:\n  - Images & Photography\n  - Collaboration\n  - Social\n  - Video & Media\n  - Art & Design\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/gyazo/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://gyazo.com/api/docs\n"
  },
  {
    "path": "collection/hacker-news-graphql.yaml",
    "content": "name: Hacker News GraphQL\nslug: hacker-news-graphql\ndescription: Convenient HackerNews GraphQL wrapper API. Filter, sort, search and relations\ncategories:\n  - Social\ntype: GraphQL\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/hacker-news-graphql/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://metamate.io/blog/most-advanced-hackernews-api/\n"
  },
  {
    "path": "collection/hacker-news.yaml",
    "content": "name: Hacker News\nslug: hacker-news\ndescription: Documentation and Samples for the Official HN API. Contribute to HackerNews/API development by creating an\n  account on GitHub. Anything that good hackers would find interesting\ncategories:\n  - News & Feeds\n  - Social\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/hacker-news/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://github.com/HackerNews/API\nlibraries:\n  - name: Hacker News Javascript SDK by Stepan Samko\n    documentation_url: https://moondef.github.io/hacker-news-api/\n    source_code_url: https://github.com/moondef/hacker-news-api\n    platform: JavaScript\n    author: moondef\n    stargazers_count: 17\n  - name: Hacker News React JavaScript SDK by David\n    documentation_url: https://github.com/blankmaker/hackernews-react-client\n    platform: JavaScript\n    author: blankmaker\n    stargazers_count: 1\n  - name: Hacker News React JavaScript SDK by Gopal Venkatesan\n    documentation_url: https://github.com/g13n/ycnews\n    platform: JavaScript\n    author: g13n\n    stargazers_count: 1\n  - name: Hacker News Node.js SDK by Shadowfacts\n    documentation_url: https://github.com/shadowfacts/hn-promise\n    platform: Node.js\n    author: shadowfacts\n    stargazers_count: 0\n  - name: Hacker News JavaScript SDK by gagginaspinnata\n    documentation_url: https://github.com/gagginaspinnata/yc-api\n    platform: JavaScript\n    author: gagginaspinnata\n    stargazers_count: 0\n  - name: Hacker News Go SDK by Sylvain Kerkour\n    documentation_url: https://github.com/z0mbie42/go-hn-api\n    platform: Go\n  - name: Hacker News Python SDK by Kyle Hubbard\n    documentation_url: https://github.com/kahubbard/hnapi-wrapper\n    platform: Python\n    author: kahubbard\n    stargazers_count: 0\n  - name: Hacker News Rust SDK by Trevor Bentley\n    documentation_url: https://github.com/mrmekon/hn-rs\n    platform: Unspecified\n    author: mrmekon\n    stargazers_count: 2\n  - name: Hacker News Crystal SDK by Dan\n    documentation_url: https://github.com/Gangwolf/hncr\n    platform: Unspecified\n    author: Gangwolf\n    stargazers_count: 3\n  - name: Hacker News Python SDK by Arindam Pradhan\n    documentation_url: https://github.com/arindampradhan/yaaHN\n    platform: Python\n    author: arindampradhan\n    stargazers_count: 0\n  - name: Hacker News React JavaScript SDK by Robert Yarborough\n    documentation_url: https://github.com/robert-yarborough/hackernews-reactJS\n    platform: JavaScript\n    author: robert-yarborough\n    stargazers_count: 0\n  - name: Hacker News Electron JavaScript SDK by Gokul\n    documentation_url: https://github.com/gokulchandra/menubar-HackerNews-client\n    platform: JavaScript\n    author: gokulchandra\n    stargazers_count: 0\n  - name: Hacker News .NET SDK by Matthew O'Neill\n    documentation_url: https://github.com/Matthew14/HackerNews-.NET-Wrapper\n    platform: .Net, C#\n    author: Matthew14\n    stargazers_count: 1\n  - name: Hacker News iOS SDK by Skye Freeman\n    documentation_url: https://github.com/skyefreeman/HackerNewsKit\n    platform: Objective-C\n    author: skyefreeman\n    stargazers_count: 0\n  - name: Hacker News React JavaScript SDK by Hugo Pineda\n    documentation_url: https://github.com/hugotox/hacker-news-client\n    platform: JavaScript\n    author: hugotox\n    stargazers_count: 0\n  - name: Hacker News Go SDK by Joe Berria\n    documentation_url: https://github.com/nexes/hackernews\n    platform: Go\n    author: nexes\n    stargazers_count: 0\n  - name: Hacker News Go SDK by Kent English\n    documentation_url: https://github.com/zeroviscosity/go-hn\n    platform: Go\n    author: zeroviscosity\n    stargazers_count: 0\n  - name: Hacker News Go SDK by Mircea Mironenco\n    documentation_url: https://github.com/mirceamironenco/go-hackernews\n    platform: Go\n  - name: Hacker News Go SDK by Zach Munro-Cape\n    documentation_url: https://github.com/munrocape/hn\n    platform: Go\n    author: munrocape\n    stargazers_count: 3\n  - name: Hacker News Node.js SDK by Philip Moniaga\n    documentation_url: https://github.com/philipmoniaga/hackernewsapinode\n    platform: Node.js\n    author: philipmoniaga\n    stargazers_count: 0\n  - name: Hacker News Python SDK by Rupak Chakraborty\n    documentation_url: https://github.com/rupakc/HackerNews-API\n    platform: Python\n    author: rupakc\n    stargazers_count: 0\n  - name: Hacker News Python SDK by Anirudh Bhat\n    documentation_url: https://github.com/AnirudhBhat/HackerNewsAPI\n    platform: Python\n    author: AnirudhBhat\n    stargazers_count: 1\n  - name: Hacker News Ruby SDK by Alireza\n    documentation_url: https://github.com/alibabajan/hackernews\n    platform: Ruby\n    author: alibabajan\n    stargazers_count: 0\n  - name: Hacker News PHP SDK by Mark Gerarts\n    documentation_url: https://github.com/mark-gerarts/hn-api-php\n    platform: PHP\n    author: mark-gerarts\n    stargazers_count: 1\n  - name: Hacker News Ruby SDK by Jingwen\n    documentation_url: https://github.com/jin/hnrb\n    platform: Ruby\n    author: jin\n    stargazers_count: 2\n  - name: Hacker News Node.js and JavaScript Library by wcember\n    documentation_url: https://github.com/wcember/HackerNews-API\n    platform: JavaScript, Node.js\n    author: wcember\n    stargazers_count: 44\n  - name: Hacker News REST API Libraries by Docmato\n    documentation_url: http://restunited.com/releases/436485910940354377/wrappers\n    platform: ActionScript, C#, Java, Objective-C, PHP, Python, Ruby, Scala\n  - name: HackernewsRuby\n    documentation_url: https://github.com/allcentury/hackernews_ruby\n    platform: Ruby\n    author: allcentury\n    stargazers_count: 14\n"
  },
  {
    "path": "collection/halo.yaml",
    "content": "name: Halo\nslug: halo\ndescription: Halo Public API. With this API you’ll be able to craft your own experiences using the same APIs Halo's team\n  uses to build the game.\ncategories:\n  - Games\n  - Entertainment\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developer.haloapi.com/\n"
  },
  {
    "path": "collection/harry-potter.yaml",
    "content": "name: Harry Potter\nslug: harry-potter\ndescription: Harry Potter API\ncategories:\n  - Video & Media\n  - Entertainment\n  - Books\ntype: REST\nis_free: true\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/harry-potter/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.potterapi.com/\n"
  },
  {
    "path": "collection/harvard-art-museums.yaml",
    "content": "name: Harvard Art Museums\nslug: harvard-art-museums\ndescription: The Harvard Art Museums API is a REST-style service designed for developers who wish to explore and\n  integrate the museums’ collections in their projects. The API provides direct access to the data that powers the\n  museums' website and many other aspects of the museums.\ncategories:\n  - Video & Media\n  - Point of Interest\n  - Art & Design\n  - Education\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/harvard-art-museums/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://github.com/harvardartmuseums/api-docs\n"
  },
  {
    "path": "collection/hashnode.yaml",
    "content": "name: Hashnode\nslug: hashnode\ndescription: Hashnode's GraphQL API provides access to posts, publications, tags, and user profiles on the developer blogging platform. Build integrations and automate content publishing.\ncategories:\n  - Development\n  - Social\ntype: GraphQL\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://apidocs.hashnode.com\n  - name: API Reference\n    url: https://apidocs.hashnode.com\n"
  },
  {
    "path": "collection/hasura.yaml",
    "content": "name: Hasura\nslug: hasura\ndescription: Hasura auto-generates a real-time GraphQL and REST API from your PostgreSQL, MySQL, or other databases. Manage permissions, actions, events, and remote schema integrations.\ncategories:\n  - Databases\n  - Development\ntype: GraphQL\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://hasura.io/docs/latest/api-reference/overview\n  - name: API Reference\n    url: https://hasura.io/docs/latest/api-reference/graphql-api/query\n"
  },
  {
    "path": "collection/haveibeenpwned.yaml",
    "content": "name: HaveIBeenPwned\nslug: haveibeenpwned\ndescription: Have I Been Pwned allows you to search across multiple data breaches to see if your email address has been compromised\ncategories:\n  - Security\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/haveibeenpwned/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://haveibeenpwned.com/API/v3\n"
  },
  {
    "path": "collection/healthcare-gov.yaml",
    "content": "name: Healthcare.gov\nslug: healthcare-gov\ndescription: HealthCare. gov for Developers We’re making our source code freely available on GitHub. All of our\n  educational content about the Health Insurance Marketplace® is available in machine-readable format\ncategories:\n  - Health\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/healthcare-gov/logo_256x256.png\ncontact: contact@handwrytten.com\nlinks:\n  - name: Docs / Website\n    url: https://www.healthcare.gov/developers/\n"
  },
  {
    "path": "collection/healthgraph.yaml",
    "content": "name: HealthGraph\nslug: healthgraph\ndescription: RunKeeper's web-based HealthGraph API presents Health Graph data, and provides information about a user and\n  friends. Join the community of over 45 million runners who make every run amazing with Runkeeper. Track your workouts\n  and reach your fitness goals!\ncategories:\n  - Sport & Fitness\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/healthgraph/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://runkeeper.com/developer/healthgraph/registration-authorization\n"
  },
  {
    "path": "collection/hearthstone.yaml",
    "content": "name: Hearthstone\nslug: hearthstone\ndescription: This Hearthstone API provides up to date Hearthstone data pulled directly from the game. It has endpoints\n  for all the card data, including images, card backs and more\ncategories:\n  - Games\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://hearthstoneapi.com/\n"
  },
  {
    "path": "collection/hebrew-calendar.yaml",
    "content": "name: Hebrew Calendar\nslug: hebrew-calendar\ndescription: You can embed Hebcal. com content directly onto your synagogue website with our. Our mission at Hebcal. com\n  is to increase awareness of Jewish holidays and to help Jews to be observant of the mitzvot\ncategories:\n  - Calendar & Time\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.hebcal.com/home/developer-apis\n"
  },
  {
    "path": "collection/hellosalut.yaml",
    "content": "name: HelloSalut\nslug: hellosalut\ndescription: Say hello to your website visitors in their native language\ncategories:\n  - Maps & Geo\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/hellosalut/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.fourtonfish.com/hellosalut/hello/\n"
  },
  {
    "path": "collection/here-maps-api.yaml",
    "content": "name: HERE Maps API\nslug: here-maps-api\ndescription: Wide range of APIs available through JavaScript, iOS, Android, or REST services. Build apps with HERE Maps\n  API and SDK Platform Access - HERE Developer High-quality location APIs and SDKs from HERE Technologies, including\n  documentation, code samples and developer support\ncategories:\n  - Maps & Geo\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/here-maps-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developer.here.com/\n"
  },
  {
    "path": "collection/holiday-oracle.yaml",
    "content": "name: Holiday Oracle\nslug: holiday-oracle\ndescription: A consensus driven API for national, federal and public holidays servicing over 166 countries and 300\n  subdivisions worldwide. Holiday and business day data API for app and blockchain developers\ncategories:\n  - Calendar & Time\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://holidayoracle.io/\n"
  },
  {
    "path": "collection/holidays.yaml",
    "content": "name: Holidays\nslug: holidays\ndescription: Don't let sourcing and maintaining holiday information get in the way of building your product\ncategories:\n  - Calendar & Time\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/holidays/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://holidayapi.com/\n"
  },
  {
    "path": "collection/houndify.yaml",
    "content": "name: Houndify\nslug: houndify\ndescription: The Houndify Voice AI platform helps brands build voice user interfaces that enhance brand identity and\n  retain data ownership and customer relationships. Integrate voice and conversational intelligence into your products\n  through an independent platform that is always learning\ncategories:\n  - Voice\n  - AI & ML\n  - IoT & Home Automation\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/houndify/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.houndify.com/\nlibraries:\n  - name: SpeechRecognition\n    documentation_url: https://pypi.python.org/pypi/SpeechRecognition/\n    source_code_url: https://github.com/Uberi/speech_recognition\n    platform: Python\n    author: Uberi\n    stargazers_count: 5425\n  - name: Houndify Python SDK by Dominic R. May\n    documentation_url: https://github.com/Mause/houndipy\n    platform: Python\n    author: Mause\n    stargazers_count: 3\n  - name: Houndify Node.js SDK by Jeff Andersen\n    documentation_url: https://github.com/jeffandersen/houndify\n    platform: Node.js\n    author: jeffandersen\n    stargazers_count: 5\n  - name: Houndify Go SDK by SoundHound\n    documentation_url: https://github.com/soundhound/houndify-sdk-go\n    platform: Go\n    stargazers_count: 21\n"
  },
  {
    "path": "collection/housecanary-analytics-api.yaml",
    "content": "name: HouseCanary Analytics API\nslug: housecanary-analytics-api\ndescription: Real estate investors and lenders can make decisions in seconds that used to take weeks, using the most\n  accurate proprietary and public record data available. Compute instant valuations spanning property and land values,\n  home equity, and more, and report on the data density behind this conclusions\ncategories:\n  - Real Estate\n  - Statistics & Data\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/housecanary-analytics-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.housecanary.com/product-analytics-api\nlibraries:\n  - name: HouseCanary Analytics Python SDK by HouseCanary\n    documentation_url: https://github.com/housecanary/hc-api-python\n    platform: Python\n    stargazers_count: 17\n"
  },
  {
    "path": "collection/html2pdf-app.yaml",
    "content": "name: Html2pdf.App\nslug: html2pdf-app\ndescription: |-\n  Free Html to Pdf online generator.\n  Most realistic, high quality and easy to use html to pdf api conversion service for developers!\n  Free API - no payments\n  No need your own server.\n  Maintainable and improving service.\n  Easy to use.\ncategories:\n  - Documents & Productivity\n  - Development\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://html2pdf.app/\n"
  },
  {
    "path": "collection/http2-pro.yaml",
    "content": "name: HTTP2.Pro\nslug: http2-pro\ndescription: Pro, Client HTTP/2 Support API. HTTP2. HTTP2\ncategories:\n  - Development\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://http2.pro/doc/api\n"
  },
  {
    "path": "collection/httpcat.yaml",
    "content": "name: HTTPCat\nslug: httpcat\ndescription: API for HTTP Cats. API for HTTP Cats\ncategories:\n  - Animals\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/httpcat/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://http.cat/\n"
  },
  {
    "path": "collection/hubspot.yaml",
    "content": "name: HubSpot\nslug: hubspot\ndescription: HubSpot's API provides access to CRM contacts, companies, deals, tickets, marketing emails, and automation workflows. Build integrations with HubSpot's all-in-one CRM platform.\ncategories:\n  - CRM\n  - Marketing & SEO\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://developers.hubspot.com\n  - name: API Reference\n    url: https://developers.hubspot.com/docs/api/overview\n"
  },
  {
    "path": "collection/hugging-face.yaml",
    "content": "name: Hugging Face Inference API\nslug: hugging-face\ndescription: Hugging Face Inference API gives access to thousands of open-source ML models hosted on the Hub. Run NLP, computer vision, audio, and multimodal models via a simple REST API.\ncategories:\n  - AI & ML\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://huggingface.co/docs/api-inference\n  - name: Models Hub\n    url: https://huggingface.co/models\n"
  },
  {
    "path": "collection/hunter-io.yaml",
    "content": "name: Hunter.io\nslug: hunter-io\ndescription: Hunter.io API finds and verifies professional email addresses. Search by domain to find contacts, verify email deliverability, and enrich leads for sales and outreach campaigns.\ncategories:\n  - Email & SMS\n  - Business\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://hunter.io/api-documentation\n  - name: API Reference\n    url: https://hunter.io/api-documentation/v2\n"
  },
  {
    "path": "collection/hybrix.yaml",
    "content": "name: Hybrix\nslug: hybrix\ndescription: The API is an open source multi ledger API, that allows developers to build multi-blockchain and\n  multi-ledger solutions on 26+ blockchains. You can retrieve information, such as balances, transaction history,\n  address validation. Also, the library allows you to sign transactions client-side.\ncategories:\n  - Blockchain & Cryptocurrencies\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://api.hybrix.io/\nlibraries:\n  - name: hybrix cli-wallet NodeJS SDK\n    documentation_url: https://api.hybrix.io/api/help/cli\n    platform: Node.js\n  - name: hybrix JavaScript SDK\n    documentation_url: https://api.hybrix.io/help/hybrix-lib.js\n    platform: JavaScript\n"
  },
  {
    "path": "collection/hypertrack.yaml",
    "content": "name: HyperTrack\nslug: hypertrack\ndescription: Build applications that track the movement of your business. HyperTrack is the API for anything that moves\n  with commercial value. From startups to enterprises worldwide, product development teams build live location use cases\n  with HyperTrack to power business efficiency and product experience.\ncategories:\n  - Vehicles\n  - Maps & Geo\n  - Post & Logistics\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://docs.hypertrack.com\nlibraries:\n  - name: HyperTrack Python SDK by HyperTrack\n    documentation_url: https://github.com/hypertrack/hypertrack-python\n    platform: Python\n    stargazers_count: 2\n  - name: HyperTrack iOS Consumer Objective-C SDK by HyperTrack\n    documentation_url: https://docs.hypertrack.com/v3/sdks/ios/installing.html\n    platform: Objective-C\n  - name: HyperTrack iOS Driver Objective-C SDK by HyperTrack\n    documentation_url: http://docs.hypertrack.io/docs/getting-started-ios-driver\n    platform: Objective-C\n  - name: HyperTrack Android Consumer Java SDK by HyperTrack\n    documentation_url: http://docs.hypertrack.io/docs/getting-started-android-consumer\n    source_code_url: http://docs.hypertrack.io/docs/getting-started-android-consumer\n    platform: Java\n  - name: HyperTrack Android Driver Java SDK by HyperTrack\n    documentation_url: http://docs.hypertrack.io/docs/getting-started-android-driver\n    source_code_url: http://docs.hypertrack.io/docs/getting-started-android-driver\n    platform: Java\n"
  },
  {
    "path": "collection/hypixel.yaml",
    "content": "name: Hypixel\nslug: hypixel\ndescription: Hypixel API\ncategories:\n  - Entertainment\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/hypixel/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://github.com/HypixelDev/PublicAPI/tree/master/Documentation\n"
  },
  {
    "path": "collection/hytale.yaml",
    "content": "name: Hytale\nslug: hytale\ndescription: Official Hytale API\ncategories:\n  - Games\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://hytale-api.com/\n"
  },
  {
    "path": "collection/ibm-watson.yaml",
    "content": "name: IBM Watson\nslug: ibm-watson\ndescription: >-\n  Build and train models, and create apps, with a trusted AI-infused platform. Offers a variety of services for building\n  cognitive apps.\n\n  A really simple api that lets you convert text to speech. It’s 100% free for unlimited usage.\ncategories:\n  - AI & ML\n  - Voice\n  - Text Analysis & Tools\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/ibm-watson/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developer.ibm.com/watson/\nlibraries:\n  - name: IBM Watson Go SDK\n    documentation_url: https://github.com/watson-developer-cloud/go-sdk\n    platform: Go\n    stargazers_count: 67\n  - name: IBM Watson C# SDK by Denny Headrick\n    documentation_url: https://github.com/dennyboy/WatsonCSharp\n    platform: .Net, C#\n    author: dennyboy\n    stargazers_count: 2\n  - name: IBM Watson Go SDK by Livio Soares\n    documentation_url: https://github.com/liviosoares/go-watson-sdk\n    platform: Go\n    author: liviosoares\n    stargazers_count: 86\n  - name: IBM Watson .Net SDK by Watson Developer Cloud\n    documentation_url: https://github.com/watson-developer-cloud/dotnet-standard-sdk\n    platform: .Net\n    stargazers_count: 146\n  - name: IBM Watson Android SDK by Watson Developer Cloud\n    documentation_url: https://github.com/watson-developer-cloud/android-sdk\n    platform: Java\n    stargazers_count: 137\n  - name: IBM Watson Ruby SDK by suchowan\n    documentation_url: https://github.com/suchowan/watson-api-client\n    platform: Ruby\n    author: suchowan\n    stargazers_count: 26\n  - name: IBM Watson R SDK by ColumbusCollaboratory\n    documentation_url: https://github.com/ColumbusCollaboratory/cognizer\n    platform: R\n    stargazers_count: 120\n  - name: IBM Watson Unity SDK by Watson Developer Cloud\n    documentation_url: https://github.com/watson-developer-cloud/unity-sdk\n    platform: C#\n    stargazers_count: 541\n  - name: IBM Watson Swift SDK by Watson Developer Cloud\n    documentation_url: https://github.com/watson-developer-cloud/swift-sdk\n    platform: Swift\n    stargazers_count: 876\n  - name: IBM Watson PHP SDK by FindBrok\n    documentation_url: https://github.com/findbrok/php-watson-api-bridge\n    platform: PHP\n    stargazers_count: 31\n  - name: IBM Watson Objective-C SDK by Watson Developer Cloud\n    documentation_url: https://github.com/watson-developer-cloud/ios-sdk\n    platform: Objective-C\n    stargazers_count: 876\n  - name: IBM Watson Developer Cloud Python SDK by Watson Developer Cloud\n    documentation_url: https://pypi.python.org/pypi/watson-developer-cloud\n    source_code_url: https://github.com/watson-developer-cloud/python-sdk\n    platform: Python\n    stargazers_count: 1334\n  - name: IBM Watson Java SDK by Watson Developer Cloud\n    documentation_url: http://mvnrepository.com/artifact/com.ibm.watson.developer_cloud/java-sdk\n    source_code_url: https://github.com/watson-developer-cloud/java-sdk\n    platform: Java\n    stargazers_count: 585\n  - name: IBM Watson NodeJS SDK by Watson Developer Cloud\n    documentation_url: https://www.npmjs.com/package/watson-developer-cloud\n    source_code_url: https://github.com/watson-developer-cloud/node-sdk\n    platform: Node.js\n    stargazers_count: 1425\n  - name: IBM Bluemix Globalization Pipeline Node.js SDK by IBM Bluemix\n    documentation_url: https://developer.ibm.com/open/ibm-bluemix-globalization-pipeline-service/node-js-sdk/\n    platform: Node.js\n  - name: \" IBM Bluemix Globalization Pipeline Java SDK by IBM Bluemix\"\n    documentation_url: https://developer.ibm.com/open/ibm-bluemix-globalization-pipeline-service/java-sdk/\n    platform: Java\n  - name: IBM Bluemix Globalization Pipeline Ruby SDK by IBM Bluemix\n    documentation_url: https://developer.ibm.com/open/ibm-bluemix-globalization-pipeline-service/ruby-sdk/\n    platform: Ruby\n  - name: PersonifyJS\n    documentation_url: http://personifyjs.github.io/\n    source_code_url: https://github.com/PersonifyJS/personify.js\n    platform: JavaScript\n    stargazers_count: 183\n"
  },
  {
    "path": "collection/icanhazdadjoke.yaml",
    "content": "name: icanhazdadjoke\nslug: icanhazdadjoke\ndescription: The largest collection of dad jokes on the internet.\ncategories:\n  - Fun\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/icanhazdadjoke/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://icanhazdadjoke.com/api\n"
  },
  {
    "path": "collection/icelandic-apis.yaml",
    "content": "name: Icelandic APIs\nslug: icelandic-apis\ndescription: The purpose of APIs.is is to make Iceland data readily available to anyone interested. All data that is\n  delivered through APIs.is is JSON formatted and scraped from open public websites.\ncategories:\n  - Scrapers & Data Mining\n  - Government\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://docs.apis.is/\n"
  },
  {
    "path": "collection/icobench.yaml",
    "content": "name: ICObench\nslug: icobench\ndescription: ICObench Data API allows you to get various information and data from the platform including ICO listings,\n  ratings, and stats. This tutorial provides instructions on how to identify the API calls, and walks you through a\n  simple scenario using the API\ncategories:\n  - Blockchain & Cryptocurrencies\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/icobench/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://icobench.com/developers\n"
  },
  {
    "path": "collection/iconfinder.yaml",
    "content": "name: Iconfinder\nslug: iconfinder\ndescription: The Iconfinder API is a HTTP JSON API and allows you to programatically access resources on the service,\n  such as icons, icon sets, categories, styles, authors, etc\ncategories:\n  - Search\n  - Images & Photography\n  - Art & Design\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developer.iconfinder.com\n"
  },
  {
    "path": "collection/icons8.yaml",
    "content": "name: Icons8\nslug: icons8\ndescription: Icons8 offers simple reliable solutions to cope with all sorts of the challenges concerning icons\ncategories:\n  - Images & Photography\n  - Art & Design\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://icons8.github.io/icons8-docs/\n"
  },
  {
    "path": "collection/idigbio.yaml",
    "content": "name: iDigBio\nslug: idigbio\ndescription: Making data and images of millions of biological specimens available on the web\ncategories:\n  - Environment & Nature\n  - Animals\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/idigbio/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://github.com/idigbio/idigbio-search-api/wiki\n"
  },
  {
    "path": "collection/iex-cloud.yaml",
    "content": "name: IEX Cloud\nslug: iex-cloud\ndescription: IEX Cloud is a financial data infrastructure platform that connects developers and financial data creators\ncategories:\n  - Finance & Economics\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/iex-cloud/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://iexcloud.io/\nlibraries:\n  - name: IEX Cloud Node.js SDK by Bruce Curtis Schardt\n    documentation_url: https://github.com/schardtbc/iexcloud_api_wrapper\n    platform: Node.js\n    author: schardtbc\n    stargazers_count: 76\n  - name: IEX Cloud Go SDK by Matthew Rankin\n    documentation_url: https://github.com/goinvest/iexcloud\n    platform: Go\n    stargazers_count: 81\n  - name: \" IEX Cloud .NET SDK by Cody Rocheleau\"\n    documentation_url: https://www.nuget.org/packages/IEXCloudDotNet/\n    platform: .Net\n  - name: IEX R SDK by Imanuel Costigan\n    documentation_url: https://github.com/imanuelcostigan/iex\n    platform: R\n    author: imanuelcostigan\n    stargazers_count: 7\n  - name: IEX PHP SDK by Michael Drennen\n    documentation_url: https://packagist.org/packages/dprmc/iex-trading\n    platform: PHP\n  - name: IEX Node.js SDK by David Lau and Bilal Quadri\n    documentation_url: https://github.com/bilalq/iex-api\n    platform: Node.js\n    author: bilalq\n    stargazers_count: 44\n  - name: IEX .NET SDK by Simone Giuliani and Antonio Papa\n    documentation_url: https://www.nuget.org/packages/IEXTradingApi\n    platform: .Net\n  - name: \"IEX Finance Python SDK by Addison Lynch \"\n    documentation_url: https://pypi.org/project/iexfinance/\n    platform: Python\n  - name: \"IEX Finance Quote Perl SDK by Jeffrey T. Palmer \"\n    documentation_url: https://github.com/jtpalmer/Finance-Quote-IEX\n    platform: PERL\n    author: jtpalmer\n    stargazers_count: 4\n  - name: \"IEX Trading Java SDK by Wojciech Zankowski \"\n    documentation_url: https://github.com/WojciechZankowski/iextrading4j\n    platform: Java\n    author: WojciechZankowski\n    stargazers_count: 109\n  - name: IEX Stocks Haskell SDK by David Bouchare and Kristian Sällberg\n    documentation_url: https://hackage.haskell.org/package/stocks\n    platform: Haskell\n  - name: IEX Go SDK by Timothy Palpant\n    documentation_url: https://github.com/timpalpant/go-iex\n    platform: Go\n    author: timpalpant\n    stargazers_count: 87\n"
  },
  {
    "path": "collection/iex.yaml",
    "content": "name: IEX Trading\nslug: iex\ndescription: Free Stocks and Market Data. IEX Cloud is a financial data infrastructure platform that connects developers\n  and financial data creators\ncategories:\n  - Finance & Economics\n  - Blockchain & Cryptocurrencies\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/iex/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://iextrading.com/developer/\n"
  },
  {
    "path": "collection/ifttt.yaml",
    "content": "name: IFTTT\nslug: ifttt\ndescription: Learn how to build an API to show and update connections, run actions, perform queries, and listen for triggers\ncategories:\n  - Development\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/ifttt/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://platform.ifttt.com/docs/connect_api\n"
  },
  {
    "path": "collection/igdb-com.yaml",
    "content": "name: IGDB.com\nslug: igdb-com\ndescription: Video Game database on demand! Images, info video and other data you can retrieve trough the rest API.\n  Access the International Games Database and get information about videogames, characters, companies, genres and many\n  more. Commercial usage is allowed\ncategories:\n  - Games\n  - Entertainment\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://api.igdb.com/\n"
  },
  {
    "path": "collection/image-charts.yaml",
    "content": "name: Image-Charts\nslug: image-charts\ndescription: A drop-in-replacement for the deprecated Google Image Charts. Easiest way to embed charts as image in emails, pdfs etc.\ncategories:\n  - Visualizations\n  - Email & SMS\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/image-charts/logo_256x256.png\ncontact: contact@ijenko.com\nlinks:\n  - name: Docs / Website\n    url: https://www.image-charts.com\n"
  },
  {
    "path": "collection/imagga-api.yaml",
    "content": "name: Imagga Api\nslug: imagga-api\ndescription: identifies the content of images and videos, classify images based on content, extracts colors, moderates\n  NSFW content. Imagga Image Recognition API provides solutions for image tagging & categorization, visual search,\n  content moderation. Available in the Cloud and On-Premise\ncategories:\n  - AI & ML\n  - Images & Photography\n  - Recognition\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/imagga-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://imagga.com/\n"
  },
  {
    "path": "collection/imgflip.yaml",
    "content": "name: Imgflip\nslug: imgflip\ndescription: Get 100 of memes with Imgflip API, or add text/caption to memes directly from this awesome API. RESTful\n  JSON API for making memes with Imgflip's meme generator\ncategories:\n  - Fun\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/imgflip/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://imgflip.com/api\n"
  },
  {
    "path": "collection/imgix.yaml",
    "content": "name: imgix\nslug: imgix\ndescription: imgix's Image Processing API transforms, optimizes, and delivers images on-the-fly via URL parameters. Resize, crop, format-convert, and apply filters to images globally via CDN.\ncategories:\n  - Images & Photography\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://docs.imgix.com\n  - name: API Reference\n    url: https://docs.imgix.com/apis/rendering\n"
  },
  {
    "path": "collection/imgur.yaml",
    "content": "name: Imgur\nslug: imgur\ndescription: \"Imgur: The magic of the Internet. Imgur's API exposes the entire Imgur infrastructure via a standardized\n  programmatic interface\"\ncategories:\n  - Social\n  - Images & Photography\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/imgur/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://api.imgur.com/\nlibraries:\n  - name: Imgur Perl SDK by Michael Hollenbeck\n    documentation_url: http://search.cpan.org/~mlhollen/Imgur-API-0.1.0/\n    platform: PERL\n  - name: Imgur Node.js SDK by James Sigurðarson\n    documentation_url: https://www.npmjs.com/package/imgur-node-api\n    source_code_url: https://github.com/jamiees2/imgur-node-api\n    platform: Node.js\n    author: jamiees2\n    stargazers_count: 23\n  - name: Imgur JavaScript SDK by Imgur\n    documentation_url: https://github.com/Imgur/imgur.js\n    platform: JavaScript\n  - name: Imgur Python SDK by Imgur\n    documentation_url: https://github.com/Imgur/imgurpython\n    platform: Python\n    stargazers_count: 498\n  - name: Imgur PHP SDK by Jeremy Benoist\n    documentation_url: https://packagist.org/packages/j0k3r/php-imgur-api-client\n    source_code_url: https://github.com/j0k3r/php-imgur-api-client\n    platform: PHP\n    author: j0k3r\n    stargazers_count: 70\n  - name: Imgur .Net SDK by Damien Dennehy\n    documentation_url: https://github.com/DamienDennehy/Imgur.API\n    platform: .Net\n    author: DamienDennehy\n    stargazers_count: 35\n  - name: uploaderNet .NET SDK by mOrfiUs\n    documentation_url: https://github.com/mOrfiUs/uploaderNet\n    platform: .Net, C#\n    author: mOrfiUs\n    stargazers_count: 4\n  - name: Imgur Python Library by Imgur\n    documentation_url: https://api.imgur.com/#example_code\n    source_code_url: https://github.com/Imgur/imgurpython\n    platform: Python\n    stargazers_count: 498\n  - name: Imgur PHP Library by Adrian Ghiuta\n    documentation_url: https://github.com/Adyg/php-imgur-api-client\n    platform: PHP\n    author: j0k3r\n    stargazers_count: 70\n"
  },
  {
    "path": "collection/import-io.yaml",
    "content": "name: import.io\nslug: import-io\ndescription: Import.io enables any organization to gain intelligence, efficiencies, and competitive advantages from the\n  vast amount of data on the web.\ncategories:\n  - Development\n  - Scrapers & Data Mining\ntype: REST\nis_free: false\ncontact: contact@ijenko.com\nlinks:\n  - name: Docs / Website\n    url: http://api.docs.import.io/\n"
  },
  {
    "path": "collection/indeed.yaml",
    "content": "name: Indeed\nslug: indeed\ndescription: \"Post your jobs on Indeed, the #1 job site worldwide.\"\ncategories:\n  - Jobs\n  - Search\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/indeed/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.indeed.com/publisher\nlibraries:\n  - name: Job Search Web Scraper NodeJS SDK by Christian Sakai\n    documentation_url: https://github.com/christiansakai/job-search\n    platform: JavaScript, Node.js\n    author: swissarmybox\n    stargazers_count: 5\n  - name: jobs-engine C# SDK by Ahmed Farahat\n    documentation_url: https://github.com/farahat80/jobs-engine\n    platform: C#\n    author: farahat80\n    stargazers_count: 0\n  - name: Jobseekr Ruby on Rails SDK by andrew cabrera\n    documentation_url: https://github.com/n-drw/jobseekr\n    platform: Ruby\n  - name: Jobo Node.js SDK by g-gar\n    documentation_url: https://github.com/g-gar/jobo\n    platform: JavaScript, Node.js\n    author: g-gar\n    stargazers_count: 0\n  - name: Indeed Python SDK by Nick\n    documentation_url: https://github.com/nfmcclure/Job_Prevalence\n    platform: Python\n    author: nfmcclure\n    stargazers_count: 0\n  - name: Indeed Python SDK by Avram Dames\n    documentation_url: https://github.com/aviDms/indeed_api\n    platform: Python\n    author: aviDms\n    stargazers_count: 0\n  - name: Indeed Node.js SDK by Drew Frisk\n    documentation_url: https://github.com/keannan5390/Node-Indeed-API\n    platform: Node.js\n    author: MysterDru\n    stargazers_count: 5\n  - name: Indeed Ruby SDK by Indeed Labs\n    documentation_url: https://github.com/indeedlabs/indeed-ruby\n    platform: Ruby\n    stargazers_count: 18\n  - name: Indeed Angular SDK by kbrushaber\n    documentation_url: https://github.com/kbrushaber/indeed-api\n    platform: JavaScript\n    author: kbrushaber\n    stargazers_count: 0\n  - name: Indeed Python SDK by Indeed Labs\n    documentation_url: https://github.com/indeedlabs/indeed-python\n    platform: Python\n    stargazers_count: 123\n  - name: Indeed Python SDK by Tim\n    documentation_url: https://github.com/timsternation/Indeed_Job_Analysis\n    platform: Python\n    author: timsternation\n    stargazers_count: 0\n  - name: Indeed Python SDK by baramuyu\n    documentation_url: https://github.com/baramuyu/indeed_api_crawler\n    platform: Python\n    author: baramuyu\n    stargazers_count: 0\n  - name: Indeed Python SDK by Grigoriy Melnichenko\n    documentation_url: https://github.com/GriMel/indeed-python-api\n    platform: Python\n    author: GriMel\n    stargazers_count: 2\n  - name: Indeed R SDK by Geofry Lawton\n    documentation_url: https://github.com/TheGeoLawton/IndeedR\n    platform: R\n    author: TheGeoLawton\n    stargazers_count: 0\n  - name: Indeed PHP SDK by Danny\n    documentation_url: https://github.com/dfan001/Job-Skill-Search\n    platform: PHP\n  - name: Indeed Python SDK by Gary Heath\n    documentation_url: https://github.com/GaryHeath/indeed-jobs\n    platform: Python\n  - name: Indeed Python SDK by theolg\n    documentation_url: https://github.com/theolg/indeed_api\n    platform: Python\n    author: theolg\n    stargazers_count: 0\n  - name: Indeed R SDK by Sam Kleiner\n    documentation_url: https://github.com/StoicPerlman/GigMapr-R\n    platform: R\n    author: StoicPerlman\n    stargazers_count: 1\n  - name: Indeed Java SDK by Steve Soltys\n    documentation_url: https://github.com/stevesoltys/indeed\n    platform: Java\n    author: stevesoltys\n    stargazers_count: 1\n  - name: Indeed Ruby SDK by Corey\n    documentation_url: https://github.com/c1505/indeed-api\n    platform: Ruby\n    author: c1505\n    stargazers_count: 0\n  - name: Indeed Python SDK by vardhmanrp\n    documentation_url: https://github.com/vardhmanrp/Indeed-Xml-Web-API\n    platform: Python\n    author: vardhmanrp\n    stargazers_count: 0\n  - name: Indeed Python SDK by fission6\n    documentation_url: https://github.com/fission6/python-indeed\n    platform: Python\n    author: fission6\n    stargazers_count: 17\n  - name: Indeed Node.js SDK by paulrays\n    documentation_url: https://github.com/paulrays/indeed-jobs-api\n    platform: Node.js\n    author: paulrays\n    stargazers_count: 0\n  - name: Indeed PHP SDK by Lancaster Vermon\n    documentation_url: https://github.com/lanceveru/indeed-api\n    platform: PHP\n    author: lanceveru\n    stargazers_count: 0\n  - name: Indeed Node.js SDK by Murali Sangubhatla\n    documentation_url: https://github.com/muralisa/indeed-jobs\n    platform: Node.js\n    author: muralisa\n    stargazers_count: 1\n  - name: Indeed JavaScript Library by Joe Boutros\n    documentation_url: https://github.com/indeedlabs/indeed-js\n    platform: JavaScript\n    stargazers_count: 12\n  - name: \" Indeed PHP Library by Karl Hughes\"\n    documentation_url: https://github.com/JobBrander/jobs-indeed\n    platform: PHP\n    stargazers_count: 18\n  - name: Indeed PHP Library by Fubra Limited\n    documentation_url: https://github.com/fubralimited/indeed-api\n    source_code_url: https://github.com/fubralimited/indeed-api/blob/master/indeed-api.php\n    platform: PHP\n    stargazers_count: 3\n  - name: Indeed PHP Library by indeedlabs\n    documentation_url: https://github.com/indeedlabs/indeed-php/blob/master/README.md\n    source_code_url: https://github.com/indeedlabs/indeed-php\n    platform: PHP\n    stargazers_count: 29\n  - name: Indeed Job Search API Library\n    documentation_url: https://indeed.codeplex.com/\n    platform: .Net\n"
  },
  {
    "path": "collection/indian-railways.yaml",
    "content": "name: Indian Railways\nslug: indian-railways\ndescription: Indian Railways Information. Rail Road Air USA Megabus Amtrak CANADA Transport Germany Transport India\n  Transport Australia Transport Argentina Transport Brazil Transport France Transport China Transport\ncategories:\n  - Transportation\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://api.erail.in/\nlibraries:\n  - name: PNRAPI Ruby\n    documentation_url: https://github.com/alagu/pnrapi-ruby\n    platform: Ruby\n    author: alagu\n    stargazers_count: 6\n"
  },
  {
    "path": "collection/infermedica-api.yaml",
    "content": "name: Infermedica API\nslug: infermedica-api\ndescription: The most advanced Symptom Checker and Patient Triage API. Infermedica provides an API for patient triage\n  and preliminary medical diagnosis that can help you implement an intelligent symptom checker or an adaptive patient\n  intake form for your health application\ncategories:\n  - Health\n  - Bots\n  - AI & ML\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/infermedica-api/logo_256x256.png\ncontact: support@mailsquad.com\nlinks:\n  - name: Docs / Website\n    url: https://developer.infermedica.com/\nlibraries:\n  - name: \"Infermedica Ruby SDK \"\n    documentation_url: https://github.com/mjskier/infermedica\n    platform: Ruby\n    author: mjskier\n    stargazers_count: 2\n  - name: \"Infermedica Python SDK \"\n    documentation_url: https://github.com/infermedica/python-api\n    platform: Python\n    stargazers_count: 44\n  - name: \"Infermedica Go SDK \"\n    documentation_url: https://github.com/torniker/infermedica\n    platform: Go\n    stargazers_count: 7\n"
  },
  {
    "path": "collection/inspirehep-net.yaml",
    "content": "name: inspirehep.net\nslug: inspirehep-net\ndescription: \"INSPIRE API Q: I want to do automated searching and receive machine readable responses. Do you have an\n  API? A: YES, Inspire has a feature-rich programmatic query interface for third party tools and\"\ncategories:\n  - Science & Math\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://inspirehep.net/info/hep/api?ln=en\n"
  },
  {
    "path": "collection/instagram.yaml",
    "content": "name: Instagram\nslug: instagram\ndescription: How to use the Instagram Graph API. Access to Instagram’s OAuth API\ncategories:\n  - Authentication & User Management\n  - Social\n  - Images & Photography\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developers.facebook.com/docs/instagram-api/overview\nlibraries:\n  - name: Facebook Business NodeJS SDK\n    documentation_url: https://developers.facebook.com/docs/business-sdk/getting-started#github-repositories_7\n    source_code_url: https://github.com/facebook/facebook-nodejs-business-sdk\n    platform: Node.js\n    stargazers_count: 312\n  - name: Facebook Business Ruby SDK\n    documentation_url: https://developers.facebook.com/docs/business-sdk\n    source_code_url: https://github.com/facebook/facebook-ruby-business-sdk\n    platform: Ruby\n    stargazers_count: 143\n  - name: Instagram PHP SDK by Christian Metz\n    documentation_url: https://github.com/cosenary/Instagram-PHP-API\n    platform: PHP\n    author: cosenary\n    stargazers_count: 1423\n  - name: Instagram PHP SDK by Jonathan Torres\n    documentation_url: https://github.com/jonathantorres/Instagram-PHP-API\n    platform: PHP\n    author: jonathantorres\n    stargazers_count: 1\n  - name: Instagram Node.js SDK by Squid\n    documentation_url: https://www.npmjs.com/package/instagram-node-api\n    source_code_url: https://github.com/squidit/instagram-node-api\n    platform: Node.js\n    stargazers_count: 4\n  - name: Social Networks Node.js SDK by Léo Pradel\n    documentation_url: https://www.npmjs.com/package/node-social-api\n    source_code_url: https://github.com/pradel/node-social-api\n    platform: Node.js\n    author: pradel\n    stargazers_count: 6\n  - name: Instagram Python SDK by Dmitry Kalinin\n    documentation_url: https://pypi.python.org/pypi/python-api-instagram/0.0.4\n    source_code_url: https://github.com/null-none/python-api-instagram\n    platform: Python\n    author: null-none\n    stargazers_count: 2\n  - name: Instagram Node.js SDK by Hung-Wei Kao\n    documentation_url: https://www.npmjs.com/package/node-instagram-api\n    source_code_url: https://github.com/ricky155030/node-instagram\n    platform: Node.js\n    author: ricky155030\n    stargazers_count: 6\n  - name: Instagram Python SDK by Pasha Lev\n    documentation_url: https://github.com/LevPasha/Instagram-API-python\n    platform: Python\n  - name: Instagram Ruby SDK by Facebook Archive\n    documentation_url: https://github.com/facebookarchive/instagram-ruby-gem\n    platform: Ruby\n    stargazers_count: 1458\n  - name: AngularJS JavaScript hd-stagram SDK by Chris Sloan\n    documentation_url: https://github.com/chrissloan/hd-stagram/blob/master/README.md\n    source_code_url: https://github.com/chrissloan/hd-stagram\n    platform: JavaScript\n    author: chrissloan\n    stargazers_count: 2\n  - name: Instagram Objective-C SDK by Stuart Hall\n    documentation_url: https://github.com/stuartkhall/Instagram\n    source_code_url: https://github.com/stuartkhall/Instagram\n    platform: Objective-C\n    author: stuartkhall\n    stargazers_count: 56\n  - name: Instagram Node.js SDK by Instagram\n    documentation_url: https://www.npmjs.com/package/instagram-node\n    source_code_url: https://github.com/totemstech/instagram-node\n    platform: Node.js\n    stargazers_count: 643\n  - name: Instagram PHP SDK by Lenny Code\n    documentation_url: https://github.com/lenny-code/instagram-php-sdk\n    platform: PHP\n    author: numbleroot\n    stargazers_count: 1\n  - name: Instagram JavaScript SDK by Shayne Sweeney\n    documentation_url: https://github.com/facebookarchive/instagram-javascript-sdk\n    platform: JavaScript\n    stargazers_count: 143\n  - name: Instagram iOS SDK by Shyam Bhat\n    documentation_url: https://github.com/shyambhat/InstagramKit\n    platform: Objective-C\n    author: shyambhat\n    stargazers_count: 953\n  - name: The Instagram JavaScript SDK\n    documentation_url: https://github.com/Instagram/instagram-javascript-sdk\n    platform: JavaScript\n    stargazers_count: 143\n  - name: Instagram Django Library by Boris Shifrin\n    documentation_url: https://pypi.python.org/pypi/django-instagram-api/0.1.8\n    source_code_url: https://github.com/ramusus/django-instagram-api\n    platform: Python\n    author: ramusus\n    stargazers_count: 24\n  - name: Instagram JavaScript Library by Tomomi Imura (girliemac)\n    documentation_url: https://github.com/girliemac/Filterous\n    platform: JavaScript\n    author: girliemac\n    stargazers_count: 136\n  - name: \"Instagram iOS Library by Huong Do \"\n    documentation_url: https://github.com/itsmeichigo/ICGVideoTrimmer\n    platform: Objective-C\n    author: itsmeichigo\n    stargazers_count: 619\n  - name: Instagram iOS Library by Brad Kendall\n    documentation_url: https://github.com/bradkendall/populatephotos\n    platform: Objective-C\n    author: bradkendall\n    stargazers_count: 4\n  - name: Instagram Go Library by Akeda Bagus\n    documentation_url: https://github.com/gedex/go-instagram\n    platform: Go\n    author: gedex\n    stargazers_count: 69\n  - name: Instagram Python Library\n    documentation_url: http://instagram.com/developer/libraries/\n    source_code_url: https://github.com/Instagram/python-instagram\n    platform: Python\n    stargazers_count: 2831\n  - name: Instagram Python Library python-instagram\n    documentation_url: https://github.com/Instagram/python-instagram\n    platform: Python\n    stargazers_count: 2831\n  - name: PHP Instagram API\n    documentation_url: https://github.com/galen/PHP-Instagram-API\n    platform: PHP\n    author: galen\n    stargazers_count: 344\n  - name: Instagram API PHP Class\n    documentation_url: http://jabran.me/instagram-api-php-class/\n    source_code_url: https://github.com/jabranr/instagram-api-php\n    platform: PHP\n    author: jabranr\n    stargazers_count: 3\n  - name: Instagram API implementation in PHP\n    documentation_url: http://www.mauriciocuenca.com/blog/2011/02/instagram-api-implementation-in-php/\n    source_code_url: https://github.com/macuenca/Instagram-PHP-API/\n    platform: PHP\n    author: macuenca\n    stargazers_count: 188\n"
  },
  {
    "path": "collection/intellexer.yaml",
    "content": "name: Intellexer\nslug: intellexer\ndescription: Processing (NLP) Service including sentiment analysis, content extraction, and language detection. The\n  Intellexer API enables developers to embed text analysis solutions in consumer or enterprise applications, or\n  web-services. You can use Intellexer API with any software component that issue an HTTPS requests\ncategories:\n  - Scrapers & Data Mining\n  - Development\n  - AI & ML\n  - Search\n  - Documents & Productivity\n  - Text Analysis & Tools\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://esapi.intellexer.com/\nlibraries:\n  - name: Intellexer C# SDK by Intellexer\n    documentation_url: http://www.intellexer.com/\n    source_code_url: http://www.intellexer.com/sdk_overview.html\n    platform: C, C#, C++\n"
  },
  {
    "path": "collection/intelligence-x.yaml",
    "content": "name: Intelligence X\nslug: intelligence-x\ndescription: Public SDK for Intelligence X. Contribute to IntelligenceX/SDK development by creating an account on GitHub\ncategories:\n  - Security\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/intelligence-x/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://github.com/IntelligenceX/SDK/blob/master/Intelligence%20X%20API.pdf\n"
  },
  {
    "path": "collection/intercom.yaml",
    "content": "name: Intercom\nslug: intercom\ndescription: Intercom's API provides access to conversations, contacts, companies, and events. Build customer messaging integrations, automate support workflows, and sync customer data.\ncategories:\n  - CRM\n  - Chats & Messaging\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developers.intercom.com\n  - name: API Reference\n    url: https://developers.intercom.com/docs/references/rest-api/errors\n"
  },
  {
    "path": "collection/ip-2-country.yaml",
    "content": "name: IP 2 Country\nslug: ip-2-country\ndescription: JSON API returns the country of an IP address. Simple, fast, free. For open source projects only. JSON API\n  returns the country of an IP address\ncategories:\n  - Maps & Geo\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://ip2country.info\n"
  },
  {
    "path": "collection/ip-address-api.yaml",
    "content": "name: Ip Address Api\nslug: ip-address-api\ndescription: IP Address API free service provides country name, 2 symbol code and 3 symbol code for free. Examples in\n  CURL, JSON and php format with https support\ncategories:\n  - Other\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/ip-address-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://any.ge/api/\n"
  },
  {
    "path": "collection/ip-address-details.yaml",
    "content": "name: IP Address Details\nslug: ip-address-details\ndescription: Trusted source for IP address information, handling 20 billion IP geolocation API requests per month for\n  over 1,000 businesses and 100,000+ developers\ncategories:\n  - Maps & Geo\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://ipinfo.io/\n"
  },
  {
    "path": "collection/ip-finder.yaml",
    "content": "name: Ip Finder\nslug: ip-finder\ndescription: Locate website visitors for free using ipfinder - a free, real-time IP address to location JSON API and\n  database service supporting IPv4 and IPv6 lookup. Locate and identify website visitors by IP address. You can get 4000\n  free request a day with IP Finder API\ncategories:\n  - Other\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://ipfinder.io\n"
  },
  {
    "path": "collection/ip-geolocation-api-by-ipwhois-io.yaml",
    "content": "name: Ip Geolocation Api By Ipwhois.Io\nslug: ip-geolocation-api-by-ipwhois-io\ndescription: Filter out bot traffic, customize content based on visitor's location, display full country names, perform\n  bulk IP geolocation, and more. Free IP Geolocation API, the most accurate data, use our API to quickly and easily\n  integrate the location of visitors into your script or website.\ncategories:\n  - Maps & Geo\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/ip-geolocation-api-by-ipwhois-io/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://ipwhois.io\n"
  },
  {
    "path": "collection/ip-geolocation-api.yaml",
    "content": "name: Ip Geolocation Api\nslug: ip-geolocation-api\ndescription: Free IP Geolocation API and Accurate IP Database provides country, city, zip code, ISP data in REST JSON\n  and XML format from any IPv4 and IPv6 Address. This IP Address Database contains more than 25 million IP blocks and it\n  is updated on daily basis. Blazing fast API has very little to no impact on website performace. IP API Stack is served\n  globally with latency based routing.\ncategories:\n  - Maps & Geo\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://ipgeolocation.io\n"
  },
  {
    "path": "collection/ip-location.yaml",
    "content": "name: IP Location\nslug: ip-location\ndescription: Free IP Geolocation API - lookup any IP address. Free IP Geolocation API - lookup any IP address\ncategories:\n  - Maps & Geo\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://ip-api.com/\n"
  },
  {
    "path": "collection/ip-sidekick.yaml",
    "content": "name: IP Sidekick\nslug: ip-sidekick\ndescription: IP Sidekick is an API that returns information about an IP address. You can use it to customize your\n  content based on the visitor's location or display their country.\ncategories:\n  - Maps & Geo\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://ipsidekick.com\n"
  },
  {
    "path": "collection/ip1sms.yaml",
    "content": "name: iP1sms\nslug: ip1sms\ndescription: Here you will find everything you need to get started with your integration of oyur SMS services. Send and\n  recieve SMS messages worldwide\ncategories:\n  - Email & SMS\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/ip1sms/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.ip1sms.com/en/developer/\n"
  },
  {
    "path": "collection/ip2location.yaml",
    "content": "name: IP2Location\nslug: ip2location\ndescription: IP Address Geolocation to Country, City, Region, Latitude, Longitude, ZIP Code, ISP, Domain, Time Zone,\n  Area Code, Mobile Data, Usage Type, Elevation and so on\ncategories:\n  - Maps & Geo\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/ip2location/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.ip2location.com/web-service/ip2location\nlibraries:\n  - name: IP2Location Python SDK\n    documentation_url: https://www.ip2location.com/developers/python\n    source_code_url: https://github.com/chrislim2888/IP2Location-Python\n    platform: Python\n    author: chrislim2888\n    stargazers_count: 72\n  - name: IP2Proxy PHP SDK\n    documentation_url: https://www.ip2location.com/ip2proxy/developers/php-api\n    source_code_url: https://github.com/ip2location/ip2proxy-php-api\n    platform: PHP\n    author: ip2location\n    stargazers_count: 3\n  - name: IP2Location Ruby Library\n    documentation_url: https://github.com/ezkl/ip2location\n"
  },
  {
    "path": "collection/ip2proxy.yaml",
    "content": "name: IP2Proxy\nslug: ip2proxy\ndescription: IP Address Geolocation to Country, City, Region, Latitude, Longitude, ZIP Code, ISP, Domain, Time Zone,\n  Area Code, Mobile Data, Usage Type, Elevation and so on\ncategories:\n  - Maps & Geo\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/ip2proxy/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.ip2location.com/web-service/ip2proxy\n"
  },
  {
    "path": "collection/ipgeolocationapi-com.yaml",
    "content": "name: IPGeolocationAPI.com\nslug: ipgeolocationapi-com\ndescription: IP Geolocation API is a free JSON REST API service for locating your visitors in real-time with detailed\n  country information\ncategories:\n  - Maps & Geo\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://ipgeolocationapi.com/\n"
  },
  {
    "path": "collection/ipify.yaml",
    "content": "name: IPify\nslug: ipify\ndescription: ipify API is a simple public IP address API, easy enough to integrate into any application in seconds\ncategories:\n  - Maps & Geo\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/ipify/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.ipify.org/\n"
  },
  {
    "path": "collection/ipinfo.yaml",
    "content": "name: IPinfo\nslug: ipinfo\ndescription: >-\n  The Trusted Source for IP Address Data.\n\n  With IPinfo, you can pinpoint your users’ locations, customize their experiences, prevent fraud, ensure compliance,\n  and so much more. IPinfo is a free IP data API provider specializing in IP geolocation, though also offering endpoints\n  for ASN, IP to company, IP to carrier, IP ranges, and hosted domains. The geolocation API returns a JSON response\n  containing data fields describing the specified IP's region, country, city, postal code, coordinates, and more. IPinfo\n  APIs handle over 500 million requests per day and have been online since 2013. It’s reliable, scalable, simple, and\n  straightforward to use!.\ncategories:\n  - Development\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://ipinfo.io/developers\n"
  },
  {
    "path": "collection/ipinfodb.yaml",
    "content": "name: IPInfoDB\nslug: ipinfodb\ndescription: Free Geolocation tools and APIs for country, region, city and time zone lookup by IP address. Supported\n  both IPv4 and IPv6 address\ncategories:\n  - Maps & Geo\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/ipinfodb/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://ipinfodb.com/api\n"
  },
  {
    "path": "collection/iplegit-com.yaml",
    "content": "name: Iplegit.Com\nslug: iplegit-com\ndescription: Easily detect possible bad users and act upon them. Simple and free to use IP lookup service. Get basic and\n  detailed data on IP addresses. Two free endpoints available. IPLegit provides access to known bad IPs\ncategories:\n  - Other\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://iplegit.com\n"
  },
  {
    "path": "collection/ipstack.yaml",
    "content": "name: ipstack\nslug: ipstack\ndescription: Locate website visitors for free using ipstack - a free, real-time IP address to location JSON API and\n  database service supporting IPv4 and IPv6 lookup.\ncategories:\n  - Analytics\n  - Maps & Geo\n  - Security\n  - Validation & Verification\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/ipstack/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://ipstack.com/\n"
  },
  {
    "path": "collection/ireland.yaml",
    "content": "name: Ireland\nslug: ireland\ndescription: Central bank of Ireland\ncategories:\n  - Government\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://data.gov.ie/data/search?publisher=central-bank-of-ireland\n"
  },
  {
    "path": "collection/is-gd.yaml",
    "content": "name: Is.gd\nslug: is-gd\ndescription: Simple URL shortener. Supports custom short link ending. Our main portal for developer documentation\ncategories:\n  - URLs\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://is.gd/developers.php\n"
  },
  {
    "path": "collection/itas-data-services-platform.yaml",
    "content": "name: ITA's Data Services Platform\nslug: itas-data-services-platform\ndescription: The Data Services Platform from the International Trade Administration (ITA) provides direct access to\n  authoritative information on U.S. exporting and international trade via standard APIs. ITA has built the platform to\n  be the central source for exporting data important to small and medium sized U.S. businesses.\ncategories:\n  - Government\n  - Business\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://api.trade.gov/apps/store/ita\n"
  },
  {
    "path": "collection/itis.yaml",
    "content": "name: ITIS\nslug: itis\ndescription: \"Hosted by the USGS Core Science Analytics and Synthesis. Page designed through the cooperative efforts of\n  interagency ITIS Teams. Point of Contact: itiswebmaster@itis. gov\"\ncategories:\n  - Science & Math\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/itis/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.itis.gov/ws_description.html\n"
  },
  {
    "path": "collection/itunes-search.yaml",
    "content": "name: iTunes Search\nslug: itunes-search\ndescription: Describes the iTunes Search API used to place search fields in a website. The Search API allows you to\n  place search fields in your website to search for content within the iTunes Store, App Store, iBooks Store and Mac App\n  Store\ncategories:\n  - Music & Audio\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developer.apple.com/library/archive/documentation/AudioVideo/Conceptual/iTuneSearchAPI/Searching.html#//apple_ref/doc/uid/TP40017632-CH5-SW1\n"
  },
  {
    "path": "collection/iucn.yaml",
    "content": "name: IUCN\nslug: iucn\ndescription: List of more than 35,500 species that are threatened with extinction\ncategories:\n  - Animals\n  - Environment & Nature\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://apiv3.iucnredlist.org/api/v3/docs\n"
  },
  {
    "path": "collection/izi.yaml",
    "content": "name: Izi\nslug: izi\ndescription: izi.TRAVEL is ready to spread all local stories globally. Every day numerous content providers publish\n  their audio guides on izi.TRAVEL platform. More than 1750 museums and 1750 cities all of the world are covered with\n  interesting stories in different languages. New stories appear every moment.\ncategories:\n  - Travel\n  - Music & Audio\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/izi/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://api-docs.izi.travel/\n"
  },
  {
    "path": "collection/jamendo.yaml",
    "content": "name: Jamendo\nslug: jamendo\ndescription: Jamendo Api Documentation. Jamendo Api Documentation\ncategories:\n  - Music & Audio\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developer.jamendo.com/v3.0/docs\nlibraries:\n  - name: Jamendo Ratings Python SDK by Jamendo\n    documentation_url: https://github.com/jamendo/jamendo-ratings-sdk\n    platform: Python\n    stargazers_count: 6\n"
  },
  {
    "path": "collection/jcdecaux-bike.yaml",
    "content": "name: JCDecaux Bike\nslug: jcdecaux-bike\ndescription: From the location of the bike stations to the availability of bikes and parking spaces in real time, use\n  our data to experiment new representations or to provide innovative and useful services to users. You can access this\n  data through a simple download or an advanced web API.\ncategories:\n  - Sport & Fitness\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developer.jcdecaux.com/\n"
  },
  {
    "path": "collection/jikan.yaml",
    "content": "name: Jikan\nslug: jikan\ndescription: Jikan is an unofficial MyAnimeList REST based API. Jikan is an unofficial MyAnimeList REST based API\ncategories:\n  - Entertainment\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/jikan/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://jikan.moe\n"
  },
  {
    "path": "collection/jira.yaml",
    "content": "name: Jira\nslug: jira\ndescription: Jira's REST API provides access to issues, projects, sprints, users, and workflows. Automate project management, build integrations, and sync data with Atlassian's project tracking platform.\ncategories:\n  - Project Management\n  - Development\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developer.atlassian.com/cloud/jira/platform/rest/v3\n  - name: API Reference\n    url: https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro\n"
  },
  {
    "path": "collection/jobs2careers.yaml",
    "content": "name: Jobs2Careers\nslug: jobs2careers\ndescription: \"%PDF-1. 5 %âãÏÓ 1249 0 obj endobj 1265 0 obj /Filter/FlateDecode/ID[ ]/Index[1249 32]/Info 1248 0 R/Length\n  92/Prev 640497/Root 1250 0 R/Size 1281/Type/XRef/W[1 3 1]>>stream hÞbbd`\\x10``b``V\\x02‘ u ’i\\x13ˆdY\\x05\"\ncategories:\n  - Jobs\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://api.jobs2careers.com/api/spec.pdf\n"
  },
  {
    "path": "collection/jokeapi.yaml",
    "content": "name: JokeAPI\nslug: jokeapi\ndescription: JokeAPI is a RESTful API that serves jokes from many categories while also offering a lot of filtering methods\ncategories:\n  - Fun\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://sv443.net/jokeapi/v2/\n"
  },
  {
    "path": "collection/jokes.yaml",
    "content": "name: Jokes\nslug: jokes\ndescription: Full featured Jokes API\ncategories:\n  - Entertainment\n  - Fun\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://jokes.one/api/joke/\n"
  },
  {
    "path": "collection/jooble.yaml",
    "content": "name: Jooble\nslug: jooble\ndescription: The REST API allows developers to access and integrate Jooble's search results within your web products, or\n  to build an entirely new web product of your own.\ncategories:\n  - Jobs\n  - Search\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://us.jooble.org/api/about\n"
  },
  {
    "path": "collection/jservice.yaml",
    "content": "name: Jservice\nslug: jservice\ndescription: Trivia Questions. Get answers (and the correct questions) from 20+ years of Jeopardy episodes\ncategories:\n  - Games\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://jservice.io\nlibraries:\n  - name: jService JavaScript SDK by Keith Pops\n    documentation_url: https://github.com/keithpops/jeoparty\n    platform: JavaScript\n    author: keithpops\n    stargazers_count: 104\n  - name: jService Ruby SDK by Dean Silfen\n    documentation_url: https://github.com/djds23/jApi\n    platform: Ruby\n    author: djds23\n    stargazers_count: 8\n"
  },
  {
    "path": "collection/json-2-jsonp.yaml",
    "content": "name: JSON 2 JSONP\nslug: json-2-jsonp\ndescription: Convert JSON to JSONP (on-the-fly) for easy cross-domain data requests using pure JavaScript.\ncategories:\n  - Development\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/json-2-jsonp/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://json2jsonp.com/\n"
  },
  {
    "path": "collection/json-base.yaml",
    "content": "name: Json Base\nslug: json-base\ndescription: API Based JSON Storage. The free plan allows you to store 100,000 write ops per month and 1 million read\n  operations per month.\ncategories:\n  - Databases\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://jsonbase.com/#docs\n"
  },
  {
    "path": "collection/json-pretty-print.yaml",
    "content": "name: JSON Pretty Print\nslug: json-pretty-print\ndescription: JSON Pretty Print with modern user interface and ssl.\ncategories:\n  - Development\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://jsonprettyprint.org/api\n"
  },
  {
    "path": "collection/jsonbin-io.yaml",
    "content": "name: JSONbin.io\nslug: jsonbin-io\ndescription: Free JSON data storage service, ideal for small scale web apps, website, mobile apps. JSONbin. io is a free\n  JSON storage and JSON hosting service. Create, Read or Update and store your JSON records for free on the cloud using\n  the API\ncategories:\n  - Other\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://jsonbin.io/api-reference\n"
  },
  {
    "path": "collection/jsonplaceholder.yaml",
    "content": "name: JSONPlaceholder\nslug: jsonplaceholder\ndescription: Free online REST API that you can use whenever you need some fake data. It can be in a README on GitHub,\n  for a demo on CodeSandbox, in code examples on Stack Overfllow etc\ncategories:\n  - Development\n  - Random\n  - Testing\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://jsonplaceholder.typicode.com/\n"
  },
  {
    "path": "collection/judge0-api.yaml",
    "content": "name: Judge0 API\nslug: judge0-api\ndescription: Judge0 is a robust, scalable, and open-source online code execution system that can be used to build a wide\n  range of applications that need online code execution features\ncategories:\n  - Development\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://api.judge0.com/\n"
  },
  {
    "path": "collection/juju.yaml",
    "content": "name: Juju\nslug: juju\ndescription: Juju.com is a job search engine, not a job board. Juju's comprehensive search results link to millions of\n  jobs found on thousands employer career portals, recruiter websites, job boards, and other employment sites all over\n  the Internet, rather than to a limited set of job postings hosted directly on our own site.\ncategories:\n  - Jobs\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://www.juju.com/publisher/spec/\n"
  },
  {
    "path": "collection/kairos.yaml",
    "content": "name: Kairos\nslug: kairos\ndescription: Face recognition, emotion analysis and measuring engagement of people in images or videos for any mobile or\n  web application\ncategories:\n  - AI & ML\n  - Recognition\n  - Images & Photography\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/kairos/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.kairos.com/\nlibraries:\n  - name: Kairos Node.js SDK by Jhen-Jie Hong\n    documentation_url: https://www.npmjs.com/package/kairos-api\n    source_code_url: https://github.com/jhen0409/node-kairos-api\n    platform: Node.js\n    author: jhen0409\n    stargazers_count: 5\n  - name: Kairos API Ruby Gem by Frank Kany\n    documentation_url: https://rubygems.org/gems/kairos-api\n    platform: Ruby\n  - name: Kairos Face Detection and Recognition API Ruby Wrapper by Chris Allick\n    documentation_url: https://rubygems.org/gems/kairos\n    platform: Ruby\n  - name: Kairos Facial Recognition .NET SDK by humbywan\n    documentation_url: https://github.com/humbywan/Kairos.Net\n    platform: .Net, C#\n    author: humbywan\n    stargazers_count: 4\n  - name: Kairos Facial Recognition Ruby SDK by Kany\n    documentation_url: https://github.com/kany/kairos-api\n    platform: Ruby\n    author: kany\n    stargazers_count: 14\n  - name: Kairos Facial Recognition PHP SDK by Kairos\n    documentation_url: https://github.com/kairosinc/Kairos-SDK-PHP\n    platform: PHP\n    stargazers_count: 31\n  - name: Kairos Facial Recognition Javascript SDK by Kairos\n    documentation_url: https://github.com/kairosinc/Kairos-SDK-Javascript\n    platform: JavaScript\n    stargazers_count: 33\n  - name: Kairos Facial Recognition Java SDK by Kairos\n    documentation_url: https://github.com/kairosinc/Kairos-SDK-Android\n    platform: Java\n    stargazers_count: 1\n  - name: Kairos Facial Recognition Objective-C SDK by Kairos\n    documentation_url: https://github.com/kairosinc/Kairos-SDK-iOS\n    platform: Objective-C\n  - name: Kairos Crowd Analytics C++ SDK by Kairos\n    documentation_url: https://www.kairos.com/crowd-analytics-sdk#trial\n    platform: C++\n"
  },
  {
    "path": "collection/kaltura-vpaas.yaml",
    "content": "name: Kaltura VPaaS\nslug: kaltura-vpaas\ndescription: \"Build video apps and add native video capabilities to your products. Kaltura VPaaS (Video Platform as a\n  Service) simplifies building robust and scalable video experiences and workflows, and to integrate rich video\n  experiences into existing applications, business workflows and environments. Kaltura VPaaS eliminates all complexities\n  involved in handling video at scale: ingestion, transcoding, metadata, playback, distribution, analytics,\n  accessibility, monetization, security, search, interactivity and more. Video Platform as a Service - Cloud Media\n  Services, HTML5 Video Player, Video APIs and Native SDKs for video hosting, management, transcoding, transformation,\n  playback, streaming, experience, interactivity and analytics\"\ncategories:\n  - Video & Media\n  - Analytics\n  - Marketing & SEO\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/kaltura-vpaas/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://corp.kaltura.com/video-paas/\n"
  },
  {
    "path": "collection/kanye-rest.yaml",
    "content": "name: kanye.rest\nslug: kanye-rest\ndescription: A free REST API for random Kanye West quotes. A free REST API for random Kanye West quotes\ncategories:\n  - Health\n  - Music & Audio\n  - News & Feeds\n  - AI & ML\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/kanye-rest/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://kanye.rest\n"
  },
  {
    "path": "collection/keen-io.yaml",
    "content": "name: Keen IO\nslug: keen-io\ndescription: Keen IO is a powerful, flexible, and scalable solution that’s literally Big Data, easy-to-implement and at\n  your fingertips. Keen is the platform for developers to ship custom customer-facing metrics quickly and seamlessly\n  with low overhead\ncategories:\n  - AI & ML\n  - Analytics\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://keen.io/docs/api/\n"
  },
  {
    "path": "collection/kelley-blue-book.yaml",
    "content": "name: Kelley Blue Book\nslug: kelley-blue-book\ndescription: KBB.com gives you everything you need to research a new, certified (CPO) or used car, compare cars, find\n  cars for sale and make a well-informed decision\ncategories:\n  - Vehicles\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/kelley-blue-book/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://developer.kbb.com/#!/data/1-Default\n"
  },
  {
    "path": "collection/keygen.yaml",
    "content": "name: Keygen\nslug: keygen\ndescription: Keygen is a dead-simple software licensing API built for developers of desktop apps, on-prem software and\n  other digital products. You can manage user accounts, their licenses, and their machines through an easy-to-use\n  RESTful JSON API. Keygen is a simple software licensing API, allowing developers to easily implement various licensing\n  types into any software product\ncategories:\n  - Payments\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/keygen/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://keygen.sh\n"
  },
  {
    "path": "collection/keyserv.yaml",
    "content": "name: Keyserv\nslug: keyserv\ndescription: SmartQ is an technology company founded in 2017 with the intention of providing innovative tools for the\n  modern world. KeyServ is such an instrument that takes the hassle out of subscriptions and warranty tracking systems\n  for the IoT generation. The subscription management service for rapid product development. Serial / Tracking keys made\n  easy. Callback support, Robust Scheduler, Clear separation between customer-facing and management\ncategories:\n  - IoT & Home Automation\n  - Hardware\n  - Payments\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/keyserv/logo_256x256.png\ncontact: support@jirafe.com\nlinks:\n  - name: Docs / Website\n    url: https://keyserv.solutions\n"
  },
  {
    "path": "collection/kitsu.yaml",
    "content": "name: Kitsu\nslug: kitsu\ndescription: Kitsu is a modern anime discovery platform that helps you track the anime you're watching, discover new\n  anime and socialize with other fans.\ncategories:\n  - Entertainment\n  - Comics & Anime\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://kitsu.docs.apiary.io/\nlibraries:\n  - name: Minoshiro Python SDK by Minoshiro\n    documentation_url: https://github.com/Mino-shiro/Minoshiro\n    platform: Python\n    stargazers_count: 13\n  - name: Hakuchou iOS SDK by MAL Updater OS X\n    documentation_url: https://github.com/Atelier-Shiori/Hakuchou\n    platform: Objective-C\n    stargazers_count: 2\n  - name: AniRat Java SDK by acofmelt\n    documentation_url: https://github.com/acofmelt/AniRat\n    platform: Java\n    author: acofmelt\n    stargazers_count: 0\n  - name: \"Kitsu NodeJS SDK by Hieu Nguyen \"\n    documentation_url: https://www.npmjs.com/package/kitsu-api\n    source_code_url: https://github.com/hieunhit/kitsu-api\n    platform: Node.js\n    author: hieunhit\n    stargazers_count: 0\n  - name: Kitsu JavaScript SDK\n    documentation_url: https://github.com/hummingbird-me/hummingbird-client\n    platform: JavaScript\n    stargazers_count: 156\n"
  },
  {
    "path": "collection/kkbox.yaml",
    "content": "name: KKBOX\nslug: kkbox\ndescription: Get ready to unbox the joy of music!\ncategories:\n  - Music & Audio\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/kkbox/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developer.kkbox.com\n"
  },
  {
    "path": "collection/klarna.yaml",
    "content": "name: Klarna\nslug: klarna\ndescription: Klarna's Payments API enables buy-now-pay-later, installment plans, and direct bank payments at checkout. Integrates with e-commerce platforms for flexible consumer payment options.\ncategories:\n  - Payments\n  - Commerce\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://docs.klarna.com\n  - name: API Reference\n    url: https://docs.klarna.com/api/payments\n"
  },
  {
    "path": "collection/koomalooma.yaml",
    "content": "name: koomalooma\nslug: koomalooma\ndescription: koomalooma takes care of all the rest, from signing up users, keeping track of points and delivering\n  rewards in over 80 countries. Koomalooma loyalty solution helps you to grow your user retention. Koomalooma manages\n  the program fully for you so you can concentrate your core business. A Loyalty BPaaS (Business Process as a Service)\n  for mobile and web companies. Merchants issue points for actions their customers/users make, for example a purchase or\n  a referral\ncategories:\n  - Commerce\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/koomalooma/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://business.koomalooma.com\n"
  },
  {
    "path": "collection/kraken-api.yaml",
    "content": "name: Kraken\nslug: kraken-api\ndescription: Kraken's REST and WebSocket APIs provide cryptocurrency trading, market data, order management, and account information. One of the most trusted crypto exchanges with institutional-grade APIs.\ncategories:\n  - Blockchain & Cryptocurrencies\n  - Finance & Economics\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://docs.kraken.com/api\n  - name: REST API Reference\n    url: https://docs.kraken.com/api/docs/rest-api/get-server-time\n"
  },
  {
    "path": "collection/kucoin-api.yaml",
    "content": "name: KuCoin\nslug: kucoin-api\ndescription: KuCoin's API supports spot, margin, and futures trading with market data, order management, and account endpoints. One of the largest crypto exchanges with 700+ listed assets.\ncategories:\n  - Blockchain & Cryptocurrencies\n  - Finance & Economics\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://www.kucoin.com/docs/beginners/introduction\n  - name: API Reference\n    url: https://www.kucoin.com/docs/rest/account-info/get-apikey-info\n"
  },
  {
    "path": "collection/labs64-netlicensing.yaml",
    "content": "name: Labs64 NetLicensing\nslug: labs64-netlicensing\ndescription: Innovative License Management Solution. NetLicensing RESTful APIis for developers integrating NetLicensing\n  with applications and administrators who want to script interactions with the NetLicensing server\ncategories:\n  - Other\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://netlicensing.io/wiki/restful-api\n"
  },
  {
    "path": "collection/lang-api.yaml",
    "content": "name: Lang API\nslug: lang-api\ndescription: LangAPI exists to help developers rapidly translate and localize their apps for users worldwide. It\n  automates translation between a huge number of languages, including Spanish, French etc.\ncategories:\n  - Translation\nis_free: false\nlogo: https://raw.githubusercontent.com/PeterLZhou/slate/master/source/images/ios_base_internationalization.png\nlinks:\n  - name: Docs / Website\n    url: https://docs.langapi.co/#introduction/\n"
  },
  {
    "path": "collection/language-detection.yaml",
    "content": "name: Language Detection\nslug: language-detection\ndescription: Detect language(s) from pieces of text\ncategories:\n  - Recognition\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://languagedetection.apifex.com/\nlibraries:\n  - name: Language Detection Perl SDK by Neil Bowers\n    documentation_url: https://github.com/neilb/WebService-DetectLanguage\n    platform: PERL\n    author: neilb\n    stargazers_count: 0\n  - name: Language Detection .NET SDK\n    documentation_url: https://github.com/detectlanguage/detectlanguage-csharp\n    platform: .Net\n    stargazers_count: 6\n  - name: Language Detection PHP SDK\n    documentation_url: https://github.com/detectlanguage/detectlanguage-php\n    platform: PHP\n    stargazers_count: 43\n  - name: Language Detection Java SDK\n    documentation_url: https://github.com/detectlanguage/detectlanguage-java\n    platform: Java\n    stargazers_count: 19\n  - name: Language Detection Node.js SDK\n    documentation_url: https://github.com/detectlanguage/detectlanguage-node\n    platform: Node.js\n    stargazers_count: 7\n  - name: Language Detection Python SDK\n    documentation_url: https://github.com/detectlanguage/detectlanguage-python\n    platform: Python\n    stargazers_count: 35\n  - name: Language Detection Ruby SDK\n    documentation_url: https://github.com/detectlanguage/detectlanguage-ruby\n    platform: Ruby\n    stargazers_count: 25\n"
  },
  {
    "path": "collection/language-prediction.yaml",
    "content": "name: Language Prediction\nslug: language-prediction\ndescription: The API returns maximum 3 detected languages and a numeric confidences between 0 and 1\ncategories:\n  - AI & ML\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/language-prediction/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://rapidapi.com/BigLobster/api/language-identification-prediction\n"
  },
  {
    "path": "collection/languagelayer.yaml",
    "content": "name: languagelayer\nslug: languagelayer\ndescription: Free, powerful language detection JSON API for 173 languages, supporting single and batch requests, PHP,\n  JavaScript, Python, Ruby, Java, and more.\ncategories:\n  - Text Analysis & Tools\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/languagelayer/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://languagelayer.com\n"
  },
  {
    "path": "collection/lastfm.yaml",
    "content": "name: LastFm\nslug: lastfm\ndescription: fm. Allows anyone to build their own programs using Last. fm data, whether they're on the web, the desktop\n  or mobile devices. The world's largest online music service. Listen online, find out more about your favourite\n  artists, and get music recommendations, only at Last\ncategories:\n  - Music & Audio\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/lastfm/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.last.fm/api\nlibraries:\n  - name: MetaMusic .NET SDK by David Pires\n    documentation_url: https://github.com/Davidblkx/MetaMusic\n    platform: .Net\n    author: Davidblkx\n    stargazers_count: 1\n  - name: Last.fm PHP SDK by Matt Oakes\n    documentation_url: https://packagist.org/packages/matto1990/lastfm-api\n    source_code_url: https://github.com/matto1990/PHP-Last.fm-API\n    platform: PHP\n    author: matt-oakes\n    stargazers_count: 106\n  - name: Last.fm PHP SDK by Pierre Quillery\n    documentation_url: https://packagist.org/packages/dandelionmood/lastfm\n    source_code_url: https://github.com/dandelionmood/php-lastfm\n    platform: PHP\n    author: dandelionmood\n    stargazers_count: 26\n  - name: Last.fm Symfony SDK by Karol Sójko\n    documentation_url: https://packagist.org/packages/binarythinking/lastfm-bundle\n    source_code_url: https://github.com/karolsojko/BinaryThinkingLastfmBundle\n    platform: PHP\n    author: karolsojko\n    stargazers_count: 15\n  - name: Last.fm Node.js SDK by Max Kueng\n    documentation_url: https://github.com/maxkueng/node-lastfmapi\n    platform: Node.js\n    author: maxkueng\n    stargazers_count: 49\n  - name: Last.fm PHP SDK by Witold Wasiczko\n    documentation_url: https://github.com/snapshotpl/LastFmClient\n    platform: PHP\n    author: snapshotpl\n    stargazers_count: 1\n  - name: Last.fm Java SDK by Johann Kovacs\n    documentation_url: https://github.com/jkovacs/lastfm-java\n    platform: Java\n    author: jkovacs\n    stargazers_count: 59\n  - name: Last.fm JavaScript SDK by Felix Bruns\n    documentation_url: https://github.com/fxb/javascript-last.fm-api\n    platform: JavaScript\n    author: fxb\n    stargazers_count: 279\n  - name: Last.fm .Net SDK by Inflatable Friends\n    documentation_url: https://github.com/inflatablefriends/lastfm\n    platform: .Net\n    stargazers_count: 75\n  - name: Last.fm iOS and Mac OS X SDK by Kevin Renskers\n    documentation_url: https://github.com/gangverk/LastFm\n    platform: Objective-C\n    stargazers_count: 82\n  - name: Last.fm C++ Library by Last.fm\n    documentation_url: https://github.com/lastfm/libmoost\n    platform: C++\n    stargazers_count: 160\n  - name: Last.fm Python Library by Adrian Sampson\n    documentation_url: https://github.com/sampsyo/pylastfp\n    platform: Backbone.js, Python\n    stargazers_count: 28\n  - name: Last.fm C# Library by Vyacheslav Lisnevskyi\n    documentation_url: https://github.com/VLisnevskiy/Last.fm.API/blob/master/README.md\n    source_code_url: https://github.com/VLisnevskiy/Last.fm.API\n    platform: C#\n    author: VLisnevskiy\n    stargazers_count: 3\n  - name: Last.fm PHP Library by Felix Bruns\n    documentation_url: http://lastfm.felixbruns.de/php-last.fm-api/\n    source_code_url: https://github.com/fxb/php-last.fm-api\n    platform: PHP\n    author: fxb\n    stargazers_count: 84\n  - name: Last.fm C++ Library by Javier Santacruz López-Cepero\n    documentation_url: https://www.openhub.net/p/liblfm\n    source_code_url: http://sourceforge.net/projects/liblfm/\n    platform: C++\n  - name: Last.fm Java Library lastfm-java\n    documentation_url: https://code.google.com/p/lastfm-java/\n    platform: Java\n  - name: Last.fm ActionScript Library lastfm-as3\n    documentation_url: https://code.google.com/p/lastfm-as3/\n    platform: ActionScript\n  - name: JavaScript last.fm API\n    documentation_url: http://lastfm.felixbruns.de/javascript-last.fm-api/\n    source_code_url: https://github.com/fxb/javascript-last.fm-api\n    platform: JavaScript\n    author: fxb\n    stargazers_count: 279\n  - name: scrobbler2\n    documentation_url: https://github.com/gingerhendrix/scrobbler2/tree/master\n    platform: Ruby\n    author: gingerhendrix\n    stargazers_count: 42\n  - name: Last.fm Lib .Net\n    documentation_url: http://lastfmlibnet.sourceforge.net/\n    platform: .Net\n  - name: PHP last.fm API\n    documentation_url: https://github.com/fxb/php-last.fm-api\n    platform: PHP\n    author: fxb\n    stargazers_count: 84\n  - name: LPFM Last.fm Scrobbler\n    documentation_url: http://lpfm.codeplex.com/\n    platform: .Net\n  - name: pyLast\n    documentation_url: https://code.google.com/p/pylast/\n    platform: Python\n  - name: Perl Library for Last.fm\n    documentation_url: http://search.cpan.org/~nilsonsfj/WebService-Audioscrobbler-0.07/lib/WebService/Audioscrobbler.pm\n  - name: \"LastFmLib.Net: Last.fm API .NET Library \"\n    documentation_url: http://lastfmlibnet.de.vu/\n"
  },
  {
    "path": "collection/launch-library-2.yaml",
    "content": "name: Launch Library 2\nslug: launch-library-2\ndescription: Upcoming Space Launches\ncategories:\n  - Science & Math\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://ll.thespacedevs.com/2.1.0/swagger\n"
  },
  {
    "path": "collection/launchlibrary.yaml",
    "content": "name: LaunchLibrary\nslug: launchlibrary\ndescription: Aggregated info about space launches.\ncategories:\n  - Space\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://launchlibrary.net/docs/1.3/api.html\n"
  },
  {
    "path": "collection/lcbo.yaml",
    "content": "name: LCBO\nslug: lcbo\ndescription: \"LCBO API is open source now, find it on GitHub: heycarsten/lcbo-api\"\ncategories:\n  - Food & Drinks\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://lcboapi.com/\n"
  },
  {
    "path": "collection/lectserve.yaml",
    "content": "name: LectServe\nslug: lectserve\ndescription: Your daily lectionary readings…. Your daily lectionary readings…\ncategories:\n  - Calendar & Time\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/lectserve/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://www.lectserve.com\n"
  },
  {
    "path": "collection/lets-validate.yaml",
    "content": "name: Let'S Validate\nslug: lets-validate\ndescription: Uncovers the technologies used on websites and URL to thumbnail. API that uncovers the technologies used on\n  websites and generates thumbnail from screenshot of website - letsvalidate/api\ncategories:\n  - Development\n  - Collaboration\n  - Images & Photography\n  - Validation & Verification\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/lets-validate/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://github.com/letsvalidate/api\n"
  },
  {
    "path": "collection/lettria.yaml",
    "content": "name: Lettria\nslug: lettria\ndescription: LETTRIA is a natural language processing tool (NLP) dedicated to understanding French. Our mission is to\n  help developers build the next smart language apps, whether it's a chatbot, translation tool, text analytics, or\n  personal assistant. LETTRIA is one of the most advanced players in NLP (Natural Language Processing) in the\n  French-speaking market. The team has developed a unique technology to achieve a higher level of accuracy and\n  correction in French than the models created by English-speaking actors. Lettria aims to bring the processing of the\n  French language as close as possible to human functioning by creating APIs based on French semantics and not on\n  keywords. The Lettria team combines its scientific and technological skills with linguist profiles in order to deal as\n  closely as possible with the specificities of the French language. They aim to make the use of NLP technologies\n  accessible by offering high-performance proprietary libraries, high-quality educational content and demonstrating the\n  benefits of using a 100% French model in all sectors of activity\ncategories:\n  - AI & ML\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/lettria/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://lettria.com\nlibraries:\n  - name: Lettria Python SDK\n    documentation_url: https://github.com/Lettria/sdk-python\n    platform: Python\n    stargazers_count: 7\n"
  },
  {
    "path": "collection/lexigram.yaml",
    "content": "name: Lexigram\nslug: lexigram\ndescription: io. Document, mock, test, and more, with the StopLight API Designer. Hosted API documentation for every OAS\n  (Swagger) and RAML spec out there. Powered by Stoplight\ncategories:\n  - AI & ML\n  - Health\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://docs.lexigram.io/v1/welcome\n"
  },
  {
    "path": "collection/libgen.yaml",
    "content": "name: LibGen\nslug: libgen\ndescription: An English-language guide to using the LibGen API. An English-language guide to using the LibGen API\ncategories:\n  - Books\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://garbage.world/posts/libgen/\n"
  },
  {
    "path": "collection/libraries-io.yaml",
    "content": "name: Libraries.Io\nslug: libraries-io\ndescription: Discover open source libraries, modules and frameworks you can use in your code. Open source software libraries\ncategories:\n  - Open Source\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://libraries.io/api\n"
  },
  {
    "path": "collection/license-api.yaml",
    "content": "name: License-API\nslug: license-api\ndescription: com. Contribute to cmccandless/license-api development by creating an account on GitHub. Unofficial REST\n  API for choosealicense\ncategories:\n  - Development\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/license-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://github.com/cmccandless/license-api/blob/master/README.md\n"
  },
  {
    "path": "collection/linear.yaml",
    "content": "name: Linear\nslug: linear\ndescription: Linear's API enables programmatic access to issues, projects, cycles, teams, and workflows. Build integrations, automate issue tracking, and sync with external tools using GraphQL.\ncategories:\n  - Project Management\n  - Development\ntype: GraphQL\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://developers.linear.app/docs\n  - name: API Reference\n    url: https://developers.linear.app/docs/graphql/working-with-the-graphql-api\n"
  },
  {
    "path": "collection/lingua-robot-api.yaml",
    "content": "name: Lingua Robot API\nslug: lingua-robot-api\ndescription: English dictionary API providing an access to the data of over 800 000 English lexical entries, such as\n  words, phrasal verbs, multiword expressions etc. Definition of words, pronunciations, synonyms and antonyms,\n  lemmatization and morpheme segmentation.\ncategories:\n  - Content & Dictionaries\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/lingua-robot-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.linguarobot.io/\n"
  },
  {
    "path": "collection/linkeddata-center.yaml",
    "content": "name: LinkedData.Center\nslug: linkeddata-center\ndescription: a RDF graph database as a service with W3C SPARQL query and SPARQL update apis\ncategories:\n  - Analytics\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://linkeddata.center/home/gdaas\n"
  },
  {
    "path": "collection/linkedin.yaml",
    "content": "name: LinkedIn\nslug: linkedin\ndescription: Make it convenient for your users to sign in with their professional identity. Learn how to leverage\n  LinkedIn's API to Sign In with LinkedIn\ncategories:\n  - Authentication & User Management\n  - Social\n  - Business\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/linkedin/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developer.linkedin.com/docs/signin-with-linkedin\nlibraries:\n  - name: SocialSharesCount Go SDK by Sumesh Suvarna\n    documentation_url: https://github.com/gssumesh/socialsharescount\n    platform: Go\n    author: gssumesh\n    stargazers_count: 9\n  - name: LinkedIn JavaScript SDK by LinkedIn\n    documentation_url: https://developer.linkedin.com/docs/getting-started-js-sdk\n    platform: JavaScript\n  - name: LinkedIn PHP SDK by Ashwin Surajbali\n    documentation_url: https://github.com/ashwinks/PHP-LinkedIn-SDK\n    platform: PHP\n    author: ashwinks\n    stargazers_count: 94\n  - name: Linkedin Android SDK\n    documentation_url: https://developer.linkedin.com/\n    source_code_url: https://developer.linkedin.com/docs/android-sdk\n    platform: Java\n  - name: LinkedIn JavaScript SDK\n    documentation_url: https://developer.linkedin.com/documents/libraries-and-tools\n    platform: JavaScript\n  - name: LinkedIn PHP Library by Tobias Nyholm\n    documentation_url: https://github.com/Happyr/LinkedIn-API-client\n    platform: PHP\n    stargazers_count: 186\n  - name: LinkedIn Java Library by 3Pillar Global Labs\n    documentation_url: https://github.com/3pillarlabs/socialauth\n    platform: Java\n    stargazers_count: 248\n  - name: LinkedIn iOS Library by Hisham Raslan\n    documentation_url: https://github.com/HishamRaslan/IOS-LinkedIn-Authentication-Library-\n    platform: Objective-C\n    author: HishamRaslan\n    stargazers_count: 0\n  - name: LinkedIn iOS Library by Jacob von Eyben\n    documentation_url: https://github.com/jeyben/IOSLinkedInAPI\n    platform: Objective-C\n    author: jeyben\n    stargazers_count: 222\n  - name: LinkedIn Node.js Library by Julien Valéry\n    documentation_url: https://github.com/darul75/node-linked-in\n    platform: Node.js\n    author: darul75\n    stargazers_count: 6\n  - name: \" LinkedIn Java Library by Pablo Fernandez\"\n    documentation_url: https://developer-programs.linkedin.com/documents/libraries-and-tools\n    source_code_url: https://github.com/fernandezpablo85/scribe-java/blob/master/src/test/java/org/scribe/examples/LinkedInExample.java\n    platform: Java\n    stargazers_count: 5136\n  - name: LinkedIn .Net Library by oldlamer\n    documentation_url: https://www.nuget.org/packages/LinkedIn.NET/\n    source_code_url: http://sourceforge.net/projects/linkedinnet/\n    platform: .Net\n  - name: LinkedIn .Net Library by Tanveer Yousuf\n    documentation_url: https://www.nuget.org/packages/LinkedIn/\n    source_code_url: https://github.com/tanveery/linkedin-net\n    platform: .Net\n  - name: LinkedIn Ruby Library by Matt Kirk\n    documentation_url: https://rubygems.org/gems/linkedin/versions/1.0.0\n    source_code_url: https://github.com/hexgnu/linkedin\n    platform: Ruby\n    author: hexgnu\n    stargazers_count: 754\n  - name: LinkedIn Objective-C Library by Jacob von Eyben\n    documentation_url: https://github.com/jeyben/IOSLinkedInAPI/blob/master/README.md\n    source_code_url: https://github.com/jeyben/IOSLinkedInAPI\n    platform: Objective-C\n    author: jeyben\n    stargazers_count: 222\n  - name: LinkedIn Ruby Wrapper LinkedIn Gem\n    documentation_url: https://github.com/hexgnu/linkedin\n    platform: Ruby\n    author: hexgnu\n    stargazers_count: 754\n  - name: LinkedIn-API-JSON-Client\n    documentation_url: https://github.com/mattsnider/LinkedIn-API-JSON-Client\n    platform: Python\n    author: mattsnider\n    stargazers_count: 5\n  - name: Happyr Developer LinkedIn PHP Client\n    documentation_url: http://developer.happyr.com/libraries/linkedin-php-client\n    platform: PHP\n  - name: Python LinkedIn\n    documentation_url: https://github.com/ozgur/python-linkedin\n    platform: Python\n    author: ozgur\n    stargazers_count: 754\n  - name: Simple LinkedIn PHP\n    documentation_url: https://code.google.com/p/simple-linkedinphp/\n    platform: PHP\n  - name: Scribe Java\n    documentation_url: https://github.com/fernandezpablo85/scribe-java\n    platform: Java\n    stargazers_count: 5136\n  - name: A Java wrapper for LinkedIn APIs\n    documentation_url: http://code.google.com/p/linkedin-j/\n    platform: Java\n"
  },
  {
    "path": "collection/linkpreview.yaml",
    "content": "name: LinkPreview\nslug: linkpreview\ndescription: Preview Web links with our reliable API service. Get Detailed JSON Response for any URL. RESTful API that\n  returns JSON formatted summary with title, description and preview image for any requested URL. Free & paid plans\ncategories:\n  - Scrapers & Data Mining\n  - URLs\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/linkpreview/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.linkpreview.net\n"
  },
  {
    "path": "collection/listen-api.yaml",
    "content": "name: Listen Api\nslug: listen-api\ndescription: Simple & no-nonsense podcast search & directory API. Search the meta data of all podcasts and episodes on\n  the Internet by people, places, or topics. Best podcast API trusted by 2,104 companies and developers. Search\n  1,904,658 podcasts and 91,498,333 episodes by people or topics\ncategories:\n  - Music & Audio\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/listen-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.listennotes.com/api/\n"
  },
  {
    "path": "collection/listen-notes.yaml",
    "content": "name: Listen Notes\nslug: listen-notes\ndescription: Best podcast API trusted by 2,104 companies and developers. Search 1,904,658 podcasts and 91,498,333\n  episodes by people or topics\ncategories:\n  - Music & Audio\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/listen-notes/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.listennotes.com/api/\n"
  },
  {
    "path": "collection/liveblocks.yaml",
    "content": "name: Liveblocks\nslug: liveblocks\ndescription: Liveblocks API enables real-time collaboration features including presence, live cursors, shared state, comments, and notifications. Build collaborative document editors and multiplayer experiences.\ncategories:\n  - Development\n  - Collaboration\n  - Chats & Messaging\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://liveblocks.io/docs\n  - name: API Reference\n    url: https://liveblocks.io/docs/api-reference/rest-api-endpoints\n"
  },
  {
    "path": "collection/livechat.yaml",
    "content": "name: LiveChat\nslug: livechat\ndescription: Online Customer Service software with customizable chat, embeddable widgets, help desk and web analytics\n  tools. APIs include webhooks support, SDKs and open-source libraries to build on. Messaging APIs, chat widgets and\n  other building blocks of remarkable customer service experience\ncategories:\n  - Business\n  - Chats & Messaging\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/livechat/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developers.livechatinc.com/\nlibraries:\n  - name: \" LiveChat Ruby Library by LiveChat\"\n    documentation_url: https://developers.livechatinc.com/rest-api/#libraries\n    source_code_url: https://github.com/cxz/livechat_client\n    platform: Ruby\n    author: cxz\n    stargazers_count: 11\n"
  },
  {
    "path": "collection/liveedu.yaml",
    "content": "name: Liveedu\nslug: liveedu\ndescription: Live Coding Streaming. Education Ecosystem is a project learning platform for people to learn how to build\n  real products\ncategories:\n  - Education\n  - Video & Media\n  - Entertainment\n  - Development\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.education-ecosystem.com/developer/applications/\nlibraries:\n  - name: LiveCoding .NET SDK\n    documentation_url: https://github.com/LiveCodingTVOfficial/LiveCoding.NET\n    platform: .Net\n    stargazers_count: 0\n  - name: LiveCoding.tv Python SDK\n    documentation_url: https://github.com/LiveCodingTVOfficial/python-livecodingtv\n    platform: Python\n    stargazers_count: 1\n"
  },
  {
    "path": "collection/lob-com.yaml",
    "content": "name: Lob.com\nslug: lob-com\ndescription: Lob provides direct mail and address verification APIs that allow businesses to send timely, personalized,\n  automated offline communications to their customers\ncategories:\n  - Validation & Verification\n  - Email & SMS\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/lob-com/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://lob.com/\n"
  },
  {
    "path": "collection/localytics.yaml",
    "content": "name: Localytics\nslug: localytics\ndescription: Analytics Concepts In order to use an analytics API to its maximum potential, it is useful to agree on\n  terminology. The Localytics API, and the backend services which power it, are organized around. Interface to\n  Localytics analytics platform\ncategories:\n  - Marketing & SEO\n  - Analytics\n  - Business\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://docs.localytics.com/dev/query-api.html#query-api\nlibraries:\n  - name: Localytics Xamarin SDK by Localytics\n    documentation_url: https://github.com/localytics/localytics-xamarin\n    platform: C#\n    stargazers_count: 6\n  - name: Localytics Cordova SDK by Localytics\n    documentation_url: https://github.com/localytics/localytics-cordova\n    platform: JavaScript\n    stargazers_count: 13\n  - name: \" Localytics Java SDK by Localytics\"\n    documentation_url: http://docs.localytics.com/#Dev/sdk-downloads.html\n    platform: Java\n  - name: Localytics Objective-C SDK by Localytics\n    documentation_url: http://docs.localytics.com/index.html#Dev/Integrate/ios-integration.html\n    source_code_url: http://docs.localytics.com/#Dev/sdk-downloads.html\n    platform: Objective-C\n"
  },
  {
    "path": "collection/locationiq.yaml",
    "content": "name: LocationIQ\nslug: locationiq\ndescription: Generous free tier, offering Enterprise-grade APIs for everyone!. Affordable Geocoding, Maps and Routing APIs\ncategories:\n  - Maps & Geo\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/locationiq/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://locationiq.org/docs/\n"
  },
  {
    "path": "collection/logdna.yaml",
    "content": "name: Logdna\nslug: logdna\ndescription: Learn about logging, how to get started, and how to maximize our log collection, monitoring, retention,\n  alerting, and analysis features. LogDNA is a centralized log management software. It helps you with Real-time log\n  aggregation, monitoring, and analysis from any platform, at any volume. LogDNA is the easiest centralized log\n  management software\ncategories:\n  - Other\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://docs.logdna.com/docs\n"
  },
  {
    "path": "collection/lololyrics-api.yaml",
    "content": "name: Lololyrics API\nslug: lololyrics-api\ndescription: Specializes more in electronic dance music genres such as hardstyle. You see this page because there is no\n  Web site at this address. Given an artist and track name, obtains its lyrics and metadata such as the year released\n  and album art\ncategories:\n  - Music & Audio\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://api.lololyrics.com/\n"
  },
  {
    "path": "collection/lolwallpapers-api.yaml",
    "content": "name: Lolwallpapers Api\nslug: lolwallpapers-api\ndescription: League of Legends Wallpapers website official API. This is a lightweight public API which provides an easy\n  way to fetch informations about any wallpapers on LoLWallpapers\ncategories:\n  - Games\n  - Search\n  - Images & Photography\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/lolwallpapers-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://api.lolwallpapers.net\n"
  },
  {
    "path": "collection/long-url-shortener.yaml",
    "content": "name: Long Url Shortener\nslug: long-url-shortener\ndescription: Given a long URL, returns a short link\ncategories:\n  - URLs\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://cleanuri.com/\n"
  },
  {
    "path": "collection/looker.yaml",
    "content": "name: Looker\nslug: looker\ndescription: Looker's REST API manages dashboards, looks, queries, users, and data connections. Embed analytics, run reports programmatically, and integrate with Looker's BI platform.\ncategories:\n  - Analytics\n  - Statistics & Data\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developers.looker.com/api/explorer/4.0/methods\n  - name: API Reference\n    url: https://developers.looker.com/api/explorer/4.0/methods\n"
  },
  {
    "path": "collection/loom.yaml",
    "content": "name: Loom\nslug: loom\ndescription: Loom's API provides access to recorded videos, transcripts, viewer analytics, and workspace data. Integrate async video messaging into apps and automate video workflows.\ncategories:\n  - Video & Media\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://dev.loom.com/docs/reference/overview\n  - name: API Reference\n    url: https://dev.loom.com/docs/reference/overview\n"
  },
  {
    "path": "collection/lord-of-the-rings-api.yaml",
    "content": "name: Lord of the Rings API\nslug: lord-of-the-rings-api\ndescription: Get data about the books, the movie trilogy, many characters and quotes\ncategories:\n  - Entertainment\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://the-one-api.herokuapp.com/\n"
  },
  {
    "path": "collection/lorem-picsum.yaml",
    "content": "name: Lorem Picsum\nslug: lorem-picsum\ndescription: Lorem Ipsum, but for photos.\ncategories:\n  - Art & Design\n  - Random\n  - Images & Photography\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/lorem-picsum/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://picsum.photos/\n"
  },
  {
    "path": "collection/lorempicsum.yaml",
    "content": "name: Lorempicsum\nslug: lorempicsum\ndescription: Generate placeholder pictures. The web host lorempicsum. com does not exist\ncategories:\n  - Testing\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://lorempicsum.com\n"
  },
  {
    "path": "collection/loripsum.yaml",
    "content": "name: Loripsum\nslug: loripsum\ndescription: This Lorem Ipsum generator fits all your Lipsum needs! Come on over, make some Lipsum and copy-paste like a pro!\ncategories:\n  - Testing\n  - Development\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/loripsum/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://loripsum.net/\n"
  },
  {
    "path": "collection/lottery-number-generation.yaml",
    "content": "name: Lottery Number Generation\nslug: lottery-number-generation\ndescription: Hundereds of lottery games from various countries are supported. Generate lottery numbers\ncategories:\n  - Random\n  - Casino & Gambling\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://fungenerators.com/api/lottery/\n"
  },
  {
    "path": "collection/lottiefiles.yaml",
    "content": "name: LottieFiles\nslug: lottiefiles\ndescription: LottieFiles API provides access to a library of Lottie animations, enables uploading and managing animation files, and converting between animation formats for web and mobile apps.\ncategories:\n  - Images & Photography\n  - Art & Design\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://lottiefiles.com/developers\n  - name: API Reference\n    url: https://lottiefiles.com/developers/public-api\n"
  },
  {
    "path": "collection/louis-dorrad.yaml",
    "content": "name: Louis Dorrad\nslug: louis-dorrad\ndescription: Google’s product is quite similar to Amazon’s but it’s actually. Amazon Machine Learning&nbsp;made a lot of\n  noise when it came out&nbsp;last month. Shortly afterwards, someone posted a link to Google Prediction API&nbsp;on\n  HackerNews and it quickly became one of the most popular’s posts\ncategories:\n  - Finance & Economics\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/louis-dorrad/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://www.louisdorard.com/blog/machine-learning-apis-comparison\n"
  },
  {
    "path": "collection/lufthansa-open-api.yaml",
    "content": "name: Lufthansa Open API\nslug: lufthansa-open-api\ndescription: Lufthansa Developer Network. Use the data of Europe's biggest airline group! Fight status,inflight\n  amenities, partner program\ncategories:\n  - Travel\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developer.lufthansa.com/\n"
  },
  {
    "path": "collection/luis-ai.yaml",
    "content": "name: LUIS AI\nslug: luis-ai\ndescription: Language Understanding Intelligent Service offers a fast and effective way of adding language understanding\n  to applications\ncategories:\n  - AI & ML\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.luis.ai/\n"
  },
  {
    "path": "collection/lyft.yaml",
    "content": "name: Lyft\nslug: lyft\ndescription: Get real-time ETAs, availability, price estimates, ride status through the Lyft API. Learn more about how\n  you can create delightful experiences that transport people —leveraging the power of Lyft's API.\ncategories:\n  - Transportation\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/lyft/logo_256x256.png\ncontact: api-support@lyft.com\nlinks:\n  - name: Docs / Website\n    url: https://www.lyft.com/developers\nlibraries:\n  - name: Lyft Go SDK by Lyft\n    documentation_url: https://github.com/lyft/lyft-go-sdk\n    platform: Go\n    stargazers_count: 7\n  - name: Lyft NodeJS SDK by Lyft\n    documentation_url: https://www.npmjs.com/package/lyft-api\n    source_code_url: https://www.npmjs.com/package/lyft-api\n    platform: Node.js\n  - name: Lyft Android SDK by Lyft\n    documentation_url: https://github.com/lyft/lyft-android-sdk\n    platform: Java\n    stargazers_count: 70\n"
  },
  {
    "path": "collection/lyrics-ovh.yaml",
    "content": "name: Lyrics.ovh\nslug: lyrics-ovh\ndescription: A place where APIs are kept. A place where APIs are kept\ncategories:\n  - Music & Audio\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://docs.lyricsovh.apiary.io/\n"
  },
  {
    "path": "collection/mac-address-vendor-lookup.yaml",
    "content": "name: MAC address vendor lookup\nslug: mac-address-vendor-lookup\ndescription: The MAC address API allows you to retrieve OUI vendor information, detect virtual machines, possible\n  applications, read the information encoded in the MAC, and get research's results regarding the given MAC address or\n  the OUI.\ncategories:\n  - Security\n  - Hardware\n  - Development\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/mac-address-vendor-lookup/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://macaddress.io/api\nlibraries:\n  - name: MAC address Vendor Lookup Python SDK\n    documentation_url: https://github.com/CodeLineFi/maclookup-python\n    platform: Python\n    stargazers_count: 1\n"
  },
  {
    "path": "collection/magento.yaml",
    "content": "name: Adobe Commerce (Magento)\nslug: magento\ndescription: Adobe Commerce (Magento) REST and GraphQL APIs manage products, orders, customers, carts, and inventory for enterprise e-commerce stores. Supports both cloud and self-hosted deployments.\ncategories:\n  - Commerce\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://developer.adobe.com/commerce/webapi/rest\n  - name: API Reference\n    url: https://developer.adobe.com/commerce/webapi/rest/quick-reference\n"
  },
  {
    "path": "collection/magic-the-gathering.yaml",
    "content": "name: Magic The Gathering\nslug: magic-the-gathering\ndescription: The MTG API allows developers to easily consume MTG card and set data in JSON format\ncategories:\n  - Games\n  - Entertainment\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/magic-the-gathering/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://magicthegathering.io/\n"
  },
  {
    "path": "collection/mailboxlayer.yaml",
    "content": "name: mailboxlayer\nslug: mailboxlayer\ndescription: Simple and powerful email verification JSON API using SMTP, typo checks, syntax validation, and free and\n  disposable provider filtering. Free for personal use.\ncategories:\n  - Security\n  - Validation & Verification\n  - Email & SMS\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/mailboxlayer/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://mailboxlayer.com\n"
  },
  {
    "path": "collection/mailboxvalidator.yaml",
    "content": "name: MailboxValidator\nslug: mailboxvalidator\ndescription: MailboxValidator provides single email validation API that checks if an email address is valid and exists.\n  Email validation service to check for invalid email addresses. It connects to the mail server and checks whether the\n  mailbox exists or not\ncategories:\n  - Business\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/mailboxvalidator/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.mailboxvalidator.com/api-single-validation\n"
  },
  {
    "path": "collection/mailchimp.yaml",
    "content": "name: Mailchimp\nslug: mailchimp\ndescription: Mailchimp's Marketing API manages email campaigns, audiences, automations, and reports. Build and send newsletters, segment subscribers, and track engagement metrics.\ncategories:\n  - Email & SMS\n  - Marketing & SEO\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://mailchimp.com/developer\n  - name: API Reference\n    url: https://mailchimp.com/developer/marketing/api\n"
  },
  {
    "path": "collection/mailgun.yaml",
    "content": "name: MailGun\nslug: mailgun\ndescription: Learn more today!. Transactional Email API Service For Developers. Free first 10000 emails per month.\n  Powerful Transactional Email APIs that enable you to send, receive, and track emails, built with developers in mind\ncategories:\n  - Email & SMS\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://mailgun.com\nlibraries:\n  - name: Mailgun Node.js SDK by Bojan\n    documentation_url: https://www.npmjs.com/package/mailgun-js\n    source_code_url: https://github.com/bojand/mailgun-js\n    platform: Node.js\n    stargazers_count: 893\n  - name: Mailgun Objective-C SDK by Rackspace Hosting\n    documentation_url: https://github.com/rackerlabs/objc-mailgun\n    platform: Objective-C\n    stargazers_count: 26\n  - name: Mailgun Go SDK by Mailgun\n    documentation_url: https://github.com/mailgun/mailgun-go\n    platform: Go\n    stargazers_count: 499\n  - name: Mailgun PHP SDK by Mailgun\n    documentation_url: https://github.com/mailgun/mailgun-php\n    platform: PHP\n    stargazers_count: 956\n  - name: Mailgun Ruby SDK by Mailgun\n    documentation_url: https://documentation.mailgun.com/libraries.html#ruby\n    platform: Ruby\n  - name: Mailgun Node.js SDK by Mailgun\n    documentation_url: https://documentation.mailgun.com/libraries.html#node-js\n    platform: Node.js\n  - name: Mailgun C# SDK by Mailgun\n    documentation_url: https://documentation.mailgun.com/libraries.html#c\n    platform: C#\n  - name: Mailgun Java SDK by Mailgun\n    documentation_url: https://documentation.mailgun.com/libraries.html#java\n    platform: Java\n  - name: Mailgun Python SDK by Mailgun\n    documentation_url: https://documentation.mailgun.com/libraries.html#python\n    platform: Python\n  - name: Mailgun Meteor Library by GfK Business Applications\n    documentation_url: https://github.com/gfk-ba/meteor-mailgun-api/\n    platform: JavaScript\n    stargazers_count: 14\n"
  },
  {
    "path": "collection/mailjet.yaml",
    "content": "name: Mailjet\nslug: mailjet\ndescription: |-\n  Reliable and scalable email delivery platform with SMTP and API. \n  Real-time monitoring service for all your email traffic. \n  Responsive email design with MJML and Passport\ncategories:\n  - Email & SMS\n  - Marketing & SEO\n  - Analytics\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://dev.mailjet.com\nlibraries:\n  - name: Mailjet Symfony PHP SDK by Marc Galoyer\n    documentation_url: https://github.com/uneak/MailjetBundle\n    platform: PHP\n    author: uneak\n    stargazers_count: 1\n  - name: Mailjet Node.js SDK by Clément Delafargue\n    documentation_url: https://github.com/divarvel/node-mailjet-v3\n    platform: Node.js\n    author: divarvel\n    stargazers_count: 0\n  - name: Mailjet Node.js SDK by psolbach\n    documentation_url: https://github.com/psolbach/node-mailjet\n    platform: Node.js\n    author: psolbach\n    stargazers_count: 0\n  - name: Mailjet Symfony PHP SDK by Mehdi ZOGHLAMI\n    documentation_url: https://github.com/Vooodoo/MailJetBundle\n    platform: PHP\n  - name: Mailjet Node.js SDK by panosru\n    documentation_url: https://github.com/panosru/node-mailjet\n    platform: Node.js\n    author: panosru\n    stargazers_count: 6\n  - name: Mailjet Symfony PHP SDK by KNP Labs\n    documentation_url: https://github.com/KnpLabs/KnpMailjetBundle\n    platform: PHP\n    stargazers_count: 10\n  - name: Mailjet Python SDK by Rick van Hattem\n    documentation_url: https://github.com/WoLpH/mailjet\n    platform: Python\n    author: WoLpH\n    stargazers_count: 18\n  - name: Mailjet PHP SDK by Arnaud Ligny\n    documentation_url: https://github.com/Narno/Mailjet-API\n    platform: PHP\n    stargazers_count: 1\n  - name: Mailjet Node.js SDK by Ryan Flanagan\n    documentation_url: https://github.com/Ranagan/node-mailjet-api\n    platform: Node.js\n    author: Ranagan\n    stargazers_count: 0\n  - name: Mailjet Elixir SDK by PiggyPot\n    documentation_url: https://github.com/PiggyPot/mailjex\n    platform: Elixir\n    stargazers_count: 7\n  - name: Mailjet Go SDK by Mailjet\n    documentation_url: https://github.com/mailjet/mailjet-apiv3-go\n    platform: Go\n    stargazers_count: 51\n  - name: Mailjet Python SDK by Mailjet\n    documentation_url: https://github.com/mailjet/mailjet-apiv3-python\n    platform: Python\n    stargazers_count: 70\n  - name: Mailjet Node.js SDK by Mailjet\n    documentation_url: https://github.com/mailjet/mailjet-apiv3-nodejs\n    source_code_url: https://github.com/mailjet/mailjet-apiv3-nodejs\n    platform: Node.js\n    stargazers_count: 134\n  - name: Mailjet Ruby SDK by Mailjet\n    documentation_url: https://github.com/mailjet/mailjet-gem\n    platform: Ruby\n    stargazers_count: 119\n  - name: Mailjet Java SDK by Mailjet\n    documentation_url: https://github.com/mailjet/mailjet-apiv3-java\n    platform: Java\n    stargazers_count: 51\n  - name: Mailjet PHP SDK by Mailjet\n    documentation_url: https://github.com/mailjet/mailjet-apiv3-php-simple\n    platform: PHP\n    stargazers_count: 56\n"
  },
  {
    "path": "collection/make.yaml",
    "content": "name: Make (Integromat)\nslug: make\ndescription: Make's API manages scenarios, modules, connections, and executions on the visual automation platform. Build and trigger automated workflows connecting 1,000+ apps and services.\ncategories:\n  - Development\n  - Business\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://www.make.com/en/api-documentation\n  - name: API Reference\n    url: https://www.make.com/en/api-documentation/reference\n"
  },
  {
    "path": "collection/makeup.yaml",
    "content": "name: Makeup\nslug: makeup\ndescription: Search makeup products\ncategories:\n  - Other\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://makeup-api.herokuapp.com/\nlibraries:\n  - name: Makeup Go SDK by Ryan Christiani\n    documentation_url: https://github.com/Rchristiani/gomakeup\n    platform: Go\n    author: Rchristiani\n    stargazers_count: 0\n"
  },
  {
    "path": "collection/mapbox-directions-api.yaml",
    "content": "name: Mapbox Directions API\nslug: mapbox-directions-api\ndescription: The Mapbox Directions API can calculate optimal driving, walking, and cycling routes, produce turn-by-turn\n  instructions, produce routes with up to 25 coordinates anywhere on earth\ncategories:\n  - Maps & Geo\n  - Post & Logistics\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://docs.mapbox.com/api/\n"
  },
  {
    "path": "collection/mapbox-geocoding-api.yaml",
    "content": "name: Mapbox Geocoding API\nslug: mapbox-geocoding-api\ndescription: The Mapbox Geocoding API does forward geocoding (search place names and return coordinates) and reverse\n  geocoding (search coordinates and return place names)\ncategories:\n  - Search\n  - Maps & Geo\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://docs.mapbox.com/api/\n"
  },
  {
    "path": "collection/mapbox-maps-api.yaml",
    "content": "name: Mapbox Maps API\nslug: mapbox-maps-api\ndescription: The Mapbox Maps API reads and renders raster map tilesets and vector map tilesets. Tilesets can be\n  retrieved as images, TileJSON, or HTML slippy maps for embedding\ncategories:\n  - Maps & Geo\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://docs.mapbox.com/api/\n"
  },
  {
    "path": "collection/mapbox-matrix-api.yaml",
    "content": "name: Mapbox Matrix API\nslug: mapbox-matrix-api\ndescription: The Mapbox Matrix API returns travel times between many points\ncategories:\n  - Maps & Geo\n  - Post & Logistics\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://docs.mapbox.com/api/\n"
  },
  {
    "path": "collection/mapbox.yaml",
    "content": "name: Mapbox\nslug: mapbox\ndescription: Access to MapBox’s API\ncategories:\n  - Visualizations\n  - Maps & Geo\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.mapbox.com/developers/api/maps/\nlibraries:\n  - name: Mapbox AR Scenekit Swift SDK\n    documentation_url: https://github.com/mapbox/mapbox-scenekit\n    platform: Swift\n    stargazers_count: 203\n  - name: Mapbox AR React Native SDK\n    documentation_url: https://github.com/mapbox/react-native-mapbox-ar\n    platform: JavaScript\n    stargazers_count: 205\n  - name: Mapbox Tilelive Filter Layers Javascript SDK by TrailBehind\n    documentation_url: https://github.com/mapbox/tilelive\n    source_code_url: https://github.com/trailbehind/tilelive-filter-layers\n    platform: JavaScript\n    stargazers_count: 0\n  - name: Mapbox Tilelive OSciM Javascript SDK by Konstantin Käfer\n    documentation_url: https://github.com/kkaefer/tilelive-oscim/blob/master/README.md\n    source_code_url: https://github.com/kkaefer/tilelive-oscim\n    platform: JavaScript\n    author: kkaefer\n    stargazers_count: 2\n  - name: Mapbox Redis Tilelive Decorator Javascript SDK by Mapbox\n    documentation_url: https://www.mapbox.com/vector-tiles/\n    source_code_url: https://github.com/mapbox/tilelive-decorator\n    platform: JavaScript\n    stargazers_count: 8\n  - name: Mapbox Tilelive Vector Javascript SDK by Mapbox\n    documentation_url: https://github.com/mapbox/tilelive/blob/master/API.md\n    source_code_url: https://github.com/mapbox/tilelive-vector\n    platform: JavaScript\n    stargazers_count: 67\n  - name: Mapbox Directions Leaflet Javascript SDK by Mapbox\n    documentation_url: https://github.com/mapbox/mapbox-directions.js/blob/mb-pages/API.md\n    source_code_url: https://github.com/mapbox/mapbox-directions.js\n    platform: JavaScript\n    stargazers_count: 53\n  - name: Mapbox Mobile GL Styles Javascript SDK by Mapbox\n    documentation_url: https://www.mapbox.com/mapbox-gl-js/api/\n    source_code_url: https://github.com/mapbox/mapbox-gl-styles\n    platform: JavaScript\n    stargazers_count: 232\n  - name: Mapbox Events Browser Javascript SDK by Mapbox\n    documentation_url: https://www.mapbox.com/mapbox-gl-js/api/#events\n    source_code_url: https://github.com/mapbox/mapbox-events\n    platform: JavaScript\n    stargazers_count: 1\n  - name: Mapbox Ruby SDK by Mapbox\n    documentation_url: https://github.com/mapbox/mapbox-sdk-rb/blob/master/README.md\n    source_code_url: https://github.com/mapbox/mapbox-sdk-rb\n    platform: Ruby\n    stargazers_count: 54\n  - name: Mapbox CLI Data NodeJS SDK by Mapbox\n    documentation_url: https://www.mapbox.com/data-platform/\n    source_code_url: https://github.com/mapbox/mapbox-data-cli\n    platform: Node.js\n    stargazers_count: 3\n  - name: Mapbox Navigation Monitoring Javascript SDK by Mapbox\n    documentation_url: https://www.mapbox.com/directions/\n    source_code_url: https://github.com/mapbox/navigation.js\n    platform: JavaScript\n    stargazers_count: 29\n  - name: Mapbox GL Layer Group Management Javascript SDK by Mapbox\n    documentation_url: https://www.mapbox.com/mapbox-gl-js/plugins/\n    source_code_url: https://github.com/mapbox/mapbox-gl-layer-groups\n    platform: JavaScript\n    stargazers_count: 13\n  - name: Mapbox Studio Vintage Map Style Javascript SDK by Mapbox\n    documentation_url: https://www.mapbox.com/mapbox-studio/\n    source_code_url: https://github.com/mapbox/mapbox-gl-vintage-style\n    platform: JavaScript\n    stargazers_count: 27\n  - name: Mapbox React Geocoder Javascript SDK by Mapbox\n    documentation_url: https://www.mapbox.com/geocoding/#for-developers\n    source_code_url: https://github.com/mapbox/react-geocoder\n    platform: JavaScript\n    stargazers_count: 125\n  - name: Mapbox Tilelive Javascript SDK by Mapbox\n    documentation_url: https://www.mapbox.com/about/open/\n    source_code_url: https://github.com/mapbox/tilelive\n    platform: JavaScript\n    stargazers_count: 473\n  - name: Mapbox GL Geocoder Javascript SDK by Mapbox\n    documentation_url: https://www.mapbox.com/api-documentation/#geocoding\n    source_code_url: https://github.com/mapbox/mapbox-gl-geocoder\n    platform: JavaScript\n    stargazers_count: 202\n  - name: MapBox JavaScript Library\n    documentation_url: https://www.mapbox.com/mapbox.js/api/v2.1.2/\n    source_code_url: https://github.com/mapbox/mapbox.js/\n    platform: JavaScript\n    stargazers_count: 1775\n"
  },
  {
    "path": "collection/marijuana-strains.yaml",
    "content": "name: Marijuana Strains\nslug: marijuana-strains\ndescription: The Strain API\ncategories:\n  - Health\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: http://strains.evanbusse.com/\n"
  },
  {
    "path": "collection/markerapi.yaml",
    "content": "name: markerapi\nslug: markerapi\ndescription: Trademark search API to search the US trademarks database (USPTO) based on a search string. API allows to\n  search by serial number, trademark, owner, upcoming expiration date, and product/service description.\ncategories:\n  - Business\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/markerapi/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://www.markerapi.com/\n"
  },
  {
    "path": "collection/marketcloud.yaml",
    "content": "name: Marketcloud\nslug: marketcloud\ndescription: It covers inventory and database, carts and checkout, payments, user authentication, and more. You just\n  bring the frontend. eCommerce APIs for developers\ncategories:\n  - Commerce\n  - Development\n  - Payments\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.marketcloud.it\nlibraries:\n  - name: Marketcloud Android SDK by Marketcloud\n    documentation_url: https://github.com/Marketcloud/marketcloud-android-sdk\n    platform: Java\n    stargazers_count: 4\n  - name: Marketcloud iOS SDK by Marketcloud\n    documentation_url: https://github.com/Marketcloud/marketcloud-swift-sdk\n    platform: Swift\n    stargazers_count: 3\n  - name: Marketcloud Ruby SDK by Marketcloud\n    documentation_url: https://github.com/Marketcloud/marketcloud-ruby\n    platform: Ruby\n    stargazers_count: 1\n  - name: Marketcloud NodeJS SDK by Marketcloud\n    documentation_url: https://github.com/Marketcloud/marketcloud-node\n    platform: Node.js\n    stargazers_count: 21\n  - name: Marketcloud JavaScript SDK by Marketcloud\n    documentation_url: https://github.com/Marketcloud/marketcloud-js\n    platform: JavaScript\n    stargazers_count: 11\n  - name: Marketcloud PHP SDK by Marketcloud\n    documentation_url: https://github.com/Marketcloud/marketcloud-php\n    platform: PHP\n    stargazers_count: 2\n"
  },
  {
    "path": "collection/marvel.yaml",
    "content": "name: Marvel\nslug: marvel\ndescription: The Marvel developer portal gives Marvel fans, partners and other technologists access to an array of\n  powerful APIs, documentation, and other tools to interact with Marvel&#039;s systems. Access over 70 years of comic\n  data with Marvel's official developer API\ncategories:\n  - Art & Design\n  - Entertainment\n  - Comics & Anime\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/marvel/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developer.marvel.com/\n"
  },
  {
    "path": "collection/mastercard.yaml",
    "content": "name: Mastercard\nslug: mastercard\ndescription: Mastercard official API\ncategories:\n  - Payments\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/mastercard/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developer.mastercard.com/apis\n"
  },
  {
    "path": "collection/mastodon.yaml",
    "content": "name: Mastodon\nslug: mastodon\ndescription: Welcome to the Mastodon documentation!. Welcome to the Mastodon documentation!\ncategories:\n  - Social\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/mastodon/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://docs.joinmastodon.org/\nlibraries:\n  - name: \" Mastodon Swift SDK by Mitchell Schwitzer\"\n    documentation_url: https://github.com/schwitzerm/scaladon\n    platform: Swift\n    author: schwitzerm\n    stargazers_count: 6\n  - name: \" Mastodon Python SDK by Lorenz Diener\"\n    documentation_url: https://github.com/halcy/Mastodon.py\n    platform: Python\n    author: halcy\n    stargazers_count: 413\n  - name: Mastodon Android SDK by Toshihiro Yashi\n    documentation_url: https://github.com/sys1yagi/mastodon4j\n    platform: Java\n    author: sys1yagi\n    stargazers_count: 83\n  - name: \" Mastodon Go SDK by Mikael Berthe\"\n    documentation_url: https://github.com/McKael/madon\n    platform: Go\n    author: McKael\n    stargazers_count: 38\n  - name: Mastodon Elixir SDK by Milton Mazzarri\n    documentation_url: https://github.com/milmazz/hunter\n    platform: Elixir\n    author: milmazz\n    stargazers_count: 32\n  - name: Mastodon CPlus SDK by TastyTea\n    documentation_url: https://github.com/tastytea/mastodon-cpp\n    platform: C++\n    author: tastytea\n    stargazers_count: 6\n  - name: Mastodon C# SDK by Yusuke Yamada\n    documentation_url: https://github.com/yamachu/Mastodot\n    platform: C#\n    author: yamachu\n    stargazers_count: 16\n"
  },
  {
    "path": "collection/matlab.yaml",
    "content": "name: Matlab\nslug: matlab\ndescription: MATLAB is a high-level language and interactive environment for numerical computation, visualization, and\n  programming. The MATLAB RESTful API enables you to evaluate MATLAB functions on remote servers using JSON\n  representation of MATLAB data types.\ncategories:\n  - Science & Math\n  - Development\n  - Visualizations\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/matlab/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.programmableweb.com/api/matlab\nlibraries:\n  - name: MATLAB Python SDK by Mathworks\n    documentation_url: https://www.mathworks.com/help/mps/client-programming.html\n    source_code_url: https://www.mathworks.com/help/mps/python-client-programming.html\n    platform: Python\n"
  },
  {
    "path": "collection/matomo.yaml",
    "content": "name: Matomo\nslug: matomo\ndescription: \"This page is a hub space linking to the Analytics API guides. There are two main APIs in Matomo (Piwik)\n  Analytics Web API: used to request all Matomo reports and to manage (add, update, delete) web. Matomo is an all-in-one\n  premium web analytics platform designed to give you the most conclusive insights\"\ncategories:\n  - Analytics\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/matomo/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://matomo.org/docs/analytics-api/\n"
  },
  {
    "path": "collection/meaningcloud.yaml",
    "content": "name: MeaningCloud\nslug: meaningcloud\ndescription: Text analysis APIs for topic extraction, sentiment analysis, automatic classification, morphosyntactic\n  analysis, language detection and more. Several languages are supported. TEXT ANALYTICS. MeaningCloud market-leading\n  solutions for text mining and voice of the customer. Register now on our website to discover our text API\ncategories:\n  - AI & ML\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/meaningcloud/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.meaningcloud.com\n"
  },
  {
    "path": "collection/medicare.yaml",
    "content": "name: Medicare\nslug: medicare\ndescription: gov. Access to the data from the CMS - medicare\ncategories:\n  - Health\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://data.medicare.gov/developers\n"
  },
  {
    "path": "collection/medium.yaml",
    "content": "name: Medium\nslug: medium\ndescription: Documentation for Medium's OAuth2 API. Documentation for Medium's OAuth2 API. Contribute to\n  Medium/medium-api-docs development by creating an account on GitHub\ncategories:\n  - Social\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/medium/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://github.com/Medium/medium-api-docs\nlibraries:\n  - name: Medium Haskell SDK by Timmy Tofu\n    documentation_url: https://hackage.haskell.org/package/medium-sdk-haskell\n    platform: Haskell\n  - name: Medium Ruby SDK by Kevin Kirsche\n    documentation_url: https://rubygems.org/gems/medium-sdk-ruby/versions/1.0.1\n    platform: Ruby\n  - name: Medium PHP SDK by Jonathan Torres\n    documentation_url: https://github.com/jonathantorres/medium-sdk-php\n    platform: PHP\n    author: jonathantorres\n    stargazers_count: 77\n  - name: Medium Go SDK by Parham Doustdar\n    documentation_url: https://github.com/parhamdoustdar/godium\n    platform: Go\n    author: parhamdoustdar\n    stargazers_count: 95\n  - name: Medium Ruby SDK by John Wang\n    documentation_url: https://github.com/grokify/medium-sdk-ruby\n    platform: Ruby\n    author: grokify\n    stargazers_count: 4\n  - name: Medium Node.js SDK by Medium\n    documentation_url: https://github.com/Medium/medium-sdk-nodejs\n    platform: Node.js\n    stargazers_count: 332\n  - name: Medium Go SDK by Medium\n    documentation_url: https://github.com/Medium/medium-sdk-go\n    platform: Go\n    stargazers_count: 131\n  - name: Medium Python SDK by Medium\n    documentation_url: https://github.com/Medium/medium-sdk-python\n    platform: Python\n    stargazers_count: 179\n"
  },
  {
    "path": "collection/meetup-com.yaml",
    "content": "name: Meetup.com\nslug: meetup-com\ndescription: Find groups that host online or in person events and meet people in your local community who share your interests\ncategories:\n  - Social\n  - Events\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/meetup-com/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.meetup.com/meetup_api/\n"
  },
  {
    "path": "collection/meilisearch.yaml",
    "content": "name: Meilisearch\nslug: meilisearch\ndescription: Meilisearch is an open-source search engine with a REST API. Offers instant, typo-tolerant full-text search with filtering, faceting, geosearch, and vector similarity search.\ncategories:\n  - Search\n  - Development\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://www.meilisearch.com/docs\n  - name: API Reference\n    url: https://www.meilisearch.com/docs/reference/api/overview\n"
  },
  {
    "path": "collection/mercedes-benz.yaml",
    "content": "name: Mercedes-Benz\nslug: mercedes-benz\ndescription: Mercedes-Benz's live API products\ncategories:\n  - Vehicles\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/mercedes-benz/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developer.mercedes-benz.com/apis\n"
  },
  {
    "path": "collection/mercurial.yaml",
    "content": "name: Mercurial\nslug: mercurial\ndescription: \"Access to Mercurial’s API. Note: This page is primarily intended for developers of Mercurial. The\n  Mercurial API Rough introduction to Mercurial internal API. Using this API is a strong indication that you're creating\n  a \\\"deri\"\ncategories:\n  - Development\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/mercurial/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.mercurial-scm.org/wiki/MercurialApi\n"
  },
  {
    "path": "collection/mercury.yaml",
    "content": "name: Mercury\nslug: mercury\ndescription: Mercury Web Parser turns web articles into structured content reliably and easily. Make semantic sense out\n  of any web article\ncategories:\n  - Scrapers & Data Mining\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/mercury/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://mercury.postlight.com/web-parser/\n"
  },
  {
    "path": "collection/merriam-webster-dictionary-api.yaml",
    "content": "name: Merriam-Webster Dictionary API\nslug: merriam-webster-dictionary-api\ndescription: A comprehensive resource of dictionary and thesaurus data powered by Merriam-Webster's trusted references.\n  Affordable, comprehensive, and easy to use. Free for non-commercial use. Gives developers access to a big ass resource\n  of dictionary and thesaurus content as well as specialized medical, Spanish, ESL, and student-friendly vocabulary\ncategories:\n  - Content & Dictionaries\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://www.dictionaryapi.com/\n"
  },
  {
    "path": "collection/messagebird.yaml",
    "content": "name: MessageBird\nslug: messagebird\ndescription: MessageBird's API provides SMS, voice, WhatsApp, email, and live chat communications. Send messages globally, build IVR flows, and manage omnichannel customer interactions.\ncategories:\n  - Email & SMS\n  - Voice\n  - Chats & Messaging\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://developers.messagebird.com\n  - name: API Reference\n    url: https://developers.messagebird.com/api\n"
  },
  {
    "path": "collection/messari.yaml",
    "content": "name: Messari\nslug: messari\ndescription: Messari provides an institutional grade Bitcoin and blockchain data API, ranging from market data to\n  fundamentals, blockchain metrics and news. Gain an edge over the crypto market with professional grade data, tools,\n  and research\ncategories:\n  - Blockchain & Cryptocurrencies\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/messari/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://messari.io/api\n"
  },
  {
    "path": "collection/metacert.yaml",
    "content": "name: Metacert\nslug: metacert\ndescription: MetaCert reduces the risk of identity theft, data breaches, phishing, malware and ransomware attacks, by more than 98%\ncategories:\n  - Security\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/metacert/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://metacert.com/\n"
  },
  {
    "path": "collection/metadefnder-cloud-api.yaml",
    "content": "name: Metadefnder Cloud API\nslug: metadefnder-cloud-api\ndescription: \"Metadefender Cloud provides unique set of APIs for everyone who is working with files post by users.\n  Metadefender APIs can check files with more than 40 antivirus engines, strip malicious scripts from documents and\n  perform vulnerability assessment. About This Guide Welcome to the MetaDefender Cloud guide. This guide is intended to\n  provide the information you need to: Start analyzing files with 30+ anti-malware engines How to use MetaDefender\"\ncategories:\n  - Security\n  - Files & Storage\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://onlinehelp.opswat.com/mdcloud/\n"
  },
  {
    "path": "collection/metaweather.yaml",
    "content": "name: MetaWeather\nslug: metaweather\ndescription: API MetaWeather provides an API that delivers JSON over HTTPS for access to our data.\ncategories:\n  - Weather\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.metaweather.com/api/\n"
  },
  {
    "path": "collection/meteorologisk-institutt.yaml",
    "content": "name: Meteorologisk Institutt\nslug: meteorologisk-institutt\ndescription: \"A. Q. Available products: LegendMeani. Introduction This is version 3 of the MET Weather API. For\n  additional information, please read our Getting Started tutorial, Usage guide, Terms of Service and F\"\ncategories:\n  - Weather\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://api.met.no/weatherapi/documentation\n"
  },
  {
    "path": "collection/metro-lisboa.yaml",
    "content": "name: Metro Lisboa\nslug: metro-lisboa\ndescription: Lisboa metro data\ncategories:\n  - Transportation\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://app.metrolisboa.pt/status/getLinhas.php\n"
  },
  {
    "path": "collection/mexico.yaml",
    "content": "name: Mexico\nslug: mexico\ndescription: Contribute to IcaliaLabs/sepomex development by creating an account on GitHub. A REST API for the SEPOMEX\n  database. A REST API for the SEPOMEX database\ncategories:\n  - Maps & Geo\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/mexico/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://github.com/IcaliaLabs/sepomex\n"
  },
  {
    "path": "collection/microlink.yaml",
    "content": "name: Microlink\nslug: microlink\ndescription: \"Generate PDF from any website. Automate web performance. Turns any link into information. Take\n  screenshots, extract predominant palette colors. Turns websites into data: Enter a URL, receive information. Make any\n  URL embeddable. Capture any website as a snapshot\"\ncategories:\n  - Art & Design\n  - Collaboration\n  - URLs\n  - Social\n  - Scrapers & Data Mining\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/microlink/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://microlink.io\n"
  },
  {
    "path": "collection/microsoft-advertising-platform-bing-ads-api.yaml",
    "content": "name: Microsoft Advertising Platform - Bing Ads API\nslug: microsoft-advertising-platform-bing-ads-api\ndescription: Official developer documentation for Microsoft Advertising. Provides programmatic access to various\n  advertising technologies\ncategories:\n  - Marketing & SEO\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/microsoft-advertising-platform-bing-ads-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://msdn.microsoft.com/en-us/library/bing-ads-api.aspx\n"
  },
  {
    "path": "collection/microsoft-azure-machine-learning-api.yaml",
    "content": "name: Microsoft Azure Machine Learning API\nslug: microsoft-azure-machine-learning-api\ndescription: Azure Cognitive Services brings AI within reach of every developer through a family of APIs that don’t\n  require machine-learning expertise. Helps data scientists publish in minutes which once used to take days after they\n  had developed a feasible model\ncategories:\n  - AI & ML\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/microsoft-azure-machine-learning-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://azure.microsoft.com/en-us/services/cognitive-services/\n"
  },
  {
    "path": "collection/microsoft-cognitive-services.yaml",
    "content": "name: Microsoft Cognitive Services\nslug: microsoft-cognitive-services\ndescription: A comprehensive family of AI services and cognitive APIs to help you build intelligent apps. Text\n  analytics, speech convertor, image & video AI services, anomaly detector etc\ncategories:\n  - AI & ML\n  - Voice\n  - Recognition\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://azure.microsoft.com/en-us/services/cognitive-services/\n"
  },
  {
    "path": "collection/microsoft-graph.yaml",
    "content": "name: Microsoft Graph\nslug: microsoft-graph\ndescription: Find out how you can use the Microsoft Graph API to connect to the data that drives productivity - mail,\n  calendar, contacts, documents, directory, devices, and more. API for accessing stored files and photos for personal\n  and enterprise users with high resolution thumbnails and Microsoft Office APIs\ncategories:\n  - Email & SMS\n  - Collaboration\n  - Files & Storage\n  - Calendar & Time\n  - CRM\n  - Documents & Productivity\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://graph.microsoft.io/en-us/docs/api-reference/v1.0/resources/onedrive\nlibraries:\n  - name: Microsoft Graph JavaScript SDK by Microsoft\n    documentation_url: https://github.com/microsoftgraph/msgraph-sdk-javascript\n    platform: JavaScript\n    stargazers_count: 412\n  - name: Microsoft Graph PHP SDK by Microsoft\n    documentation_url: https://github.com/microsoftgraph/msgraph-sdk-php\n    platform: PHP\n    stargazers_count: 288\n  - name: Microsoft Graph Objective-C SDK by Microsoft\n    documentation_url: https://github.com/microsoftgraph/msgraph-sdk-ios\n    platform: Objective-C\n    stargazers_count: 24\n  - name: Microsoft Graph Java SDK by Microsoft\n    documentation_url: https://github.com/microsoftgraph/msgraph-sdk-android\n    platform: Java\n    stargazers_count: 52\n  - name: Microsoft Graph Ruby SDK by Microsoft\n    documentation_url: https://github.com/microsoftgraph/msgraph-sdk-ruby\n    platform: Ruby\n    stargazers_count: 65\n  - name: Microsoft Graph Python SDK by Microsoft\n    documentation_url: https://github.com/microsoftgraph/msgraph-sdk-python\n    platform: Python\n    stargazers_count: 40\n  - name: Microsoft Graph .Net SDK by Microsoft\n    documentation_url: https://github.com/microsoftgraph/msgraph-sdk-dotnet\n    platform: .Net\n    stargazers_count: 374\n"
  },
  {
    "path": "collection/microsoft-teams-api.yaml",
    "content": "name: Microsoft Teams API\nslug: microsoft-teams-api\ndescription: Microsoft Teams API via Microsoft Graph provides access to chats, channels, messages, meetings, and team membership. Build bots, tabs, and integrations for the Teams collaboration platform.\ncategories:\n  - Chats & Messaging\n  - Collaboration\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://learn.microsoft.com/en-us/graph/teams-concept-overview\n  - name: API Reference\n    url: https://learn.microsoft.com/en-us/graph/api/resources/teams-api-overview\n"
  },
  {
    "path": "collection/minor-planet-center.yaml",
    "content": "name: Minor Planet Center\nslug: minor-planet-center\ndescription: Minor Planet Center API Overview Asterank offers a database API for the Minor Planet Center's MPCORB. DAT\n  data files. This API is a simple way to quickly apply constraints to a set of over 600,000 a\ncategories:\n  - Science & Math\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://www.asterank.com/mpc\n"
  },
  {
    "path": "collection/mistral-ai.yaml",
    "content": "name: Mistral AI\nslug: mistral-ai\ndescription: Mistral AI provides access to open and proprietary language models including Mistral Large, Mistral Small, and Codestral for text generation, coding, and embeddings.\ncategories:\n  - AI & ML\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://docs.mistral.ai\n  - name: API Reference\n    url: https://docs.mistral.ai/api\n"
  },
  {
    "path": "collection/mixcloud.yaml",
    "content": "name: Mixcloud\nslug: mixcloud\ndescription: Music\ncategories:\n  - Music & Audio\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/mixcloud/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.mixcloud.com/developers/\n"
  },
  {
    "path": "collection/mixpanel.yaml",
    "content": "name: MixPanel\nslug: mixpanel\ndescription: Maintains a custom datastore that queries your data in a fast, scalable, and reliable manner. On top of\n  that datastore is user-friendly web application which lets you visualize the data you have sent. Analytics for mobile\n  and web which helps you analyze the actions people take in your application. Mixpanel was built to give you an answer\n  about your product's usage\ncategories:\n  - Analytics\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developer.mixpanel.com/docs/implement-mixpanel\nlibraries:\n  - name: Mixpanel Ruby SDK by Scott Bellware\n    documentation_url: https://github.com/sbellware/mixpanel-api\n    source_code_url: https://github.com/sbellware/mixpanel-api/tree/master/lib\n    platform: Ruby\n  - name: Mixpanel Android SDK by Mixpanel\n    documentation_url: https://mixpanel.com/help/reference/android\n    source_code_url: https://github.com/mixpanel/mixpanel-android\n    platform: Java\n    stargazers_count: 905\n  - name: Mixpanel iOS Swift Tracking SDK by Mixpanel\n    documentation_url: http://www.mixpanel.com/\n    source_code_url: https://github.com/mixpanel/mixpanel-swift\n    platform: Swift\n    stargazers_count: 290\n  - name: Mixpanel Action Script SDK by Mixpanel\n    documentation_url: https://mixpanel.com/help/reference/as3\n    platform: ActionScript\n  - name: Mixpanel Java SDK by Mixpanel\n    documentation_url: https://mixpanel.com/help/reference/java\n    platform: Java\n  - name: Mixpanel Unity SDK by Mixpanel\n    documentation_url: https://mixpanel.com/help/reference/unity\n    platform: Objective-C\n  - name: Mixpanel Ruby SDK by Mixpanel\n    documentation_url: https://mixpanel.com/help/reference/data-export-api\n    source_code_url: https://github.com/keolo/mixpanel_client\n    platform: Ruby\n    author: keolo\n    stargazers_count: 148\n  - name: Mixpanel PHP SDK by Mixpanel\n    documentation_url: https://mixpanel.com/help/reference/php\n    platform: PHP\n  - name: Mixpanel Python SDK by Mixpanel\n    documentation_url: https://mixpanel.com/help/reference/python\n    platform: Python\n  - name: \" Mixpanel iOS SDK by Mixpanel\"\n    documentation_url: https://mixpanel.com/help/reference/ios\n    platform: Objective-C\n  - name: Mixpanel JavaScript SDK by Mixpanel\n    documentation_url: https://mixpanel.com/help/reference/javascript\n    platform: JavaScript\n"
  },
  {
    "path": "collection/mlscrape.yaml",
    "content": "name: MLScrape\nslug: mlscrape\ndescription: MLScrape is an API that allows you to scrape data from any online shop without having to maintain your own\n  web scraper - simply send the product URL to our API. Scrape product data from any e-commerce website, free tier with\n  quota that resets monthly\ncategories:\n  - Scrapers & Data Mining\n  - AI & ML\n  - Development\n  - Commerce\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.mlscrape.com\n"
  },
  {
    "path": "collection/mod-io.yaml",
    "content": "name: mod.io\nslug: mod-io\ndescription: Cross-platform mod support\ncategories:\n  - Entertainment\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/mod-io/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://docs.mod.io\n"
  },
  {
    "path": "collection/moldova.yaml",
    "content": "name: Moldova\nslug: moldova\ndescription: Central bank of Moldova\ncategories:\n  - Government\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://bnm.md/en/content/official-exchange-rates\n"
  },
  {
    "path": "collection/mollie.yaml",
    "content": "name: Mollie\nslug: mollie\ndescription: Mollie's Payments API supports iDEAL, credit cards, SEPA, PayPal, and 30+ other payment methods. Designed for European businesses with easy integration and transparent pricing.\ncategories:\n  - Payments\n  - Commerce\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://docs.mollie.com\n  - name: API Reference\n    url: https://docs.mollie.com/reference/introduction\n"
  },
  {
    "path": "collection/monapi-ip-address-and-domain-api.yaml",
    "content": "name: Monapi - Ip Address & Domain Api\nslug: monapi-ip-address-and-domain-api\ndescription: Our Anomaly API gives you IP & Domain Data for your Business. Lookup threat intelligence score. Prevend bad\n  signups, enrich your SIEM & secure your Application. . Data Intelligence for your Application - API Applications to\n  protect your Service - Easy integration for developers and companies - start today with the free application\ncategories:\n  - Security\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.monapi.io\n"
  },
  {
    "path": "collection/monday-com.yaml",
    "content": "name: monday.com\nslug: monday-com\ndescription: monday.com's GraphQL API provides access to boards, items, columns, updates, and automations. Build work management integrations and sync data with monday.com's platform.\ncategories:\n  - Project Management\n  - Development\ntype: GraphQL\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://developer.monday.com/api-reference/docs\n  - name: API Reference\n    url: https://developer.monday.com/api-reference/reference/about-the-api-reference\n"
  },
  {
    "path": "collection/mongodb-atlas.yaml",
    "content": "name: MongoDB Atlas\nslug: mongodb-atlas\ndescription: MongoDB Atlas Administration API manages clusters, database users, network access, backups, and organizations. Automate cloud MongoDB infrastructure and integrate with DevOps pipelines.\ncategories:\n  - Databases\n  - Development\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://www.mongodb.com/docs/atlas/reference/api-resources-spec\n  - name: API Reference\n    url: https://www.mongodb.com/docs/atlas/reference/api-resources-spec/v2\n"
  },
  {
    "path": "collection/moralis.yaml",
    "content": "name: Moralis\nslug: moralis\ndescription: Moralis Web3 API provides NFT data, token balances, DeFi positions, transaction history, and wallet analytics across EVM-compatible blockchains including Ethereum, Polygon, and BNB Chain.\ncategories:\n  - Blockchain & Cryptocurrencies\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://docs.moralis.io\n  - name: API Reference\n    url: https://docs.moralis.io/web3-data-api/evm/reference\n"
  },
  {
    "path": "collection/movebank.yaml",
    "content": "name: Movebank\nslug: movebank\ndescription: Movebank is a free, online database and research platform for animal tracking and other on-animal sensor data\ncategories:\n  - Animals\ntype: REST\nis_free: true\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/movebank/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://github.com/movebank/movebank-api-doc\n"
  },
  {
    "path": "collection/mozilla-addons.yaml",
    "content": "name: Mozilla Addons\nslug: mozilla-addons\ndescription: Firefox Addons API\ncategories:\n  - Development\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://addons-server.readthedocs.io/en/latest/topics/api/index.html\n"
  },
  {
    "path": "collection/mpds.yaml",
    "content": "name: MPDS\nslug: mpds\ndescription: Online PAULING FILE materials database with nearly 2 million data entries (physical properties, crystal\n  structures, phase diagrams) available via API, ready for modern data-intensive applications. Provides experimental\n  materials science data excerpted from the peer-reviewed publications\ncategories:\n  - Science & Math\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/mpds/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developer.mpds.io\n"
  },
  {
    "path": "collection/music-machinery.yaml",
    "content": "name: Music Machinery\nslug: music-machinery\ndescription: Here’s a categorized list of all the Music APIs. Notice one that is missing or miscategorized? Let me know.\n  Music Metadata ArtistLink Decibel Discogs FreeDB Gracenote Last. fm MusicBrainz Mus…\ncategories:\n  - Finance & Economics\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/music-machinery/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://musicmachinery.com/music-apis/\n"
  },
  {
    "path": "collection/musicapi.yaml",
    "content": "name: musicApi\nslug: musicapi\ndescription: Centralized package to get data from qq, xiami, netease music - LIU9293/musicAPI. Centralized Node. JS API\n  SDK for Xiami, Netease, and QQ music - The Top 3 music providers in China\ncategories:\n  - Music & Audio\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/musicapi/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://github.com/LIU9293/musicAPI\n"
  },
  {
    "path": "collection/musicbrainz.yaml",
    "content": "name: MusicBrainz\nslug: musicbrainz\ndescription: The API discussed here is an interface to the MusicBrainz Database. It is aimed at developers of media\n  players, CD rippers, taggers, and other applications requiring music metadata. The API's archi\ncategories:\n  - Music & Audio\n  - Text Analysis & Tools\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/musicbrainz/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://musicbrainz.org/doc/Development/XML_Web_Service/Version_2\nlibraries:\n  - name: MetaMusic .NET SDK by David Pires\n    documentation_url: https://github.com/Davidblkx/MetaMusic\n    platform: .Net\n    author: Davidblkx\n    stargazers_count: 1\n  - name: MusicApiCollection C# SDK by BigGranu\n    documentation_url: https://github.com/BigGranu/MusicApiCollection\n    platform: C#\n    author: BigGranu\n    stargazers_count: 15\n  - name: Festival Search Engine JavaScript SDK by Steven Liatti\n    documentation_url: https://github.com/steenput/FestivalSearchEngine\n    platform: JavaScript\n    author: stevenliatti\n    stargazers_count: 1\n  - name: Cover Art Archive Music Brainz JavaScript SDK by Cover Art Archive\n    documentation_url: https://github.com/lastfm/coverartarchive-api\n    platform: JavaScript\n    stargazers_count: 44\n  - name: Cover Art Archive Music Brainz C SDK by Cover Art Archive\n    documentation_url: https://github.com/metabrainz/libcoverart\n    platform: C\n    stargazers_count: 27\n  - name: MusicBrainz (gomusicbrainz) Golang SDK by Michael Wendland\n    documentation_url: https://github.com/michiwend/gomusicbrainz/blob/master/README.md\n    source_code_url: https://github.com/michiwend/gomusicbrainz\n    platform: Go\n    author: michiwend\n    stargazers_count: 42\n  - name: MusicBrainz (libmusicbrainz-objc) Objective-C Library by Joachim Brandon LeBlanc\n    documentation_url: https://github.com/demosdemon/libmusicbrainz-objc/blob/master/README.md\n    source_code_url: https://github.com/demosdemon/libmusicbrainz-objc\n    platform: Objective-C\n    author: demosdemon\n    stargazers_count: 12\n  - name: MusicBrainz Python Library by MusicBrainz\n    documentation_url: http://musicbrainz.org/\n    source_code_url: https://python-musicbrainzngs.readthedocs.org/en/latest/\n    platform: Python\n"
  },
  {
    "path": "collection/musixmatch.yaml",
    "content": "name: Musixmatch\nslug: musixmatch\ndescription: Power your music project by licensing access to the world’s most authoritative lyrics DB.\ncategories:\n  - Music & Audio\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developer.musixmatch.com/\nlibraries:\n  - name: Musixmatch Perl SDK by Stefano Rodighiero\n    documentation_url: https://developer.musixmatch.com/documentation\n    source_code_url: https://github.com/larsen/Net-MusixMatch\n    platform: PERL\n    author: larsen\n    stargazers_count: 1\n  - name: Musixmatch Python SDK by Musixmatch\n    documentation_url: https://github.com/musixmatch/musixmatch-sdk\n    source_code_url: https://github.com/musixmatch/musixmatch-sdk/tree/master/client/python\n    platform: Python\n    author: musixmatch\n    stargazers_count: 50\n  - name: Musixmatch Java SDK by Musixmatch\n    documentation_url: https://github.com/musixmatch/android-lyrics-plugin-sdk\n    platform: Java\n    author: musixmatch\n    stargazers_count: 47\n  - name: Musixmatch JavaScript SDK by Ayhan\n    documentation_url: https://github.com/c0b41/musixmatch\n    platform: JavaScript\n    author: c0b41\n    stargazers_count: 13\n  - name: Musixmatch Python SDK by Luca De Vitis\n    documentation_url: https://github.com/monkeython/musixmatch\n    platform: Python\n    author: monkeython\n    stargazers_count: 13\n  - name: Musixmatch iOS SDK by Musixmatch\n    documentation_url: https://developer.musixmatch.com/documentation/ios-lyrics-extension\n    platform: Objective-C\n"
  },
  {
    "path": "collection/my-anime-list-api.yaml",
    "content": "name: My Anime List API\nslug: my-anime-list-api\ndescription: Jikan is an unofficial MyAnimeList REST based API\ncategories:\n  - Entertainment\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/my-anime-list-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://jikan.moe/\n"
  },
  {
    "path": "collection/myanimelist.yaml",
    "content": "name: MyAnimeList\nslug: myanimelist\ndescription: MyAnimeList.net official API\ncategories:\n  - Comics & Anime\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/myanimelist/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://myanimelist.net/clubs.php?cid=13727\nlibraries:\n  - name: Minoshiro Python SDK by Minoshiro\n    documentation_url: https://github.com/Mino-shiro/Minoshiro\n    platform: Python\n    stargazers_count: 13\n  - name: Hakuchou iOS SDK by MAL Updater OS X\n    documentation_url: https://github.com/Atelier-Shiori/Hakuchou\n    platform: Objective-C\n    stargazers_count: 2\n  - name: MyAnimeList Java SDK by Chris Allen\n    documentation_url: https://github.com/thegreatchrispy/mal4j\n    platform: Java\n    author: thegreatchrispy\n    stargazers_count: 0\n  - name: MyAnimeList Java SDK by Ben Doerr\n    documentation_url: https://github.com/bendoerr/mal-java-client\n    platform: Java\n    author: bendoerr\n    stargazers_count: 3\n  - name: MyAnimeList Node.js SDK by Josselin BUILS\n    documentation_url: https://github.com/josselinbuils/MALVApi\n    platform: Node.js\n    author: josselinbuils\n    stargazers_count: 0\n  - name: MyAnimeList Node.js SDK by Vaughan Hilts\n    documentation_url: https://github.com/hilts-vaughan/otaku-scraper\n    platform: Node.js\n    author: hilts-vaughan\n    stargazers_count: 2\n  - name: MyAnimeList Python SDK by lofdat\n    documentation_url: https://github.com/lofdat/YetAnotherMALAPI\n    platform: Python\n    author: lofdat\n    stargazers_count: 1\n  - name: MyAnimeList Node.js SDK by Pratik Chaudhary\n    documentation_url: https://github.com/abs-zero/node-mal\n    platform: Node.js\n    author: aeruhxi\n    stargazers_count: 2\n  - name: MyAnimeList Java SDK by bunuble\n    documentation_url: https://github.com/bunuble/MAL-Java-Wrapper\n    platform: Java\n  - name: MyAnimeList Node.js SDK by Julien\n    documentation_url: https://github.com/jballanger/chinmei\n    platform: Node.js\n    author: jballanger\n    stargazers_count: 3\n  - name: MyAnimeList Java SDK by Barracuda72\n    documentation_url: https://github.com/Barracuda72/MALApi\n    platform: Java\n    author: Barracuda72\n    stargazers_count: 0\n  - name: MyAnimeList Swift SDK by nktn\n    documentation_url: https://github.com/nktn/MalKit\n    platform: Swift\n    author: nktn\n    stargazers_count: 5\n  - name: MyAnimeList Node.js SDK by Chris Alderson\n    documentation_url: https://github.com/ChrisAlderson/mal-api\n    platform: Node.js\n    author: ChrisAlderson\n    stargazers_count: 8\n  - name: MyAnimeList C# SDK by William Santana\n    documentation_url: https://github.com/wmer/MyAnimeListApiConsumer\n    platform: C#\n    author: wmer\n    stargazers_count: 0\n  - name: MyAnimeList PHP SDK by animelist\n    documentation_url: https://github.com/animelist/mal-api\n    platform: PHP\n    stargazers_count: 1\n  - name: MyAnimeList Go SDK by Anime Notifier\n    documentation_url: https://github.com/animenotifier/mal\n    platform: Go\n    stargazers_count: 5\n  - name: MyAnimeList Ruby SDK by Oli4242\n    documentation_url: https://github.com/Oli4242/myanimelist_client\n    platform: Ruby\n    author: Oli4242\n    stargazers_count: 0\n  - name: MyAnimeList Java SDK by Joel Rousseau\n    documentation_url: https://github.com/v4lproik/myanimelist-api\n    platform: Java\n    author: v4lproik\n    stargazers_count: 0\n  - name: MyAnimeList .NET SDK by Sung Kim\n    documentation_url: https://github.com/dance2die/MyAnimeListSharp\n    platform: .Net\n    author: dance2die\n    stargazers_count: 13\n  - name: MyAnimeList Python SDK by Byron Vanstien\n    documentation_url: https://github.com/GetRektByMe/Pyanimelist\n    platform: Python\n    author: byronvanstien\n    stargazers_count: 9\n  - name: MyAnimeList Ruby SDK by Corey Roberts\n    documentation_url: https://github.com/croberts22/railgun\n    platform: Ruby\n    author: croberts22\n    stargazers_count: 9\n  - name: MyAnimeList Node.js SDK by João Ferreira\n    documentation_url: https://github.com/lubien/popura\n    platform: Node.js\n    author: lubien\n    stargazers_count: 30\n  - name: MyAnimeList Go SDK by Stratos Neiros\n    documentation_url: https://github.com/nstratos/go-myanimelist\n    platform: Go\n    author: nstratos\n    stargazers_count: 19\n  - name: MyAnimeList Ruby SDK by Harvey Ico\n    documentation_url: https://github.com/harveyico/myanimelist\n    platform: Ruby\n    author: harveyico\n    stargazers_count: 22\n  - name: MyAnimeList Python SDK by May\n    documentation_url: https://pypi.python.org/pypi/spice-api/1.0.3\n    source_code_url: https://github.com/Utagai/spice\n    platform: Python\n    author: Utagai\n    stargazers_count: 29\n"
  },
  {
    "path": "collection/myanmar.yaml",
    "content": "name: Myanmar\nslug: myanmar\ndescription: Central bank of New Myanmar\ncategories:\n  - Government\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://forex.cbm.gov.mm/api/\n"
  },
  {
    "path": "collection/mysocialapp.yaml",
    "content": "name: MySocialApp\nslug: mysocialapp\ndescription: Build scalable news feed for your app. MySocialApp is simple, powerful APIs are used by some of the largest\n  and most popular apps. Save months of development headache and focus on what makes your app unique. SDK available for\n  Android, iOS, Java, Swift, Kotlin, Javascript, Ruby, Go, Python, PHP. . Seamless Social Networking features, API, SDK\n  for any app\ncategories:\n  - Chats & Messaging\n  - Development\n  - Social\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/mysocialapp/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://mysocialapp.io\nlibraries:\n  - name: MySocialApp Java SDK\n    documentation_url: https://docs.mysocialapp.io/docs/quick-start-java\n    platform: Java\n  - name: MySocialApp iOS SDK\n    documentation_url: https://github.com/MySocialApp/mysocialapp-swift-client\n    platform: Objective-C, Swift\n    stargazers_count: 5\n  - name: MySocialApp Android SDK\n    documentation_url: https://docs.mysocialapp.io/docs/quick-start-android\n    source_code_url: https://github.com/MySocialApp/mysocialapp-java-client\n    platform: Java, Kotlin\n    stargazers_count: 5\n"
  },
  {
    "path": "collection/n8n.yaml",
    "content": "name: n8n\nslug: n8n\ndescription: n8n's REST API manages workflows, executions, credentials, and users on the open-source workflow automation platform. Self-host or use n8n Cloud for fair-code automation.\ncategories:\n  - Development\n  - Business\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://docs.n8n.io/api\n  - name: API Reference\n    url: https://docs.n8n.io/api/api-reference\n"
  },
  {
    "path": "collection/nager-date.yaml",
    "content": "name: Nager.Date\nslug: nager-date\ndescription: Worldwide public holidays API\ncategories:\n  - Calendar & Time\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://date.nager.at\n"
  },
  {
    "path": "collection/namedays-calendar.yaml",
    "content": "name: Namedays Calendar\nslug: namedays-calendar\ndescription: API returns namedays for various countries\ncategories:\n  - Calendar & Time\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://api.abalin.net/\n"
  },
  {
    "path": "collection/namomemes.yaml",
    "content": "name: NaMoMemes\nslug: namomemes\ndescription: Is a description required ? Hail NaMo ! Contribute to theIYD/NaMoMemes development by creating an account on GitHub\ncategories:\n  - Health\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/namomemes/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://github.com/theIYD/NaMoMemes\n"
  },
  {
    "path": "collection/nasa-apod-unofficial-api.yaml",
    "content": "name: NASA APOD (unofficial API)\nslug: nasa-apod-unofficial-api\ndescription: What's this API for? This API is for fetching data from NASA's APOD website - a popular service showing the\n  most beautiful astronomical photographs in the world. The data is returned in JSON format\ncategories:\n  - Science & Math\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://apodapi.herokuapp.com/\n"
  },
  {
    "path": "collection/nasa.yaml",
    "content": "name: NASA\nslug: nasa\ndescription: Get NASA data, including imagery, list of asteroids based on their closest approach date to Earth and much\n  more. Generate API Key Loading signup form\ncategories:\n  - Science & Math\n  - Maps & Geo\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://api.nasa.gov/index.html\nlibraries:\n  - name: NASA WorldWind Android SDK\n    documentation_url: https://github.com/NASAWorldWind/WorldWindAndroid\n    platform: Java\n    stargazers_count: 199\n  - name: NASA WorldWind Java SDK\n    documentation_url: https://github.com/NASAWorldWind/WorldWindJava\n    platform: Java\n    stargazers_count: 518\n  - name: NASA WorldWind JavaScript SDK\n    documentation_url: https://github.com/NASAWorldWind/WebWorldWind\n    platform: JavaScript\n    stargazers_count: 619\n  - name: NASA NodeJS SDK by AJ Funk\n    documentation_url: https://github.com/AJFunk/nasa-sdk\n    platform: Node.js\n    author: AJFunk\n    stargazers_count: 43\n"
  },
  {
    "path": "collection/national-bank-of-ukraine.yaml",
    "content": "name: National Bank of Ukraine\nslug: national-bank-of-ukraine\ndescription: National Bank of Ukraine\ncategories:\n  - Government\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://bank.gov.ua/control/en/publish/article?art_id=25365630\n"
  },
  {
    "path": "collection/national-flood-data-us.yaml",
    "content": "name: National Flood Data (US)\nslug: national-flood-data-us\ndescription: The FEMA Flood Map API offers up-to-date FEMA flood zone maps and data that can be easily embedded into\n  partners' products or workflow\ncategories:\n  - Other\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://nationalflooddata.com/flood/\n"
  },
  {
    "path": "collection/national-vulnerability-database.yaml",
    "content": "name: National Vulnerability Database\nslug: national-vulnerability-database\ndescription: Information Technology Laboratory (ITL) National Vulnerability Database (NVD) Announcement and Discussion\n  Lists General Questions & Webmaster Contact Email:nvd@nist. gov Incident Response Assistance.\ncategories:\n  - Security\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/national-vulnerability-database/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://nvd.nist.gov/vuln/Data-Feeds/JSON-feed-changelog\n"
  },
  {
    "path": "collection/nationalize-io.yaml",
    "content": "name: Nationalize.io\nslug: nationalize-io\ndescription: Free API to check and predict the nationality of a name\ncategories:\n  - Development\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://nationalize.io\n"
  },
  {
    "path": "collection/naver-captcha.yaml",
    "content": "name: Naver Captcha\nslug: naver-captcha\ndescription: The image capturing function used by Naver Service can be used for customer service to identify people and\n  computers to prevent abusing\ncategories:\n  - Captcha\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/naver-captcha/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developers.naver.com/products/captcha\n"
  },
  {
    "path": "collection/naver-login-for-apps.yaml",
    "content": "name: Naver Login for Apps\nslug: naver-login-for-apps\ndescription: Access to Naver’s Authentication API. 네이버 아이디로 로그인 별도의 아이디, 비밀번호없이 네이버 아이디로 간편하게 외부 서비스에 로그인 할 수 있도록 하는\n  서비스입니다. 이용자는 복잡하고 번거로운 회원 가입 절차 없이 편하게 서비스를 이용하고, 사업자는 회원 가입, 로그인에 대한 허들을 낮춰 회원수\ncategories:\n  - Authentication & User Management\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/naver-login-for-apps/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developers.naver.com/products/login/api\n"
  },
  {
    "path": "collection/naver-url-shortener.yaml",
    "content": "name: Naver URL Shortener\nslug: naver-url-shortener\ndescription: Access to Naver’s URL shortening API. 단축URL 웹 페이지의 링크 정보는 매우 긴 경우가 많습니다. 단축 URL API는 긴 URL을 짧은 형태로 줄여주어 글자\n  수에 제한이 있는 SMS를 전송하거나 SNS를 이용할 때 부담을 줄일 수 있습니다. 보안 이슈나 유해성이 필터링된 URL만 생성할 수 있는\ncategories:\n  - URLs\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/naver-url-shortener/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developers.naver.com/products/shortenurl\n"
  },
  {
    "path": "collection/navitia.yaml",
    "content": "name: Navitia\nslug: navitia\ndescription: The open API for building cool stuff with transport data\ncategories:\n  - Transportation\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://api.navitia.io/\n"
  },
  {
    "path": "collection/nba-stats.yaml",
    "content": "name: NBA Stats\nslug: nba-stats\ndescription: Current and historical NBA Statistics\ncategories:\n  - Sport & Fitness\ntype: REST\nis_free: false\ncontact: contact@namsor.com\nlinks:\n  - name: Docs / Website\n    url: https://any-api.com/nba_com/nba_com/docs/API_Description\n"
  },
  {
    "path": "collection/neobi.yaml",
    "content": "name: Neobi\nslug: neobi\ndescription: A comprehensive Cannabis database includes products, prices, stock and inventory status, images, Producer\n  and Brand information and other metadata. Get relevant, accurate and fresh Cannabis data from Neobi, that can\n  integrate with any application. Consolidate your data with our cutting-edge technology\ncategories:\n  - Other\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://neobi.io/\n"
  },
  {
    "path": "collection/neon.yaml",
    "content": "name: Neon\nslug: neon\ndescription: Neon's API manages serverless Postgres databases, branches, compute endpoints, and projects. Neon offers database branching, autoscaling, and scale-to-zero for modern apps.\ncategories:\n  - Development\n  - Databases\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://neon.tech/docs\n  - name: API Reference\n    url: https://api-docs.neon.tech/reference\n"
  },
  {
    "path": "collection/netflix-api.yaml",
    "content": "name: Netflix API\nslug: netflix-api\ndescription: The service that handles the (sign-up, discovery and playback) traffic from all devices from all users.\n  Netflix Open Source\ncategories:\n  - Video & Media\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://netflix.github.io/\n"
  },
  {
    "path": "collection/netflix-roulette.yaml",
    "content": "name: Netflix Roulette\nslug: netflix-roulette\ndescription: Wondering what to watch? Let Netflix Roulette pick a movie or TV show randomly from the Netflix catalog,\n  filter IMDB score, and watch instantly. Will let you access Netflix database (which is not open anymore)\ncategories:\n  - Entertainment\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://reelgood.com/roulette/netflix\nlibraries:\n  - name: Netflix Roulette Nim SDK by Adam Chesak\n    documentation_url: https://github.com/achesak/nim-netflixroulette\n    platform: Unspecified\n    author: achesak\n    stargazers_count: 0\n  - name: Netflix Roulette Go SDK by Julián Reyes\n    documentation_url: https://github.com/jreyeshdez/goroulette\n    platform: Go\n    author: jreyeshdez\n    stargazers_count: 1\n  - name: Netflix Roulette PHP SDK by Luis Filipe Lima dos Santos Sousa\n    documentation_url: https://github.com/lionphilips/netflix-client\n    platform: PHP\n  - name: Netflix Roulette PHP SDK by Gabriel de Tassigny\n    documentation_url: https://github.com/gabriel-detassigny/netflix-roulette\n    platform: PHP\n    author: gabriel-detassigny\n    stargazers_count: 1\n  - name: Netflix Roulette Go SDK by Elijah Wilson\n    documentation_url: https://github.com/tizz98/go-netflix-roulette\n    platform: Go\n    author: tizz98\n    stargazers_count: 2\n  - name: Netflix Roulette Ruby SDK by doesterr\n    documentation_url: https://github.com/doesterr/netflix_roulette\n    platform: Ruby\n    author: doesterr\n    stargazers_count: 2\n  - name: Netflix Roulette Node.js SDK by Enzo Toshio\n    documentation_url: https://github.com/enzotoshio/netflixSearch\n    platform: Node.js\n    author: enzotoshio\n    stargazers_count: 4\n  - name: Netflix Roulette Python SDK by Elijah Wilson\n    documentation_url: https://github.com/tizz98/netflix_roulette\n    platform: Python\n    author: tizz98\n    stargazers_count: 9\n"
  },
  {
    "path": "collection/new-relic.yaml",
    "content": "name: New Relic\nslug: new-relic\ndescription: New Relic's API provides access to application performance metrics, errors, infrastructure health, alerts, and dashboards. Automate observability and integrate monitoring workflows.\ncategories:\n  - Analytics\n  - Development\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://docs.newrelic.com/docs/apis/intro-apis/introduction-new-relic-apis\n  - name: NerdGraph (GraphQL)\n    url: https://docs.newrelic.com/docs/apis/nerdgraph/get-started/introduction-new-relic-nerdgraph\n"
  },
  {
    "path": "collection/new-york-times.yaml",
    "content": "name: New York Times\nslug: new-york-times\ndescription: Article search, best sellers, campaign finance, community, most popular, real estate, movie reviews, NY\n  state legislature, Times newswire, tags, people\ncategories:\n  - News & Feeds\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://developer.nytimes.com/\n"
  },
  {
    "path": "collection/new-zealand.yaml",
    "content": "name: Central bank of New Zealand\nslug: new-zealand\ndescription: Central bank of New Zealand\ncategories:\n  - Government\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.rbnz.govt.nz/statistics\n"
  },
  {
    "path": "collection/newsapi.yaml",
    "content": "name: NewsAPI\nslug: newsapi\ndescription: Search worldwide news articles and headlines from all over the web in real-time with our free News API. 70+\n  news sources and their headlines, one API\ncategories:\n  - Search\n  - News & Feeds\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/newsapi/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://newsapi.org/\nlibraries:\n  - name: \"News CSharp SDK \"\n    documentation_url: https://newsapi.org/docs/client-libraries/csharp\n    source_code_url: https://github.com/News-API-gh/News-API-csharp\n    platform: C#\n    author: News-API-gh\n    stargazers_count: 32\n  - name: News Python SDK by mattlisiv\n    documentation_url: https://newsapi.org/docs/client-libraries/python\n    source_code_url: https://github.com/mattlisiv/newsapi-python\n    platform: Python\n    author: mattlisiv\n    stargazers_count: 195\n  - name: \"News Ruby SDK \"\n    documentation_url: https://newsapi.org/docs/client-libraries/ruby\n    source_code_url: https://github.com/olegmikhnovich/News-API-ruby\n    platform: Ruby\n    author: olegmikhnovich\n    stargazers_count: 19\n  - name: News Node.js SDK by bzarras\n    documentation_url: https://newsapi.org/docs/client-libraries/node-js\n    platform: Node.js\n"
  },
  {
    "path": "collection/newscatcherapi.yaml",
    "content": "name: NewsCatcherAPI\nslug: newscatcherapi\ndescription: Search news articles from all over the world in real-time with News API. News API to find news articles by\n  any topic, country, language, website or keyword\ncategories:\n  - News & Feeds\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/newscatcherapi/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://newscatcherapi.com/news-api\n"
  },
  {
    "path": "collection/newseum-newsmania.yaml",
    "content": "name: Newseum NewsMania\nslug: newseum-newsmania\ndescription: Gives you access to 1000s of Trivia questions. Your browser will redirect to your requested content\n  shortly. This process is automatic. Please allow\ncategories:\n  - Games\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.newseum.org/newsmania/\n"
  },
  {
    "path": "collection/newstack.yaml",
    "content": "name: NewStack\nslug: newstack\ndescription: Vendors offer a variety of methods and capabilities that allow devices to talk to each other and\n  cloud/Web-based services. The picture is a bit blurry at the moment, at least in my mind, on …. Internet of Things\n  APIs are gaining a lot of attention lately and companies are jumping into the fray with both feet\ncategories:\n  - Finance & Economics\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/newstack/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://thenewstack.io/the-different-flavors-of-iot-apis/\n"
  },
  {
    "path": "collection/newton.yaml",
    "content": "name: Newton\nslug: newton\ndescription: A really micro micro-service for advanced math\ncategories:\n  - Science & Math\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://newton.now.sh/\n"
  },
  {
    "path": "collection/nexchange.yaml",
    "content": "name: Nexchange\nslug: nexchange\ndescription: API for crypto currency exchange.\ncategories:\n  - Blockchain & Cryptocurrencies\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://nexchange2.docs.apiary.io/\nlibraries:\n  - name: Nexchange Python SDK by onitsoft\n    documentation_url: https://github.com/onitsoft/nexchange-sdk-python/blob/master/README.md\n    source_code_url: https://github.com/onitsoft/nexchange-sdk-python\n    platform: Python\n    stargazers_count: 1\n  - name: Nexchange Go SDK by onitsoft\n    documentation_url: https://github.com/onitsoft/nexchange-sdk-go/blob/master/README.md\n    source_code_url: https://github.com/onitsoft/nexchange-sdk-go\n    platform: Go\n    stargazers_count: 1\n"
  },
  {
    "path": "collection/nexmo.yaml",
    "content": "name: Nexmo\nslug: nexmo\ndescription: Make and receive phone calls, send and receive SMS worldwide. Libraries in Node, Ruby, Java, PHP, .NET &\n  Python. Get guides and code snippets, browse reference documentation, and more to develop connected applications with\n  Vonage APIs and SDKs\ncategories:\n  - Email & SMS\n  - Voice\n  - Chats & Messaging\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/nexmo/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developer.nexmo.com\nlibraries:\n  - name: Vonage PHP SDK by Connect Corp\n    documentation_url: https://github.com/ConnectCorp/nexmo-client\n    platform: PHP\n    stargazers_count: 16\n  - name: Vonage SMS PHP SDK by Darren Whitlen\n    documentation_url: https://github.com/prawnsalad/Nexmo-PHP-lib\n    platform: PHP\n    author: prawnsalad\n    stargazers_count: 122\n  - name: Vonage SMS CodeIgniter PHP SDK by Bo-Yi Wu\n    documentation_url: https://github.com/appleboy/CodeIgniter-Nexmo-Message\n    platform: PHP\n    author: appleboy\n    stargazers_count: 49\n  - name: Vonage Ruby SDK\n    documentation_url: https://github.com/Nexmo/nexmo-ruby\n    source_code_url: https://rubygems.org/gems/nexmo\n    platform: Ruby\n    stargazers_count: 0\n  - name: Vonage NodeJS SDK\n    documentation_url: https://github.com/Nexmo/nexmo-node\n    source_code_url: https://www.npmjs.com/package/nexmo\n    platform: JavaScript, Node.js\n    stargazers_count: 1\n  - name: Vonage SMS NodeJS SDK by Aaron Blakely\n    documentation_url: https://github.com/ablakely/node-nexmo\n    platform: JavaScript, Node.js\n    author: ablakely\n    stargazers_count: 24\n  - name: Vonage SMS Python SDK by Marco Londero\n    documentation_url: https://github.com/marcuz/libpynexmo\n    platform: Python\n    author: marcuz\n    stargazers_count: 65\n  - name: Vonage SMS Perl SDK by Renee Baecker\n    documentation_url: https://github.com/reneeb/perl-Nexmo-SMS\n    platform: PERL\n    author: reneeb\n    stargazers_count: 5\n  - name: Nexmo C# Library by Jan Welker\n    platform: C#\n  - name: Nexmo Perl Library by Renee Backer\n    platform: PERL\n  - name: Nexmo Python Library by Marco Londero\n    platform: Python\n  - name: Nexmo Node.js Library by Aaron Blakely\n    platform: Node.js\n  - name: Nexmo Node.js Library by Prabhu Velayutham\n    platform: Node.js\n  - name: Nexmo Ruby Library by Tim Craft\n    platform: Ruby\n  - name: Nexmo PHP Library by Bo-Yi Wu\n    platform: PHP\n  - name: Nexmo PHP Library by Darren\n    platform: PHP\n  - name: Nexmo PHP Library by Connect Corp\n    platform: PHP\n  - name: Nexmo C# Library by Jan Welker\n    platform: C#\n  - name: Nexmo Perl Library by Renee Backer\n    platform: PERL\n  - name: Nexmo Python Library by Marco Londero\n    platform: Python\n  - name: Nexmo Node.js Library by Aaron Blakely\n    platform: Node.js\n  - name: Nexmo Node.js Library by Prabhu Velayutham\n    platform: Node.js\n  - name: Nexmo Ruby Library by Tim Craft\n    platform: Ruby\n  - name: Nexmo PHP Library by Bo-Yi Wu\n    platform: PHP\n  - name: Nexmo PHP Library by Darren\n    platform: PHP\n  - name: Nexmo PHP Library by Connect Corp\n    platform: PHP\n"
  },
  {
    "path": "collection/nfl-arrests.yaml",
    "content": "name: Nfl Arrests\nslug: nfl-arrests\ndescription: NFL Arrest provides an interactive visualized database of National Football League player Arrests & Charges.\ncategories:\n  - Sport & Fitness\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://www.nflarrest.com/\n"
  },
  {
    "path": "collection/nhl-records-and-stats.yaml",
    "content": "name: NHL Records and Stats\nslug: nhl-records-and-stats\ndescription: Documenting the publicly accessible portions of the NHL API\ncategories:\n  - Sport & Fitness\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/nhl-records-and-stats/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://gitlab.com/dword4/nhlapi\n"
  },
  {
    "path": "collection/nhtsa.yaml",
    "content": "name: NHTSA\nslug: nhtsa\ndescription: Catalog Vehicle Listing (vPIC) Application Programming Interface (API) provides different ways to gather\n  information on Vehicles and their specifications.\ncategories:\n  - Security\n  - Vehicles\n  - Government\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://vpic.nhtsa.dot.gov/api/\n"
  },
  {
    "path": "collection/nicehash.yaml",
    "content": "name: Nicehash\nslug: nicehash\ndescription: Largest Crypto Mining Marketplace\ncategories:\n  - Blockchain & Cryptocurrencies\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.nicehash.com/doc-api\n"
  },
  {
    "path": "collection/nigeria.yaml",
    "content": "name: Nigeria\nslug: nigeria\ndescription: The Official Site of The Central Bank of Nigeria.\ncategories:\n  - Government\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.cbn.gov.ng/rates/\n"
  },
  {
    "path": "collection/nimiq-hub.yaml",
    "content": "name: Nimiq Hub\nslug: nimiq-hub\ndescription: \"Nimiq aims to be the best performing and easiest-to-use decentralized payment protocol ecosystem. The\n  Nimiq Hub API enables website developers to integrate payment with Nimiq into their webapp, shop, and mobile app. It's\n  all open source, the GitHub repository is here: http://github. com/nimiq/hub\"\ncategories:\n  - Blockchain & Cryptocurrencies\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://nimiq.github.io/hub/\n"
  },
  {
    "path": "collection/noaa-climate-data.yaml",
    "content": "name: NOAA Climate Data\nslug: noaa-climate-data\ndescription: Climate Data Online (CDO) provides free access to NCDC's archive of global historical weather and climate\n  data in addition to station history information\ncategories:\n  - Weather\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/noaa-climate-data/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.ncdc.noaa.gov/cdo-web/\n"
  },
  {
    "path": "collection/nokia.yaml",
    "content": "name: Nokia\nslug: nokia\ndescription: Use a set of easy-to-use class and method libraries to build interactive B2B and B2C experiences. Providing\n  a JavaScript places search that can be searched by search term, with a detail search for display by JS widget. HERE\n  Maps API for JavaScript is the simple way to bring HERE location features to your applications\ncategories:\n  - Maps & Geo\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/nokia/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developer.here.com/develop/javascript-api\n"
  },
  {
    "path": "collection/non-working-days.yaml",
    "content": "name: Non-Working Days\nslug: non-working-days\ndescription: Open repository of non-working days ics files. Open repository of non-working days ics files. Contribute to\n  gadael/icsdb development by creating an account on GitHub\ncategories:\n  - Calendar & Time\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/non-working-days/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://github.com/gadael/icsdb\n"
  },
  {
    "path": "collection/nordigen.yaml",
    "content": "name: GoCardless Bank Account Data (Nordigen)\nslug: nordigen\ndescription: GoCardless Bank Account Data API (formerly Nordigen) provides free open banking access to transaction data and account information from 2,500+ European banks via PSD2.\ncategories:\n  - Finance & Economics\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://developer.gocardless.com/bank-account-data/overview\n  - name: API Reference\n    url: https://developer.gocardless.com/bank-account-data/api-reference\n"
  },
  {
    "path": "collection/notepad-api-simplenotes.yaml",
    "content": "name: Notepad Api - Simplenotes\nslug: notepad-api-simplenotes\ndescription: Share the notes with everyone you want.\ncategories:\n  - Social\n  - Documents & Productivity\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://api.simplenotes.cc\n"
  },
  {
    "path": "collection/notion.yaml",
    "content": "name: Notion API\nslug: notion\ndescription: Notion's API provides access to pages, databases, blocks, users, and comments in Notion workspaces. Read and write structured data from Notion databases programmatically.\ncategories:\n  - Documents & Productivity\n  - Databases\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://developers.notion.com\n  - name: API Reference\n    url: https://developers.notion.com/reference/intro\n"
  },
  {
    "path": "collection/noun-project.yaml",
    "content": "name: Noun Project\nslug: noun-project\ndescription: Grab a hold of the World’s Visual Language! Use it in your service or application.\ncategories:\n  - Images & Photography\n  - Art & Design\n  - Visualizations\ntype: REST\nis_free: false\ncontact: support@telnyx.com\nlinks:\n  - name: Docs / Website\n    url: http://api.thenounproject.com/index.html\nlibraries:\n  - name: Noun Project Ruby Gem noun-project-api\n    documentation_url: https://github.com/TailorBrands/noun-project-api\n    source_code_url: http://rubygems.org/gems/noun-project-api/versions/0.0.5\n    platform: Ruby\n    stargazers_count: 21\n"
  },
  {
    "path": "collection/npm-registry.yaml",
    "content": "name: npm Registry\nslug: npm-registry\ndescription: The npm Registry API provides access to package metadata, versions, download counts, and search. Query package information, resolve dependencies, and automate npm package workflows.\ncategories:\n  - Development\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://github.com/npm/registry/blob/main/docs/REGISTRY-API.md\n  - name: Registry API\n    url: https://registry.npmjs.org\n"
  },
  {
    "path": "collection/nppes.yaml",
    "content": "name: NPPES\nslug: nppes\ndescription: National Plan & Provider Enumeration System, info on healthcare providers registered in US\ncategories:\n  - Health\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/nppes/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://npiregistry.cms.hhs.gov/registry/help-api\n"
  },
  {
    "path": "collection/npr-api.yaml",
    "content": "name: NPR API\nslug: npr-api\ndescription: \"NPR's API is a content API, which essentially provides a structured way for other computer applications to\n  get NPR stories in a predictable, flexible and powerful way. NPR One is 21st-century radio: apersonalized news\n  listening experience that gets better everyday\"\ncategories:\n  - Music & Audio\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/npr-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://dev.npr.org/\n"
  },
  {
    "path": "collection/nudity-detection-api.yaml",
    "content": "name: Nudity Detection Api\nslug: nudity-detection-api\ndescription: io detects nudity in images and helps to recognise and filter undesired content. uploadfilter. io offers\n  you a powerful & realtime JSON REST API that detects nudity in images and helps you to moderate user generated content\ncategories:\n  - Images & Photography\n  - Recognition\n  - AI & ML\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/nudity-detection-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://uploadfilter.io\n"
  },
  {
    "path": "collection/numbers-api.yaml",
    "content": "name: Numbers Api\nslug: numbers-api\ndescription: Numbers. Number of the day, random number generation , number facts and anything else you want to do with numbers.\ncategories:\n  - Science & Math\n  - Education\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/numbers-api/logo_256x256.png\ncontact: apisupport@mastercard.com\nlinks:\n  - name: Docs / Website\n    url: https://math.tools/api/numbers/\n"
  },
  {
    "path": "collection/numbers.yaml",
    "content": "name: Numbers\nslug: numbers\ndescription: An API for interesting facts about numbers. An API for interesting facts about numbers\ncategories:\n  - Random\n  - Fun\n  - Science & Math\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://numbersapi.com\n"
  },
  {
    "path": "collection/numvalidate.yaml",
    "content": "name: NumValidate\nslug: numvalidate\ndescription: Free and open source REST API that provides a simple yet effective way to validate and format a phone number\ncategories:\n  - Validation & Verification\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://numvalidate.com\n"
  },
  {
    "path": "collection/numverify.yaml",
    "content": "name: numverify\nslug: numverify\ndescription: Free, powerful JSON API offering international and national phone number validation and carrier, location\n  and line type lookup for developers and businesses.\ncategories:\n  - Validation & Verification\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/numverify/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://numverify.com\n"
  },
  {
    "path": "collection/nutritionix.yaml",
    "content": "name: Nutritionix\nslug: nutritionix\ndescription: Add robust nutrition tracking capability to any health app.\ncategories:\n  - Sport & Fitness\n  - Health\n  - Food & Drinks\n  - Bar & QR Codes\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developer.nutritionix.com/\nlibraries:\n  - name: Nutritionix Python SDK by Lee Trout\n    documentation_url: https://github.com/leetrout/python-nutritionix\n    platform: Python\n    author: leetrout\n    stargazers_count: 29\n  - name: Nutritionix PHP SDK by Leejay Gajitos\n    documentation_url: https://github.com/nutritionix/api-library-php\n    platform: PHP\n    stargazers_count: 6\n  - name: Nutritionix Node.js SDK by James R. Qualls\n    documentation_url: https://www.npmjs.com/package/nutritionix\n    platform: Node.js\n  - name: Nutritionix iOS SDK by Peter Kasson\n    documentation_url: https://github.com/pkasson/nutritionix_iOS_lib\n    platform: Objective-C\n    author: pkasson\n    stargazers_count: 11\n  - name: Nutritionix .NET SDK by Carolyn Van Slyck\n    documentation_url: https://github.com/carolynvs/nutritionix\n    platform: .Net\n    author: carolynvs\n    stargazers_count: 8\n  - name: Nutritionix Ruby SDK by JigneshGohel\n    documentation_url: https://github.com/JigneshGohel-BoTreeConsulting/nutritionix-api-ruby-library/tree/api_v_1_1\n    platform: Ruby\n    author: JigneshGohel-BoTreeConsulting\n    stargazers_count: 1\n"
  },
  {
    "path": "collection/nylas-email-api.yaml",
    "content": "name: Nylas Email Api\nslug: nylas-email-api\ndescription: Email API to integrate 100% of Email Services Providers directly into your app. The Nylas SDKs enable you\n  to use Python, JavaScript, and Ruby to quickly integrate email, calendar, and contacts from 100% of providers\n  including Gmail, Outlook, Office 365, Microsoft Exchange, and more\ncategories:\n  - Email & SMS\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/nylas-email-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.nylas.com/sdks/\n"
  },
  {
    "path": "collection/objectcut.yaml",
    "content": "name: ObjectCut\nslug: objectcut\ndescription: Automatic background removal real-time service powered by AI. Automatic background removal service powered\n  by AI. From an input image given its public-accessible URL or being the image itself, ObjectCut returns the same image\n  but without background\ncategories:\n  - AI & ML\n  - Art & Design\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/objectcut/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://objectcut.com\n"
  },
  {
    "path": "collection/oddsapi.yaml",
    "content": "name: Oddsapi\nslug: oddsapi\ndescription: Sports data API provides live and historical sports data from all around the world. Data sets are updated in realtime.\ncategories:\n  - Casino & Gambling\n  - Sport & Fitness\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://sportdataapi.com\n"
  },
  {
    "path": "collection/odweather.yaml",
    "content": "name: ODWeather\nslug: odweather\ndescription: Weather for boating\ncategories:\n  - Weather\ntype: REST\nis_free: false\ncontact: matiasbonet@oceandrivers.com\nspecification:\n  type: swagger\n  url: https://api.oceandrivers.com/static/resources.json\n  version: https://api.oceandrivers.com/static/resources.json\nlinks:\n  - name: Docs / Website\n    url: http://api.oceandrivers.com/static/docs.html\n"
  },
  {
    "path": "collection/okta.yaml",
    "content": "name: Okta\nslug: okta\ndescription: Okta's API manages users, groups, applications, and authentication policies for enterprise identity. Build SSO, MFA, and lifecycle management integrations with the Okta Identity Platform.\ncategories:\n  - Authentication & User Management\n  - Security\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developer.okta.com/docs/reference\n  - name: API Reference\n    url: https://developer.okta.com/docs/reference/core-okta-api\n"
  },
  {
    "path": "collection/okx-api.yaml",
    "content": "name: OKX\nslug: okx-api\ndescription: OKX's API provides spot, futures, options, and DeFi trading with real-time market data and account management. One of the world's largest crypto exchanges with extensive financial products.\ncategories:\n  - Blockchain & Cryptocurrencies\n  - Finance & Economics\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://www.okx.com/docs-v5/en\n  - name: API Reference\n    url: https://www.okx.com/docs-v5/en/#order-book-trading-market-data\n"
  },
  {
    "path": "collection/ola.yaml",
    "content": "name: Ola\nslug: ola\ndescription: |-\n  Ola is India’s most popular cab booking app with availability of rides in more than 100 cities across India. \n  - RIDE AVAILABILITY\n  - RIDE ESTIMATE\n  - RIDE BOOKING\n  - RIDE TRACKING\ncategories:\n  - Transportation\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developers.olacabs.com/\n"
  },
  {
    "path": "collection/omdb.yaml",
    "content": "name: OMDB\nslug: omdb\ndescription: The Open Movie Database. The OMDb API is a RESTful web service to obtain movie information, all content and\n  images on the site are contributed and maintained by our users.\ncategories:\n  - Search\n  - Entertainment\n  - Video & Media\ntype: REST\nis_free: false\ncontact: bfritz@fadingsignal.com\nspecification:\n  type: swagger\n  url: http://www.omdbapi.com/swagger.json\n  version: http://www.omdbapi.com/swagger.json\nlinks:\n  - name: Docs / Website\n    url: https://www.omdbapi.com/\n"
  },
  {
    "path": "collection/one-map-singapore.yaml",
    "content": "name: One Map, Singapore\nslug: one-map-singapore\ndescription: \"####. #######. ##. Introduction. ###. ########\"\ncategories:\n  - Maps & Geo\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/one-map-singapore/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://docs.onemap.sg/\n"
  },
  {
    "path": "collection/onedrive.yaml",
    "content": "name: OneDrive\nslug: onedrive\ndescription: File storage & sharing\ncategories:\n  - Files & Storage\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://dev.onedrive.com/\nlibraries:\n  - name: OneDrive C# SDK by OneDrive\n    documentation_url: https://github.com/OneDrive/onedrive-sdk-csharp\n    platform: C#\n    stargazers_count: 241\n  - name: OneDrive iOS SDK by OneDrive\n    documentation_url: https://github.com/OneDrive/onedrive-sdk-ios\n    platform: Objective-C\n    stargazers_count: 92\n  - name: OneDrive Android SDK by OneDrive\n    documentation_url: https://github.com/OneDrive/onedrive-sdk-android\n    platform: Java\n    stargazers_count: 111\n  - name: OneDrive Python SDK by OneDrive\n    documentation_url: https://github.com/OneDrive/onedrive-sdk-python\n    platform: Python\n    stargazers_count: 676\n  - name: OneDrive Picker iOS SDK by OneDrive\n    documentation_url: https://dev.onedrive.com/sdks.htm\n    platform: Objective-C\n"
  },
  {
    "path": "collection/onfido.yaml",
    "content": "name: Onfido\nslug: onfido\ndescription: \"Our document verification and facial biometrics technology lets your users verify themselves anywhere,\n  anytime. Document report: Object Results The result field indicates the overall report result. Possible values for\n  Document reports are clear and consider: Report resultclearIf all underlying verifications. Identity verification at\n  the speed of life. It’s as simple as an ID and a selfie\"\ncategories:\n  - Security\n  - Validation & Verification\n  - Authentication & User Management\n  - AI & ML\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/onfido/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://documentation.onfido.com\nlibraries:\n  - name: Onfido Background Checks Android SDK\n    documentation_url: https://github.com/onfido/onfido-android-sdk\n    platform: Java\n    stargazers_count: 85\n  - name: Onfido Background Checks .Net SDK\n    documentation_url: https://github.com/onfido/onfido.net\n    source_code_url: https://www.nuget.org/packages/Onfido.NET\n    platform: .Net\n    stargazers_count: 3\n  - name: Onfido Background Checks Java SDK\n    documentation_url: https://github.com/onfido/api-java-client\n    platform: Java\n    stargazers_count: 4\n  - name: Onfido Background Checks JavaScript SDK\n    documentation_url: https://github.com/onfido/api-javascript-client\n    platform: JavaScript\n    stargazers_count: 3\n  - name: Onfido Background Checks C# SDK\n    documentation_url: https://github.com/onfido/api-csharp-client\n    platform: C#\n  - name: Onfido Background Checks iOS SDK\n    documentation_url: https://github.com/onfido/onfido-ios-sdk\n    platform: Swift\n    stargazers_count: 63\n  - name: \" Onfido Background Checks Go SDK by Outdoorsy\"\n    documentation_url: https://onfido.com/documentation#client-libraries\n    source_code_url: https://github.com/outdoorsy/onfido\n    platform: Go\n  - name: Onfido Background Checks Go SDK\n    documentation_url: https://onfido.com/documentation#go\n    source_code_url: https://github.com/outdoorsy/onfido\n    platform: Go\n  - name: Onfido Background Checks PHP SDK\n    documentation_url: https://onfido.com/documentation#php\n    source_code_url: https://github.com/onfido/php-onfido\n    platform: PHP\n    stargazers_count: 3\n  - name: \" Onfido Background Checks Python SDK\"\n    documentation_url: https://onfido.com/documentation#python\n    source_code_url: https://github.com/onfido/pyonfido\n    platform: Python\n    stargazers_count: 11\n  - name: Onfido Background Checks Ruby SDK by Hassle\n    documentation_url: https://onfido.com/documentation#ruby\n    source_code_url: https://github.com/hvssle/onfido\n    platform: Ruby\n    stargazers_count: 23\n"
  },
  {
    "path": "collection/onfleet-api.yaml",
    "content": "name: Onfleet API\nslug: onfleet-api\ndescription: Onfleet is the easiest way for businesses to manage and analyze their last-mile delivery operations.\n  Dispatch tasks to drivers, monitor their location and status in real-time, and keep customers informed from door to\n  door. Onfleet's API provides programmatic access to our delightful delivery management and analytics solution\ncategories:\n  - Post & Logistics\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://docs.onfleet.com/\n"
  },
  {
    "path": "collection/ontraport.yaml",
    "content": "name: Ontraport\nslug: ontraport\ndescription: Marketing automation\ncategories:\n  - Business\n  - CRM\n  - Marketing & SEO\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://api.ontraport.com/doc/\nlibraries:\n  - name: Ontraport PHP SDK by Ontraport\n    documentation_url: https://github.com/Ontraport/SDK-PHP\n    platform: PHP\n    stargazers_count: 17\n"
  },
  {
    "path": "collection/onwater.yaml",
    "content": "name: OnWater\nslug: onwater\ndescription: An API to determine if a point (latitude and longitude) is on water, sea, lake, river, or land\ncategories:\n  - Maps & Geo\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://onwater.io/\n"
  },
  {
    "path": "collection/oopspam.yaml",
    "content": "name: OOPSpam\nslug: oopspam\ndescription: Stop bots and manual spam from reaching you or your customer. All with high accuracy and privacy\ncategories:\n  - Security\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://oopspam.com/\n"
  },
  {
    "path": "collection/open-access-button.yaml",
    "content": "name: Open Access Button\nslug: open-access-button\ndescription: Free, legal research articles delivered instantly or automatically requested from authors.\ncategories:\n  - Content & Dictionaries\n  - Science & Math\n  - Search\n  - News & Feeds\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://openaccessbutton.org/api\n"
  },
  {
    "path": "collection/open-brewery-db.yaml",
    "content": "name: Open Brewery DB\nslug: open-brewery-db\ndescription: The goal of Open Brewery DB is to maintain an open-source, community-driven database on breweries,\n  cideries, brewpubs, and bottleshops\ncategories:\n  - Point of Interest\n  - Food & Drinks\ntype: REST\nis_free: true\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/open-brewery-db/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.openbrewerydb.org\n"
  },
  {
    "path": "collection/open-charge-map.yaml",
    "content": "name: Open Charge Map\nslug: open-charge-map\ndescription: Open Charge Map is a non-commercial, non-profit, electric vehicle data service hosted and supported by a\n  community of businesses, charities, developers and interested parties around the world.\ncategories:\n  - Environment & Nature\n  - Vehicles\n  - Maps & Geo\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/open-charge-map/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://openchargemap.org/site/develop/api\n"
  },
  {
    "path": "collection/open-collective.yaml",
    "content": "name: Open Collective\nslug: open-collective\ndescription: \"Learn more about it here: https://medium. GraphQL API The future of the Open Collective API is our public\n  GraphQL API. You can check the documentation on https://graphql-docs-v2. opencollective. com\"\ncategories:\n  - Social\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/open-collective/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://docs.opencollective.com/help/developers/api\n"
  },
  {
    "path": "collection/open-food-facts.yaml",
    "content": "name: Open Food Facts\nslug: open-food-facts\ndescription: Open Food Facts is a database of food products with ingredients, allergens, nutrition facts and all the\n  tidbits of information we can find on product labels.\ncategories:\n  - Food & Drinks\n  - Sport & Fitness\n  - Statistics & Data\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://en.wiki.openfoodfacts.org/API\nlibraries:\n  - name: Open Food Facts Python SDK\n    documentation_url: https://github.com/openfoodfacts/openfoodfacts-python\n    platform: Python\n    stargazers_count: 123\n  - name: Open Food Facts Elixir SDK\n    documentation_url: https://github.com/openfoodfacts/openfoodfacts-elixir\n    platform: Elixir\n    stargazers_count: 1\n  - name: Open Food Facts Ruby SDK\n    documentation_url: https://github.com/openfoodfacts/openfoodfacts-ruby\n    source_code_url: https://rubygems.org/gems/openfoodfacts\n    platform: Ruby\n    stargazers_count: 23\n  - name: Open Food Facts NodeJS SDK\n    documentation_url: https://github.com/openfoodfacts/openfoodfacts-nodejs\n    platform: JavaScript, Node.js\n    stargazers_count: 18\n  - name: Open Food Facts Go SDK\n    documentation_url: https://github.com/openfoodfacts/openfoodfacts-go\n    platform: Go\n    stargazers_count: 22\n  - name: Open Food Facts PHP SDK\n    documentation_url: https://github.com/openfoodfacts/openfoodfacts-php\n    platform: PHP\n    stargazers_count: 29\n  - name: Open Food Facts Laravel PHP SDK\n    documentation_url: https://github.com/openfoodfacts/openfoodfacts-laravel\n    source_code_url: https://packagist.org/packages/openfoodfacts/openfoodfacts-laravel\n    platform: PHP\n    stargazers_count: 72\n  - name: Open Food Facts iOS SDK\n    documentation_url: https://github.com/openfoodfacts/openfoodfacts-ios\n    platform: Swift\n    stargazers_count: 190\n  - name: Open Food Facts Dart SDK\n    documentation_url: https://github.com/openfoodfacts/openfoodfacts-dart\n    platform: Dart\n    stargazers_count: 49\n"
  },
  {
    "path": "collection/open-government-australia.yaml",
    "content": "name: Open Government, Australia\nslug: open-government-australia\ndescription: Australian Government Open Data\ncategories:\n  - Government\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.data.gov.au/\n"
  },
  {
    "path": "collection/open-government-belgium.yaml",
    "content": "name: Open Government, Belgium\nslug: open-government-belgium\ndescription: The Belgian Open Data Initiative. The Belgian Open Data Initiative\ncategories:\n  - Government\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://data.gov.be/\n"
  },
  {
    "path": "collection/open-government-canada.yaml",
    "content": "name: Open Government, Canada\nslug: open-government-canada\ndescription: Collaborative open source project led by the Government of Canada\ncategories:\n  - Government\n  - Statistics & Data\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://open.canada.ca/en\n"
  },
  {
    "path": "collection/open-government-france.yaml",
    "content": "name: Open Government, France\nslug: open-government-france\ndescription: data. gouv. fr accueil. data\ncategories:\n  - Government\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/open-government-france/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.data.gouv.fr/\n"
  },
  {
    "path": "collection/open-government-india.yaml",
    "content": "name: Open Government, India\nslug: open-government-india\ndescription: \"The requested URL was rejected. Please consult with your administrator. Your support ID is:\n  15960026853378852649 [Go Back]. The requested URL was rejected. Your support ID is: 2973415432525594328 [Go Back]\"\ncategories:\n  - Government\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://data.gov.in/\n"
  },
  {
    "path": "collection/open-government-italy.yaml",
    "content": "name: Open Government, Italy\nslug: open-government-italy\ndescription: dati. gov. it Il Portale dati. it, gestitodall’Agenzia per l’Italia digitale, è il catalogo nazionale dei\n  metadati relativi ai dati rilasciati in formato aperto dalle pubbliche amministrazioni it\ncategories:\n  - Government\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.dati.gov.it/\n"
  },
  {
    "path": "collection/open-government-new-zealand.yaml",
    "content": "name: Open Government, New Zealand\nslug: open-government-new-zealand\ndescription: govt. nz provides access to guidance, standards, and data from New Zealand government agencies and\n  government-funded projects. data\ncategories:\n  - Government\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/open-government-new-zealand/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.data.govt.nz/\n"
  },
  {
    "path": "collection/open-government-romania.yaml",
    "content": "name: Open Government, Romania\nslug: open-government-romania\ndescription: 2123 SETURI DE DATE 26000 FIȘIERE CORELATE 106 INSTITUȚII 14 GRUPURI 3873 ADRESE DE LEGĂTURĂ EXTERNE\ncategories:\n  - Government\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://data.gov.ro/\n"
  },
  {
    "path": "collection/open-government-taiwan.yaml",
    "content": "name: Open Government, Taiwan\nslug: open-government-taiwan\ndescription: Taiwan's open data and public service APIs\ncategories:\n  - Government\n  - Statistics & Data\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/open-government-taiwan/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://data.gov.tw/\n"
  },
  {
    "path": "collection/open-government-usa.yaml",
    "content": "name: Open Government, USA\nslug: open-government-usa\ndescription: Government’s open data Here you will find data, tools, and resources to conduct research, develop web and\n  mobile applications, design data visualizations, and more. For information regarding the Coronavirus/COVID-19, please\n  visit Coronavirus. gov. The home of the U. The home of the U. S\ncategories:\n  - Government\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.data.gov/\n"
  },
  {
    "path": "collection/open-library.yaml",
    "content": "name: Open Library\nslug: open-library\ndescription: Open Library is an open, editable library catalog, building towards a web page for every book ever\n  published. Read, borrow, and discover more than 3M books for free\ncategories:\n  - Books\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/open-library/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://openlibrary.org/developers/api\n"
  },
  {
    "path": "collection/open-meteo.yaml",
    "content": "name: Open-Meteo\nslug: open-meteo\ndescription: Open-Meteo is a free, open-source weather API with no API key required. Provides hourly and daily forecasts, historical data, and climate projections using multiple weather models.\ncategories:\n  - Weather\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://open-meteo.com/en/docs\n  - name: API Reference\n    url: https://open-meteo.com/en/docs\n"
  },
  {
    "path": "collection/open-movie-database.yaml",
    "content": "name: Open Movie Database\nslug: open-movie-database\ndescription: Attention Users 04/08/19 - Added support for eight digit IMDb IDs. 01/20/19 - Supressed adult content from\n  search results. 01/20/19 - Added Swagger files (YAML, JSON) to expose current API abilitie\ncategories:\n  - Search\n  - Entertainment\n  - Video & Media\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://www.omdbapi.com/\n"
  },
  {
    "path": "collection/open-notify.yaml",
    "content": "name: Open Notify\nslug: open-notify\ndescription: \"API Examples Current ISS Location The International Space Station is moving at close to 28,000 km/h so its\n  location changes really fast! Where is it right now? Documentation: ISS Location Now Examp\"\ncategories:\n  - Space\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://open-notify.org/Open-Notify-API/\nlibraries:\n  - name: Open Notify Python SDK by James Gill\n    documentation_url: https://github.com/thinkhuman?tab=repositories\n    source_code_url: https://github.com/thinkhuman/iss-open-api\n    platform: Python\n    author: thinkhuman\n    stargazers_count: 0\n  - name: Open Notify Javascript SDK by Cat Haines\n    documentation_url: https://github.com/cat-haines/ISS-Pebble-Example/blob/master/README.md\n    source_code_url: https://github.com/cat-haines/ISS-Pebble-Example\n    platform: C\n    author: cat-haines\n    stargazers_count: 1\n  - name: Open Notify Python SDK by brayovsky\n    documentation_url: https://github.com/brayovsky/ISSInfo/blob/master/README.md\n    source_code_url: https://github.com/brayovsky/ISSInfo\n    platform: Python\n    author: brayovsky\n    stargazers_count: 0\n"
  },
  {
    "path": "collection/open-science-framework.yaml",
    "content": "name: Open Science Framework\nslug: open-science-framework\ndescription: OSF is a free, open platform to support your research and enable collaboration.\ncategories:\n  - Files & Storage\n  - Science & Math\n  - Collaboration\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://osf.io/y9jdt/wiki/home/\n"
  },
  {
    "path": "collection/open-skills.yaml",
    "content": "name: Open Skills\nslug: open-skills\ndescription: Skills API. Contribute to workforce-data-initiative/skills-api development by creating an account on GitHub. Skills API\ncategories:\n  - Jobs\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/open-skills/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://github.com/workforce-data-initiative/skills-api/wiki/API-Overview\n"
  },
  {
    "path": "collection/open-street-map.yaml",
    "content": "name: Open Street Map\nslug: open-street-map\ndescription: Purge Help API - Other languages Afrikaans asturianu azərbaycanca Bahasa Indonesia Bahasa Melayu bosanski\n  brezhoneg català čeština dansk Deutsch eesti English español Esperanto euskara français Fry. API access to OSM\ncategories:\n  - Maps & Geo\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/open-street-map/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://wiki.openstreetmap.org/wiki/API\n"
  },
  {
    "path": "collection/open-trivia.yaml",
    "content": "name: Open Trivia\nslug: open-trivia\ndescription: Free to use, user-contributed trivia questions!\ncategories:\n  - Games\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://opentdb.com/api_config.php\n"
  },
  {
    "path": "collection/open-weather.yaml",
    "content": "name: Open Weather\nslug: open-weather\ndescription: >-\n  Simple and fast and free weather API from OpenWeatherMap you have access to current weather data, hourly, 5- and\n  16-day forecasts. Historical weather data for 40 years back for any coordinate. Weather maps, UV Index, air pollution\n   and historical data. Access current weather data for any location on Earth including over 200,000 cities!\ncategories:\n  - Weather\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://openweathermap.org/api\n"
  },
  {
    "path": "collection/open-web-analytics.yaml",
    "content": "name: Open Web Analytics\nslug: open-web-analytics\ndescription: Web Analytics, open sourced. Open Web Analytics is an open source alternative to commercial tools such as\n  Google Analytics. Stay in control of the data you collect about the use of your website or application. Provides a way\n  to request and work with your data outside of the OWA reporting interface\ncategories:\n  - Analytics\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/open-web-analytics/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://github.com/padams/Open-Web-Analytics/wiki/Data-Access-API\n"
  },
  {
    "path": "collection/openai.yaml",
    "content": "name: OpenAI\nslug: openai\ndescription: OpenAI's API provides access to GPT-4o, o-series reasoning models, DALL-E, Whisper, and Embeddings. Build AI-powered applications for text generation, image generation, speech recognition, real-time audio, and web search.\ncategories:\n  - AI & ML\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://platform.openai.com/docs\n  - name: API Reference\n    url: https://platform.openai.com/docs/api-reference\n"
  },
  {
    "path": "collection/openalex.yaml",
    "content": "name: OpenAlex\nslug: openalex\ndescription: OpenAlex is a fully open catalog of the global research system. API provides access to 250M+ academic works, authors, institutions, concepts, and citation graphs.\ncategories:\n  - Science & Math\n  - Books\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://docs.openalex.org\n  - name: API Reference\n    url: https://docs.openalex.org/api-entities/works\n"
  },
  {
    "path": "collection/openapi.yaml",
    "content": "name: OpenAPI\nslug: openapi\ndescription: \"The OpenAPI Specification: a broadly adopted industry standard for describing modern APIs.\"\ncategories:\n  - Development\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/openapi/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.openapis.org\n"
  },
  {
    "path": "collection/openaq.yaml",
    "content": "name: OpenAQ\nslug: openaq\ndescription: Loading\ncategories:\n  - Environment & Nature\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://docs.openaq.org/\n"
  },
  {
    "path": "collection/opencage.yaml",
    "content": "name: OpenCage\nslug: opencage\ndescription: An easy-to-use forward and reverse geocoding API. Worldwide coverage. Affordable, predictable pricing. Open\n  data. An easy-to-use forward and reverse geocoding API\ncategories:\n  - Maps & Geo\ntype: REST\nis_free: yes\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/opencage/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://opencagedata.com\nlibraries:\n  - name: list of 30+ different SDKs (Python, PHP, Java, etc)\n    documentation_url: https://opencagedata.com/sdks\n    platform: many\n"
  },
  {
    "path": "collection/opencorporates.yaml",
    "content": "name: OpenCorporates\nslug: opencorporates\ndescription: World's largest open database of companies\ncategories:\n  - Business\n  - Statistics & Data\n  - Finance & Economics\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://api.opencorporates.com/documentation/API-Reference\n"
  },
  {
    "path": "collection/openfda.yaml",
    "content": "name: openFDA\nslug: openfda\ndescription: openFDA is an Elasticsearch-based API that serves public FDA data about nouns like drugs, devices, and foods.\ncategories:\n  - Food & Drinks\n  - Government\n  - Health\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://open.fda.gov\n"
  },
  {
    "path": "collection/openrates-io.yaml",
    "content": "name: OpenRates.io\nslug: openrates-io\ndescription: Free live exchange rates and currency conversion API for developers. ECB rates JSON API. Live exchange\n  rates and currency conversion API\ncategories:\n  - Finance & Economics\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: http://www.openrates.io/\n"
  },
  {
    "path": "collection/openrouter.yaml",
    "content": "name: OpenRouter\nslug: openrouter\ndescription: OpenRouter provides a unified API to access 100+ AI models from OpenAI, Anthropic, Google, Meta, and more. Route requests to the best model for your use case with a single endpoint.\ncategories:\n  - AI & ML\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://openrouter.ai/docs\n  - name: API Reference\n    url: https://openrouter.ai/docs/api-reference\n"
  },
  {
    "path": "collection/opensea.yaml",
    "content": "name: OpenSea\nslug: opensea\ndescription: OpenSea's API provides NFT metadata, collection stats, listings, offers, and transaction history from the world's largest NFT marketplace across Ethereum, Polygon, and other chains.\ncategories:\n  - Blockchain & Cryptocurrencies\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://docs.opensea.io/reference/api-overview\n  - name: API Reference\n    url: https://docs.opensea.io/reference/get_listings\n"
  },
  {
    "path": "collection/openuv.yaml",
    "content": "name: OpenUV\nslug: openuv\ndescription: The minimalistic JSON real-time UV Index API\ncategories:\n  - Weather\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/openuv/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.openuv.io\n"
  },
  {
    "path": "collection/openverse.yaml",
    "content": "name: Openverse\nslug: openverse\ndescription: Openverse API provides search access to 800M+ openly licensed and public domain images, audio, and other media. Ideal for finding Creative Commons content for reuse.\ncategories:\n  - Images & Photography\n  - Music & Audio\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://api.openverse.org/v1\n  - name: API Reference\n    url: https://api.openverse.org/v1/#tag/images\n"
  },
  {
    "path": "collection/openweathermap.yaml",
    "content": "name: OpenWeatherMap\nslug: openweathermap\ndescription: Simple and fast and free weather API from OpenWeatherMap. With it you have access to current weather data,\n  hourly, 5- and 16-day forecasts. Historical weather data for 40 years back for any coordinate. Weather maps, UV Index,\n  air pollution and historical data\ncategories:\n  - Maps & Geo\n  - Weather\n  - Environment & Nature\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://openweathermap.org/api\nlibraries:\n  - name: OpenWeatherMap Android SDK by Slobodan Antonijević\n    documentation_url: https://jitpack.io/#slobodanantonijevic/OpenWeatherMap-SDK\n    source_code_url: https://github.com/slobodanantonijevic/OpenWeatherMap-SDK\n    platform: Java\n    author: slobodanantonijevic\n    stargazers_count: 1\n  - name: TYPO3 Weather Extension PHP SDK by jweiland\n    documentation_url: https://github.com/jweiland-net/weather2\n    platform: PHP\n    stargazers_count: 5\n  - name: OpenWeatherMap PHP SDK by MonkeyPHP\n    documentation_url: https://packagist.org/packages/monkeyphp/open-weather-map\n    source_code_url: https://github.com/monkeyphp/open-weather-map\n    platform: PHP\n    author: monkeyphp\n    stargazers_count: 0\n  - name: OpenWeatherMap Scala SDK by Snowplow\n    documentation_url: http://snowplowanalytics.com/blog/2015/12/13/scala-weather-0.1.0-released/\n    source_code_url: https://github.com/snowplow/scala-weather\n    platform: Scala\n    stargazers_count: 42\n  - name: OpenWeatherMap Node-RED SDK by dceejay and Nick O'Leary\n    documentation_url: http://flows.nodered.org/node/node-red-node-openweathermap\n    source_code_url: https://github.com/node-red/node-red-web-nodes/tree/master/openweathermap\n    platform: Node.js\n    stargazers_count: 182\n  - name: OpenWeatherMap AngularJS SDK by Jonathan Hornung\n    documentation_url: https://libraries.io/bower/angular-openweathermap-api-factory\n    source_code_url: https://github.com/JohnnyTheTank/angular-openweathermap-api-factory\n    platform: JavaScript\n    author: JohnnyTheTank\n    stargazers_count: 10\n  - name: OpenWeatherMap Go SDK by Brian Downs\n    documentation_url: http://briandowns.github.io/openweathermap/\n    source_code_url: https://github.com/briandowns/openweathermap\n    platform: Go\n    author: briandowns\n    stargazers_count: 159\n  - name: OpenWeatherMap Python SDK by Claudio Sparpaglione\n    documentation_url: https://github.com/csparpa/pyowm\n    platform: Python\n    author: csparpa\n    stargazers_count: 637\n  - name: OpenWeatherMap PHP SDK by Christian Flach\n    documentation_url: https://github.com/cmfcmf/OpenWeatherMap-PHP-Api\n    platform: PHP\n    author: cmfcmf\n    stargazers_count: 293\n  - name: OpenWeatherMap C SDK by Pebble Hacks\n    documentation_url: https://github.com/pebble-hacks/owm-weather\n    platform: C\n    stargazers_count: 19\n  - name: Open Weather Map .NET Library by Joan Caron\n    documentation_url: https://github.com/joancaron/OpenWeatherMap-Api-Net\n    platform: .Net\n    author: joancaron\n    stargazers_count: 35\n  - name: OpenWeatherMap JavaScript Library\n    documentation_url: http://weatherjs.com/\n    platform: JavaScript\n  - name: OpenWeatherMap Java Library\n    documentation_url: https://github.com/migtavares/owmClient\n    platform: Java\n    author: migtavares\n    stargazers_count: 79\n"
  },
  {
    "path": "collection/openwhyd.yaml",
    "content": "name: Openwhyd\nslug: openwhyd\ndescription: 💎 Like Pinterest, for Music\ncategories:\n  - Bookmarks\n  - Music & Audio\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/openwhyd/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://openwhyd.github.io/openwhyd/API\n"
  },
  {
    "path": "collection/orange-sms-api.yaml",
    "content": "name: Orange SMS API\nslug: orange-sms-api\ndescription: The SMS Service,allows you to send and receive text messages, of up to 160 characters, to and from a mobile phone\ncategories:\n  - Chats & Messaging\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/orange-sms-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developer.orange.com/apis/sms-ml\n"
  },
  {
    "path": "collection/order-pizza-api.yaml",
    "content": "name: Order Pizza Api\nslug: order-pizza-api\ndescription: A RESTful API as pizza restaurant ordering system. swagger Explore\ncategories:\n  - Food & Drinks\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/order-pizza-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://order-pizza-api.herokuapp.com/api/ui/\n"
  },
  {
    "path": "collection/orion-health.yaml",
    "content": "name: Orion Health\nslug: orion-health\ndescription: Leverage the power of our Open APIs and our FHIR capabilities to enable the best applications to be\n  developed for every healthcare scenario\ncategories:\n  - Health\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developer.orionhealth.io/\n"
  },
  {
    "path": "collection/otterai.yaml",
    "content": "name: Otter.ai\nslug: otterai\ndescription: Generates rich notes for meetings, interviews, lectures, and other important voice conversations\ncategories:\n  - AI & ML\n  - Voice\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://otter.ai\n"
  },
  {
    "path": "collection/owlbot.yaml",
    "content": "name: OwlBot\nslug: owlbot\ndescription: OwlBot is an english dictionary API\ncategories:\n  - Content & Dictionaries\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/owlbot/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://owlbot.info/\n"
  },
  {
    "path": "collection/oxford-dictionary-api.yaml",
    "content": "name: Oxford Dictionary API\nslug: oxford-dictionary-api\ndescription: Access to Oxford Dictionary services with several different subscription options including a free tier. The\n  Oxford Dictionaries API gives you access to our world-renowned dictionary data, including definitions, translations,\n  synonyms, and audio pronunciations\ncategories:\n  - Content & Dictionaries\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developer.oxforddictionaries.com/\n"
  },
  {
    "path": "collection/packettotal-api.yaml",
    "content": "name: Packettotal Api\nslug: packettotal-api\ndescription: Search, correlate, and download PCAP files, based on their behaviors and contents. PacketTotal is a free,\n  online PCAP analyzer designed to visualize network traffic, detect malware, and provide analytics for the traffic\n  contained within\ncategories:\n  - Security\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://packettotal.com/api.html\n"
  },
  {
    "path": "collection/pagecdn.yaml",
    "content": "name: PageCDN\nslug: pagecdn\ndescription: PageCDN provides a state of the art opensource content delivery network that uses brotli-11 compression.\n  Public CDN API consists of endpoints that help you get different kind of information from projects available on\n  PageCDN's Public CDN\ncategories:\n  - Development\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/pagecdn/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://pagecdn.com/docs/public-api\n"
  },
  {
    "path": "collection/pagerduty.yaml",
    "content": "name: PagerDuty\nslug: pagerduty\ndescription: PagerDuty's API manages incidents, alerts, on-call schedules, escalation policies, and services. Automate incident response workflows and integrate with monitoring tools.\ncategories:\n  - Development\n  - Business\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developer.pagerduty.com/docs/rest-api-v2/rest-api\n  - name: API Reference\n    url: https://developer.pagerduty.com/api-reference\n"
  },
  {
    "path": "collection/pandascore.yaml",
    "content": "name: PandaScore\nslug: pandascore\ndescription: Get events and detailed match data in real time from major league tournaments, or fetch data about players,\n  tournaments, leagues, matches, teams and more\ncategories:\n  - Games\n  - Statistics & Data\n  - Sport & Fitness\n  - Entertainment\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/pandascore/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://pandascore.co\n"
  },
  {
    "path": "collection/paralleldots.yaml",
    "content": "name: ParallelDots\nslug: paralleldots\ndescription: ParallelDots AI APIs are the most comprehensive set of document classification and NLP APIs for software\n  developers that provide state-of-the-art accuracy on most common NLP use-cases such as sentiment analysis and emotion\n  detection. Use our Text Analysis APIs to derive high-end information from your data and solve problems like building\n  chatbots, social media analytics, process automation\ncategories:\n  - AI & ML\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.paralleldots.com/text-analysis-apis\n"
  },
  {
    "path": "collection/particle.yaml",
    "content": "name: Particle\nslug: particle\ndescription: API to manage Particle devices (including their own Arduino-compatible ones and the Raspberry Pi) and\n  control them. Free for up to 25 devices and 250k events/month. This page has been moved to /reference/device-cloud/api\ncategories:\n  - IoT & Home Automation\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://docs.particle.io/reference/api/\nlibraries:\n  - name: Particle Cloud JavaScript SDK\n    documentation_url: https://docs.particle.io/reference/SDKs/javascript/\n    platform: JavaScript\n  - name: Particle JavaScript SDK by Particle\n    documentation_url: https://www.npmjs.com/package/@particle/api\n    source_code_url: https://github.com/spark/particle-api-js\n    platform: JavaScript\n    stargazers_count: 112\n  - name: Particle Objective-C Cloud SDK by Particle\n    documentation_url: https://docs.particle.io/reference/ios/\n    platform: Objective-C\n  - name: Particle iOS Cloud SDK by Particle\n    documentation_url: http://docs.particle.io/photon/ios/\n    platform: Objective-C\n  - name: \" Particle JavaScript SDK by Particle\"\n    documentation_url: http://docs.particle.io/photon/javascript/\n    platform: JavaScript\n  - name: \" Particle Android Cloud SDK by Particle\"\n    documentation_url: http://docs.particle.io/photon/android/\n    platform: Java\n"
  },
  {
    "path": "collection/pastebin.yaml",
    "content": "name: Pastebin\nslug: pastebin\ndescription: Pastebin is a website where you can store text online for a set period of time. Quickly share text or code,\n  with support for over 250 languages for syntax highlighting. Pastebin. com is the number one paste tool since 2002\ncategories:\n  - Collaboration\n  - Files & Storage\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://pastebin.com/doc_scraping_api\n"
  },
  {
    "path": "collection/paypal.yaml",
    "content": "name: PayPal\nslug: paypal\ndescription: Enables your customers to sign in to your web site quickly and securely using their PayPal login credentials\ncategories:\n  - Authentication & User Management\n  - Commerce\n  - Finance & Economics\n  - Payments\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developer.paypal.com/docs/integration/direct/identity/log-in-with-paypal/\nlibraries:\n  - name: PayPal PHP SDK\n    documentation_url: https://developer.paypal.com/docs/api/rest-sdks\n    source_code_url: https://github.com/paypal/PayPal-PHP-SDK\n    platform: PHP\n    stargazers_count: 2061\n  - name: PayPal PHP SDK by Oswaldo Perez\n    documentation_url: https://packagist.org/packages/oslawso/paypal-api\n    source_code_url: https://github.com/oslawso/paypal-api\n    platform: PHP\n    author: oslawso\n    stargazers_count: 0\n  - name: PayPal-nvp-api Node.js SDK by Dong Nguyen\n    documentation_url: https://www.npmjs.com/package/paypal-nvp-api\n    source_code_url: https://github.com/ndaidong/paypal-nvp-api\n    platform: Node.js\n    author: ndaidong\n    stargazers_count: 15\n  - name: PayPal Android SDK\n    documentation_url: https://github.com/paypal/PayPal-Android-SDK\n    platform: Java\n    stargazers_count: 770\n  - name: PayPal iOS SDKDeprecated\n    platform: Objective-C\n  - name: PayPal PHP SDK by PayPal\n    documentation_url: https://github.com/paypal/PayPal-PHP-SDK\n    platform: PHP\n    stargazers_count: 2061\n  - name: PayPal iOS SDKDeprecated\n    platform: Objective-C\n"
  },
  {
    "path": "collection/pdflayer.yaml",
    "content": "name: pdflayer\nslug: pdflayer\ndescription: Free, powerful HTML to PDF API supporting both URL and raw HTML conversion. Unlimited document size,\n  lightning-fast and compatible PHP, Python, Ruby, etc\ncategories:\n  - Documents & Productivity\n  - Scrapers & Data Mining\ntype: REST\nis_free: true\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/pdflayer/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://pdflayer.com\n"
  },
  {
    "path": "collection/pdfmyurl.yaml",
    "content": "name: PDFmyURL\nslug: pdfmyurl\ndescription: Easily Convert URLs / Webpages or HTML to PDF in any Programming Language or on the Command Line! Options\n  for page format, layout, headers, footers, watermarking and more. RESTful API that converts webpages to PDF quickly\n  and even does entire websites to PDF\ncategories:\n  - Scrapers & Data Mining\n  - Documents & Productivity\n  - Images & Photography\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/pdfmyurl/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://pdfmyurl.com/html-to-pdf-api\n"
  },
  {
    "path": "collection/pdfshift.yaml",
    "content": "name: \"Pdfshift \"\nslug: pdfshift\ndescription: >-\n  An API to convert HTML/CSS documents to PDF. PDFShift is the reliable, Up-to-date and high-fidelity conversion API\n  with no maintenance costs. Convert any HTML documents to high-fidelity PDF in one single POST request. \n\n  The service is focused to help developers set up the conversion quickly and focus on their core problem. Advanced\n  features are available, like watermarking and encryption, and you can see all the available options on the\ncategories:\n  - Documents & Productivity\n  - Scrapers & Data Mining\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/pdfshift/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://pdfshift.io/\n"
  },
  {
    "path": "collection/pearson-dictionaries-api.yaml",
    "content": "name: Pearson Dictionaries API\nslug: pearson-dictionaries-api\ndescription: ) Gives access to a very large database of words and phrases with thorough explanations - free usage for up\n  to 4 million calls/month\ncategories:\n  - Content & Dictionaries\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://developer.pearson.com/apis/dictionaries\n"
  },
  {
    "path": "collection/penguin-publishing.yaml",
    "content": "name: Penguin Publishing\nslug: penguin-publishing\ndescription: Sample XML response Sample JSON response\ncategories:\n  - Books\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://www.penguinrandomhouse.biz/webservices/rest/\n"
  },
  {
    "path": "collection/perfect-tense-api.yaml",
    "content": "name: Perfect Tense API\nslug: perfect-tense-api\ndescription: Automated. Perfect Tense gives you error-free content in seconds. The Perfect Tense API is the only\n  spelling and grammar checking API that uses artificial intelligence to automatically correct all of your text in one\n  call.\ncategories:\n  - Content & Dictionaries\n  - AI & ML\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.perfecttense.com/developers\n"
  },
  {
    "path": "collection/perplexity-ai.yaml",
    "content": "name: Perplexity AI\nslug: perplexity-ai\ndescription: Perplexity's API provides search-augmented language model responses. Models have real-time web access and cite sources, making them ideal for research and fact-checking applications.\ncategories:\n  - AI & ML\n  - Search\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://docs.perplexity.ai\n  - name: API Reference\n    url: https://docs.perplexity.ai/api-reference/chat-completions\n"
  },
  {
    "path": "collection/peru.yaml",
    "content": "name: Peru\nslug: peru\ndescription: Central bank of Peru\ncategories:\n  - Government\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/peru/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://estadisticas.bcrp.gob.pe/estadisticas/series/ayuda/api\n"
  },
  {
    "path": "collection/petfinder.yaml",
    "content": "name: Petfinder\nslug: petfinder\ndescription: The Petfinder API (Application Programming Interface) allows you to access the Petfinder database of\n  hundreds of thousands of pets ready for adoption and over ten thousand animal welfare organizations. You can use the\n  API to build your own dynamic websites or applications backed by the same data used on Petfinder.com.\ncategories:\n  - Search\n  - Animals\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/petfinder/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.petfinder.com/developers/v2/docs/\nlibraries:\n  - name: Petfinder Go SDK\n    documentation_url: https://github.com/petfinder-com/petfinder-go-sdk\n    platform: Go\n    stargazers_count: 4\n  - name: Petfinder PHP SDK\n    documentation_url: https://github.com/petfinder-com/petfinder-php-sdk\n    platform: PHP\n    stargazers_count: 7\n  - name: Petfinder JavaScript SDK\n    documentation_url: https://github.com/petfinder-com/petfinder-js-sdk\n    platform: JavaScript\n    stargazers_count: 33\n  - name: Petfinder Python SDK by Aaron Schlegel\n    documentation_url: https://github.com/aschleg/petpy\n    platform: Python\n    author: aschleg\n    stargazers_count: 18\n  - name: Petfinder PHP SDK by Luke Bainbridge\n    documentation_url: https://github.com/midnightLuke/petfinder-api-php\n    platform: PHP\n    author: midnightLuke\n    stargazers_count: 0\n  - name: Petfinder .NET SDK by John Price\n    documentation_url: https://github.com/pricejc/petfinder-dotnet\n    platform: .Net\n    author: pricejc\n    stargazers_count: 1\n  - name: Petfinder Node.js SDK by Angel S. Moreno\n    documentation_url: https://github.com/angelxmoreno/petfinder-promise\n    platform: Node.js\n    author: angelxmoreno\n    stargazers_count: 0\n  - name: Petfinder Ruby SDK by Pedro De Ona\n    documentation_url: https://github.com/pdeona/petfinder_wrap\n    platform: Ruby\n    author: pdeona\n    stargazers_count: 1\n  - name: Petfinder R SDK by Aaron Schlegel\n    documentation_url: https://github.com/aschleg/PetfindeR\n    platform: R\n    author: aschleg\n    stargazers_count: 3\n  - name: Petfinder PHP SDK by Salerno Labs\n    documentation_url: https://github.com/salernolabs/petfinder\n    platform: PHP\n    stargazers_count: 1\n  - name: Petfinder AngularJS SDK by Luke Schlangen\n    documentation_url: https://github.com/LukeSchlangen/angular-petfinder-api\n    platform: JavaScript\n    author: LukeSchlangen\n    stargazers_count: 0\n  - name: Petfinder JavaScript SDK by Chris Ferdinandi\n    documentation_url: https://github.com/cferdinandi/petfinderAPI4everybody\n    platform: JavaScript, Node.js\n    author: cferdinandi\n    stargazers_count: 13\n  - name: Petfinder PHP SDK by Brian Haveri\n    documentation_url: https://github.com/brianhaveri/Petfinder\n    platform: PHP\n    author: brianhaveri\n    stargazers_count: 6\n  - name: Petfinder Python SDK by Greg Taylor\n    documentation_url: https://github.com/gtaylor/petfinder-api\n    platform: Python\n    author: gtaylor\n    stargazers_count: 11\n  - name: Petfinder Ruby SDK by Eric Hutzelman\n    documentation_url: https://github.com/ehutzelman/petfinder\n    platform: Ruby\n    author: ehutzelman\n    stargazers_count: 36\n"
  },
  {
    "path": "collection/pexels.yaml",
    "content": "name: Pexels\nslug: pexels\ndescription: Pexels provides high quality and completely free stock photos licensed under the Creative Commons Zero (CC0) license\ncategories:\n  - Open Source\n  - Files & Storage\n  - Art & Design\n  - Images & Photography\n  - Collaboration\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.pexels.com/api/\n"
  },
  {
    "path": "collection/phantauth.yaml",
    "content": "name: PhantAuth\nslug: phantauth\ndescription: Random User Generator + OpenID Connect Provider. Like Lorem Ipsum, but for user accounts and authentication\ncategories:\n  - Testing\n  - Authentication & User Management\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/phantauth/logo_256x256.png\ncontact: support@receptive.io\nlinks:\n  - name: Docs / Website\n    url: https://www.phantauth.net/\n"
  },
  {
    "path": "collection/philips-hue.yaml",
    "content": "name: Philips Hue\nslug: philips-hue\ndescription: Philips Hue, smart home lighting\ncategories:\n  - IoT & Home Automation\n  - Hardware\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/philips-hue/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developers.meethue.com/documentation/getting-started\nlibraries:\n  - name: Weaver Android SDK by Weaver\n    documentation_url: http://www.weavingthings.com/\n    source_code_url: https://github.com/Produvia-Weaver/weaver_lights\n    platform: Java\n    author: Produvia-Weaver\n    stargazers_count: 12\n  - name: Philips hue SDK\n    documentation_url: http://www.developers.meethue.com/tools-and-sdks\n    platform: Java, Objective-C, PHP\n  - name: Philips hue 3d party libraries\n    documentation_url: http://www.developers.meethue.com/\n    source_code_url: http://www.developers.meethue.com/tools-and-sdks\n    platform: ActionScript, C#, C++, Java, JavaScript, Node.js, Objective-C, PERL, PHP, Python, Ruby\n"
  },
  {
    "path": "collection/phone-number-validation.yaml",
    "content": "name: Phone Number Validation\nslug: phone-number-validation\ndescription: Check phone number validity, location and timezones\ncategories:\n  - CRM\n  - Validation & Verification\n  - Email & SMS\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://phonenumbervalidation.apifex.com/\n"
  },
  {
    "path": "collection/phone-validator.yaml",
    "content": "name: Phone Validator\nslug: phone-validator\ndescription: Free phone number validation provided by PhoneValidator. Check phone numbers to verify if they are cell\n  phones or landlines. Use the official API to determine the line-type, phone company and service location of any US\n  phone numbers\ncategories:\n  - Validation & Verification\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.phonevalidator.com\n"
  },
  {
    "path": "collection/picatic.yaml",
    "content": "name: Picatic\nslug: picatic\ndescription: Sell tickets directly from your app or website. The ticketing and event management platform that puts the\n  power in your hands\ncategories:\n  - Payments\n  - Authentication & User Management\n  - Events\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/picatic/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://developer.picatic.com/?utm_medium=web&utm_source=github&utm_campaign=public-apis%20repo&utm_content=abhishekbanthia\n"
  },
  {
    "path": "collection/pinterest.yaml",
    "content": "name: Pinterest\nslug: pinterest\ndescription: Enables apps to view the most clicked-through or repinned Pins, view related posts, and user profiles.\n  Discover recipes, home ideas, style inspiration and other ideas to try\ncategories:\n  - Images & Photography\n  - Social\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/pinterest/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.pinterest.com/login/?next=http%3A%2F%2Fdevelopers.pinterest.com%2Fapi_docs%2F\nlibraries:\n  - name: Social API JS JavaScript SDK by Joris Daniel\n    documentation_url: https://github.com/yoriiis/social-api.js\n    platform: JavaScript\n    author: yoriiis\n    stargazers_count: 5\n  - name: SocialSharesCount Go SDK by Sumesh Suvarna\n    documentation_url: https://github.com/gssumesh/socialsharescount\n    platform: Go\n    author: gssumesh\n    stargazers_count: 9\n  - name: Pinterest PHP SDK by Hans Ott\n    documentation_url: https://github.com/hansott/pinterest-php\n    platform: PHP\n    author: hansott\n    stargazers_count: 47\n  - name: Pinterest PHP SDK by Dirk Groenen\n    documentation_url: https://github.com/dirkgroenen/Pinterest-API-PHP\n    platform: PHP\n    author: dirkgroenen\n    stargazers_count: 150\n  - name: Pinterest Go SDK by Carrot Creative\n    documentation_url: https://github.com/carrot/go-pinterest\n    platform: Go\n    stargazers_count: 22\n  - name: Pinterest JavaScript SDK by Pinterest\n    documentation_url: https://developers.pinterest.com/docs/sdks/js/\n    platform: JavaScript\n  - name: Pinterest Android SDK by Pinterest\n    documentation_url: https://developers.pinterest.com/docs/sdks/android/\n    platform: Java\n  - name: Pinterest iOS SDK by Pinterest\n    documentation_url: https://developers.pinterest.com/docs/sdks/ios/\n    platform: Objective-C\n  - name: Pinterest Layout Android Library by Rahul Jiresal\n    documentation_url: http://www.rahuljiresal.com/2014/03/pinterest-style-layout-on-android/\n    source_code_url: https://github.com/rahuljiresal/Pinterest-Layout-Android-Demo\n    platform: Java\n    author: rahuljiresal\n    stargazers_count: 28\n"
  },
  {
    "path": "collection/pipedrive.yaml",
    "content": "name: Pipedrive\nslug: pipedrive\ndescription: Pipedrive's API provides access to deals, contacts, organizations, pipelines, and activities. Build CRM integrations and automate sales workflow management on the Pipedrive platform.\ncategories:\n  - CRM\n  - Business\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://developers.pipedrive.com/docs/api/v1\n  - name: API Reference\n    url: https://developers.pipedrive.com/docs/api/v1\n"
  },
  {
    "path": "collection/pipl-api.yaml",
    "content": "name: PIPL API\nslug: pipl-api\ndescription: Free and public API that generates random and fake people's data in JSON.\ncategories:\n  - Random\n  - Testing\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://pipl.ir\n"
  },
  {
    "path": "collection/pixabay.yaml",
    "content": "name: Pixabay\nslug: pixabay\ndescription: Restful API for searching and retrieving free images and videos\ncategories:\n  - Development\n  - Images & Photography\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://pixabay.com/api/docs/\n"
  },
  {
    "path": "collection/placegoat.yaml",
    "content": "name: PlaceGoat\nslug: placegoat\ndescription: PlaceGOAT placeholder service.\ncategories:\n  - Development\n  - Testing\n  - Fun\n  - Animals\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://placegoat.com/\n"
  },
  {
    "path": "collection/placehold.yaml",
    "content": "name: Placehold\nslug: placehold\ndescription: Contents1 What Is Placeholder. com?2 How To Use Our Placeholders3 How To Set Image Size4 How To Set Image\n  Formats5 How To Set Custom Text6 How To Set Background & Text Color6. 1 Popular Hex Color Codes7 New!WEBP Support8\n  New! HTTPS Support9 NEW! Placeholder Logos, Text & Banners Ads10 Any Questions? What Continue Reading. A quick and\n  simple image placeholder service\ncategories:\n  - Development\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/placehold/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://placehold.it/\n"
  },
  {
    "path": "collection/placekitten.yaml",
    "content": "name: PlaceKitten\nslug: placekitten\ndescription: A quick and simple service for getting pictures of kittens for use as placeholders in your designs or code.\n  Kitten-themed placeholder images for developers :3\ncategories:\n  - Testing\n  - Animals\n  - Images & Photography\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/placekitten/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://placekitten.com/\n"
  },
  {
    "path": "collection/plaid.yaml",
    "content": "name: Plaid\nslug: plaid\ndescription: Plaid helps companies build fintech solutions by making it easy, safe and reliable for people to connect\n  their financial data to apps and services. You&apos;ve reached this page unjustly\"\ncategories:\n  - Finance & Economics\n  - Analytics\n  - Payments\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/plaid/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://plaid.com/\nlibraries:\n  - name: Plaid Link React JavaScript SDK\n    documentation_url: https://plaid.com/docs/libraries/#link-client-libraries\n    source_code_url: https://github.com/plaid/react-plaid-link\n    platform: JavaScript\n    stargazers_count: 141\n  - name: Plaid Link iOS SDK\n    documentation_url: https://plaid.com/docs/#ios-bindings\n    source_code_url: https://github.com/plaid/plaid-link-ios\n    platform: Objective-C, Swift\n    stargazers_count: 51\n  - name: Plaid Android SDK by Michael Barany\n    documentation_url: https://github.com/mbarany/Plaid-Android\n    platform: Java\n    author: mbarany\n    stargazers_count: 2\n  - name: Plaid Link AngularJS SDK by Chris Barnes\n    documentation_url: https://plaid.com/docs/libraries\n    source_code_url: https://github.com/csbarnes/angular-plaid-link\n    platform: JavaScript\n    author: csbarnes\n    stargazers_count: 11\n  - name: Plaid Legacy Java SDK by Plaid\n    documentation_url: https://github.com/plaid/plaid-java-legacy\n    platform: Java\n    stargazers_count: 1\n  - name: Plaid Rust SDK by Michael Barany\n    documentation_url: https://github.com/mbarany/Plaid-Backend\n    platform: PHP\n    author: mbarany\n    stargazers_count: 22\n  - name: Plaid Rust SDK by Nathan Kot\n    documentation_url: https://github.com/nathankot/plaid-rust\n    platform: Unspecified\n    author: nathankot\n    stargazers_count: 6\n  - name: Plaid Ruby SDK by Plaid\n    documentation_url: https://github.com/plaid/plaid-ruby\n    platform: Ruby\n    stargazers_count: 154\n  - name: Plaid Java SDK by Plaid\n    documentation_url: https://plaid.com/docs/\n    source_code_url: https://github.com/plaid/plaid-java\n    platform: Java\n    stargazers_count: 69\n"
  },
  {
    "path": "collection/planetscale.yaml",
    "content": "name: PlanetScale\nslug: planetscale\ndescription: PlanetScale's API provides programmatic access to manage MySQL-compatible databases, branches, deploy requests, and organizations on the PlanetScale platform.\ncategories:\n  - Development\n  - Databases\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://planetscale.com/docs\n  - name: API Reference\n    url: https://api-docs.planetscale.com\n"
  },
  {
    "path": "collection/playerunknowns-battlegrounds.yaml",
    "content": "name: PlayerUnknown's Battlegrounds\nslug: playerunknowns-battlegrounds\ndescription: Start building your own website today using official PUBG data\ncategories:\n  - Entertainment\n  - Games\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/playerunknowns-battlegrounds/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://pubgtracker.com/site-api\n"
  },
  {
    "path": "collection/plino.yaml",
    "content": "name: Plino\nslug: plino\ndescription: Plino - A responsive spam filtering system\ncategories:\n  - Security\n  - Development\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://plino.herokuapp.com/\n"
  },
  {
    "path": "collection/pm2-5-in.yaml",
    "content": "name: Pm2.5.In\nslug: pm2-5-in\ndescription: Air quality of China. 提供PM2. 5(细颗粒物)及空气质量指数(AQI)实时查询的网站，同时开放PM2. 5监测数据查询的API给开发者使用！\ncategories:\n  - Environment & Nature\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://www.pm25.in/api_doc\n"
  },
  {
    "path": "collection/pocket-network.yaml",
    "content": "name: Pocket Network\nslug: pocket-network\ndescription: \"Pocket proportionally rewards the participating nodes with native cryptographic tokens POKT. Reliability:\n  Pocket allows a developer to constantly keep their DApp running with confidence and wit. . Pocket provides a trustless\n  API Layer, allowing easy access to any blockchain. Pocket is a distributed network that relays data requests and\n  responses to and from any blockchain system\"\ncategories:\n  - Blockchain & Cryptocurrencies\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/pocket-network/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://docs.pokt.network/docs\nlibraries:\n  - name: Pocket Network NodeJS SDK\n    documentation_url: https://github.com/pokt-network/pocket-node\n    platform: Node.js\n    stargazers_count: 11\n  - name: Pocket Network Core Go SDK\n    documentation_url: https://github.com/pokt-network/pocket-core\n    platform: Go\n    stargazers_count: 44\n  - name: Pocket Network Swift SDK\n    documentation_url: https://github.com/pokt-network/pocket-swift\n    platform: Swift\n    stargazers_count: 1\n  - name: Pocket Network JavaScript SDK\n    documentation_url: https://github.com/pokt-network/pocket-js\n    platform: JavaScript\n    stargazers_count: 10\n  - name: Pocket Network Android SDK\n    documentation_url: https://github.com/pokt-network/pocket-android\n    platform: Java\n    stargazers_count: 5\n"
  },
  {
    "path": "collection/pocket.yaml",
    "content": "name: Pocket\nslug: pocket\ndescription: When you find something you want to view later, put it in Pocket\ncategories:\n  - Bookmarks\n  - Documents & Productivity\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://getpocket.com/developer/\nlibraries:\n  - name: \"Pocket Objective-C SDK \"\n    documentation_url: https://getpocket.com/developer/docs/sdk/objective-c\n    platform: Objective-C\n  - name: Pocket Node.js SDK by Peter deHaan\n    documentation_url: https://www.npmjs.com/package/pocket-promise\n    source_code_url: https://github.com/pdehaan/pocket-promise\n    platform: Node.js\n    author: pdehaan\n    stargazers_count: 9\n  - name: Pocket .Net SDK by Tobias Klika\n    documentation_url: https://github.com/ceee/PocketSharp\n    platform: .Net, C#\n    author: ceee\n    stargazers_count: 104\n  - name: Pocket PHP SDK by Abhijeet Mohan\n    documentation_url: https://github.com/voidabhi/Pocket\n    platform: PHP\n    author: voidabhi\n    stargazers_count: 1\n  - name: Pocket Python SDK by Tapan Pandita\n    documentation_url: https://github.com/tapanpandita/pocket\n    platform: Python\n    author: tapanpandita\n    stargazers_count: 297\n  - name: Pocket Node.js SDK by Gary Gale\n    documentation_url: https://github.com/vicchi/node-getpocket\n    platform: Node.js\n    author: vicchi\n    stargazers_count: 48\n  - name: Pocket Go SDK by Hironao OTSUBO\n    documentation_url: https://github.com/motemen/go-pocket\n    platform: Go\n    author: motemen\n    stargazers_count: 39\n  - name: Pocket PHP SDK by Dan Chen\n    documentation_url: https://github.com/djchen/pocket-api-php\n    platform: PHP\n    author: djchen\n    stargazers_count: 35\n  - name: Pocket Go SDK by Shu Yang Quek\n    documentation_url: https://github.com/quekshuy/pocket-golang-sdk\n    platform: Go\n    author: quekshuy\n    stargazers_count: 1\n  - name: Pocket Android SDK by Pocket\n    documentation_url: https://github.com/Pocket/Pocket-AndroidWear-SDK\n    platform: Java\n"
  },
  {
    "path": "collection/pokeapi.yaml",
    "content": "name: Pokéapi\nslug: pokeapi\ndescription: This is a full RESTful API linked to an extensive database detailing everything about the Pokémon main game\n  series. We've covered everything from Pokémon to Berry Flavors\ncategories:\n  - Entertainment\n  - Games\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/pokeapi/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://pokeapi.co/\nlibraries:\n  - name: Pokéapi Ruby Library Pokegem\n    documentation_url: https://github.com/baweaver/pokegem\n    platform: Ruby\n    author: baweaver\n    stargazers_count: 24\n  - name: Pokéapi Java Library PokeJava\n    documentation_url: https://github.com/mickeyjk/PokeJava\n    platform: Java\n    author: mickeyjk\n    stargazers_count: 23\n  - name: Pokéapi .NET Library PokeApi.NET\n    documentation_url: https://github.com/PoroCYon/PokeApi.NET\n    platform: .Net\n  - name: Pokéapi Python Library Pykemon\n    documentation_url: http://pykemon.readthedocs.org/en/latest/\n    source_code_url: https://github.com/phalt/pykemon\n    platform: Python\n    stargazers_count: 93\n"
  },
  {
    "path": "collection/pokemon-tcg.yaml",
    "content": "name: Pokémon TCG\nslug: pokemon-tcg\ndescription: The Pokémon TCG API allows developers to easily consume Pokémon card and set data in JSON format\ncategories:\n  - Entertainment\n  - Games\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/pokemon-tcg/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://pokemontcg.io\nlibraries:\n  - name: Pokemon TCG JavaScript SDK by Pokemon TCG\n    documentation_url: https://github.com/PokemonTCG/pokemon-tcg-sdk-javascript\n    source_code_url: https://github.com/PokemonTCG/pokemon-tcg-sdk-javascript\n    platform: JavaScript\n    stargazers_count: 41\n  - name: Pokemon TCG Python SDK by Pokemon TCG\n    documentation_url: https://github.com/PokemonTCG/pokemon-tcg-sdk-python\n    platform: Python\n    stargazers_count: 25\n  - name: Pokemon TCG Ruby SDK by Pokemon TCG\n    documentation_url: https://github.com/PokemonTCG/pokemon-tcg-sdk-ruby\n    platform: Ruby\n    stargazers_count: 13\n  - name: Pokemon TCG Python SDK by Joshua Hull\n    documentation_url: https://github.com/joshua-hull/pokemon-tcg-sdk-python\n    platform: Python\n    author: joshua-hull\n    stargazers_count: 7\n"
  },
  {
    "path": "collection/poland.yaml",
    "content": "name: Poland\nslug: poland\ndescription: |-\n  Central bank of Poland.\n  Currency exchange rates and gold prices in the XML and JSON formats.\ncategories:\n  - Government\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://api.nbp.pl\n"
  },
  {
    "path": "collection/poloniex.yaml",
    "content": "name: Poloniex\nslug: poloniex\ndescription: US based digital asset exchange\ncategories:\n  - Blockchain & Cryptocurrencies\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://poloniex.com/support/api/\nlibraries:\n  - name: Store-json-in-Database Python SDK by Umar Mohamed\n    documentation_url: https://github.com/moroclash/Store-json-in-Database\n    platform: Python\n    author: moroclash\n    stargazers_count: 0\n  - name: ExchangeSharp .NET/C# by Jeff Johnson\n    documentation_url: https://github.com/jjxtra/ExchangeSharp\n    platform: .Net, C#\n    author: jjxtra\n    stargazers_count: 478\n  - name: GoEx Go SDK by nntaoli.com\n    documentation_url: https://github.com/nntaoli-project/GoEx\n    platform: Go\n    stargazers_count: 1152\n  - name: Go-ccex-api-Client Go SDK by fxpgr\n    documentation_url: https://github.com/fxpgr/go-exchange-client\n    platform: Go\n    stargazers_count: 9\n  - name: Cryptex iOS SDK by Sathya Rajaraman\n    documentation_url: https://github.com/trsathya/Cryptex\n    platform: Swift\n    author: trsathya\n    stargazers_count: 51\n  - name: Poloniex Perl SDK by Vladislav\n    documentation_url: https://poloniex.com/support/api/\n    source_code_url: https://github.com/mirkos-vf/Poloniex-API\n    platform: PERL\n    author: mirkos-vf\n    stargazers_count: 1\n  - name: Poloniex NodeJS SDK by Graham Haley\n    documentation_url: https://www.npmjs.com/package/poloniex-exchange-api\n    source_code_url: https://github.com/haleyga/poloniex-exchange-api\n    platform: Node.js\n    author: haleyga\n    stargazers_count: 3\n  - name: Poloniex Twisted Python SDK by congruency\n    documentation_url: https://github.com/congruency/txpoloniex\n    platform: Python\n    author: congruency\n    stargazers_count: 2\n  - name: Poloniex Python SDK by slowdove\n    documentation_url: https://github.com/slowdove/Poloniex_API_Python3_wrapper\n    platform: Python\n  - name: Poloniex Python SDK by Kelvin Fichter\n    documentation_url: https://github.com/kfichter/pypolo\n    platform: Python\n  - name: Poloniex Python SDK by Andy Hawkins\n    documentation_url: https://github.com/a904guy/poloniex-python3\n    platform: Python\n    author: a904guy\n    stargazers_count: 4\n  - name: Poloniex Java SDK by TheCookieLab\n    documentation_url: https://github.com/TheCookieLab/poloniex-api-java\n    platform: Java\n    author: TheCookieLab\n    stargazers_count: 64\n  - name: Poloniex Node.js SDK by embicoin\n    documentation_url: https://github.com/embicoin/nodejs-Poloniex-Api\n    platform: Node.js\n    author: embicoin\n    stargazers_count: 0\n  - name: Poloniex C# SDK by ZXTeam Public Domain\n    documentation_url: https://github.com/zxteamorg/org.zxteam.apiwrap.poloniex.csharp\n    platform: C#\n    stargazers_count: 1\n  - name: Poloniex C# SDK by Takehiro M.\n    documentation_url: https://github.com/takeknock/PoloniexClientCS\n    platform: C#\n    author: takeknock\n    stargazers_count: 0\n  - name: Poloniex C# SDK by Anton Shchukin\n    documentation_url: https://github.com/Sokel/PoloniexApiWrapper\n    platform: C#\n    author: sokel\n    stargazers_count: 0\n  - name: Poloniex JavaScript SDK by Edilio Gallardo\n    documentation_url: https://github.com/edilio/rhPoloniex\n    platform: JavaScript\n    author: edilio\n    stargazers_count: 0\n  - name: Poloniex Python SDK by Chris Moser\n    documentation_url: https://github.com/twopercent/poloniex-lendrates\n    platform: Python\n    author: twopercent\n    stargazers_count: 0\n  - name: Poloniex Laravel SDK by Tibor Huđik\n    documentation_url: https://github.com/htunlogic/laravel-poloniex\n    platform: PHP\n    author: htunlogic\n    stargazers_count: 15\n  - name: Poloniex Node.js SDK by Nick Tzavalas\n    documentation_url: https://github.com/nicktzavalas/poloniex-api\n    platform: Node.js\n    author: nicktzavalas\n    stargazers_count: 0\n  - name: Poloniex Elixir SDK by cyberpunk-ventures\n    documentation_url: https://github.com/cyberpunk-ventures/poloniex_ex\n    platform: Elixir\n    stargazers_count: 2\n  - name: Poloniex Python SDK by danieljbruce\n    documentation_url: https://github.com/danieljbruce/poloniex-api\n    platform: Python\n    author: danieljbruce\n    stargazers_count: 0\n  - name: Poloniex Node.js SDK by Yuki Akiyama\n    documentation_url: https://github.com/you21979/node-poloniex\n    platform: Node.js\n    author: you21979\n    stargazers_count: 6\n  - name: Poloniex Ruby SDK by psyipm\n    documentation_url: https://github.com/psyipm/poloniex-websockets\n    platform: Ruby\n    author: psyipm\n    stargazers_count: 1\n  - name: Poloniex R SDK by jmfti\n    documentation_url: https://github.com/jmfti/Poloniex-R\n    platform: R\n    author: jmfti\n    stargazers_count: 0\n  - name: Poloniex Python API\n    documentation_url: http://pastebin.com/SB5c4Yr1\n    platform: Python\n  - name: Poloniex API - PHP Wrapper\n    documentation_url: http://pastebin.com/iuezwGRZ\n    platform: PHP\n"
  },
  {
    "path": "collection/polygon-io.yaml",
    "content": "name: Polygon.io\nslug: polygon-io\ndescription: Polygon.io provides real-time and historical stock, options, forex, and crypto market data. Access aggregates, trades, quotes, financials, and news via REST and WebSocket APIs.\ncategories:\n  - Finance & Economics\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://polygon.io/docs\n  - name: API Reference\n    url: https://polygon.io/docs/stocks/getting-started\n"
  },
  {
    "path": "collection/portfolio-optimizer.yaml",
    "content": "name: Portfolio Optimizer\nslug: portfolio-optimizer\ndescription: API for investment portfolio optimization. The science of portfolio optimization, available as a Web API\ncategories:\n  - Science & Math\n  - Finance & Economics\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/portfolio-optimizer/logo_256x256.png\ncontact: contact@portfoliooptimizer.io\nlinks:\n  - name: Docs / Website\n    url: https://portfoliooptimizer.io/\n"
  },
  {
    "path": "collection/postcodedata-nl.yaml",
    "content": "name: PostcodeData.nl\nslug: postcodedata-nl\ndescription: Netherland's post codes search\ncategories:\n  - Post & Logistics\n  - Maps & Geo\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://api.postcodedata.nl/v1/postcode/?postcode=1211EP&streetnumber=60&ref=domeinnaam.nl&type=json\n"
  },
  {
    "path": "collection/postcodes-io.yaml",
    "content": "name: Postcodes.io\nslug: postcodes-io\ndescription: Search, validate and reverse geocode postcodes. An open sourced project by Ideal Postcodes. Free UK\n  postcode lookup API and datasets. An open sourced project by Ideal Postcodes\ncategories:\n  - Post & Logistics\n  - Maps & Geo\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/postcodes-io/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://postcodes.io\n"
  },
  {
    "path": "collection/posthog.yaml",
    "content": "name: PostHog\nslug: posthog\ndescription: PostHog's API provides product analytics, feature flags, session recording, A/B testing, and user management. Open-source and self-hostable, with cloud and on-premise options.\ncategories:\n  - Analytics\n  - Development\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://posthog.com/docs\n  - name: API Reference\n    url: https://posthog.com/docs/api\n"
  },
  {
    "path": "collection/postman.yaml",
    "content": "name: Postman\nslug: postman\ndescription: The Postman API allows you to programmatically access data stored in Postman account with ease.\ncategories:\n  - Development\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://docs.api.getpostman.com/\n"
  },
  {
    "path": "collection/postmark.yaml",
    "content": "name: Postmark\nslug: postmark\ndescription: No bulk. That means your app's email isn't stuck waiting behind 500,000 copies of a marketing campaign.\n  Postmark API and developer documentation home with home about integration, API, webhooks and a user guide. Postmark\n  delivers email triggered by an action in your app\ncategories:\n  - Email & SMS\n  - Business\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/postmark/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://postmarkapp.com/developer\nlibraries:\n  - name: Kanboard PHP SDK by polom\n    documentation_url: https://github.com/polom/kanboard-tasksbymail\n    platform: PHP\n    author: polom\n    stargazers_count: 6\n  - name: Postmark Java SDK by Imaginatio\n    documentation_url: https://github.com/Imaginatio/postmark-java\n    platform: Java\n    stargazers_count: 9\n  - name: Postmark Go SDK by Mahmud Ridwan\n    documentation_url: https://github.com/hjr265/postmark.go\n    platform: Go\n    author: hjr265\n    stargazers_count: 15\n  - name: Postmark Haskell SDK by markhibberd\n    documentation_url: https://github.com/markhibberd/postmark\n    platform: Haskell\n    author: markhibberd\n    stargazers_count: 18\n  - name: Postmark Go SDK by Kyle Truscott\n    documentation_url: https://github.com/keighl/postmark\n    platform: Go\n    author: keighl\n    stargazers_count: 49\n  - name: Postmark PHP SDK by Joffrey JAFFEUX\n    documentation_url: https://github.com/jjaffeux/postmark-inbound-php\n    platform: PHP\n    author: jjaffeux\n    stargazers_count: 82\n  - name: Postmark Ruby SDK by Randy Schmidt\n    documentation_url: https://github.com/r38y/postmark-mitt\n    platform: Ruby\n    author: r38y\n    stargazers_count: 40\n  - name: Postmark Java SDK by Jared Holdcroft\n    documentation_url: https://github.com/jaredholdcroft/postmark-java\n    platform: Java\n    author: jaredholdcroft\n    stargazers_count: 15\n  - name: Postmark Ruby on Rails SDK by Wildbit\n    documentation_url: https://github.com/wildbit/postmark-rails\n    platform: Ruby\n    stargazers_count: 276\n  - name: Postmark FeathersJS SDK by feathers-plus\n    documentation_url: https://github.com/feathers-plus/feathers-postmark\n    platform: JavaScript\n    stargazers_count: 7\n  - name: Postmark Laravel PHP SDK by Durham Hale\n    documentation_url: https://github.com/durhamhale/laravel-postmark\n    platform: PHP\n    author: durhamhale\n    stargazers_count: 4\n  - name: Postmark Elixir SDK by Marcel Oomens\n    documentation_url: https://github.com/marceloomens/ExPosta\n    platform: Elixir\n    author: marceloomens\n    stargazers_count: 4\n  - name: Postmark Perl SDK by Ido Perlmuter\n    documentation_url: https://github.com/ido50/WWW-Postmark\n    platform: PERL\n    author: ido50\n    stargazers_count: 5\n  - name: Postmark NodeJS SDK by Andrew Sliwinski\n    documentation_url: https://github.com/thisandagain/trebuchet\n    platform: Node.js\n    author: thisandagain\n    stargazers_count: 14\n  - name: Postmark Scala SDK by Seb Richards\n    documentation_url: https://github.com/sebrichards/postmark-scala\n    platform: Scala\n    author: sebrichards\n    stargazers_count: 8\n  - name: Postmark Java SDK by Wildbit\n    documentation_url: https://github.com/wildbit/postmark-java\n    source_code_url: http://search.maven.org/#artifactdetails%7Ccom.wildbit.java%7Cpostmark%7C1.1.6%7C\n    platform: Java\n    stargazers_count: 18\n  - name: Postmark Python SDK by Dmitry Dygalo\n    documentation_url: https://github.com/Stranger6667/postmarker\n    source_code_url: https://pypi.org/project/postmarker/\n    platform: Python\n    author: Stranger6667\n    stargazers_count: 76\n  - name: Postmark Go SDK by ChannelMeter\n    documentation_url: https://github.com/ChannelMeter/postmark\n    platform: Go\n    stargazers_count: 0\n  - name: Postmark ColdFusion SDK by Ember Feather\n    documentation_url: https://github.com/emberfeather/postmark4cf\n    platform: ColdFusion\n    stargazers_count: 2\n  - name: Postmark Go SDK by Matt Evans\n    documentation_url: https://github.com/mattevans/postmark-go\n    platform: Go\n    author: mattevans\n    stargazers_count: 4\n  - name: Postmark Go SDK by Diffeo\n    documentation_url: https://github.com/diffeo/postmark\n    platform: Go\n    stargazers_count: 2\n  - name: Postmark ColdFusion SDK by Matt Gifford\n    documentation_url: https://github.com/coldfumonkeh/postmark\n    platform: ColdFusion\n    author: coldfumonkeh\n    stargazers_count: 5\n  - name: Postmark Laravel PHP SDK by Terry Matula\n    documentation_url: https://github.com/matula/laravel-postmark\n    platform: PHP\n    author: matula\n    stargazers_count: 4\n  - name: Postmark PHP SDK by Mark van den Broek\n    documentation_url: https://github.com/mvdnbrk/postmark-inbound\n    source_code_url: https://packagist.org/packages/mvdnbrk/postmark-inbound\n    platform: PHP\n    author: mvdnbrk\n    stargazers_count: 3\n  - name: Postmark Go SDK by Vic Demuzere\n    documentation_url: https://github.com/sorcix/go-postmark\n    platform: Go\n    author: sorcix\n    stargazers_count: 0\n"
  },
  {
    "path": "collection/postmates.yaml",
    "content": "name: Postmates\nslug: postmates\ndescription: Build on-demand delivery into your app or website.\ncategories:\n  - Post & Logistics\n  - Commerce\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://postmates.com/developer/docs\n"
  },
  {
    "path": "collection/postmen.yaml",
    "content": "name: Postmen\nslug: postmen\ndescription: Download Postmen's JSON schema. Learn how to generate Postmen API key and make requests. Get information\n  about Postmen Meta key and Data key. Add shipping capability of FedEx, UPS, DHL, USPS and over 40 carriers worldwide\ncategories:\n  - Development\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/postmen/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://docs.postmen.com/\nlibraries:\n  - name: \"Postmen Ruby SDK \"\n    documentation_url: https://www.rubydoc.info/github/postmen/postmen-sdk-ruby\n    source_code_url: https://github.com/postmen/postmen-sdk-ruby\n    platform: Ruby\n    stargazers_count: 7\n  - name: Postmen NodeJS SDK\n    documentation_url: https://www.postmen.com/\n    source_code_url: https://github.com/postmen/postmen-sdk-js\n    platform: Node.js\n    stargazers_count: 13\n  - name: \"Postmen PHP SDK \"\n    documentation_url: https://www.postmen.com\n    source_code_url: https://github.com/postmen/postmen-sdk-php\n    platform: PHP\n    stargazers_count: 10\n  - name: Postmen Python SDK\n    documentation_url: https://github.com/postmen/sdk-python\n    platform: Python\n    stargazers_count: 11\n  - name: Postmen .NET SDK\n    documentation_url: https://github.com/postmen/sdk-net\n    platform: .Net\n    stargazers_count: 4\n"
  },
  {
    "path": "collection/postmon.yaml",
    "content": "name: Postmon\nslug: postmon\ndescription: API to query zip codes and orders in an easy, fast and free way.\ncategories:\n  - Maps & Geo\n  - Post & Logistics\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://postmon.com.br/\n"
  },
  {
    "path": "collection/powerbi.yaml",
    "content": "name: Power BI REST API\nslug: powerbi\ndescription: Power BI's REST API manages datasets, reports, dashboards, workspaces, and data refreshes. Embed Power BI analytics, automate report publishing, and manage BI infrastructure programmatically.\ncategories:\n  - Analytics\n  - Statistics & Data\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://learn.microsoft.com/en-us/rest/api/power-bi\n  - name: API Reference\n    url: https://learn.microsoft.com/en-us/rest/api/power-bi/datasets\n"
  },
  {
    "path": "collection/prague-opendata.yaml",
    "content": "name: Prague Opendata\nslug: prague-opendata\ndescription: Prague City Open Data. Vítejte na celoměstském portálu pro otevřená data hlavního města Prahy. Zde\n  magistrát hlavního města, příspěvkové organizace, městské části a další související subjekty zveřejňují data ve\n  strojově\ncategories:\n  - Government\n  - Statistics & Data\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://opendata.praha.eu/en\n"
  },
  {
    "path": "collection/prexview.yaml",
    "content": "name: PrexView\nslug: prexview\ndescription: Transform your data from XML or JSON to high quality, beautiful and readable documents in PDF, HTML, PNG or JPG.\ncategories:\n  - Documents & Productivity\n  - Images & Photography\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/prexview/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://prexview.com\nlibraries:\n  - name: PrexView Python SDK by PrexView\n    documentation_url: https://github.com/prexview/prexview-python/blob/master/README.md\n    source_code_url: https://github.com/prexview/prexview-python\n    platform: Python\n    stargazers_count: 7\n  - name: PrexView Ruby SDK by PrexView\n    documentation_url: http://www.rubydoc.info/gems/PrexView/1.0.0\n    source_code_url: https://github.com/prexview/prexview-ruby\n    platform: Ruby\n    stargazers_count: 1\n  - name: PrexView PHP SDK by PrexView\n    documentation_url: https://github.com/prexview/prexview-php/blob/master/README.md\n    source_code_url: https://github.com/prexview/prexview-php\n    platform: PHP\n    stargazers_count: 4\n  - name: PrexView NodeJS SDK by PrexView\n    documentation_url: https://github.com/prexview/prexview-js/blob/master/Readme.md\n    source_code_url: https://github.com/prexview/prexview-js\n    platform: Node.js\n    stargazers_count: 21\n"
  },
  {
    "path": "collection/product-hunt.yaml",
    "content": "name: Product Hunt\nslug: product-hunt\ndescription: The best new products, every day. Product Hunt is a curation of the best new products, every day. Discover\n  the latest mobile apps, websites, and technology products that everyone's talking about\ncategories:\n  - Commerce\n  - Jobs\n  - Marketing & SEO\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/product-hunt/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://api.producthunt.com/v2/docs\nlibraries:\n  - name: Product Hunt Alfred SDK by Loris Guignard\n    documentation_url: https://github.com/loris/alfred-producthunt-workflow\n    platform: Python\n    author: loris\n    stargazers_count: 62\n  - name: Product Hunt Android SDK by Jasper van Riet\n    documentation_url: https://github.com/JaspervanRiet/Jager\n    platform: Java\n    author: JaspervanRiet\n    stargazers_count: 73\n  - name: Product Hunt Android SDK by Prashan Dharmasena\n    documentation_url: https://github.com/qrazhan/hunter2\n    platform: Java\n    author: qrazhan\n    stargazers_count: 7\n  - name: Product Hunt NodeJS SDK by Shubham Naik\n    documentation_url: http://huntlytics.shub.club\n    source_code_url: https://github.com/4shub/huntlytics\n    platform: Node.js\n    author: 4shub\n    stargazers_count: 11\n  - name: Product Hunt JavaScript SDK by Pusher\n    documentation_url: https://github.com/pusher-community/pusher-realtime-producthunt\n    platform: JavaScript\n    stargazers_count: 22\n  - name: Product Hunt Swift SDK by Raul Riera\n    documentation_url: https://github.com/raulriera/HuntingKit\n    platform: Swift\n    author: raulriera\n    stargazers_count: 42\n  - name: Product Hunt Swift SDK by Tosin Afolabi\n    documentation_url: https://github.com/TosinAF/thenews\n    platform: Swift\n    author: TosinAF\n    stargazers_count: 8\n  - name: Product Hunt JavaScript SDK\n    documentation_url: https://github.com/producthunt/producthunt-api\n    platform: JavaScript\n    stargazers_count: 221\n"
  },
  {
    "path": "collection/programming-quotes.yaml",
    "content": "name: Programming Quotes\nslug: programming-quotes\ndescription: Programming Quotes API for open source projects. Contribute to skolakoda/programming-quotes-api development\n  by creating an account on GitHub\ncategories:\n  - Health\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/programming-quotes/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://github.com/skolakoda/programming-quotes-api\n"
  },
  {
    "path": "collection/proxycrawl.yaml",
    "content": "name: ProxyCrawl\nslug: proxycrawl\ndescription: Crawl and scrape websites without the need of proxies, infrastructure or browsers. ProxyCrawl solve\n  captchas for you and prevent you being blocked while speeding up your development. ProxyCrawl all in one data crawling\n  and scraping platform for business developers\ncategories:\n  - Development\n  - Scrapers & Data Mining\n  - Captcha\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/proxycrawl/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://proxycrawl.com\nlibraries:\n  - name: ProxyCrawl Python SDK\n    documentation_url: https://github.com/proxycrawl/proxycrawl-python\n    source_code_url: https://pypi.org/project/proxycrawl/\n    platform: Python\n    author: proxycrawl\n    stargazers_count: 38\n  - name: ProxyCrawl PHP SDK\n    documentation_url: https://github.com/proxycrawl/proxycrawl-php\n    source_code_url: https://packagist.org/packages/proxycrawl/proxycrawl\n    platform: PHP\n    author: proxycrawl\n    stargazers_count: 11\n  - name: ProxyCrawl NodeJS SDK\n    documentation_url: https://www.npmjs.com/package/proxycrawl\n    source_code_url: https://github.com/proxycrawl/proxycrawl-node\n    platform: Node.js\n    author: proxycrawl\n    stargazers_count: 16\n  - name: ProxyCrawl Ruby SDK\n    documentation_url: https://rubygems.org/gems/proxycrawl\n    source_code_url: https://github.com/proxycrawl/proxycrawl-ruby/\n    platform: Ruby\n    author: proxycrawl\n    stargazers_count: 9\n"
  },
  {
    "path": "collection/pubmed.yaml",
    "content": "name: PubMed (NCBI E-utilities)\nslug: pubmed\ndescription: NCBI's E-utilities API provides programmatic access to PubMed abstracts, full-text articles, gene sequences, and other biomedical literature from the National Center for Biotechnology Information.\ncategories:\n  - Science & Math\n  - Health\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://www.ncbi.nlm.nih.gov/books/NBK25501\n  - name: API Reference\n    url: https://www.ncbi.nlm.nih.gov/books/NBK25500\n"
  },
  {
    "path": "collection/pubnub.yaml",
    "content": "name: PubNub\nslug: pubnub\ndescription: <div class=\"homepage-wrap\">\ncategories:\n  - Chats & Messaging\n  - IoT & Home Automation\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/pubnub/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.pubnub.com/docs\nlibraries:\n  - name: PubNub Silverlight C# SDK\n    documentation_url: https://www.pubnub.com/docs/silverlight-c-sharp/pubnub-c-sharp-sdk\n    source_code_url: https://github.com/pubnub/c-sharp/tree/master_3x/csharp.net\n    platform: C#\n    stargazers_count: 93\n  - name: PubNub Scala SDK\n    documentation_url: https://www.pubnub.com/docs/scala-java/pubnub-java-sdk\n    source_code_url: https://github.com/pubnub/java/tree/master_3x/scala\n    platform: Scala\n    stargazers_count: 528\n  - name: PubNub Perl SDK\n    documentation_url: https://github.com/pubnub/pubnub-api/tree/master/perl5\n    platform: PERL\n    stargazers_count: 822\n  - name: PubNub Objective-C SDK\n    documentation_url: https://www.pubnub.com/docs/ios-objective-c/pubnub-objective-c-sdk\n    source_code_url: https://github.com/pubnub/objective-c\n    platform: Objective-C\n    stargazers_count: 172\n  - name: PubNub Haskell SDK\n    documentation_url: https://github.com/pubnub/haskell/blob/master/README.md\n    source_code_url: https://github.com/pubnub/haskell\n    platform: Haskell\n    stargazers_count: 18\n  - name: PubNub Lua SDK\n    documentation_url: https://www.pubnub.com/docs/lua/pubnub-lua-sdk\n    source_code_url: https://github.com/pubnub/lua/tree/master/pure\n    platform: Lua\n    stargazers_count: 12\n  - name: PubNub C++ SDK\n    documentation_url: https://www.pubnub.com/docs/windows-cpp/pubnub-cpp-sdk\n    source_code_url: https://github.com/pubnub/c-core\n    platform: C++\n    stargazers_count: 33\n  - name: PubNub Go SDK\n    documentation_url: https://www.pubnub.com/docs/go/pubnub-go-sdk\n    source_code_url: https://github.com/pubnub/go\n    platform: Go\n    stargazers_count: 93\n  - name: PubNub MQTT Python SDK\n    documentation_url: https://www.pubnub.com/blog/new-improved-pubnub-mqtt-support-and-iot-capabilities\n    source_code_url: https://www.pubnub.com/docs/mqtt-pubnub-bridge/getting-started#introduction\n    platform: Python\n  - name: PubNub Asyncio Python SDK\n    documentation_url: https://www.pubnub.com/docs/python-aiohttp/pubnub-python-sdk\n    source_code_url: https://github.com/pubnub/python\n    platform: Python\n    stargazers_count: 141\n  - name: PubNub Tornado Python SDK\n    documentation_url: https://www.pubnub.com/docs/python-tornado/pubnub-python-sdk\n    source_code_url: https://github.com/pubnub/python\n    platform: Python\n    stargazers_count: 141\n  - name: PubNub Unity C# SDK by PubNub\n    documentation_url: https://www.pubnub.com/docs/unity3d-c-sharp/pubnub-c-sharp-sdk\n    platform: C#\n  - name: PubNub Moai Lua SDK by PubNub\n    documentation_url: https://github.com/pubnub/lua/tree/master/moai\n    platform: Lua\n    stargazers_count: 12\n  - name: PubNub Impact JavaScript SDK by PubNub\n    documentation_url: https://www.pubnub.com/docs/impactjs-javascript/pubnub-javascript-sdk\n    platform: JavaScript\n  - name: PubNub Corona Lua SDK by PubNub\n    documentation_url: https://github.com/pubnub/lua\n    platform: Lua\n    stargazers_count: 12\n  - name: PubNub ColdFusion SDK by PubNub\n    documentation_url: https://github.com/pubnub/pubnub-api/tree/master/coldfusion\n    platform: ColdFusion\n    stargazers_count: 822\n  - name: \"PubNub AngularJS SDK by PubNub \"\n    documentation_url: https://www.pubnub.com/docs/angularjs-javascript/pubnub-javascript-sdk\n    platform: JavaScript\n  - name: PubNub Xamarin iOS C# SDK by PubNub\n    documentation_url: https://github.com/pubnub/c-sharp\n    platform: Objective-C\n    stargazers_count: 93\n  - name: PubNub Xamarin Android C# SDK by PubNub\n    documentation_url: https://www.pubnub.com/docs/c-sharp-net-c-sharp/pubnub-c-sharp-sdk\n    platform: C#\n  - name: PubNub Pocket PC C# SDK by PubNub\n    documentation_url: https://www.pubnub.com/docs/pocket-pc-c-sharp/pubnub-c-sharp-sdk\n    platform: C#\n  - name: PubNub Java ME SDK by PubNub\n    documentation_url: https://www.pubnub.com/docs/j2me-java/pubnub-java-sdk\n    platform: Java\n  - name: PubNub Accelerator Titanium JavaScript SDK by PubNub\n    documentation_url: https://www.pubnub.com/docs/titanium-javascript/pubnub-javascript-sdk-v3\n    platform: JavaScript\n  - name: PubNub CodeNameOne Java SDK by PubNub\n    documentation_url: https://www.pubnub.com/docs/codename-one-java/pubnub-java-sdk\n    platform: Java\n  - name: PubNub Blackberry Java SDK by PubNub\n    documentation_url: https://www.pubnub.com/docs/blackberry-java/pubnub-java-sdk\n    platform: Java\n  - name: PubNub C Library\n    documentation_url: https://github.com/pubnub/c\n    platform: C, C++\n    stargazers_count: 46\n"
  },
  {
    "path": "collection/pulsedive.yaml",
    "content": "name: Pulsedive\nslug: pulsedive\ndescription: Pulsedive is a free threat intelligence platform. Search, scan, and enrich IPs, URLs, domains and other\n  IOCs from OSINT feeds or submit your own\ncategories:\n  - Security\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/pulsedive/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://pulsedive.com/api/\n"
  },
  {
    "path": "collection/punkapi.yaml",
    "content": "name: PunkAPI\nslug: punkapi\ndescription: Brewdog's DIY Dog as a searchable, filterable API. Brewdog's DIY Dog as a searchable, filterable API\ncategories:\n  - Food & Drinks\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/punkapi/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://punkapi.com/\n"
  },
  {
    "path": "collection/purgomalum.yaml",
    "content": "name: PurgoMalum\nslug: purgomalum\ndescription: PurgoMalum is a simple, free, RESTful web service for filtering and removing content of profanity,\n  obscenity and other unwanted text.\ncategories:\n  - Validation & Verification\n  - Text Analysis & Tools\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://www.purgomalum.com\n"
  },
  {
    "path": "collection/pusher-beams.yaml",
    "content": "name: Pusher Beams\nslug: pusher-beams\ndescription: Get realtime delivery and transparency to develop your iOS and Android apps. Pusher Beams is a hosted push\n  notifications API designed for developers who need critical transactional information delivered every time\ncategories:\n  - Development\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/pusher-beams/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://pusher.com/beams\n"
  },
  {
    "path": "collection/pvwatts.yaml",
    "content": "name: PVWatts\nslug: pvwatts\ndescription: \"system_capacit. format Yes Type: string Default: None Options: json, xml The output response format.\n  api_key Yes Type: string Default: None Your developer API key. See API keys for more information\"\ncategories:\n  - Environment & Nature\ntype: REST\nis_free: false\ncontact: support@aoncadis.org\nlinks:\n  - name: Docs / Website\n    url: https://developer.nrel.gov/docs/solar/pvwatts/v6/\n"
  },
  {
    "path": "collection/pwrtelegram-bot.yaml",
    "content": "name: Pwrtelegram Bot\nslug: pwrtelegram-bot\ndescription: The PWRTelegram MTProto API. Boosted version of the Telegram bot API\ncategories:\n  - Social\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://pwrtelegram.xyz\n"
  },
  {
    "path": "collection/pypi-api.yaml",
    "content": "name: PyPI API\nslug: pypi-api\ndescription: PyPI's JSON API provides package metadata, release information, download statistics, and vulnerability data for Python packages hosted on the Python Package Index.\ncategories:\n  - Development\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://docs.pypi.org/api/json\n  - name: API Reference\n    url: https://warehouse.pypa.io/api-reference/json.html\n"
  },
  {
    "path": "collection/qkast-channel-content.yaml",
    "content": "name: qKast Channel Content\nslug: qkast-channel-content\ndescription: qKast API documentation and examples. Contribute to egfx/qKast development by creating an account on\n  GitHub. Access live content collections sourced from any page around the web\ncategories:\n  - Content & Dictionaries\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/qkast-channel-content/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://github.com/egfx/qKast\n"
  },
  {
    "path": "collection/qmeta-global-search-engine.yaml",
    "content": "name: Qmeta Global Search Engine\nslug: qmeta-global-search-engine\ndescription: RadSportRadar ist eine Übersichtskarte über alle gemeldeten Straßenschäden und Gefahrenstellen die so\n  gravierend sind, dass sie zu einem Unfall führen könnten. Anonymous and Secure Global Search Engine\ncategories:\n  - Search\n  - Security\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/qmeta-global-search-engine/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.radsportradar.de/#qmeta\n"
  },
  {
    "path": "collection/qr-code-api.yaml",
    "content": "name: QR Code API\nslug: qr-code-api\ndescription: QR Code REST API. Can create QR code images or read existing images and return the contents\ncategories:\n  - Bar & QR Codes\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://fungenerators.com/api/qrcode/\n"
  },
  {
    "path": "collection/qrcode-monkey.yaml",
    "content": "name: Qrcode Monkey\nslug: qrcode-monkey\ndescription: Create thousands of QR codes with design and logo automatically. Integrate custom and unique looking QR\n  codes into your system or workflow. This API is perfect for creating thousands of high quality QR codes in png or svg\n  vector format. This is the official QR Code API used by QRCode Monkey\ncategories:\n  - Bar & QR Codes\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/qrcode-monkey/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.qrcode-monkey.com/qr-code-api-with-logo\n"
  },
  {
    "path": "collection/quandl.yaml",
    "content": "name: Quandl\nslug: quandl\ndescription: The source for financial, economic, and alternative datasets, serving investment professionals.\ncategories:\n  - Finance & Economics\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/quandl/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.quandl.com/\nlibraries:\n  - name: QuandlAPIClient Swift SDK by suzhoupanda\n    documentation_url: https://github.com/suzhoupanda/QuandlAPIClient\n    platform: Swift\n    author: suzhoupanda\n    stargazers_count: 0\n  - name: Quandl Python SDK by Samvaran Sharma\n    documentation_url: https://github.com/samvaran/historical_stock_data\n    platform: Python\n    author: samvaran\n    stargazers_count: 2\n  - name: Quandl .NET SDK by Marissa\n    documentation_url: https://github.com/paranoidTwitch/DotNetConnect.Quandl\n    platform: .Net\n  - name: Quandl Python SDK by Jyoti_Shambho\n    documentation_url: https://github.com/JSidh/legendary-ttf\n    platform: Python\n    author: JSidh\n    stargazers_count: 0\n  - name: Quandl Python SDK by Beiwen Liu\n    documentation_url: https://github.com/BeiwenLiu/StockUp\n    platform: Python\n    author: BeiwenLiu\n    stargazers_count: 0\n  - name: Quandl Java SDK by Thomas Schlabra\n    documentation_url: https://github.com/TexanBackpacker/securities-data-calculator\n    platform: Java\n  - name: Quandl JavaScript SDK by dlimx\n    documentation_url: https://github.com/dlimx/stock-vis\n    platform: JavaScript\n    author: dlimx\n    stargazers_count: 0\n  - name: Quandl Annual Company Data Python SDK by adubashi\n    documentation_url: https://github.com/adubashi/annualCompanyData\n    platform: Python\n    author: adubashi\n    stargazers_count: 0\n  - name: Quandl Python SDK by Spencer Delcore\n    documentation_url: https://github.com/sdelcore/quandl-retriever\n    platform: Python\n    author: sdelcore\n    stargazers_count: 0\n  - name: Quandl Go SDK by tchitchikov\n    documentation_url: https://github.com/tchitchikov/instant_cocoa\n    platform: Go\n    author: tchitchikov\n    stargazers_count: 0\n  - name: Quandl Scala SDK by Kaiwalya Kher\n    documentation_url: https://github.com/kaiwalya/scandl\n    platform: Scala\n    stargazers_count: 0\n  - name: Quandl JavaScript SDK by Ian Halverson\n    documentation_url: https://github.com/IDHalverson/quandl-eod-helper\n    source_code_url: https://www.npmjs.com/package/quandl-eod-helper\n    platform: JavaScript\n    author: IDHalverson\n    stargazers_count: 1\n  - name: Quandl JavaScript SDK by Jerry Hamlet\n    documentation_url: https://github.com/jhamlet/quandler\n    platform: JavaScript\n    author: jhamlet\n    stargazers_count: 1\n  - name: Quandl React Native SDK by azaleas\n    documentation_url: https://github.com/azaleas/react-native-stockticker\n    platform: JavaScript\n    author: azaleas\n    stargazers_count: 0\n  - name: Quandl Python SDK by TommyRedblue\n    documentation_url: https://github.com/TommyRedblue/quandl_viewer\n    platform: Python\n  - name: Quandl PHP SDK by wells5609\n    documentation_url: https://github.com/wells5609/Quandl-PHP\n    platform: PHP\n    author: wells5609\n    stargazers_count: 1\n  - name: Quandl Go SDK by Cédric\n    documentation_url: https://github.com/cedricmar/go-quandl\n    platform: Go\n    author: cedricmar\n    stargazers_count: 0\n  - name: Quandl Haskell SDK by Rogério Chaves\n    documentation_url: https://github.com/rogeriochaves/quandl-downloader\n    platform: Haskell\n    author: rogeriochaves\n    stargazers_count: 0\n  - name: Quandl Go SDK by twold\n    documentation_url: https://github.com/twold/go-quandl\n    platform: Go\n    author: twold\n    stargazers_count: 0\n  - name: Quandl Python SDK by Steven Gao\n    documentation_url: https://github.com/stevenlusonggao/Quandl-Python-API-Wrapper\n    platform: Python\n    author: stevenlusonggao\n    stargazers_count: 0\n  - name: Quandl JavaScript SDK by Yash Paliwal\n    documentation_url: https://github.com/ypaliwal/quandlVisualizer\n    platform: JavaScript\n    author: ypaliwal\n    stargazers_count: 0\n  - name: Quandl Ruby SDK by erikwjonsson\n    documentation_url: https://github.com/erikwjonsson/quandl_api_client\n    platform: Ruby\n    author: std6566\n    stargazers_count: 0\n  - name: Quandl Clojure SDK by keorn\n    documentation_url: https://github.com/keorn/clj-quandl-api\n    platform: Clojure\n    author: keorn\n    stargazers_count: 2\n  - name: Quandl Python SDK by Carlos Christian Salazar\n    documentation_url: https://github.com/ccsalazar/quandl-api\n    platform: Python\n  - name: Quandl C++ SDK by Daniel Cardenas\n    documentation_url: https://github.com/danielcardeenas/quandl-cpp\n    platform: C++\n    author: danielcardeenas\n    stargazers_count: 0\n"
  },
  {
    "path": "collection/quantonemusic.yaml",
    "content": "name: QuantOneMusic\nslug: quantonemusic\ndescription: Answers the need for digital music data. Our API delivers high-resolution data over the wire with a\n  powerful and elegant restful interface. With in-depth search features along a range of parameters and objects, like\n  participation, work and\ncategories:\n  - Music & Audio\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://quantonemusic.com/\n"
  },
  {
    "path": "collection/quantumdigital.yaml",
    "content": "name: Quantumdigital\nslug: quantumdigital\ndescription: QuantumDigital’s APIs make navigating the USPS, securing national consumer and business lists, uploading\n  your own designs or lists, and shipping small order marketing materials a breeze\ncategories:\n  - Marketing & SEO\n  - Business\n  - Post & Logistics\n  - Commerce\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/quantumdigital/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developer.quantumdigital.com\n"
  },
  {
    "path": "collection/quickchart.yaml",
    "content": "name: QuickChart\nslug: quickchart\ndescription: Create a chart image with one API call and embed it anywhere. Send charts in email and other platforms\ncategories:\n  - Visualizations\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/quickchart/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://quickchart.io\n"
  },
  {
    "path": "collection/quidax-merchant.yaml",
    "content": "name: Quidax Merchant\nslug: quidax-merchant\ndescription: Buy, sell and store Bitcoin, Ethereum, Ripple (XRP), Litecoin & other cryptocurrencies with Naira. Quidax\n  is simple, secure and safe. . Our API makes it easy to integrate fiat currencies and cryptocurrencies such as; Bitcoin\n  (BTC), Ethereum (ETH), Litecoin (LTC), XRP and several others into new and existing applications\ncategories:\n  - Blockchain & Cryptocurrencies\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.quidax.com/developers/api_v2\n"
  },
  {
    "path": "collection/quora-api.yaml",
    "content": "name: Quora API\nslug: quora-api\ndescription: Connect the people who have knowledge to the people who need it, to bring together people with different\n  perspectives so they can understand each other better, and to empower everyone to share their knowledge for the\n  benefit of the rest of the world\ncategories:\n  - Social\n  - AI & ML\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.quora.com/q/edmondlausposts/Quora-Extension-API\n"
  },
  {
    "path": "collection/quotable-quotes.yaml",
    "content": "name: Quotable Quotes\nslug: quotable-quotes\ndescription: Contribute to lukePeavey/quotable development by creating an account on GitHub. Random Quotes API\ncategories:\n  - Health\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/quotable-quotes/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://github.com/lukePeavey/quotable\n"
  },
  {
    "path": "collection/quote-garden.yaml",
    "content": "name: Quote Garden\nslug: quote-garden\ndescription: A RESTful API for quotes. The database currently includes more than 75000 quotes\ncategories:\n  - Health\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://pprathameshmore.github.io/QuoteGarden/\n"
  },
  {
    "path": "collection/quotes-api.yaml",
    "content": "name: Quotes Api\nslug: quotes-api\ndescription: They Said So. Quotes API with lot of features\ncategories:\n  - Fun\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://quotes.rest\n"
  },
  {
    "path": "collection/rackspace-cloud-databases-api.yaml",
    "content": "name: Rackspace Cloud Databases API\nslug: rackspace-cloud-databases-api\ndescription: Can be created, updated, and deleted using the OS::Trove::Instance resource. Cloud Databases instances can\n  also be created as replicas of other Cloud Databases instances.\ncategories:\n  - Databases\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://docs.rackspace.com/cdb/api/v1.0/cdb-devguide/content/overview.html\n"
  },
  {
    "path": "collection/railway.yaml",
    "content": "name: Railway\nslug: railway\ndescription: Railway's API enables programmatic management of projects, services, deployments, and environments on the Railway cloud platform.\ncategories:\n  - Development\ntype: GraphQL\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://docs.railway.app\n  - name: API Reference\n    url: https://docs.railway.app/reference/public-api\n"
  },
  {
    "path": "collection/random-data-generator.yaml",
    "content": "name: Random Data Generator\nslug: random-data-generator\ndescription: API Generator for telephones, text, numbers, passwords, names, social security numbers, and cards. Use\n  Randommer free REST API to validate phone numbers, calculate hashes, get american names, and generate placeholder\n  text. You have 1000 daily quota calls for your project.\ncategories:\n  - Testing\n  - Random\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/random-data-generator/logo_256x256.png\nspecification:\n  type: openapi\n  url: https://randommer.io/api/docs/v1/swagger.json\n  version: https://randommer.io/api/docs/v1/swagger.json\nlinks:\n  - name: Docs / Website\n    url: https://randommer.io/randommer-api\n"
  },
  {
    "path": "collection/random-facts-api.yaml",
    "content": "name: Random Facts Api\nslug: random-facts-api\ndescription: Get random Facts on different topics\ncategories:\n  - Random\n  - Fun\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://fungenerators.com/api/facts/\n"
  },
  {
    "path": "collection/random-facts.yaml",
    "content": "name: Random Facts\nslug: random-facts\ndescription: Random Facts API\ncategories:\n  - Fun\n  - Random\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://fungenerators.com/api/facts/\n"
  },
  {
    "path": "collection/randomcat.yaml",
    "content": "name: RandomCat\nslug: randomcat\ndescription: Random cat image API\ncategories:\n  - Animals\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://aws.random.cat/meow\n"
  },
  {
    "path": "collection/randomdog.yaml",
    "content": "name: RandomDog\nslug: randomdog\ndescription: Random dog image API\ncategories:\n  - Animals\n  - Fun\n  - Random\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://random.dog/woof.json\n"
  },
  {
    "path": "collection/randomfox.yaml",
    "content": "name: RandomFox\nslug: randomfox\ndescription: Random image of a fox\ncategories:\n  - Animals\n  - Images & Photography\n  - Random\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://randomfox.ca/\n"
  },
  {
    "path": "collection/randomusergenerator.yaml",
    "content": "name: RandomUserGenerator\nslug: randomusergenerator\ndescription: Random user generator is a FREE API for generating placeholder user information. Get profile photos, names,\n  and more. It's like Lorem Ipsum, for people.\ncategories:\n  - Testing\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://randomuser.me/\n"
  },
  {
    "path": "collection/ratesapi-io.yaml",
    "content": "name: ratesapi.io\nslug: ratesapi-io\ndescription: Free currency exchange rates and currency conversion. Exchange rate API to convert one currency from\n  another and returns in JSON format. RateAPI tracks rates daily published by European central bank\ncategories:\n  - Finance & Economics\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://ratesapi.io/\n"
  },
  {
    "path": "collection/rawg.yaml",
    "content": "name: RAWG\nslug: rawg\ndescription: IO ♛ Keep all games in one profile ✔ See what friends are playing, and find your next great game. Open\n  video game database. Find games by platform, genre, company or find game developers, stores, publishers and many more.\n  RAWG\ncategories:\n  - Entertainment\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/rawg/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://rawg.io/apidocs\n"
  },
  {
    "path": "collection/razorpay-ifsc.yaml",
    "content": "name: Razorpay IFSC\nslug: razorpay-ifsc\ndescription: An API to query IFSC codes\ncategories:\n  - Finance & Economics\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://ifsc.razorpay.com/\n"
  },
  {
    "path": "collection/razorpay.yaml",
    "content": "name: Razorpay\nslug: razorpay\ndescription: Razorpay's Payment APIs support UPI, cards, net banking, and wallets for the Indian market. Features include payment links, subscriptions, payouts, and route-based split payments.\ncategories:\n  - Payments\n  - Commerce\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://razorpay.com/docs/api\n  - name: API Reference\n    url: https://razorpay.com/docs/api\n"
  },
  {
    "path": "collection/rebrandly.yaml",
    "content": "name: Rebrandly\nslug: rebrandly\ndescription: Rebrandly is the link management platform to brand, track and share short URLs using a custom domain name\ncategories:\n  - URLs\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developers.rebrandly.com/v1/docs\nlibraries:\n  - name: Rebrandly PHP SDK by Partnermarketing\n    documentation_url: https://github.com/partnermarketing/rebrandly-sdk\n    platform: PHP\n    stargazers_count: 3\n"
  },
  {
    "path": "collection/recast-ai.yaml",
    "content": "name: Recast.AI\nslug: recast-ai\ndescription: Collaborative chatbot software. Recast.AI provides an NLP API for text analysis and entity extraction. The\n  leading platform to build, connect and monitor bots\ncategories:\n  - Text Analysis & Tools\n  - Bots\n  - AI & ML\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/recast-ai/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://recast.ai\n"
  },
  {
    "path": "collection/recipe-puppy.yaml",
    "content": "name: Recipe Puppy\nslug: recipe-puppy\ndescription: Recipe Puppy API lets you search through recipe puppy database of over a million recipes by keyword and/or\n  by search query.\ncategories:\n  - Food & Drinks\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://www.recipepuppy.com/about/api/\n"
  },
  {
    "path": "collection/recreation-information-database.yaml",
    "content": "name: Recreation Information Database\nslug: recreation-information-database\ndescription: Recreation.gov is your source for discovering and experiencing America's federal recreation activities and\n  outdoor adventures\ncategories:\n  - Other\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://ridb.recreation.gov/\n"
  },
  {
    "path": "collection/reddit.yaml",
    "content": "name: Reddit\nslug: reddit\ndescription: Contribute to reddit-archive/reddit development by creating an account on GitHub. historical code from\n  reddit. historical code from reddit. com\ncategories:\n  - Social\n  - News & Feeds\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/reddit/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://github.com/reddit/reddit/wiki/API\nlibraries:\n  - name: graw Reddit Go SDK by Payton Turnage\n    documentation_url: https://github.com/turnage/graw\n    platform: Go\n    author: turnage\n    stargazers_count: 247\n  - name: Reddit .NET SDK by Kris Craig\n    documentation_url: https://github.com/sirkris/Reddit.NET\n    platform: .Net\n    author: sirkris\n    stargazers_count: 384\n  - name: SocialSharesCount Go SDK by Sumesh Suvarna\n    documentation_url: https://github.com/gssumesh/socialsharescount\n    platform: Go\n    author: gssumesh\n    stargazers_count: 9\n  - name: Reddit Python SDK by PRAW Development\n    documentation_url: https://github.com/praw-dev/praw\n    platform: Python\n    stargazers_count: 2390\n  - name: Reddit Laravel PHP SDK by CodeWizz\n    documentation_url: https://github.com/codewizz/laravel-reddit-api\n    platform: PHP\n    stargazers_count: 16\n  - name: Reddit Java SDK by euparkeria\n    documentation_url: https://github.com/euparkeria/RedditJerk\n    platform: Java\n    author: euparkeria\n    stargazers_count: 36\n  - name: Reddit PowerShell SDK by davotronic5000\n    documentation_url: https://github.com/davotronic5000/PoSh_Reddit\n    platform: Unspecified\n    author: davotronic5000\n    stargazers_count: 10\n  - name: Reddit PERL SDK by three18ti\n    documentation_url: https://github.com/three18ti/Reddit.pm\n    platform: PERL\n    author: three18ti\n    stargazers_count: 6\n  - name: Reddit PERL SDK by Jeff Ober\n    documentation_url: https://github.com/jsober/Reddit-API\n    platform: PERL\n    author: sysread\n    stargazers_count: 21\n  - name: Reddit JavaScript SDK by Mads Cordes\n    documentation_url: https://github.com/Mobilpadde/NRAW.js\n    platform: JavaScript\n    author: Mobilpadde\n    stargazers_count: 10\n  - name: Reddit Node.js SDK by go1dfish\n    documentation_url: https://github.com/go1dfish/nodewhal\n    platform: Node.js\n    author: go1dfish\n    stargazers_count: 8\n  - name: Reddit Java SDK by Cory Dissinger\n    documentation_url: https://github.com/corydissinger/raw4j\n    platform: Java\n    author: corydissinger\n    stargazers_count: 49\n  - name: Reddit Lisp SDK by jperson\n    documentation_url: https://github.com/jperson/cl-reddit\n    platform: Lisp\n    author: jperson\n    stargazers_count: 16\n  - name: Reddit Swift SDK by sonson\n    documentation_url: https://github.com/sonsongithub/reddift\n    platform: Swift\n    author: sonsongithub\n    stargazers_count: 215\n  - name: Reddit Ruby SDK by Avinash Dwarapu\n    documentation_url: https://github.com/avidw/redd\n    platform: Ruby\n    author: avinashbot\n    stargazers_count: 177\n  - name: Reddit Perl SDK by Curtis Brandt\n    documentation_url: https://github.com/aggrolite/Mojo-Snoo\n    platform: PERL\n    author: aggrolite\n    stargazers_count: 4\n  - name: Reddit JavaScript SDK by Trevor Senior\n    documentation_url: https://github.com/trevorsenior/snoocore\n    platform: JavaScript\n  - name: Reddit Dart SDK by Steven Roose\n    documentation_url: https://github.com/stevenroose/dart-reddit\n    platform: Dart\n    author: stevenroose\n    stargazers_count: 24\n  - name: Reddit C# SDK by Drew DeVault\n    documentation_url: https://github.com/SirCmpwn/RedditSharp\n    platform: .Net, C#\n    author: ddevault\n    stargazers_count: 282\n  - name: Greddit Reddit API Groovy Wrapper\n    documentation_url: http://www.reddit.com/dev/api\n    source_code_url: https://github.com/Steveice10/Greddit\n    platform: Unspecified\n  - name: RedditKit Reddit API Objective-C Wrapper\n    documentation_url: http://redditkit.com/\n    source_code_url: https://github.com/samsymons/RedditKit\n    platform: Objective-C\n    author: samsymons\n    stargazers_count: 299\n  - name: Raw.js Reddit API Node.js Wrapper\n    documentation_url: https://bitbucket.org/Doctor_McKay/raw.js\n    source_code_url: http://www.reddit.com/r/rawjs/wiki/documentation\n    platform: Node.js\n  - name: Reddit API Java Wrapper\n    documentation_url: https://thatjavanerd.github.io/JRAW/\n    source_code_url: https://github.com/thatJavaNerd/JRAW\n    platform: Java\n    author: mattbdean\n    stargazers_count: 319\n  - name: Reddit Ruby Gem RedditKit.rb\n    documentation_url: http://rdoc.info/gems/redditkit/\n    source_code_url: https://github.com/samsymons/RedditKit.rb\n    platform: Ruby\n    author: samsymons\n    stargazers_count: 157\n"
  },
  {
    "path": "collection/redtube-api.yaml",
    "content": "name: Redtube Api\nslug: redtube-api\ndescription: The Redtube API. RedTube API Documentation Welcome to the RedTube API developer documentation! Here you can\n  find detailed information needed to get data and integrate RedTube videos on your website or application\ncategories:\n  - Adult\n  - Entertainment\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://api.redtube.com/docs\n"
  },
  {
    "path": "collection/reed.yaml",
    "content": "name: Reed\nslug: reed\ndescription: Official API for reed.co.uk jobs website\ncategories:\n  - Jobs\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.reed.co.uk/developers\n"
  },
  {
    "path": "collection/refuge-restrooms.yaml",
    "content": "name: REFUGE Restrooms\nslug: refuge-restrooms\ndescription: Refuge Restrooms\ncategories:\n  - Point of Interest\n  - Maps & Geo\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.refugerestrooms.org/api/docs/#!/restrooms\n"
  },
  {
    "path": "collection/regulations-gov.yaml",
    "content": "name: Regulations.gov\nslug: regulations-gov\ndescription: More information is available here. Pleas. The Regulations. gov API is not accepting applications for new\n  API keys at this time to prepare for the upcoming transition to a modernized Regulations. gov\ncategories:\n  - Government\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://regulationsgov.github.io/developers/\n"
  },
  {
    "path": "collection/reliefweb.yaml",
    "content": "name: Reliefweb\nslug: reliefweb\ndescription: >-\n  ReliefWeb API to get the latest updates when a disaster happens. Do you want to have the latest information about\n  humanitarian training all around the world? Use ReliefWeb API to get ReliefWeb's posted training that fits better with\n  your goals and embed the information into your corporate training system\n\n  and much much more\ncategories:\n  - News & Feeds\n  - Environment & Nature\n  - Government\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/reliefweb/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://apidoc.rwlabs.org/\n"
  },
  {
    "path": "collection/render.yaml",
    "content": "name: Render\nslug: render\ndescription: Render's API lets you manage web services, static sites, databases, cron jobs, and private services on the Render cloud platform programmatically.\ncategories:\n  - Development\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://render.com/docs/api\n  - name: API Reference\n    url: https://api-docs.render.com/reference\n"
  },
  {
    "path": "collection/replicate.yaml",
    "content": "name: Replicate\nslug: replicate\ndescription: Replicate lets you run machine learning models via API. Access thousands of community models for image generation, language, audio, and video, or deploy your own custom models.\ncategories:\n  - AI & ML\n  - Images & Photography\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://replicate.com/docs\n  - name: API Reference\n    url: https://replicate.com/docs/reference/http\n"
  },
  {
    "path": "collection/represent-by-open-north.yaml",
    "content": "name: Represent by Open North\nslug: represent-by-open-north\ndescription: Find the elected officials and electoral districts for any Canadian address or postal code, at all levels of government\ncategories:\n  - Government\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/represent-by-open-north/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://represent.opennorth.ca/\n"
  },
  {
    "path": "collection/reqres.yaml",
    "content": "name: ReqRes\nslug: reqres\ndescription: A hosted REST-API ready to respond to AJAX requests\ncategories:\n  - Development\n  - Authentication & User Management\n  - Testing\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://reqres.in/\n"
  },
  {
    "path": "collection/request-kittens.yaml",
    "content": "name: Request Kittens\nslug: request-kittens\ndescription: A randomized set of category-specific cat images.\ncategories:\n  - Images & Photography\n  - Animals\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/request-kittens/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://joshwcomeau.github.io/RequestKittensDocs/public/\n"
  },
  {
    "path": "collection/rescuegroups.yaml",
    "content": "name: RescueGroups\nslug: rescuegroups\ndescription: org APIs Not all adoptable pet data APIs are made equal! Choosing the right API service is more than just\n  numbers. you also need to consider reliability, functio. Introduction to the RescueGroups. Introduction to the\n  RescueGroups\ncategories:\n  - Animals\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://userguide.rescuegroups.org/display/APIDG/API+Developers+Guide+Home\nlibraries:\n  - name: RescueGroups Ruby SDK by Harsha\n    documentation_url: https://github.com/bornfree/rescuegroups\n    platform: Ruby\n    author: bornfree\n    stargazers_count: 1\n"
  },
  {
    "path": "collection/resend.yaml",
    "content": "name: Resend\nslug: resend\ndescription: Resend is an email API built for developers. Send transactional emails with React components, track deliverability, manage domains, and view analytics via a simple REST API.\ncategories:\n  - Email & SMS\n  - Development\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://resend.com/docs\n  - name: API Reference\n    url: https://resend.com/docs/api-reference/introduction\n"
  },
  {
    "path": "collection/rest-countries.yaml",
    "content": "name: REST Countries\nslug: rest-countries\ndescription: Get information about countries via a RESTful API.\ncategories:\n  - Maps & Geo\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://restcountries.eu\n"
  },
  {
    "path": "collection/restpack.yaml",
    "content": "name: Restpack\nslug: restpack\ndescription: Screenshot API, HTML to PDF API, Content Extraction API\ncategories:\n  - Documents & Productivity\n  - Development\n  - Scrapers & Data Mining\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/restpack/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://restpack.io/\n"
  },
  {
    "path": "collection/revai.yaml",
    "content": "name: rev.ai\nslug: revai\ndescription: Accurate Speech-to-Text APIs for all of your speech recognition needs\ncategories:\n  - AI & ML\n  - Voice\nis_free: false\nlogo: https://www.rev.ai/Content/curve/img/revai/logo/logo-blue.svg\nlinks:\n  - name: Docs / Website\n    url: https://www.rev.ai/\nlibraries:\n  - name: Rev.ai Python SDK\n    platform: Python\n    source_code_url: https://github.com/revdotcom/revai-python-sdk\n    documentation_url: https://pypi.org/project/rev-ai/\n  - name: Rev.ai Node SDK\n    platform: Node\n    source_code_url: https://github.com/revdotcom/revai-node-sdk\n    documentation_url: https://www.npmjs.com/package/revai-node-sdk\n"
  },
  {
    "path": "collection/reverb.yaml",
    "content": "name: Reverb\nslug: reverb\ndescription: Sell and buy music related merchandise. Join the millions of music lovers who use Reverb to find everything\n  they need to make music\ncategories:\n  - Music & Audio\n  - Commerce\ntype: REST\nis_free: false\ncontact: integrations@reverb.com\nlinks:\n  - name: Docs / Website\n    url: https://www.reverb-api.com/\n"
  },
  {
    "path": "collection/rhapsody.yaml",
    "content": "name: Rhapsody\nslug: rhapsody\ndescription: Access metadata, user’s entire library of music and do much more. The Napster API enables legal on-demand\n  playback of millions of songs. Start building something awesome with the original streaming service\ncategories:\n  - Music & Audio\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/rhapsody/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developer.rhapsody.com/\nlibraries:\n  - name: PushSpring Android SDK by Rhapsody\n    documentation_url: https://github.com/Rhapsody/PushSpringSDK-Android\n    source_code_url: https://github.com/Rhapsody/PushSpringSDK-Android/tree/master/PushSpringSDK/src/com/pushspring/sdk\n    platform: Java\n  - name: Rhapsody Java SDK by Kai Winter\n    documentation_url: https://github.com/kaiwinter/rhapsody-java-sdk\n    platform: Java\n    author: kaiwinter\n    stargazers_count: 3\n  - name: Rhapsody JavaScript SDK by Rhapsody\n    documentation_url: https://github.com/Rhapsody/rhapsody.js\n    platform: JavaScript\n    stargazers_count: 13\n  - name: Rhapsody iOS SDK by Rhapsody\n    documentation_url: https://developers.coinbase.com/api/v2\n    source_code_url: https://github.com/Rhapsody/rhapsody-ios-sdk\n    platform: Objective-C\n  - name: Rhapsody Android SDK by Rhapsody\n    documentation_url: https://developer.rhapsody.com/sdks\n    source_code_url: https://github.com/Rhapsody/rhapsody-android-sdk\n    platform: Java\n"
  },
  {
    "path": "collection/rick-and-morty.yaml",
    "content": "name: Rick and Morty\nslug: rick-and-morty\ndescription: The Rick and Morty API is a REST and GraphQL API based on the television show Rick and Morty\ncategories:\n  - Entertainment\n  - Comics & Anime\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/rick-and-morty/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://rickandmortyapi.com/\n"
  },
  {
    "path": "collection/rig-veda-api.yaml",
    "content": "name: Rig Veda API\nslug: rig-veda-api\ndescription: All of the poets and gods in the Rig Veda, presented with the mandal and sukta numbers they're mentioned\n  in, the meters the verses are composed in, and the categories the poets and gods belong to\ncategories:\n  - Other\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://aninditabasu.github.io/indica/html/rv.html\n"
  },
  {
    "path": "collection/rijksmuseum.yaml",
    "content": "name: Rijksmuseum\nslug: rijksmuseum\ndescription: The Rijksmuseum links individuals with art and history. It's data services are important building blocks\n  for this. That is why Rijksmuseum offers them in different ways, guided by the Rijksmuseum’s progressive Open Data\n  policy and inspired by the FAIR data principles.\ncategories:\n  - Point of Interest\n  - Art & Design\n  - Education\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/rijksmuseum/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.rijksmuseum.nl/en/api\n"
  },
  {
    "path": "collection/riot-games.yaml",
    "content": "name: Riot Games\nslug: riot-games\ndescription: Provide the League of Legends developer community with access to game data in a secure and reliable way.\ncategories:\n  - Analytics\n  - Entertainment\n  - Games\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developer.riotgames.com/\nlibraries:\n  - name: Riot PHP SDK by Daniel Dolejška\n    documentation_url: https://github.com/dolejska-daniel/riot-api\n    source_code_url: https://github.com/dolejska-daniel/riot-api/tree/master/src\n    platform: PHP\n    author: dolejska-daniel\n    stargazers_count: 102\n  - name: Riot Games PHP SDK by DNW Network\n    documentation_url: https://packagist.org/packages/dnwnetwork/php-riot-api\n    source_code_url: https://github.com/DNWNetwork/php-riot-api\n    platform: PHP\n  - name: Riot Games Node.js SDK by NahisWayard\n    documentation_url: https://github.com/NahisWayard/wrapper-node-riot-api\n    platform: Node.js\n  - name: League of Legends PHP SDK by Lam Phuong Phan\n    documentation_url: https://packagist.org/packages/lpphan/riot-api\n    source_code_url: https://github.com/lamphuong223/riot-api-php\n    platform: PHP\n    author: lamphuong223\n    stargazers_count: 1\n  - name: Riot Games Ruby SDK by Blanchard François\n    documentation_url: https://github.com/francois-blanchard/riot_lol_api\n    platform: Ruby\n    author: francois-blanchard\n    stargazers_count: 8\n  - name: Riot Games LoL PHP SDK by Kevin Ran\n    documentation_url: https://github.com/chr0n1x/league-of-legends-api-core\n    platform: PHP\n    author: chr0n1x\n    stargazers_count: 2\n  - name: Riot Games LoL Ruby SDK by Pat George\n    documentation_url: https://github.com/petems/riot_api\n    platform: Ruby\n    author: petems\n    stargazers_count: 12\n  - name: Riot Games LoL Python SDK by Patrick O'Brien\n    documentation_url: https://github.com/p-ob/lolPy\n    platform: Python\n    author: p-ob\n    stargazers_count: 5\n  - name: Riot Games Node.js Library by Robert Manolea\n    documentation_url: https://www.npmjs.com/package/lol-riot-api\n    source_code_url: https://github.com/Pupix/lol-riot-api\n    platform: Node.js\n    author: Pupix\n    stargazers_count: 21\n  - name: Riot Games PHP Library by Kevin Ohashi\n    documentation_url: https://github.com/kevinohashi/php-riot-api\n    platform: PHP\n    author: kevinohashi\n    stargazers_count: 77\n  - name: Riot Games Java Library riot-api-java\n    documentation_url: https://github.com/rithms/riot-api-java\n    platform: Java\n    author: taycaldwell\n    stargazers_count: 182\n  - name: Riot Games API Node.js Library\n    documentation_url: https://developer.riotgames.com/api/methods\n    source_code_url: https://github.com/HardTacos/riot-games-api-nodejs\n    platform: Node.js\n    author: HardTacos\n    stargazers_count: 8\n"
  },
  {
    "path": "collection/ripple-xrp.yaml",
    "content": "name: Ripple XRP Ledger\nslug: ripple-xrp\ndescription: The XRP Ledger's rippled API provides access to accounts, transactions, order books, and payment channels on the XRP Ledger. Build fast, low-cost cross-border payment applications.\ncategories:\n  - Blockchain & Cryptocurrencies\n  - Finance & Economics\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://xrpl.org/docs/references/http-websocket-apis\n  - name: API Reference\n    url: https://xrpl.org/docs/references/http-websocket-apis/api-conventions/request-formatting\n"
  },
  {
    "path": "collection/ritekit.yaml",
    "content": "name: RiteKit\nslug: ritekit\ndescription: Looking for hashtag suggestions, analytics, trend data, influencers of a hashtag or historical data? How\n  about auto-hashtagging entire social media posts, Tweets, updates?. Returns text of the post with up to two relevant\n  hashtags added. Takes into account real-time hashtag popularity\ncategories:\n  - Other\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/ritekit/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://ritekit.com/api-demo/auto-hashtag\n"
  },
  {
    "path": "collection/robohash.yaml",
    "content": "name: RoboHash\nslug: robohash\ndescription: Generate Unique images from any text. Robohash is a easy web service that makes it easy to provide unique,\n  robot/alien/monster/whatever images for any text. Put in any text, such as IP address, email etc\ncategories:\n  - Testing\n  - Random\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/robohash/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://robohash.org/\n"
  },
  {
    "path": "collection/rocketium-video-api.yaml",
    "content": "name: Rocketium Video API\nslug: rocketium-video-api\ndescription: Create multiple videos with your logo, captions, and background music in different aspect ratios. Check it\n  out!. Rocketium Video API allows you to create Buzzfeed-like videos programmatically. Make video and image assets\n  automatically using Rocketiumâ€™s video API\ncategories:\n  - Video & Media\n  - Marketing & SEO\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/rocketium-video-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://rocketium.com/api/?utm_source=github&utm_medium=repository&utm_campaign=abhishekbanthia&utm_content=api_solution\n"
  },
  {
    "path": "collection/ron-swanson-quotes.yaml",
    "content": "name: Ron Swanson Quotes\nslug: ron-swanson-quotes\ndescription: Node. Node. js server for providing Ron Swanson quotes. Contribute to jamesseanwright/ron-swanson-quotes\n  development by creating an account on GitHub\ncategories:\n  - Entertainment\n  - Fun\n  - Video & Media\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/ron-swanson-quotes/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://github.com/jamesseanwright/ron-swanson-quotes#ron-swanson-quotes-api\n"
  },
  {
    "path": "collection/routingnumbers-info.yaml",
    "content": "name: Routingnumbers.Info\nslug: routingnumbers-info\ndescription: API for ACH/NACHA Bank Routing Numbers\ncategories:\n  - Finance & Economics\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.routingnumbers.info/api/index.html\n"
  },
  {
    "path": "collection/rovi.yaml",
    "content": "name: Rovi\nslug: rovi\ndescription: Access to Metadata, search capabilities and recommendations. Digital First Digital First metadata drives\n  interest to your short-form web content younger audiences are watching, and makes connections back to traditional\n  shows & movies, presenting a richer dis\ncategories:\n  - Music & Audio\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developers.rovicorp.com/\n"
  },
  {
    "path": "collection/rushtranslate.yaml",
    "content": "name: Rushtranslate\nslug: rushtranslate\ndescription: >-\n  RushTranslate offers certified document translation services in over 60 languages provided by native speaking\n  professionals. RushTranslate provides a REST API for human translation services allowing programmatic placement and\n  management of orders. Our API is perfect for high volume users who want to automate their workflow. \n\n  . The RushTranslate API enables human-powered translation services in applications. The API is used to create orders,\n  retrieve files, request revisions, and more. Responses are JSON formatted\ncategories:\n  - Business\n  - Documents & Productivity\n  - Translation\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/rushtranslate/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://rushtranslate.com/docs\n"
  },
  {
    "path": "collection/russian-calendar.yaml",
    "content": "name: Russian Calendar\nslug: russian-calendar\ndescription: Work calendar service. Contribute to egno/work-calendar development by creating an account on GitHub. Work\n  calendar service\ncategories:\n  - Calendar & Time\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/russian-calendar/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://github.com/egno/work-calendar\n"
  },
  {
    "path": "collection/russian-federation.yaml",
    "content": "name: Russian Central Bank\nslug: russian-federation\ndescription: Central bank of Russian Federation\ncategories:\n  - Finance & Economics\n  - Government\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/russian-federation/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.cbr.ru/development/\n"
  },
  {
    "path": "collection/ryft.yaml",
    "content": "name: Ryft\nslug: ryft\ndescription: Integrate the Ryft ONE’s data analysis capabilities into existing big data environments for faster data\n  analysis and real-time intelligence.\ncategories:\n  - AI & ML\n  - Analytics\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/ryft/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://www.ryft.com/api\n"
  },
  {
    "path": "collection/saidit.yaml",
    "content": "name: Saidit\nslug: saidit\ndescription: Raw Saidit API Wrapper. Raw Saidit API Wrapper. Contribute to IThinkImOKAY/rsaw development by creating an\n  account on GitHub\ncategories:\n  - Social\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/saidit/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://github.com/IThinkImOKAY/rsaw\n"
  },
  {
    "path": "collection/sakari.yaml",
    "content": "name: Sakari\nslug: sakari\ndescription: Integrates with 1000+ applications with no code. Send and Receive SMS to over 200+ countries around the\n  world. Send one or one million messages from a single API call\ncategories:\n  - Email & SMS\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/sakari/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developer.sakari.io\n"
  },
  {
    "path": "collection/salesforce.yaml",
    "content": "name: Salesforce\nslug: salesforce\ndescription: >-\n  The Salesforce Platform connects the entire customer journey across Sales, Service, Marketing, Commerce, and every\n  touchpoint.\n\n  This simple RESTful interface is powerful, convenient, and great for writing mobile and web apps. Salesforce uses the\n  OAuth protocol to allow users of applications to securely access data without having to reveal username and password\n  credentials. Build versatile and lightweight solutions that integrate your Salesforce data using REST API\ncategories:\n  - Marketing & SEO\n  - CRM\n  - Business\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/salesforce/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/intro_understanding_authentication.htm\nlibraries:\n  - name: Salesforce C# SDK by Sean Fife\n    documentation_url: https://github.com/seanfifepep/SfdcConnect\n    platform: C#\n    author: seanfifepep\n    stargazers_count: 1\n"
  },
  {
    "path": "collection/sanity.yaml",
    "content": "name: Sanity\nslug: sanity\ndescription: Sanity's Content Lake API provides real-time headless CMS access via GROQ queries and REST. Manage structured content, assets, and schemas for Sanity-powered applications.\ncategories:\n  - Development\n  - Documents & Productivity\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://www.sanity.io/docs/http-api\n  - name: API Reference\n    url: https://www.sanity.io/docs/http-api\n"
  },
  {
    "path": "collection/satyr.yaml",
    "content": "name: Satyr\nslug: satyr\ndescription: Free powerful API for generating dummy images with unique features like delay, aspect ratio, variable\n  resolution, themes, flags and offline mode.\ncategories:\n  - Development\n  - Testing\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/satyr/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://satyr.io/\n"
  },
  {
    "path": "collection/schiphol-airport.yaml",
    "content": "name: Schiphol Airport\nslug: schiphol-airport\ndescription: Schiphol Airport's API. Through these APIs, it disclose an enormous amount of airport data – for you to use\n  and build fantastic, innovative solutions.\ncategories:\n  - Transportation\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developer.schiphol.nl/\n"
  },
  {
    "path": "collection/scoop-it.yaml",
    "content": "name: Scoop.it\nslug: scoop-it\ndescription: Enables professionals and businesses to research and publish content through its content curation tool\ncategories:\n  - Marketing & SEO\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/scoop-it/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://www.scoop.it/dev\n"
  },
  {
    "path": "collection/scraper-ai.yaml",
    "content": "name: Scraper.AI\nslug: scraper-ai\ndescription: Scraper. AI is a no-code data extraction tool that allows you to extract data from a website and convert it\n  into the structured data you require\ncategories:\n  - Development\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://docs.scraper.ai/#/\n"
  },
  {
    "path": "collection/scraper-api.yaml",
    "content": "name: Scraper API\nslug: scraper-api\ndescription: Scraper API is a web scraping API that handles proxy rotation, browsers, and CAPTCHAs so developers can\n  scrape any page with a single API call\ncategories:\n  - Scrapers & Data Mining\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.scraperapi.com\n"
  },
  {
    "path": "collection/scrapestack.yaml",
    "content": "name: Scrapestack\nslug: scrapestack\ndescription: Use this proxy and web scraping REST API to extract html data from any web page, supporting 100\n  geolocations, CAPTCHAs and IP rotation for millions of IPs. The scrapestack API was built to offer a free, real-time\n  scraping and proxy REST API, handling CAPTCHAs, browsers, IP blocks, and more. Simply send a valid website URL and the\n  scrapestack API will return its full HTML content - as seen in the browser, including JavaScript rendering\ncategories:\n  - Search\n  - Development\n  - Scrapers & Data Mining\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/scrapestack/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://scrapestack.com\n"
  },
  {
    "path": "collection/scrapingbee.yaml",
    "content": "name: Scrapingbee\nslug: scrapingbee\ndescription: >-\n  Scraping is hard, scraping at scale can be very challenging. \n\n  You have to handle: \n   - JS rendering \n   - Chrome headless\n   - Captcha \n   - Proxy \n  ScrapingBee is a simple API that does all the above for you. It is truly the most simple web scraping API ever.\n  ScrapingBee is a Web Scraping API that handles proxies and Headless browser for you, so you can focus on extracting\n  the data you want, and nothing else\ncategories:\n  - Scrapers & Data Mining\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/scrapingbee/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.scrapingbee.com\n"
  },
  {
    "path": "collection/screenshot-machine.yaml",
    "content": "name: Screenshot Machine\nslug: screenshot-machine\ndescription: Free screenshot api for capturing web pages. Let our website screenshot generator and gifted robots take\n  your webpage screenshot!\ncategories:\n  - Scrapers & Data Mining\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.screenshotmachine.com\nlibraries:\n  - name: ScreenshotMachine Node SDK by Kevin Moritz\n    documentation_url: https://github.com/mayorbyrne/node-screenshot-machine/blob/master/README.md\n    source_code_url: https://github.com/mayorbyrne/node-screenshot-machine\n    platform: Node.js\n    author: mayorbyrne\n    stargazers_count: 2\n  - name: ScreenshotMachine Ruby SDK by Tupalo\n    documentation_url: https://github.com/tupalo/screenshot_machine/blob/master/README.md\n    source_code_url: https://github.com/tupalo/screenshot_machine\n    platform: Ruby\n    stargazers_count: 2\n"
  },
  {
    "path": "collection/screenshotapi-net.yaml",
    "content": "name: ScreenshotAPI.net\nslug: screenshotapi-net\ndescription: Use one simple API call to generate screenshots of any website. Use this screenshot API to capture\n  screenshots. Uses real Chrome browsers to capture pixel-perfect screenshots. Blazingly fast, ready to scale and hosted\n  on Google Cloud\ncategories:\n  - Video & Media\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://screenshotapi.net\n"
  },
  {
    "path": "collection/screenshotlayer.yaml",
    "content": "name: ScreenShotLayer\nslug: screenshotlayer\ndescription: Free for personal use. Free URL to Screenshot API - capture crisp and clean snapshots of any website, with\n  any device, any setting and lightning fast\ncategories:\n  - Images & Photography\n  - Collaboration\n  - Art & Design\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/screenshotlayer/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://screenshotlayer.com\n"
  },
  {
    "path": "collection/screenshotscloud.yaml",
    "content": "name: Screenshotscloud\nslug: screenshotscloud\ndescription: With this screenshot API you can automate high quality real browser screenshots in seconds using reliable\n  CDN backed queueless API service. JPEG, PNG or PDF output available\ncategories:\n  - Scrapers & Data Mining\n  - Images & Photography\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/screenshotscloud/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://screenshots.cloud/\nlibraries:\n  - name: ScreenshotsCloud Shell Script SDK\n    documentation_url: https://github.com/ScreenshotsCloud/screenshotscloud-sh\n    platform: JavaScript\n    stargazers_count: 1\n  - name: ScreenshotsCloud Java SDK\n    documentation_url: https://github.com/ScreenshotsCloud/screenshotscloud-java\n    platform: Java\n    stargazers_count: 1\n  - name: ScreenshotsCloud C# SDK\n    documentation_url: https://github.com/ScreenshotsCloud/screenshotscloud-cs\n    platform: C#\n    stargazers_count: 1\n  - name: ScreenshotsCloud NodeJS SDK\n    documentation_url: https://github.com/ScreenshotsCloud/screenshotscloud-node\n    platform: Node.js\n    stargazers_count: 1\n  - name: ScreenshotsCloud Python SDK\n    documentation_url: https://github.com/ScreenshotsCloud/screenshotscloud-python\n    platform: Python\n    stargazers_count: 1\n  - name: ScreenshotsCloud Ruby SDK\n    documentation_url: https://github.com/ScreenshotsCloud/screenshotscloud-ruby\n    platform: Ruby\n    stargazers_count: 1\n  - name: ScreenshotsCloud PHP SDK\n    documentation_url: https://github.com/ScreenshotsCloud/screenshotscloud-php\n    platform: PHP\n    stargazers_count: 3\n"
  },
  {
    "path": "collection/scribble.yaml",
    "content": "name: Scribble\nslug: scribble\ndescription: This service is an easy way to draw and share maps. The Scribble Maps API is a cross browser, mobile ready,\n  HTML5/JavaScript, interactive map builder. It can help you quickly integrate geo data/functionality into your\n  application\ncategories:\n  - Maps & Geo\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.scribblemaps.com/api/\n"
  },
  {
    "path": "collection/scryfall.yaml",
    "content": "name: Scryfall\nslug: scryfall\ndescription: \"Scryfall is a powerful Magic: The Gathering card search\"\ncategories:\n  - Entertainment\n  - Games\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/scryfall/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://scryfall.com/docs/api\n"
  },
  {
    "path": "collection/search-gov-jobs.yaml",
    "content": "name: Search.Gov Jobs\nslug: search-gov-jobs\ndescription: gov • Terms of Service • Site Policies • D. Tap into a list of current jobs openings with the United States\n  government. Email us or call us at 202-969-7426 An Official Website of the U. S. Government Technology Transformation\n  Service, U. General Services Administration USA\ncategories:\n  - Jobs\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://search.gov/developer/jobs.html\n"
  },
  {
    "path": "collection/searchapi.yaml",
    "content": "name: SearchApi\nslug: searchapi\ndescription: SearchApi is a robust real-time SERP API delivering structured data from Google and other search engine\n  results pages. SearchApi offers precise location targeting, extensive search results, a reliable 99.9% SLA guarantee,\n  pay-for-success pricing, and expert customer support from real engineers.\ncategories:\n  - Marketing & SEO\n  - Scrapers & Data Mining\n  - Search\nis_free: false\nlogo: https://www.searchapi.io/press/searchapi-logo-symbol-screen.png\nlinks:\n  - name: Docs / Website\n    url: https://www.searchapi.io/\n"
  },
  {
    "path": "collection/searchly.yaml",
    "content": "name: SearchLy\nslug: searchly\ndescription: Contribute to AlbertSuarez/searchly development by creating an account on GitHub. 🎶 Song similarity search\n  API based on lyrics\ncategories:\n  - Music & Audio\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/searchly/logo_256x256.png\ncontact: support@unicorn-solutions.com\nlinks:\n  - name: Docs / Website\n    url: https://github.com/AlbertSuarez/searchly\n"
  },
  {
    "path": "collection/secured-signing-digital-signature-api.yaml",
    "content": "name: Secured Signing Digital Signature Api\nslug: secured-signing-digital-signature-api\ndescription: The Secured Signing REST-based, JSON API allows you to add PKI based digital signing capabilities to your\n  software, web applications or business processes. Documents can be seamlessly sent and invisibly passed along with\n  customer details across to the Secured Signing platform. Secured Signing then automates and manages the signing\n  process. At the end of the process, the signed document and data are returned to your software/system. Access our\n  Digital Signature API that will allow you to integrate electronic and digital signature functionality into your\n  software, platform or website\ncategories:\n  - Documents & Productivity\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://securedsigning.com/developer/api-documentation\n"
  },
  {
    "path": "collection/securitytrails.yaml",
    "content": "name: SecurityTrails\nslug: securitytrails\ndescription: SecurityTrails currently offers three different products that can help you enrich your data, search for\n  information, and find relevant security information for organizations in no time\ncategories:\n  - Security\n  - Validation & Verification\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://securitytrails.com/corp/apidocs\nlibraries:\n  - name: SecurityTrails Python SDK By secops4thewin\n    documentation_url: https://github.com/secops4thewin/securitytrails-python/blob/master/README.md\n    source_code_url: https://github.com/secops4thewin/securitytrails-python\n    platform: Python\n    author: secops4thewin\n    stargazers_count: 6\n"
  },
  {
    "path": "collection/segment.yaml",
    "content": "name: Segment\nslug: segment\ndescription: Segment's API is a customer data platform that collects, unifies, and routes user events to analytics, marketing, and data warehouse tools from a single source of truth.\ncategories:\n  - Analytics\n  - Marketing & SEO\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://segment.com/docs/connections/sources/catalog/libraries/server/http-api\n  - name: API Reference\n    url: https://segment.com/docs/connections/sources/catalog/libraries/server/http-api\n"
  },
  {
    "path": "collection/semantira.yaml",
    "content": "name: Semantira\nslug: semantira\ndescription: To get started check out Install the SDK. For detailed explana. In this documentation you will find\n  comprehensive guides and documentation to help you start working with the Semantria API. The Semantria API is a paid\n  Saas text analytics service from Lexalytics. Contact sales to discuss your use case\ncategories:\n  - Text Analysis & Tools\n  - AI & ML\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://semantria.readme.io/docs\n"
  },
  {
    "path": "collection/semantria.yaml",
    "content": "name: Lexalytics\nslug: semantria\ndescription: \"Flexible natural language processing APIs and complete text analytics platform solutions for data\n  analytics companies and data analyst teams. SAAS API based on Lexalytics engine. #Paid\"\ncategories:\n  - AI & ML\n  - Analytics\n  - Text Analysis & Tools\ntype: REST\nis_free: false\ncontact: support@selectpdf.com\nlinks:\n  - name: Docs / Website\n    url: https://www.lexalytics.com/\nlibraries:\n  - name: Semantria .NET Sample Code\n    documentation_url: https://semantria.readme.io/docs/quick-start-with-net\n    platform: .Net\n  - name: Semantria Ruby SDK by Lexalytics\n    documentation_url: https://semantria.readme.io/docs/sdks\n    source_code_url: https://github.com/Semantria/semantria-sdk/tree/master/Ruby\n    platform: Ruby\n    stargazers_count: 39\n  - name: Semantria JavaScript SDK by Semantria\n    documentation_url: https://semantria.com/support/developer/docs/sdks\n    source_code_url: https://github.com/Semantria/semantria-sdk/tree/master/JavaScript\n    platform: JavaScript\n    stargazers_count: 39\n"
  },
  {
    "path": "collection/sendgrid.yaml",
    "content": "name: SendGrid\nslug: sendgrid\ndescription: SendGrid's Email API enables sending transactional and marketing emails at scale. Features include email templates, analytics, bounced email tracking, and inbound email parsing.\ncategories:\n  - Email & SMS\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://docs.sendgrid.com\n  - name: API Reference\n    url: https://docs.sendgrid.com/api-reference\n"
  },
  {
    "path": "collection/sentim-api.yaml",
    "content": "name: Sentim-API\nslug: sentim-api\ndescription: A free API for sentiment analysis\ncategories:\n  - AI & ML\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://sentim-api.herokuapp.com\n"
  },
  {
    "path": "collection/sentry.yaml",
    "content": "name: Sentry\nslug: sentry\ndescription: Sentry's API provides access to error events, issues, projects, organizations, and releases. Integrate Sentry's error monitoring and performance tracking into CI/CD pipelines.\ncategories:\n  - Development\n  - Analytics\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://docs.sentry.io/api\n  - name: API Reference\n    url: https://docs.sentry.io/api\n"
  },
  {
    "path": "collection/setlist-fm.yaml",
    "content": "name: Setlist.fm\nslug: setlist-fm\ndescription: setlist.fm is a free wiki-like service to collect and share setlists. The setlist.fm API has been designed\n  to give you easy access to setlist data in order to build fancy websites and other applications\ncategories:\n  - Music & Audio\ntype: REST\nis_free: false\nspecification:\n  type: swagger\n  url: https://api.setlist.fm/docs/1.0/ui/swagger.json\n  version: https://api.setlist.fm/docs/1.0/ui/swagger.json\nlinks:\n  - name: Docs / Website\n    url: https://api.setlist.fm/docs/1.0/index.html\n"
  },
  {
    "path": "collection/shakespeare-translation-api.yaml",
    "content": "name: Shakespeare Translation Api\nslug: shakespeare-translation-api\ndescription: Translate from English to Shakespeare English\ncategories:\n  - Translation\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/shakespeare-translation-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://funtranslations.com/api/shakespeare\n"
  },
  {
    "path": "collection/shapeshift-io.yaml",
    "content": "name: ShapeShift.io\nslug: shapeshift-io\ndescription: \"Exchange between cryptocurrencies without an account. Well documented API for easy use. The all-new\n  ShapeShift is your complete crypto management platform: send, receive, trade, track, and hodl bitcoin and other major\n  cryptos\"\ncategories:\n  - Blockchain & Cryptocurrencies\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/shapeshift-io/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://shapeshift.io/\n"
  },
  {
    "path": "collection/share.yaml",
    "content": "name: SHARE\nslug: share\ndescription: SHARE is a higher education initiative whose mission is to maximize research impact by making research\n  widely accessible, discoverable, and reusable\ncategories:\n  - Science & Math\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://share-research.readthedocs.io/en/latest/\n"
  },
  {
    "path": "collection/sheet2site-api.yaml",
    "content": "name: Sheet2site Api\nslug: sheet2site-api\ndescription: |-\n  Create JSON from Google Sheets without writing code. Create JSON from Google Sheet\n  Real time updates. Free\ncategories:\n  - Other\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.sheet2site.com/dev/\n"
  },
  {
    "path": "collection/sheetsu.yaml",
    "content": "name: Sheetsu\nslug: sheetsu\ndescription: Get data from Google Spreadsheet in a matter of seconds. You can copy the HTML Snippet and paste it into\n  your website without any code. If you are developer, you can use one of many languages or frameworks Sheetsu supports\n  like Ruby, Node, React, JavaScript Python, PHP, JQuery, C#, Swift, or R. Turn Google Spreadsheets into an API\ncategories:\n  - Documents & Productivity\n  - Databases\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/sheetsu/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://docs.sheetsu.com\n"
  },
  {
    "path": "collection/shibe-online.yaml",
    "content": "name: Shibe.Online\nslug: shibe-online\ndescription: In this day and age, everyone and their dog has an API. So why not have an API for dogs? Shibe. online is that API\ncategories:\n  - Animals\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/shibe-online/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://shibe.online/\n"
  },
  {
    "path": "collection/shippo.yaml",
    "content": "name: Shippo\nslug: shippo\ndescription: Find the best shipping rates, integrate with e-commerce platforms, print shipping labels, track package\n  delivery, and verify addresses with either our shipping API or web app. Shippo in an API and dashboard that connects\n  you to multiple shipping providers, simplifying the process of implementing a shipping solution. Shippo is the best\n  multi-carrier shipping software for e-commerce businesses\ncategories:\n  - Maps & Geo\n  - Post & Logistics\n  - Commerce\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/shippo/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://goshippo.com/\nlibraries:\n  - name: Shippo PHP SDK by Mike Martin\n    documentation_url: https://github.com/mikemartin/statamic-v1-shippo\n    platform: PHP\n    author: mikemartin\n    stargazers_count: 0\n  - name: Shippo Elixir SDK by Alexander Mielczarek\n    documentation_url: https://github.com/almielczarek/shippo-elixir-client\n    platform: Elixir\n    author: almielczarek\n    stargazers_count: 1\n  - name: Shippo Python SDK by bosswissam\n    documentation_url: https://github.com/bosswissam/shippo-python\n    platform: Python\n    author: bosswissam\n    stargazers_count: 0\n  - name: Shippo Perl SDK by Iain Campbell\n    documentation_url: https://github.com/cpanic/WebService-Shippo\n    platform: PERL\n  - name: Shippo Laravel SDK by Brandon Martus\n    documentation_url: https://github.com/bmartus/laravel-shippo\n    platform: PHP\n    author: bmartus\n    stargazers_count: 12\n  - name: Shippo Go SDK by COLDBREW CLOUD\n    documentation_url: https://github.com/coldbrewcloud/go-shippo\n    platform: Go\n    stargazers_count: 16\n  - name: Shippo Java SDK by Shippo\n    documentation_url: https://github.com/goshippo/shippo-java-client\n    platform: Java\n    stargazers_count: 41\n  - name: Shippo C# SDK by Shippo\n    documentation_url: https://github.com/goshippo/shippo-csharp-client\n    platform: C#\n    stargazers_count: 43\n  - name: Shippo Ruby SDK by Shippo\n    documentation_url: https://goshippo.com/docs/\n    source_code_url: https://github.com/goshippo/shippo-ruby-client\n    platform: Ruby\n    stargazers_count: 69\n"
  },
  {
    "path": "collection/shodan.yaml",
    "content": "name: Shodan\nslug: shodan\ndescription: Shodan API, the easiest way to access the Shodan search engine on your own terms. Shodan is the world's\n  first search engine for Internet-connected devices.\ncategories:\n  - Security\n  - Search\n  - IoT & Home Automation\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developer.shodan.io/\nlibraries:\n  - name: Shodan Perl SDK by Dudley Adams\n    documentation_url: https://metacpan.org/pod/WWW::Shodan::API\n    source_code_url: https://github.com/Dudley5000/WWW-Shodan-API\n    platform: PERL\n    author: Dudley5000\n    stargazers_count: 13\n  - name: Shodan Java SDK by newhouse\n    documentation_url: https://developer.shodan.io/api/clients\n    source_code_url: https://github.com/fooock/jshodan\n    platform: Java\n    author: fooock\n    stargazers_count: 48\n  - name: Shodan Python SDK by John Matherly\n    documentation_url: https://shodan.readthedocs.io/en/latest/index.html\n    source_code_url: https://github.com/achillean/shodan-python\n    platform: Python\n    author: achillean\n    stargazers_count: 1538\n  - name: Shodan Node.js SDK by Jesús Pérez\n    documentation_url: https://github.com/jesusprubio/shodan-client.js\n    platform: Node.js\n    author: jesusprubio\n    stargazers_count: 171\n"
  },
  {
    "path": "collection/shopify-api.yaml",
    "content": "name: Shopify API\nslug: shopify-api\ndescription: Shopify's Admin API provides programmatic access to store data including products, orders, customers, inventory, and fulfillments. Build custom storefronts and commerce integrations.\ncategories:\n  - Commerce\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://shopify.dev/docs/api\n  - name: Admin API Reference\n    url: https://shopify.dev/docs/api/admin-rest\n"
  },
  {
    "path": "collection/shopify-storefront.yaml",
    "content": "name: Shopify Storefront API\nslug: shopify-storefront\ndescription: Shopify's Storefront API (GraphQL) enables building custom headless storefronts with product catalogs, carts, checkout, and customer authentication without Shopify's default themes.\ncategories:\n  - Commerce\ntype: GraphQL\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://shopify.dev/docs/api/storefront\n  - name: API Reference\n    url: https://shopify.dev/docs/api/storefront/latest\n"
  },
  {
    "path": "collection/shotstack.yaml",
    "content": "name: Shotstack\nslug: shotstack\ndescription: Shotstack API enables programmatic video editing and generation. Compose videos from templates, images, audio, and text overlays at scale for media automation pipelines.\ncategories:\n  - Video & Media\n  - AI & ML\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://shotstack.io/docs/guide/getting-started/core-concepts\n  - name: API Reference\n    url: https://shotstack.io/docs/api\n"
  },
  {
    "path": "collection/shoutcloud.yaml",
    "content": "name: SHOUTCLOUD\nslug: shoutcloud\ndescription: ALL CAPS AS A SERVICE\ncategories:\n  - Fun\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://shoutcloud.io/\n"
  },
  {
    "path": "collection/shrtco-de-api.yaml",
    "content": "name: Shrtco.De Api\nslug: shrtco-de-api\ndescription: Secure and reliable Online Tools. Free URL Shortener API without limits\ncategories:\n  - URLs\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/shrtco-de-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://app.shrtco.de/docs\n"
  },
  {
    "path": "collection/shrtlnk-dev.yaml",
    "content": "name: Shrtlnk.dev\nslug: shrtlnk-dev\ndescription: URL shortener API\ncategories:\n  - URLs\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://shrtlnk.dev/developer\n"
  },
  {
    "path": "collection/shrturi.yaml",
    "content": "name: ShrtURI\nslug: shrturi\ndescription: API Documentation This is version 3 of the shrturi. com API. It follows common REST patterns. POST\n  /api/v1/shorten Will take the passed in URL and create a new shortened link. Parameters url - The l. . URL shortening\n  API for creating short URLs from long URLs\ncategories:\n  - URLs\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://shrturi.com/docs\n"
  },
  {
    "path": "collection/shutterstock.yaml",
    "content": "name: Shutterstock\nslug: shutterstock\ndescription: Streamline user experience with the stock image, video, and music API trusted by Facebook, Google, Wix, and\n  more. Get started with a free image API today. The Shutterstock API provides access to Shutterstock's library of\n  media, as well as information about customers' accounts and the contributors that provide the media. It allows\n  customer platforms to search for media, view information and previews for the media, and license and download media\ncategories:\n  - Images & Photography\n  - Search\n  - Music & Audio\n  - Video & Media\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/shutterstock/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.shutterstock.com/developers/\nlibraries:\n  - name: Shutterstock CodeIgniter PHP SDK by Raditya Adi Baskara\n    documentation_url: https://github.com/raditya-ab/CI-Shutterstock-library\n    platform: PHP\n    author: raditya-ab\n    stargazers_count: 0\n  - name: Shutterstock iOS SDK by Ruslan M.\n    documentation_url: https://github.com/ruslanmusagitov/shutterstock-ios\n    platform: Swift\n    author: ruslanmusagitov\n    stargazers_count: 0\n  - name: Shutterstock Python SDK by Lumen5\n    documentation_url: https://github.com/Lumen5/shutterstock-api\n    platform: Python\n    stargazers_count: 0\n  - name: Shutterstock Python SDK by Matt\n    documentation_url: https://github.com/malero/python-shutterstock-api\n    platform: Python\n    author: malero\n    stargazers_count: 0\n  - name: Shutterstock TypeScript SDK by Ga\n    documentation_url: https://github.com/shvendala/shutterstock\n    platform: Unspecified\n    author: egagarin\n    stargazers_count: 5\n  - name: Shutterstock R SDK by Metin Yazici\n    documentation_url: https://github.com/strboul/shutterstock-r\n    source_code_url: https://cran.r-project.org/web/packages/shutterstock/index.html\n    platform: R\n    author: strboul\n    stargazers_count: 4\n  - name: Shutterstock PHP SDK by Jacob Emerick\n    documentation_url: https://github.com/jacobemerick/php-shutterstock-api\n    platform: PHP\n    author: jacobemerick\n    stargazers_count: 3\n  - name: Shutterstock Ruby SDK by Erick Schmitt\n    documentation_url: https://github.com/ejschmitt/shutterstock\n    platform: Ruby\n    author: ejschmitt\n    stargazers_count: 5\n  - name: Shutterstock JavaScript SDK\n    documentation_url: https://developers.shutterstock.com/documentation/javascript-sdk\n    source_code_url: https://github.com/shutterstock/public-api-javascript-sdk\n    platform: JavaScript, Node.js\n    stargazers_count: 11\n  - name: Shutterstock Node.js SDK by Jorma16\n    documentation_url: https://github.com/jorma16/shutter-api-client\n    platform: Node.js\n  - name: Shutterstock Java SDK by Yuri Pourre\n    documentation_url: https://github.com/yuripourre/shutterstock-java\n    platform: Java\n    author: yuripourre\n    stargazers_count: 1\n  - name: Shutterstock Ruby SDK by David Peterson\n    documentation_url: https://github.com/dippysan/shutterstock\n    platform: Ruby\n    author: dippysan\n    stargazers_count: 1\n  - name: Shutterstock Ruby SDK by Tailor\n    documentation_url: https://github.com/TailorBrands/shutterstock-ruby\n    platform: Ruby\n    stargazers_count: 3\n  - name: Shutterstock Node.js SDK\n    documentation_url: https://github.com/shutterstock/node-shutterstock-api\n    platform: Node.js\n    stargazers_count: 9\n  - name: Shutterstock Ruby SDK\n    documentation_url: https://github.com/shutterstock/ruby-shutterstock-api\n    platform: Ruby\n    stargazers_count: 7\n  - name: Shutterstock Perl SDK by Brian Phillips\n    documentation_url: http://search.cpan.org/~bphillips/WebService-Shutterstock/\n    platform: PERL\n  - name: Shutterstock Node.Js SDK by Silas Sewell\n    documentation_url: https://www.npmjs.com/package/shutterstock\n    platform: Node.js\n  - name: Shutterstock PHP SDK by Shutterstock\n    documentation_url: https://packagist.org/packages/shutterstock/api\n    source_code_url: https://github.com/shutterstock/php-shutterstock-api\n    platform: PHP\n    stargazers_count: 7\n"
  },
  {
    "path": "collection/simple-analytics.yaml",
    "content": "name: Simple Analytics\nslug: simple-analytics\ndescription: Simple, clean, and friendly analytics for developers (privacy focused alternative to Google Analytics).\n  Simple Analytics does not own your data. Most analytics companies do not give you access to your raw data. Simple\n  Analytics believes it should be easy for customers to get their raw data\ncategories:\n  - Other\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/simple-analytics/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://docs.simpleanalytics.com/api\n"
  },
  {
    "path": "collection/sketchfab-api.yaml",
    "content": "name: Sketchfab API\nslug: sketchfab-api\ndescription: Manage your 3D assets. Distribute 3D & AR experiences. Collaborate with others. Showcase your work. Buy &\n  sell 3D models. Lets you build 3D/VR experiences that work across all devices and all browsers. Also, natively\n  integrated into 80+ social networks, forums, and other sharing platforms such as Facebook, Twitter, LinkedIn, and many\n  others.\ncategories:\n  - Social\n  - Virtual & Augmented Reality\n  - Images & Photography\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://sketchfab.com/developers\n"
  },
  {
    "path": "collection/sky-biometry.yaml",
    "content": "name: Sky Biometry\nslug: sky-biometry\ndescription: SkyBiometry uses completely different computer vision algorithms for face detection and recognition than\n  face. com as you can see in the API documentation. . The Sky Biometry API can be used to scan any face image for face\n  detection and attributes determination. This is a paid API\ncategories:\n  - Recognition\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/sky-biometry/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://skybiometry.com/documentation/\n"
  },
  {
    "path": "collection/skywatch.yaml",
    "content": "name: Skywatch\nslug: skywatch\ndescription: Instead, EarthCache allows development teams to focus on the business application and in delivering\n  actionable intelligence to the end-user. Search for and retrieve Earth observation data in a fully autonomous manner\n  via our APIs. Contact SkyWatch for access to documentation and more information on pricing. SkyWatch provides a\n  digital infrastructure for the distribution of Earth observation data and derived intelligence. SkyWatch EarthCache™\n  provides developers with the tools they need to cost-effectively add Earth observation data into their applications\n  and workflows. SkyWatch removes the complexity out of Earth observation data sourcing and processing so developers can\n  focus on what matters. Adopting EarthCache into your development environment eliminates the need for multiple\n  integrations and costly multi-point searches\ncategories:\n  - Images & Photography\n  - Environment & Nature\n  - Maps & Geo\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/skywatch/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.skywatch.com/\n"
  },
  {
    "path": "collection/slack.yaml",
    "content": "name: Slack\nslug: slack\ndescription: Slack APIs allow you to integrate complex services with Slack to go beyond the integrations they provide\n  out of the box.\ncategories:\n  - Social\n  - Chats & Messaging\n  - Collaboration\n  - Documents & Productivity\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/slack/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://api.slack.com/\nlibraries:\n  - name: Slack Python SDK by Slack\n    documentation_url: http://slackapi.github.io/python-slackclient/\n    source_code_url: https://github.com/slackapi/python-slackclient\n    platform: Python\n    stargazers_count: 3065\n  - name: Slack Events PHP SDK by Jarrad Littleford\n    documentation_url: https://packagist.org/packages/suspectdoubloon/slack-api\n    source_code_url: https://github.com/suspectdoubloon/slack-api\n    platform: PHP\n    author: suspectdoubloon\n    stargazers_count: 0\n  - name: Slack Ruby SDK by Akiteru Maeda\n    documentation_url: https://github.com/aki017/slack-ruby-gem\n    platform: Ruby\n    author: aki017\n    stargazers_count: 245\n  - name: Slack Ruby SDK by SoundCloud\n    documentation_url: https://github.com/soundcloud/slack-ruby-gem\n    platform: Ruby\n  - name: Slack Ruby SDK by Daniel Doubrovkine\n    documentation_url: https://github.com/dblock/slack-ruby-client\n    platform: Ruby\n    author: dblock\n    stargazers_count: 16\n  - name: Slack Node.js SDK by Slack\n    documentation_url: https://slackapi.github.io/node-slack-sdk/\n    source_code_url: https://github.com/slackapi/node-slack-sdk\n    platform: Node.js\n    stargazers_count: 2849\n  - name: Slack PHP SDK by Morning Train\n    documentation_url: https://packagist.org/packages/morningtrain/slack-api\n    source_code_url: https://github.com/Morning-Train/slack-api\n    platform: PHP\n    stargazers_count: 4\n  - name: SlackAPI .Net SDK by Inumedia\n    documentation_url: https://github.com/Inumedia/SlackAPI/blob/master/README.md\n    source_code_url: https://github.com/Inumedia/SlackAPI\n    platform: .Net\n    author: Inumedia\n    stargazers_count: 385\n  - name: Slack MargieBot .Net SDK by Jammerware\n    documentation_url: https://github.com/jammerware/margiebot/blob/master/README.md\n    source_code_url: https://github.com/jammerware/margiebot\n    platform: .Net\n    author: jammerware\n    stargazers_count: 117\n  - name: Slack .NET SDK by WooCode\n    documentation_url: https://github.com/WooCode/WooCode.Slack\n    platform: .Net\n    stargazers_count: 23\n  - name: Slack Go SDK by Norberto Lopes\n    documentation_url: https://github.com/nlopes/slack\n    platform: Go\n    author: nlopes\n    stargazers_count: 8\n  - name: Slack JavaScript SDK\n    documentation_url: https://www.npmjs.com/package/slack-api\n    platform: JavaScript\n  - name: Slack Laravel Library by Vagner Luz do Carmo\n    documentation_url: https://github.com/vluzrmos/laravel-slack-api\n    platform: PHP\n    author: vluzrmos\n    stargazers_count: 90\n  - name: Slack Node.js Library by Tom Eklof\n    documentation_url: https://www.npmjs.com/package/hubot-slack-api\n    source_code_url: https://github.com/ORBAT/hubot-slack-api\n    platform: Node.js\n    author: ORBAT\n    stargazers_count: 10\n  - name: Slack API Haskell Library\n    documentation_url: https://api.slack.com/web\n    source_code_url: https://hackage.haskell.org/package/slack-api-0.1\n    platform: Haskell\n  - name: \"Slack API Haskell Library \"\n    documentation_url: https://hackage.haskell.org/package/slack\n    source_code_url: https://hackage.haskell.org/package/slack\n    platform: Haskell\n"
  },
  {
    "path": "collection/smartcar.yaml",
    "content": "name: Smartcar\nslug: smartcar\ndescription: Build web and mobile apps that communicate with vehicles\ncategories:\n  - Vehicles\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/smartcar/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://smartcar.com/docs/\nlibraries:\n  - name: Smartcar Connect Android SDK\n    documentation_url: https://github.com/smartcar/android-sdk\n    source_code_url: https://smartcar.github.io/android-sdk/\n    platform: Java\n    stargazers_count: 7\n  - name: \" Smartcar Connect iOS SDK\"\n    documentation_url: https://github.com/smartcar/ios-sdk\n    platform: Objective-C\n    stargazers_count: 6\n  - name: Smartcar Connect JavaScript SDK\n    documentation_url: https://github.com/smartcar/javascript-sdk\n    platform: JavaScript\n    stargazers_count: 3\n  - name: Smartcar JavaScript SDK\n    documentation_url: https://smartcar.com/docs/\n    source_code_url: https://github.com/smartcar/javascript-sdk\n    platform: JavaScript\n    stargazers_count: 3\n  - name: \"Smartcar React SDK \"\n    documentation_url: https://smartcar.com/docs/integration-guides/react/introduction\n    source_code_url: https://github.com/smartcar/getting-started-javascript-sdk-react\n    platform: JavaScript\n    stargazers_count: 1\n  - name: \"Smartcar ExpressJS SDK \"\n    documentation_url: https://smartcar.com/docs/integration-guides/express/introduction\n    source_code_url: https://github.com/smartcar/getting-started-express\n    platform: Node.js\n    stargazers_count: 1\n  - name: \"Smartcar Java SDK \"\n    documentation_url: https://smartcar.github.io/java-sdk\n    source_code_url: https://github.com/smartcar/java-sdk\n    platform: Java\n    stargazers_count: 6\n  - name: \"Smartcar Python SDK \"\n    documentation_url: https://github.com/smartcar/python-sdk\n    platform: Python\n    stargazers_count: 19\n  - name: \"Smartcar NodeJS SDK \"\n    documentation_url: https://github.com/smartcar/node-sdk#readme\n    source_code_url: https://github.com/smartcar/node-sdk\n    platform: Node.js\n    stargazers_count: 24\n  - name: \"Smartcar Android SDK \"\n    documentation_url: https://smartcar.com/docs/integration-guides/android/introduction\n    source_code_url: https://github.com/smartcar/android-sdk\n    platform: Java\n    stargazers_count: 7\n  - name: \"Smartcar iOS SDK \"\n    documentation_url: https://smartcar.com/docs/integration-guides/ios/introduction\n    source_code_url: https://github.com/smartcar/ios-sdk\n    platform: Swift\n    stargazers_count: 6\n  - name: \"Smartcar JavaScript Client OAuth SDK \"\n    documentation_url: https://github.com/smartcar/javascript-sdk/blob/master/README.md\n    source_code_url: https://github.com/smartcar/javascript-sdk\n    platform: JavaScript\n    stargazers_count: 3\n"
  },
  {
    "path": "collection/smartip-io.yaml",
    "content": "name: Smartip.Io\nslug: smartip-io\ndescription: >-\n  SmartIP offers the following data points: \n\n  - Location data\n\n  Localize your users, apply geographical restrictions to your website and increase customer satisfaction\n\n  - Crypto data\n\n  Gather information about any crypto transaction related to a specific IP address. \n\n  - Currency data\n\n  Get information about the currency used by your customers and cutomize their shopping experience. \n\n  - Timezone data\n\n  Get your users current timezone without forcing them to fill-in any forms. \n\n  - Security data\n\n  Assess potential risks and threats coming from certain IP addresses by detecting crawlers, proxies and tor users. With\n  SmartIP you can enrich any IP address with geolocation data, ASN and hostname information, enforce GDPR compliance,\n  assess potential risks and much more.\ncategories:\n  - Maps & Geo\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://smartip.io\n"
  },
  {
    "path": "collection/smartsheet.yaml",
    "content": "name: Smartsheet\nslug: smartsheet\ndescription: Smartsheet's API provides access to sheets, rows, columns, reports, and automations. Build integrations for project tracking, resource management, and workflow automation.\ncategories:\n  - Project Management\n  - Documents & Productivity\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://smartsheet.redoc.ly\n  - name: API Reference\n    url: https://smartsheet.redoc.ly/tag/sheets\n"
  },
  {
    "path": "collection/smartthings.yaml",
    "content": "name: SmartThings\nslug: smartthings\ndescription: An open, programmatic interface for controlling smart devices The SmartThings platform has the largest\n  coverage of competitive IoT devices on the market, including Samsung devices and appliances. I. . API for Samsung\n  SmartThings Smart Home Hub products (ZigBee, Z-Wave, IP)\ncategories:\n  - IoT & Home Automation\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://developer.smartthings.com/\nlibraries:\n  - name: Samsung SmartThings SmartApp NodeJS SDK\n    documentation_url: https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs\n    platform: Node.js\n    stargazers_count: 90\n  - name: Samsung SmartThings SmartApp Java SDK\n    documentation_url: https://github.com/SmartThingsCommunity/smartapp-sdk-java\n    source_code_url: https://search.maven.org/search?q=g%3A%22com.smartthings.sdk%22\n    platform: Java\n    stargazers_count: 37\n"
  },
  {
    "path": "collection/smmry.yaml",
    "content": "name: SMMRY\nslug: smmry\ndescription: Summarize articles, text, websites, essays and documents online for free with SMMRY.\ncategories:\n  - Text Analysis & Tools\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/smmry/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://smmry.com/api\n"
  },
  {
    "path": "collection/sms-and-phone-calls-api-46elks.yaml",
    "content": "name: Sms And Phone Calls Api - 46elks\nslug: sms-and-phone-calls-api-46elks\ndescription: Integrate SMS, MMS and Phone calls into your applications with just a few lines of code. Transparent\n  pricing, no startup fees, no minimum monthly costs. API for telephony (phone calls, sms, mms, viop)\ncategories:\n  - Voice\n  - Email & SMS\n  - Chats & Messaging\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/sms-and-phone-calls-api-46elks/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://46elks.com\n"
  },
  {
    "path": "collection/snapchat.yaml",
    "content": "name: Snapchat\nslug: snapchat\ndescription: \"Snapchat’s private API. Contribute to mgp25/SC-API development by creating an account on GitHub. PHP\n  library of Snapchat’s private API. #Private\"\ncategories:\n  - Social\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/snapchat/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://github.com/mgp25/SC-API\n"
  },
  {
    "path": "collection/solana-rpc.yaml",
    "content": "name: Solana RPC API\nslug: solana-rpc\ndescription: Solana's JSON-RPC API provides access to account data, transaction history, block info, and program interactions on the high-performance Solana blockchain network.\ncategories:\n  - Blockchain & Cryptocurrencies\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://solana.com/docs/rpc\n  - name: API Reference\n    url: https://solana.com/docs/rpc/http\n"
  },
  {
    "path": "collection/songkick.yaml",
    "content": "name: Songkick\nslug: songkick\ndescription: Find live music near you, track your favorite artists, get instant concert alerts and buy tickets for all\n  the best upcoming concerts\ncategories:\n  - Events\n  - Music & Audio\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/songkick/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.songkick.com/developer/\nlibraries:\n  - name: Songkick NodeJS SDK by Andrew Schneider\n    documentation_url: https://www.npmjs.com/package/songkick-api-node\n    source_code_url: https://github.com/schnogz/songkick-api-node\n    platform: Node.js\n    author: schnogz\n    stargazers_count: 3\n  - name: Songkick Node.js SDK by Andrew Jaeger\n    documentation_url: https://www.npmjs.com/package/songkick-api\n    source_code_url: https://github.com/MrJaeger/songkick-api\n    platform: Node.js\n    author: MrJaeger\n    stargazers_count: 3\n  - name: Songkick PHP SDK by Antonello D'Ippolito\n    documentation_url: https://github.com/antodippo/SongkickPHP\n    platform: PHP\n  - name: Songkick Java SDK by Greg Knox\n    documentation_url: https://www.versioneye.com/java/com.randomnoun.songkick:songkick-api-client/0.0.2\n    platform: Java\n  - name: Songkick PHP SDK by Tiago Pereira\n    documentation_url: https://github.com/wildlifechorus/songkick-php\n    platform: PHP\n  - name: Songkick Node.js SDK by gig.today\n    documentation_url: https://github.com/gigtoday/sdk-songkick-nodejs\n    platform: Node.js\n    author: matchilling\n    stargazers_count: 0\n  - name: Songkick Ruby SDK by Jared Mehle\n    documentation_url: https://github.com/jrmehle/songkickr\n    platform: Ruby\n    author: jrmehle\n    stargazers_count: 41\n"
  },
  {
    "path": "collection/songsterr.yaml",
    "content": "name: Songsterr\nslug: songsterr\ndescription: One accurate tab per song. Huge selection of 500,000 tabs. Guitar, bass and drum tabs & chords with free\n  online tab player.\ncategories:\n  - Music & Audio\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/songsterr/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.songsterr.com/a/wa/api/\n"
  },
  {
    "path": "collection/soundcloud.yaml",
    "content": "name: SoundCloud\nslug: soundcloud\ndescription: Using the SoundCloud API, you can build applications that take sound on the web to the next level. Latest\n  Updates Twitter Build applications that allow users to upload and share sounds across the web. The SDKs will make it\n  easier to access the SoundCloud API on your framework of choice. Learn ho\ncategories:\n  - Music & Audio\n  - Social\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developers.soundcloud.com\nlibraries:\n  - name: lizz C++ SDK by bx5a\n    documentation_url: https://github.com/bx5a/lizz\n    platform: C++\n    author: bx5a\n    stargazers_count: 0\n  - name: SoundCloud Node.js SDK by Jake Marsh\n    documentation_url: https://www.npmjs.com/package/node-soundcloud\n    source_code_url: https://github.com/jakemmarsh/node-soundcloud\n    platform: Node.js\n    author: jakemmarsh\n    stargazers_count: 32\n  - name: SoundCloud .Net SDK by Kirill Ivanov\n    documentation_url: https://github.com/kipwoker/SoundCloud.API.Client\n    platform: .Net\n    author: kipwoker\n    stargazers_count: 46\n  - name: SoundCloud JavaScript SDK by SoundCloud\n    documentation_url: https://github.com/soundcloud/soundcloud-javascript\n    platform: JavaScript\n    stargazers_count: 364\n  - name: SoundCloud Python SDK by SoundCloud\n    documentation_url: https://github.com/soundcloud/soundcloud-python\n    platform: Python\n    stargazers_count: 47\n  - name: SoundCloud Python SDK by Alexander Skiridomov\n    documentation_url: https://github.com/n1nj4z33/soundcloud-python\n    platform: Python\n    author: n1nj4z33\n    stargazers_count: 1\n  - name: SoundCloud PHP SDK by Nelson J Morais\n    documentation_url: https://github.com/njasm/soundcloud\n    platform: PHP\n    author: njasm\n    stargazers_count: 94\n  - name: SoundCloud Ruby SDK by SoundCloud\n    documentation_url: https://github.com/soundcloud/soundcloud-ruby\n    platform: Ruby\n    stargazers_count: 0\n  - name: SoundCloud SDK\n    documentation_url: https://developers.soundcloud.com/\n    source_code_url: https://developers.soundcloud.com/docs/api/ios-quickstart\n    platform: Objective-C\n  - name: \" SoundCloud Java Library by Darius Morawiec\"\n    documentation_url: https://github.com/nok/soundcloud-java-library\n    platform: Java\n    author: nok\n    stargazers_count: 56\n"
  },
  {
    "path": "collection/spaceflight-news.yaml",
    "content": "name: Spaceflight News\nslug: spaceflight-news\ndescription: The Spaceflight News API lets you add space related news to your apps\ncategories:\n  - Space\n  - News & Feeds\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/spaceflight-news/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://spaceflightnewsapi.net\n"
  },
  {
    "path": "collection/spacex.yaml",
    "content": "name: SpaceX\nslug: spacex\ndescription: Open Source REST API for rocket, core, capsule, pad, and launch data - r-spacex/SpaceX-API.\ncategories:\n  - Space\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/spacex/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://github.com/r-spacex/SpaceX-API\n"
  },
  {
    "path": "collection/sparkpost.yaml",
    "content": "name: SparkPost\nslug: sparkpost\ndescription: SparkPost is a cloud based email delivery service that sends 25% of the worlds legitimate emails. Emails\n  are delivered to the inbox quickly via a RESTful API or SMTP.\ncategories:\n  - Email & SMS\n  - Analytics\n  - Chats & Messaging\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/sparkpost/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developers.sparkpost.com\nlibraries:\n  - name: Sparkpost Elixir SDK\n    documentation_url: https://github.com/SparkPost/elixir-sparkpost\n    platform: Elixir\n    stargazers_count: 43\n  - name: SparkPost Java SDK by SparkPost\n    documentation_url: https://developers.sparkpost.com/\n    source_code_url: https://github.com/sparkpost/java-sparkpost\n    platform: Java\n    stargazers_count: 40\n  - name: SparkPost Go SDK by SparkPost\n    documentation_url: https://github.com/SparkPost/gosparkpost\n    platform: Go\n    stargazers_count: 60\n  - name: SparkPost Ruby SDK by SparkPost\n    documentation_url: https://github.com/SparkPost/ruby-sparkpost\n    platform: Ruby\n    stargazers_count: 28\n  - name: SparkPost C# SDK by SparkPost\n    documentation_url: https://github.com/SparkPost/csharp-sparkpost\n    platform: C#\n    author: darrencauthon\n    stargazers_count: 53\n"
  },
  {
    "path": "collection/speechtext-ai-api.yaml",
    "content": "name: SpeechText.AI API\nslug: speechtext-ai-api\ndescription: Cloud Speech Recognition API. Transform speech to text with high accuracy in multiple languages. Generate\n  summaries with important highlights from audio and video files. Start for free\ncategories:\n  - AI & ML\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/speechtext-ai-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://speechtext.ai/speech-recognition-api\n"
  },
  {
    "path": "collection/spoonacular-food-api.yaml",
    "content": "name: Spoonacular Food API\nslug: spoonacular-food-api\ndescription: The only Food API you'll ever need. Spoonacular offers its food parsing, matching, and searching technology\n  for businesses and developers to create outstanding applications. They automatically analyze recipes to check for\n  ingredients that contain common allergens, such as wheat, dairy, eggs, soy, nuts, etc.\ncategories:\n  - Food & Drinks\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://spoonacular.com/food-api\n"
  },
  {
    "path": "collection/spotify.yaml",
    "content": "name: Spotify\nslug: spotify\ndescription: Let’s you search and lookup metadata about artists, tracks and albums. Spotify’s Web API lets your\n  applications fetch data from the Spotify music catalog, manage users' playlists and saved music, get recommendations,\n  control Spotify Connect, and more. Simply put, your app receives Spotify content through the Spotify Web API\ncategories:\n  - Music & Audio\n  - Scrapers & Data Mining\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/spotify/logo_256x256.png\ncontact: admin@spinbot.net\nlinks:\n  - name: Docs / Website\n    url: https://developer.spotify.com/documentation/web-api/\nlibraries:\n  - name: lizz C++ SDK by bx5a\n    documentation_url: https://github.com/bx5a/lizz\n    platform: C++\n    author: bx5a\n    stargazers_count: 0\n  - name: Discogs Loves Spotify PHP SDK by Lukas Juhas\n    documentation_url: https://github.com/lukasjuhas/discogs-loves-spotify\n    platform: PHP\n    author: lukasjuhas\n    stargazers_count: 0\n  - name: Media Now JavaScript SDK by internet4000\n    documentation_url: https://github.com/internet4000/media-now\n    platform: JavaScript, Node.js\n    stargazers_count: 9\n  - name: Festival Search Engine JavaScript SDK by Steven Liatti\n    documentation_url: https://github.com/steenput/FestivalSearchEngine\n    platform: JavaScript\n    author: stevenliatti\n    stargazers_count: 1\n  - name: Spotify Web Playback JavaScript SDK\n    documentation_url: https://beta.developer.spotify.com/documentation/web-playback-sdk/\n    platform: JavaScript\n  - name: Spotify iOS App Remote SDK\n    documentation_url: https://beta.developer.spotify.com/documentation/ios-app-remote/\n    platform: Objective-C\n  - name: Spotify Android App Remote SDK\n    documentation_url: https://beta.developer.spotify.com/documentation/android-app-remote/\n    platform: Java\n  - name: Spotifind NodeJS SDK by Pedro Otero Prada\n    documentation_url: https://github.com/pedro-otero/spotifind\n    source_code_url: https://www.npmjs.com/package/spotifind\n    platform: Node.js\n    author: pedro-otero\n    stargazers_count: 0\n  - name: Spotify NodeJS SDK by Christian Eckenrode\n    documentation_url: https://github.com/ceckenrode/node-spotify-api/blob/master/README.md\n    source_code_url: https://github.com/ceckenrode/node-spotify-api\n    platform: Node.js\n    author: ceckenrode\n    stargazers_count: 22\n  - name: Spotify Web JavaScript SDK by José Manuel Pérez\n    documentation_url: https://github.com/JMPerez/spotify-web-api-js\n    platform: JavaScript\n    author: JMPerez\n    stargazers_count: 1289\n  - name: Spotify Java SDK by Siegenthaler Solutions\n    documentation_url: https://github.com/SiegenthalerSolutions/spotify-web-api-android\n    platform: Java\n    stargazers_count: 11\n  - name: Spotify NodeJS SDK by Michael Thelin\n    documentation_url: https://github.com/thelinmichael/spotify-web-api-node\n    platform: Node.js\n    author: thelinmichael\n    stargazers_count: 1934\n  - name: Spotify Java SDK by Michael Thelin\n    documentation_url: https://github.com/thelinmichael/spotify-web-api-java\n    platform: Java\n    author: thelinmichael\n    stargazers_count: 543\n  - name: Spotify Perl SDK by Spotify Perl SDK by trs-80\n    documentation_url: https://github.com/trs-80/WWW-Spotify\n    platform: PERL\n    author: trs-80\n    stargazers_count: 3\n  - name: Spotify Perl SDK by Nick Langridge\n    documentation_url: https://github.com/nicklangridge/WebService-Spotify\n    platform: PERL\n    author: nicklangridge\n    stargazers_count: 5\n  - name: Spotify Elixir SDK by Jason Cummings\n    documentation_url: https://github.com/jsncmgs1/spotify_ex\n    platform: Elixir\n    author: jsncmgs1\n    stargazers_count: 109\n  - name: Spotify Go SDK by Zac Bergquist\n    documentation_url: https://github.com/zmb3/spotify\n    platform: Go\n    author: zmb3\n    stargazers_count: 671\n  - name: Spotify Clojure SDK by Kalle Bromstrom\n    documentation_url: https://github.com/blmstrm/clj-spotify\n    platform: Clojure\n    author: blmstrm\n    stargazers_count: 59\n  - name: Spotify .NET SDK by Jonas Dellinger\n    documentation_url: https://github.com/JohnnyCrazy/SpotifyAPI-NET\n    platform: .Net, C#\n    author: JohnnyCrazy\n    stargazers_count: 861\n  - name: Spotify Ruby SDK by Guilherme Sad\n    documentation_url: https://github.com/guilhermesad/rspotify\n    platform: Ruby\n    author: guilhermesad\n    stargazers_count: 569\n  - name: Spotify Ruby SDK by iCore Tech\n    documentation_url: https://github.com/icoretech/spotify-client\n    platform: Ruby\n    stargazers_count: 76\n  - name: Spotify PHP SDK by Jonjo McKay\n    documentation_url: https://github.com/jonjomckay/spotify-web-api\n    platform: PHP\n    author: jonjomckay\n    stargazers_count: 53\n  - name: Spotify Python SDK by Paul Lamere\n    documentation_url: https://github.com/plamere/spotipy\n    platform: Python\n    author: plamere\n    stargazers_count: 3040\n  - name: Spotify Meteor JavaScript SDK by Xinran Xiao\n    documentation_url: https://github.com/xinranxiao/meteor-spotify-web-api/\n    platform: JavaScript\n    author: xinranxiao\n    stargazers_count: 34\n  - name: Spotify AngularJS SDK by Ed Moore\n    documentation_url: https://github.com/eddiemoore/angular-spotify\n    platform: JavaScript\n    author: eddiemoore\n    stargazers_count: 244\n  - name: Spotify Web Android Library by Kasia\n    documentation_url: https://github.com/kaaes/spotify-web-api-android\n    platform: Java\n    author: kaaes\n    stargazers_count: 343\n  - name: Spotify Web PHP Library by Jonathan Wilsson\n    documentation_url: https://github.com/jwilsson/spotify-web-api-php\n    platform: PHP\n    author: jwilsson\n    stargazers_count: 636\n"
  },
  {
    "path": "collection/spreaker.yaml",
    "content": "name: Spreaker\nslug: spreaker\ndescription: Enables developers to read and write data to Spreaker. Get started with one of our guides, or jump straight\n  into the API documentation\ncategories:\n  - Music & Audio\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/spreaker/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developers.spreaker.com/\n"
  },
  {
    "path": "collection/square.yaml",
    "content": "name: Square\nslug: square\ndescription: Square provides support and tools for you to build apps for today’s business needs. Build customized\n  solutions that accept payments (online, in-person, or in-app), manage products and customers and handle the day-to-day\n  operations that keep business running. Square APIs are powerful, secure, reliable, and free to use. Use Developer APIs\n  to build on the platform that sellers trust\ncategories:\n  - Commerce\n  - Payments\n  - Business\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/square/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developer.squareup.com/us/en\nlibraries:\n  - name: Square Connect NodeJS SDK\n    documentation_url: https://developer.squareup.com/docs/sdks\n    source_code_url: https://github.com/square/connect-nodejs-sdk\n    platform: Node.js\n    stargazers_count: 80\n  - name: \" Square Register In Person Payment Android SDK by Square\"\n    documentation_url: https://github.com/square/register-android-sdk\n    platform: Java\n    stargazers_count: 99\n  - name: Square Register In Person Payment iOS SDK by Square\n    documentation_url: https://github.com/square/SquareRegisterSDK-iOS\n    platform: Objective-C\n    stargazers_count: 82\n  - name: Picasso Java SDK by Square\n    documentation_url: http://square.github.io/picasso/\n    source_code_url: https://github.com/square/picasso\n    platform: Java\n    stargazers_count: 17853\n"
  },
  {
    "path": "collection/stability-ai.yaml",
    "content": "name: Stability AI\nslug: stability-ai\ndescription: Stability AI's API provides access to Stable Diffusion and SDXL models for image generation, editing, and upscaling. Supports text-to-image, image-to-image, and inpainting.\ncategories:\n  - AI & ML\n  - Images & Photography\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://platform.stability.ai/docs/api-reference\n  - name: API Reference\n    url: https://platform.stability.ai/docs/api-reference\n"
  },
  {
    "path": "collection/stackexchange.yaml",
    "content": "name: StackExchange\nslug: stackexchange\ndescription: The StackExchange API provides RESTful services to all the sites on the StackExchange domain. about blog\n  terms of use contact us feedback always welcome site design / logo © 2021 Stack Exchange, Inc; user contributions\n  licensed under cc by-sa\ncategories:\n  - Other\ntype: REST\nis_free: false\ncontact: developers@squareup.com\nlinks:\n  - name: Docs / Website\n    url: https://api.stackexchange.com/\n"
  },
  {
    "path": "collection/stakdeks-qr-generator-api.yaml",
    "content": "name: Stakdek's QR generator API\nslug: stakdeks-qr-generator-api\ndescription: The QR-Code generator gets your data and generates a QR-Code\ncategories:\n  - Bar & QR Codes\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/stakdeks-qr-generator-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://api.stakdek.de/blog?id=1006\n"
  },
  {
    "path": "collection/stapi.yaml",
    "content": "name: STAPI\nslug: stapi\ndescription: Information on all things Star Trek\ncategories:\n  - Video & Media\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://stapi.co\n"
  },
  {
    "path": "collection/star-wars-api-swapi.yaml",
    "content": "name: Star Wars API (SWAPI)\nslug: star-wars-api-swapi\ndescription: A Remake of the original api, using the MERN stack\ncategories:\n  - Entertainment\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.swapi.tech/\n"
  },
  {
    "path": "collection/starwars-translations-api.yaml",
    "content": "name: Starwars Translations Api\nslug: starwars-translations-api\ndescription: Translate from imperial language ( English that is ) to one of the Starwars language. Yoda, Sith, Gungan (\n  Jar Jar Binks ), Cheunh, Huttese, Mandalorian etc\ncategories:\n  - Translation\n  - Entertainment\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/starwars-translations-api/logo_256x256.png\ncontact: dev@fulfillment.com\nlinks:\n  - name: Docs / Website\n    url: https://funtranslations.com/api/starwars\n"
  },
  {
    "path": "collection/steam.yaml",
    "content": "name: Steam Web API\nslug: steam\ndescription: Steam WEB API created to provide programmatic access to Steam data and services\ncategories:\n  - Entertainment\n  - Games\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developer.valvesoftware.com/wiki/Steam_Web_API\n"
  },
  {
    "path": "collection/stellar.yaml",
    "content": "name: Stellar\nslug: stellar\ndescription: Stellar's Horizon API provides access to accounts, transactions, payments, offers, and assets on the Stellar blockchain network. Build cross-border payment and token issuance applications.\ncategories:\n  - Blockchain & Cryptocurrencies\n  - Finance & Economics\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://developers.stellar.org/api\n  - name: API Reference\n    url: https://developers.stellar.org/api/horizon\n"
  },
  {
    "path": "collection/stock-news-api.yaml",
    "content": "name: Stock News API\nslug: stock-news-api\ndescription: Get the latest stock news from the best news sources. Use this API to get relevant video and article\n  content from companies in the stock market.\ncategories:\n  - Finance & Economics\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://stocknewsapi.com/\n"
  },
  {
    "path": "collection/storm-glass-marine-weather-api.yaml",
    "content": "name: Storm Glass Marine Weather API\nslug: storm-glass-marine-weather-api\ndescription: Read More. Global marine weather data from multiple sources in one single API!\ncategories:\n  - Weather\ntype: REST\nis_free: false\ncontact: support@stormglass.io\nlinks:\n  - name: Docs / Website\n    url: https://stormglass.io\n"
  },
  {
    "path": "collection/storyblok.yaml",
    "content": "name: Storyblok\nslug: storyblok\ndescription: Storyblok's API is a headless CMS that provides content delivery and management APIs. Manage stories, components, assets, and spaces for omnichannel content distribution.\ncategories:\n  - Development\n  - Documents & Productivity\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://www.storyblok.com/docs/api/content-delivery/v2\n  - name: Management API\n    url: https://www.storyblok.com/docs/api/management/v1\n"
  },
  {
    "path": "collection/strapi.yaml",
    "content": "name: Strapi\nslug: strapi\ndescription: Strapi is an open-source headless CMS with auto-generated REST and GraphQL APIs. Manage content types and entries with a customizable admin panel and plugin ecosystem.\ncategories:\n  - Development\n  - Documents & Productivity\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://docs.strapi.io/dev-docs/api/rest\n  - name: API Reference\n    url: https://docs.strapi.io/dev-docs/api/rest\n"
  },
  {
    "path": "collection/strava.yaml",
    "content": "name: Strava\nslug: strava\ndescription: API for accessing and managing data about athletes, activities and segments. Strava API usage is limited on\n  a per-application basis using a short term, 15 minute, limit and a long term, daily, limit. The default rate limit\n  allows 600 requests every 15 minutes, with up to 30\ncategories:\n  - Maps & Geo\n  - Sport & Fitness\n  - Social\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://strava.github.io/api/\nlibraries:\n  - name: strava-to-fitbit-api Azure JavaScript SDK by Matt Magurany\n    documentation_url: https://github.com/heymagurany/strava-to-fitbit-api\n    platform: JavaScript\n    author: heymagurany\n    stargazers_count: 0\n  - name: meteor-fit-api MeteorJS SDK by Stavros Elaias\n    documentation_url: https://github.com/selaias/meteor-fit-api\n    platform: JavaScript, Node.js\n    author: selaias\n    stargazers_count: 3\n  - name: Strava Python SDK by jhavens12\n    documentation_url: https://github.com/jhavens12/Running_Graphs\n    platform: Python\n    author: jhavens12\n    stargazers_count: 0\n  - name: Strava JavaScript SDK by harryphelps\n    documentation_url: https://github.com/harryphelps/SportsDataVisualisation\n    platform: JavaScript\n    author: harryphelps2\n    stargazers_count: 1\n  - name: Strava JavaScript SDK by Maxime\n    documentation_url: https://github.com/maximemhd/Maaxstats\n    platform: JavaScript\n    author: maximemhd\n    stargazers_count: 0\n  - name: Strava Python SDK by Dan McCombs\n    documentation_url: https://github.com/dmccombs/everest_climbing\n    platform: Python\n    author: dmccombs\n    stargazers_count: 0\n  - name: Strava JavaScript SDK by Jake Wiesler\n    documentation_url: https://github.com/jakewies/just-chart-it\n    platform: JavaScript\n  - name: Strava JavaScript SDK by Peter Strumolo\n    documentation_url: https://github.com/pstrum/athletes-dashboard\n    platform: JavaScript\n    author: pstrum\n    stargazers_count: 0\n  - name: Strava AKKA Scala SDK by Blair Garrett\n    documentation_url: https://github.com/blairg/comparemyrace-backend\n    platform: Scala\n    author: blairg\n    stargazers_count: 0\n  - name: Strava PHP SDK by Colin Busby\n    documentation_url: https://github.com/cdbusby/activity-tracker\n    platform: PHP\n    author: cdbusby\n    stargazers_count: 0\n  - name: Strava KoaJS SDK by Lee Powell\n    documentation_url: https://github.com/leepowellcouk/koa-strava-api\n    platform: JavaScript, Node.js\n    author: leepowelldev\n    stargazers_count: 0\n  - name: Strava Python SDK by Daniel Clewley\n    documentation_url: https://github.com/danclewley/get_pcr_tt_results\n    platform: Python\n    author: danclewley\n    stargazers_count: 0\n  - name: Strava R SDK by Michael Pearmain\n    documentation_url: https://github.com/mpearmain/StravR\n    platform: R\n    author: mpearmain\n    stargazers_count: 0\n  - name: Strava Ruby on Rails SDK by julianGallegos\n    documentation_url: https://github.com/julianGallegos/strava_rails_api\n    platform: Ruby\n    author: julianGallegos\n    stargazers_count: 0\n  - name: Strava PHP SDK by Eric Todd\n    documentation_url: https://github.com/dRockolla/GearSpy\n    platform: PHP\n    author: dRockolla\n    stargazers_count: 1\n  - name: Strava PHP SDK by RapidAPI\n    documentation_url: https://github.com/RapidSoftwareSolutions/Marketplace-Strava-Package\n    platform: PHP\n    stargazers_count: 0\n  - name: Strava Flask Python SDK by stolmen\n    documentation_url: https://github.com/stolmen/strava_flask_derp\n    platform: Python\n    author: stolmen\n    stargazers_count: 0\n  - name: Strava JavaScript SDK by Isabel Sharp\n    documentation_url: https://github.com/iss7/StravaWaxTracker\n    platform: JavaScript\n    author: iss7\n    stargazers_count: 0\n  - name: Strava Python SDK by Sergei Shevlyagin\n    documentation_url: https://github.com/sshevlyagin/strava-api-v3.1\n    platform: Python\n    author: sshevlyagin\n    stargazers_count: 5\n  - name: Strava Java SDK by Vlad Berezan\n    documentation_url: https://github.com/vberezan/st.utils-strava-api-wrapper\n    platform: Java\n  - name: Strava Objective-C SDK by martinalex\n    documentation_url: https://github.com/martinalex/WebServiceCall\n    platform: Objective-C\n    author: martinalex\n    stargazers_count: 0\n  - name: Strava Scala SDK by Geraint Jones\n    documentation_url: https://github.com/city81/strava-service\n    platform: Scala\n    author: city81\n    stargazers_count: 0\n  - name: Strava NodeJS SDK by Richard Bradley\n    documentation_url: https://github.com/chudley/node-strava\n    platform: Node.js\n    author: chudley\n    stargazers_count: 0\n  - name: Strava NodeJS SDK by bjackson1\n    documentation_url: https://github.com/bjackson1/strava_updater\n    platform: JavaScript, Node.js\n    author: bjackson1\n    stargazers_count: 0\n  - name: Strava Python SDK by Shaun Cloherty\n    documentation_url: https://github.com/cnuahs/strava-tools\n    platform: Python\n    author: cnuahs\n    stargazers_count: 0\n"
  },
  {
    "path": "collection/stripe.yaml",
    "content": "name: Stripe\nslug: stripe\ndescription: Stripe's API. Payments, Billing, Business financing, Spend management, Fraud & risk management etc\ncategories:\n  - Commerce\n  - Payments\n  - Finance & Economics\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://stripe.com/docs/api\nlibraries:\n  - name: Stripe Android SDK\n    documentation_url: https://stripe.com/docs/libraries\n    source_code_url: https://stripe.com/docs/mobile/android\n    platform: Java\n  - name: tools-sales-ops PHP SDK by Revolve Robotics\n    documentation_url: https://github.com/revolverobotics/tools-sales-ops\n    platform: PHP\n    stargazers_count: 0\n  - name: Stripe iOS SDK by Stripe\n    documentation_url: https://github.com/stripe/stripe-ios\n    platform: Objective-C\n    stargazers_count: 1369\n  - name: Stripe NodeJS SDK by Xavier Carpentier\n    documentation_url: https://www.npmjs.com/package/react-native-stripe-api\n    platform: Node.js\n  - name: Stripe PHP SDK by Joe Linn\n    documentation_url: https://github.com/jlinn/stripe-api-php\n    platform: PHP\n    author: jlinn\n    stargazers_count: 83\n  - name: Stripe Perl Library by Al Newkirk\n    documentation_url: https://metacpan.org/release/API-Stripe\n    source_code_url: https://github.com/alnewkirk/API-Stripe\n    platform: PERL\n  - name: Stripe Haskell Library by David Johnson\n    documentation_url: http://hackage.haskell.org/package/stripe-haskell\n    source_code_url: https://github.com/dmjio/stripe\n    platform: Haskell\n    author: dmjio\n    stargazers_count: 148\n  - name: Stripe .NET Library by ServiceStack\n    documentation_url: https://github.com/ServiceStack/Stripe/blob/master/README.md\n    source_code_url: https://github.com/ServiceStack/Stripe\n    platform: .Net, C++\n    stargazers_count: 191\n  - name: Stripe .NET Library by Jayme Davis\n    documentation_url: https://github.com/jaymedavis/stripe.net/blob/master/readme.md\n    source_code_url: https://github.com/jaymedavis/stripe.net\n    platform: .Net, C++\n    author: jaymedavis\n    stargazers_count: 3\n  - name: Stripe Xamarin C++ Library by Xamarin\n    documentation_url: https://github.com/xamarin/XamarinStripe\n    platform: C++\n    stargazers_count: 133\n  - name: Stripe PHP Library by Cartalyst\n    documentation_url: https://cartalyst.com/manual/stripe/1.0\n    platform: PHP\n  - name: Stripe OAuth2 PHP Library by Oliver Nassar\n    documentation_url: https://github.com/onassar/PHP-StripeOAuth/blob/master/README.md\n    source_code_url: https://github.com/onassar/PHP-StripeOAuth\n    platform: PHP\n    author: onassar\n    stargazers_count: 44\n  - name: \"Stripe PHP Library by Laravel Cashier \"\n    documentation_url: http://laravel.com/docs/4.2/billing\n    platform: PHP\n  - name: Stripe Kohana PHP Library by Kohana\n    documentation_url: https://github.com/jnbdz/kohana-stripe/blob/master/README.md\n    source_code_url: https://github.com/jnbdz/kohana-stripe\n    platform: PHP\n    author: jnbdz\n    stargazers_count: 4\n  - name: Stripe CakePHP-StripeComponent-Plugin Library by Chronon\n    documentation_url: https://github.com/chronon/CakePHP-StripeComponent-Plugin/blob/master/README.markdown\n    source_code_url: https://github.com/chronon/CakePHP-StripeComponent-Plugin\n    platform: PHP\n    author: chronon\n    stargazers_count: 43\n  - name: Stripe CakePHP Plugin Library by Jeremy Harris\n    documentation_url: https://github.com/jeremyharris/stripe/blob/master/README.md\n    source_code_url: https://github.com/jeremyharris/stripe\n    platform: PHP\n    author: jeremyharris\n    stargazers_count: 40\n  - name: Stripe Payola Ruby Library by Peter Keen\n    documentation_url: https://www.payola.io/\n    source_code_url: https://github.com/peterkeen/payola\n    platform: Ruby\n    stargazers_count: 831\n  - name: Stripe Node.js Library by Stripe\n    documentation_url: https://stripe.com/docs/api/node#intro\n    platform: Node.js\n  - name: Stripe Java Library by Stripe\n    documentation_url: https://stripe.com/docs/api/java\n    platform: Java\n  - name: Stripe API PHP Library by Stripe\n    documentation_url: https://stripe.com/docs/api/php#intro\n    platform: PHP\n  - name: Stripe API Ruby Library by Stripe\n    documentation_url: https://stripe.com/docs/api/ruby\n    platform: Ruby\n  - name: Stripe API Python Library by Stripe\n    documentation_url: https://stripe.com/docs/api/python#intro\n    platform: Python\n"
  },
  {
    "path": "collection/studio-ghibli.yaml",
    "content": "name: Studio Ghibli\nslug: studio-ghibli\ndescription: Resources from Studio Ghibli films\ncategories:\n  - Comics & Anime\n  - Entertainment\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://ghibliapi.herokuapp.com/\nlibraries:\n  - name: Studio Ghibli Go SDK by Ryan Christiani\n    documentation_url: https://github.com/Rchristiani/totoro\n    platform: Go\n    author: Rchristiani\n    stargazers_count: 4\n"
  },
  {
    "path": "collection/summarizebot-api.yaml",
    "content": "name: SummarizeBot API\nslug: summarizebot-api\ndescription: Multilingual summarization, keywords and sentiment analysis, language recognition, article extraction,\n  comments identification, multimedia analysis, image and face recognition solutions. Integrate our premium text and\n  image analysis APIs into applications that may require artificial intelligence features.\ncategories:\n  - Text Analysis & Tools\n  - Images & Photography\n  - Scrapers & Data Mining\n  - Documents & Productivity\n  - AI & ML\n  - News & Feeds\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.summarizebot.com/summarization_business.html\n"
  },
  {
    "path": "collection/sunrise-and-sunset.yaml",
    "content": "name: Sunrise and Sunset\nslug: sunrise-and-sunset\ndescription: Sunset and sunrise times API. Free API that provides sunset and sunrise times for a given latitude and longitude.\ncategories:\n  - Science & Math\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://sunrise-sunset.org/api\n"
  },
  {
    "path": "collection/supabase.yaml",
    "content": "name: Supabase\nslug: supabase\ndescription: Supabase is an open-source Firebase alternative offering a RESTful API over PostgreSQL, real-time subscriptions, authentication, file storage, and Edge Functions.\ncategories:\n  - Development\n  - Databases\n  - Authentication & User Management\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://supabase.com/docs\n  - name: API Reference\n    url: https://supabase.com/docs/guides/api\n"
  },
  {
    "path": "collection/superhero-api.yaml",
    "content": "name: Superhero Api\nslug: superhero-api\ndescription: Biography. From both the universe, and more. Images. Get all SuperHeroes and Villians data from all\n  universes under a single API. For all the superhero data you've needed. Connections. Appearance. Work. Powerstats.\n  Introduction What is this? The superhero API, is a quantifi\ncategories:\n  - Fun\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://superheroapi.com\n"
  },
  {
    "path": "collection/superheroes.yaml",
    "content": "name: SuperHeroes\nslug: superheroes\ndescription: From both the universe, and more. Biography. Powerstats. Connections. Images. Introduction What is this?\n  The superhero API, is a quantifi. API is for all the superhero data you've needed. Work. Appearance\ncategories:\n  - Entertainment\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://superheroapi.com\n"
  },
  {
    "path": "collection/suredbits.yaml",
    "content": "name: SuredBits\nslug: suredbits\ndescription: This API allows you to query our NFL, NBA and Crypto Exchange data. NFL and NBA APIs offer multiple\n  channels including teams, players, games, scores, and statistics. Crypto Exchange API allows you to stream data on\n  Trades, Tickers and Order Books.\ncategories:\n  - Sport & Fitness\n  - Blockchain & Cryptocurrencies\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://suredbits.com/api/\n"
  },
  {
    "path": "collection/svn.yaml",
    "content": "name: SVN\nslug: svn\ndescription: It is intended mainly for programmers, both those working on Subversion itself, as well as developers of\n  3rd-party ap. Collection of modular libraries written in the C programming language. This documentation covers the\n  public APIs provided by the Subversion libraries\ncategories:\n  - Development\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://subversion.apache.org/docs/api/1.8/\n"
  },
  {
    "path": "collection/swagger.yaml",
    "content": "name: Swagger\nslug: swagger\ndescription: Find out how Swagger can help you and get started today. Simplify API development for users, teams, and\n  enterprises with our open source and professional toolset\ncategories:\n  - Development\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://swagger.io/\n"
  },
  {
    "path": "collection/swapi.yaml",
    "content": "name: SWAPI\nslug: swapi\ndescription: A Remake of the original api, using the MERN stack. A Remake of the original api, using the MERN stack\ncategories:\n  - Video & Media\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.swapi.tech\n"
  },
  {
    "path": "collection/sweden.yaml",
    "content": "name: Sweden\nslug: sweden\ndescription: Information you need to get started using PostNord API. PostNord provides a range of APIs to facilitate\n  integration with your back end systems. Integrate PostNord web services directly into your website, customs\n  applications or e-commerce platform.\ncategories:\n  - Post & Logistics\n  - Maps & Geo\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developer.postnord.com/api/docs/general-information\n"
  },
  {
    "path": "collection/switzerland.yaml",
    "content": "name: Switzerland\nslug: switzerland\ndescription: Swiss National Bank\ncategories:\n  - Government\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://data.snb.ch/en\n"
  },
  {
    "path": "collection/tableau.yaml",
    "content": "name: Tableau REST API\nslug: tableau\ndescription: Tableau's REST API manages workbooks, views, data sources, projects, and users on Tableau Server and Tableau Cloud. Automate publishing, permissions, and data refresh workflows.\ncategories:\n  - Analytics\n  - Statistics & Data\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api.htm\n  - name: API Reference\n    url: https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_ref.htm\n"
  },
  {
    "path": "collection/tacofancy.yaml",
    "content": "name: TacoFancy API\nslug: tacofancy\ndescription: API for community-driven, object-oriented taco recipe repo - https://github.com/sinker/tacofancy. Please\n  fork and submit your own recipes, because the more there are, the more delicious it gets.\ncategories:\n  - Food & Drinks\n  - Fun\ntype: REST\nis_free: true\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/tacofancy/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://github.com/evz/tacofancy\n"
  },
  {
    "path": "collection/tamil-dictionary-api.yaml",
    "content": "name: Tamil Dictionary Api\nslug: tamil-dictionary-api\ndescription: Lookup Tamil words and build your own Tamil dictionary APP using this API\ncategories:\n  - Content & Dictionaries\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/tamil-dictionary-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://agarathi.com/api/dictionary\n"
  },
  {
    "path": "collection/tardis.yaml",
    "content": "name: Tardis\nslug: tardis\ndescription: Raw historical market data is available both in exchange native and normalized formats and includes full\n  order book depth snapshots plus incremental updates, tick-by-tick trades, historical open interest, funding, index and\n  mark prices. io Futures, Gate. dev is the the most comprehensive digital assets data platform, providing access to\n  high frequency historical raw tick data for a wide range of use cases such as market microstructure and order book\n  dynamics research, liquidity and lead-lag analysis, trading execution optimization, backtesting and optimization of\n  trading strategies, full historical order book reconstruction at any given point in time, training machine learning\n  models, alpha generation, designing quantitative models, academics research, data visualizations and more. dev\n  provides historical tick-level cryptocurrency market data API that enables optimization and backtesting of\n  latency-sensitive trading strategies, market microstructure research, historical full order book reconstruction and\n  more. Historical tick-level order book data, tick-by-tick trades, quotes, open interest, funding, liquidations,\n  options chains and more. io and top digital assets such as Bitcoin, Ethereum, Litecoin, Ripple, Cardano, BNB, LEO as\n  well as Bitcoin and Ether derivatives (Options, Futures and Perpetual Swaps). Tardis. BitMEX, Deribit, Binance\n  Perpetual Futures, Binance Delivery Futures, Binance Spot, FTX, OKEx Futures, OKEx Swap, OKEx Options, OKEx Spot,\n  Huobi Futures, Huobi Swap, Huobi Global, Bitfinex Derivatives, Bitfinex Spot, Kraken Futures (Crypto Facilities),\n  Kraken, Bitstamp, Coinbase Pro, Gemini, Poloniex, CoinFLEX, Bybit, Phemex, FTX US, OKCoin, bitFlyer, HitBTC, Delta,\n  Binance US, Binance UK, Binance Jersey, Binance DEX, Gate. Real-time consolidated market data streaming API via client\n  libraries that connect directly to exchanges' WebSocket APIs. API access and downloadable CSV files\ncategories:\n  - Blockchain & Cryptocurrencies\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/tardis/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://tardis.dev\n"
  },
  {
    "path": "collection/tastedive.yaml",
    "content": "name: TasteDive\nslug: tastedive\ndescription: The TasteDive API can be used to integrate recommendations in other products.\ncategories:\n  - AI & ML\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/tastedive/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://tastedive.com/read/api\n"
  },
  {
    "path": "collection/taylor-rest.yaml",
    "content": "name: taylor.rest\nslug: taylor-rest\ndescription: A Taylor Swift REST API, written in Deno\ncategories:\n  - Health\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://taylor.rest\n"
  },
  {
    "path": "collection/team-foundation-server.yaml",
    "content": "name: Team Foundation Server\nslug: team-foundation-server\ndescription: Overview of integrating with Azure DevOps. . TFS APIs are based on REST, OAuth, Json and service hooks\ncategories:\n  - Development\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/team-foundation-server/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.visualstudio.com/en-us/docs/integrate/get-started/overview\n"
  },
  {
    "path": "collection/technical-analysis.yaml",
    "content": "name: Technical Analysis\nslug: technical-analysis\ndescription: Coin predictions as a service. Automatically fetch coin data from various exchanges and put it though our\n  strategies. Cryptocurrency prices, technical analysis and sentiment detection\ncategories:\n  - Blockchain & Cryptocurrencies\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/technical-analysis/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://technical-analysis-api.com\n"
  },
  {
    "path": "collection/telegram-bot.yaml",
    "content": "name: Telegram Bot\nslug: telegram-bot\ndescription: The Bot API is an HTTP-based interface created for developers keen on building bots for Telegram.\ncategories:\n  - Bots\n  - AI & ML\n  - Chats & Messaging\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://core.telegram.org/bots/api\nlibraries:\n  - name: Telegram Bot PHP SDK by Danilo Spinella\n    documentation_url: https://github.com/DanySpin97/PhpBotFramework\n    source_code_url: https://packagist.org/packages/danyspin97/php-bot-framework\n    platform: PHP\n    author: DanySpin97\n    stargazers_count: 56\n  - name: Telegram Bot .NET SDK by Mohammadreza\n    documentation_url: https://github.com/mrtaikandi/Telebot\n    source_code_url: https://www.nuget.org/packages/Telebot/\n    platform: .Net, C#\n    author: mrtaikandi\n    stargazers_count: 18\n  - name: Telegram Bot Go SDK by Oleg Lebedev\n    documentation_url: https://github.com/olebedev/go-tgbot\n    platform: Go\n    author: olebedev\n    stargazers_count: 102\n  - name: Telegram Bot Ruby SDK by Sergey Potapov\n    documentation_url: https://github.com/greyblake/telebot\n    platform: Ruby\n    author: greyblake\n    stargazers_count: 29\n  - name: Telegram Bot Nim SDK by Huy Doan\n    documentation_url: https://github.com/ba0f3/telebot.nim\n    platform: Unspecified\n    author: ba0f3\n    stargazers_count: 91\n  - name: Telegram Bot JavaScript SDK by Pavel Tereschenko\n    documentation_url: https://github.com/bigslycat/tgapi\n    platform: JavaScript\n    author: bigslycat\n    stargazers_count: 33\n  - name: Telegram Bot Java SDK by rainu\n    documentation_url: https://github.com/rainu/telegram-bot-api\n    platform: Java\n    author: rainu\n    stargazers_count: 16\n  - name: Telegram Bot C++ SDK by slowriot\n    documentation_url: https://github.com/slowriot/libtelegram\n    platform: C++\n    author: slowriot\n    stargazers_count: 85\n  - name: Telegram Bot Scala SDK by Hüseyin ZENGİN\n    documentation_url: https://github.com/hzengin/telegrambot\n    platform: Scala\n    author: hzengin\n    stargazers_count: 38\n  - name: Telegram Bot Go SDK by Sungjin Han\n    documentation_url: https://github.com/meinside/telegram-bot-go\n    platform: Go\n    author: meinside\n    stargazers_count: 18\n  - name: Telegram Bot .NET SDK by Mehrdad Youssefi\n    documentation_url: https://github.com/themehrdad/NetTelebot\n    source_code_url: https://www.nuget.org/packages/nettelebot\n    platform: .Net, C#\n    author: themehrdad\n    stargazers_count: 10\n  - name: Telegram Bot Rust SDK by Wesley A. Gahr\n    documentation_url: https://github.com/voider1/teleborg\n    platform: Unspecified\n    author: voider1\n    stargazers_count: 24\n  - name: Telegram Bot Yii PHP SDK by Mirocow\n    documentation_url: https://github.com/Mirocow/yii2-telegram-api\n    platform: PHP\n    author: Mirocow\n    stargazers_count: 7\n  - name: Telegram Bot Java SDK by Fouad Almalki\n    documentation_url: https://github.com/Eng-Fouad/JTelegramBot\n    platform: Java\n    author: Eng-Fouad\n    stargazers_count: 67\n  - name: Telegram Bot Yii PHP SDK by SonkoDmitry\n    documentation_url: https://github.com/SonkoDmitry/yii2-telegram-bot-api\n    source_code_url: https://packagist.org/packages/sonko-dmitry/yii2-telegram-bot-api\n    platform: PHP\n    author: SonkoDmitry\n    stargazers_count: 19\n  - name: Telegram Bot NodeJS SDK by bounty0x\n    documentation_url: https://github.com/bounty0x/TelegramBots\n    platform: JavaScript, Node.js\n    stargazers_count: 10\n  - name: Telegram Bot NodeJS SDK by Frederik Ring\n    documentation_url: https://github.com/m90/telegram-bot-client\n    platform: JavaScript, Node.js\n    author: m90\n    stargazers_count: 24\n  - name: Telegram Bot Python SDK by banteg\n    documentation_url: https://github.com/banteg/telegram\n    platform: Python\n    author: banteg\n    stargazers_count: 16\n  - name: Telegram Bot Go SDK by Rock Neurotiko\n    documentation_url: https://github.com/rockneurotiko/go-tgbot\n    platform: Go\n    author: rockneurotiko\n    stargazers_count: 80\n  - name: Telegram Bot Python SDK by aiogram projects group\n    documentation_url: https://github.com/aiogram/aiogram\n    platform: Python\n    stargazers_count: 1392\n  - name: Telegram Bot PHP SDK by Saeed Moqadam\n    documentation_url: https://github.com/smoqadam/php-telegram-bot\n    platform: PHP\n    author: smoqadam\n    stargazers_count: 23\n  - name: Telegram Bot Symfony PHP SDK by Borsaco Software Group\n    documentation_url: https://github.com/borsaco/TelegramBotApiBundle\n    platform: PHP\n    stargazers_count: 18\n  - name: Telegram Bot Go SDK by Paul Larsen\n    documentation_url: https://github.com/PaulSonOfLars/gotgbot\n    platform: Go\n    author: PaulSonOfLars\n    stargazers_count: 52\n  - name: Telegram Bot TypeScript SDK by Sergey Sova\n    documentation_url: https://github.com/sergeysova/telegram-typings/tree/master/javascript\n    platform: JavaScript\n    author: sergeysova\n    stargazers_count: 38\n  - name: Telegram Bot Rust SDK by Sergey Sova\n    documentation_url: https://github.com/sergeysova/telegram-typings/tree/master/rust\n    source_code_url: https://crates.io/crates/telegram-typings\n    platform: Unspecified\n    author: sergeysova\n    stargazers_count: 38\n  - name: Telegram Bot Ruby SDK by SuHun Han\n    documentation_url: https://github.com/ssut/telegram-rb/blob/master/README.md\n    source_code_url: https://github.com/ssut/telegram-rb\n    platform: Ruby\n    author: ssut\n    stargazers_count: 78\n  - name: Telegram Bot Node.js Library by Yago\n    documentation_url: https://github.com/yagop/node-telegram-bot-api\n    platform: Node.js\n    author: yagop\n    stargazers_count: 4945\n"
  },
  {
    "path": "collection/telegram.yaml",
    "content": "name: Telegram\nslug: telegram\ndescription: The Bot API allows you to easily create programs that use Telegram. The Telegram API allows you to build\n  your own customized Telegram clients\ncategories:\n  - Images & Photography\n  - Video & Media\n  - Social\n  - Chats & Messaging\n  - Bots\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://core.telegram.org/\nlibraries:\n  - name: Telegram JavaScript SDK by Maxim Sadofyev\n    documentation_url: https://github.com/sunriselink/TelegramApi\n    platform: JavaScript\n    author: sunriselink\n    stargazers_count: 71\n  - name: Telegram Java SDK by Aykut Alparslan\n    documentation_url: https://github.com/aykutalparslan/Telegram-Server\n    platform: Java\n    author: aykutalparslan\n    stargazers_count: 192\n  - name: Telegram NodeJS SDK by Enrico Stara\n    documentation_url: https://github.com/enricostara/telegram.link\n    source_code_url: https://www.npmjs.com/package/telegram.link\n    platform: JavaScript, Node.js\n    author: enricostara\n    stargazers_count: 331\n  - name: Telegram Java SDK by Ruben Bermudez\n    documentation_url: https://github.com/rubenlagus/TelegramApi\n    platform: Java\n    author: rubenlagus\n    stargazers_count: 195\n  - name: Telegram Passport JavaScript SDK\n    documentation_url: https://core.telegram.org/passport/sdk-javascript\n    source_code_url: https://github.com/TelegramMessenger/TGPassportJsSDK\n    platform: JavaScript\n    stargazers_count: 22\n  - name: Telegram Passport Android SDK\n    documentation_url: https://core.telegram.org/passport/sdk-android\n    source_code_url: https://github.com/TelegramMessenger/TGPassportAndroidSDK\n    platform: Java\n    stargazers_count: 29\n  - name: Telegram Passport iOS SDK\n    documentation_url: https://core.telegram.org/passport/sdk-ios-mac\n    source_code_url: https://github.com/TelegramMessenger/TGPassportKit\n    platform: Objective-C\n    stargazers_count: 18\n  - name: VKontakte JavaScript SDK by ejnshtein\n    documentation_url: https://github.com/ejnshtein/vk-to-telegram\n    platform: JavaScript\n    author: ejnshtein\n    stargazers_count: 24\n  - name: Telegram C# SDK by TaggersoftDeprecated\n    platform: C#\n  - name: Telegram Android SDK\n    documentation_url: https://telegram.org/source\n    source_code_url: https://github.com/DrKLO/Telegram\n    platform: Java\n    author: DrKLO\n    stargazers_count: 16237\n  - name: Telegram Java SDK by Steve Korshakov\n    documentation_url: https://github.com/ex3ndr/telegram-api\n    platform: Java\n    author: ex3ndr\n    stargazers_count: 128\n  - name: Telegram Python Library by Anton Grigoryev\n    documentation_url: https://github.com/griganton/telepy/blob/master/README.md\n    source_code_url: https://github.com/griganton/telepy\n    platform: Python\n    author: griganton\n    stargazers_count: 1\n  - name: Telegram Ruby Library by Platphorm\n    documentation_url: https://github.com/platphorm/telegram_rb/blob/master/README.md\n    source_code_url: https://github.com/platphorm/telegram_rb\n    platform: Ruby\n    author: platphorm\n    stargazers_count: 35\n  - name: Telegram JavaScript Library by Enrico Stara\n    documentation_url: https://www.npmjs.com/package/telegram.link\n    source_code_url: https://github.com/enricostara/telegram.link\n    platform: JavaScript, Node.js\n    author: enricostara\n    stargazers_count: 331\n  - name: Telegram Java MTProto Library by Stepan Korshakov\n    documentation_url: https://github.com/ex3ndr/telegram-mt/blob/master/README.md\n    source_code_url: https://github.com/ex3ndr/telegram-mt\n    platform: Java\n    author: ex3ndr\n    stargazers_count: 112\n  - name: Telegram Java TL-Builder Library by Stepan Korshakov\n    documentation_url: https://github.com/ex3ndr/telegram-tl/blob/master/README.md\n    source_code_url: https://github.com/ex3ndr/telegram-tl\n    platform: Java\n    author: ex3ndr\n    stargazers_count: 58\n  - name: Telegram Java TypeLanguage Library by Stepan Korshakov\n    documentation_url: https://github.com/ex3ndr/telegram-tl-core/blob/master/README.md\n    source_code_url: https://github.com/ex3ndr/telegram-tl-core\n    platform: Java\n    author: ex3ndr\n    stargazers_count: 32\n  - name: Telegram C# SDK by TaggersoftDeprecated\n    platform: C#\n"
  },
  {
    "path": "collection/teleport.yaml",
    "content": "name: Teleport\nslug: teleport\ndescription: Welcome to Teleport for Developers! Largest and most up-to-date quality of life database for Planet Earth\n  using 300+ different data dimensions from 70+ different sources\ncategories:\n  - News & Feeds\n  - Images & Photography\n  - Video & Media\n  - Environment & Nature\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/teleport/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developers.teleport.org/\nlibraries:\n  - name: Teleport .NET SDK by Mark Embling\n    documentation_url: https://github.com/markembling/MarkEmbling.Teleport\n    platform: .Net\n"
  },
  {
    "path": "collection/telleroo.yaml",
    "content": "name: Telleroo\nslug: telleroo\ndescription: Instant Bulk Payments for your Finance Team. Finance teams use Telleroo’s Bulk Payments Service and APIs to\n  make multiple bank payments to employees, suppliers, customers and partners\ncategories:\n  - Payments\n  - Business\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://docs.telleroo.com/\n"
  },
  {
    "path": "collection/telnyx.yaml",
    "content": "name: Telnyx\nslug: telnyx\ndescription: Build Voice, SMS, Fax, Networking and Cellular IoT applications on a private, purpose-built global\n  communications network. Access documentation and API references to develop applications with the Telnyx API\ncategories:\n  - Email & SMS\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/telnyx/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developers.telnyx.com/\n"
  },
  {
    "path": "collection/temboo-sdk.yaml",
    "content": "name: Temboo SDK\nslug: temboo-sdk\ndescription: This platform acts as a layer on top of third-party APIs, using code snippets to trigger complex processes\n  that run through their cloud platform. Get the Temboo SDK in the programming language of your choice\ncategories:\n  - IoT & Home Automation\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/temboo-sdk/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://temboo.com/download\n"
  },
  {
    "path": "collection/temporal.yaml",
    "content": "name: Temporal\nslug: temporal\ndescription: IPFS API. Upload files, pin hashes, and send pubsub messages using our proprietary API, or interact\n  directly with our IPFS nodes using the IPFS HTTP API reverse proxy.\ncategories:\n  - Files & Storage\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://gateway.temporal.cloud/ipns/docs.api.temporal.cloud\n"
  },
  {
    "path": "collection/terraform-cloud.yaml",
    "content": "name: Terraform Cloud\nslug: terraform-cloud\ndescription: Terraform Cloud's API manages workspaces, runs, state versions, variables, and organizations. Automate infrastructure provisioning workflows and integrate IaC into CI/CD pipelines.\ncategories:\n  - Development\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://developer.hashicorp.com/terraform/cloud-docs/api-docs\n  - name: API Reference\n    url: https://developer.hashicorp.com/terraform/cloud-docs/api-docs\n"
  },
  {
    "path": "collection/textrazor.yaml",
    "content": "name: TextRazor\nslug: textrazor\ndescription: TextRazor is the world's fastest and most accurate Natural Language Processing API. Helps you extract and\n  understand the Who, What, Why, and How from your research with unprecedented accuracy and speed.\ncategories:\n  - Text Analysis & Tools\n  - AI & ML\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.textrazor.com/documentation\nlibraries:\n  - name: TextRazor Java SDK by TextRazor\n    documentation_url: https://www.textrazor.com/docs/java\n    source_code_url: https://github.com/TextRazor/textrazor-java\n    platform: Java\n    stargazers_count: 12\n  - name: TextRazor PHP SDK by TextRazor\n    documentation_url: https://www.textrazor.com/docs/php\n    source_code_url: https://github.com/TextRazor/textrazor-php\n    platform: PHP\n    stargazers_count: 18\n  - name: TextRazor Python SDK by TextRazor\n    documentation_url: https://www.textrazor.com/docs/python\n    source_code_url: https://github.com/TextRazor/textrazor-python\n    platform: Python\n    stargazers_count: 11\n"
  },
  {
    "path": "collection/the-cat-api.yaml",
    "content": "name: The Cat Api\nslug: the-cat-api\ndescription: A public service API all about cat pictures. A public service API all about Cats, free to use when making\n  your fancy new App, Website or Service\ncategories:\n  - Animals\n  - Fun\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/the-cat-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://TheCatAPI.com\n"
  },
  {
    "path": "collection/the-dog-api.yaml",
    "content": "name: The Dog Api\nslug: the-dog-api\ndescription: An API all about dogs. A public service API all about Dogs, free to use when making your fancy new App,\n  Website or Service\ncategories:\n  - Animals\n  - Fun\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/the-dog-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://thedogapi.com\n"
  },
  {
    "path": "collection/the-google-fonts-developer-api.yaml",
    "content": "name: The Google Fonts Developer API.\nslug: the-google-fonts-developer-api\ndescription: High-quality fonts to use on your web site\ncategories:\n  - Art & Design\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/the-google-fonts-developer-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developers.google.com/fonts/?hl=en\n"
  },
  {
    "path": "collection/the-graph.yaml",
    "content": "name: The Graph\nslug: the-graph\ndescription: The Graph is an indexing protocol for querying blockchain data via GraphQL. Access indexed data from Ethereum, Polygon, and other networks through community-built subgraphs.\ncategories:\n  - Blockchain & Cryptocurrencies\n  - Development\ntype: GraphQL\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://thegraph.com/docs/en/querying/introduction\n  - name: API Reference\n    url: https://thegraph.com/docs/en/querying/graphql-api\n"
  },
  {
    "path": "collection/the-guardian.yaml",
    "content": "name: The Guardian\nslug: the-guardian\ndescription: All accessible with a single open platform key. Get Started. Access a huge range of content from The\n  Guardian. Build incredible apps with our rich archive of content Our API stores all articles, images, audio and videos\n  dating back to 1999\ncategories:\n  - News & Feeds\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://open-platform.theguardian.com/\n"
  },
  {
    "path": "collection/the-lord-of-the-rings.yaml",
    "content": "name: The Lord of the Rings\nslug: the-lord-of-the-rings\ndescription: The Lord of the Rings API - The one API\ncategories:\n  - Video & Media\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://the-one-api.dev/\n"
  },
  {
    "path": "collection/the-meal-db.yaml",
    "content": "name: The Meal Db\nslug: the-meal-db\ndescription: This food API is free to use and can get you recipes, food details, food names , meals by category, food\n  images and more!. Support The API and site will always remain free at point of access\ncategories:\n  - Food & Drinks\n  - Open Source\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.themealdb.com/api.php\n"
  },
  {
    "path": "collection/the-muse.yaml",
    "content": "name: The Muse\nslug: the-muse\ndescription: Public API to provide job and company listings.\ncategories:\n  - Jobs\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/the-muse/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.themuse.com/developers/api/v2\n"
  },
  {
    "path": "collection/the-old-reader.yaml",
    "content": "name: The Old Reader\nslug: the-old-reader\ndescription: The Old Reader API. The Old Reader API. Contribute to theoldreader/api development by creating an account on GitHub\ncategories:\n  - News & Feeds\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/the-old-reader/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://github.com/theoldreader/api\n"
  },
  {
    "path": "collection/the-report-of-the-week.yaml",
    "content": "name: The Report of the Week\nslug: the-report-of-the-week\ndescription: API of The Report Of The Week Reviews. Contribute to andyklimczak/TheReportOfTheWeek-API development by\n  creating an account on GitHub. API of The Report Of The Week Reviews\ncategories:\n  - Food & Drinks\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/the-report-of-the-week/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://github.com/andyklimczak/TheReportOfTheWeek-API\n"
  },
  {
    "path": "collection/the-shrimpy-universal-crypto-exchange-api.yaml",
    "content": "name: The Shrimpy Universal Crypto Exchange Api\nslug: the-shrimpy-universal-crypto-exchange-api\ndescription: Collect real-time trade or order book data for free, manage user exchange accounts, execute trading\n  strategies, and simplify the way you connect to each exchange. The industry leading API for crypto trading, real-time\n  data collection, and exchange account management. Shrimpy’s Universal Crypto Exchange APIs are the only unified APIs\n  for crypto exchanges that are specifically designed for application developers\ncategories:\n  - Blockchain & Cryptocurrencies\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/the-shrimpy-universal-crypto-exchange-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developers.shrimpy.io/\n"
  },
  {
    "path": "collection/the-sms-works.yaml",
    "content": "name: The SMS Works\nslug: the-sms-works\ndescription: The SMS Works provides a low-cost, reliable SMS API for developers. Pay only for delivered texts, all\n  failed messages are refunded\ncategories:\n  - Email & SMS\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://thesmsworks.co.uk/sms-api\n"
  },
  {
    "path": "collection/the-sports-db.yaml",
    "content": "name: The Sports Db\nslug: the-sports-db\ndescription: With the Sports DB API you can query teams, players in teams, player details, player contract details, and\n  just about any player or team data from a broad range of sports (from soccer/football to handball).\ncategories:\n  - Sport & Fitness\n  - Open Source\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.thesportsdb.com/api.php\n"
  },
  {
    "path": "collection/theaudiodb.yaml",
    "content": "name: The Audio DB\nslug: theaudiodb\ndescription: TheAudioDB is a community database of Music Artwork, Metadata and Charts with a free JSON Music API\ncategories:\n  - Music & Audio\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: http://www.theaudiodb.com\nlibraries:\n  - name: TheAudioDB Java SDK by Guillaume Serre\n    documentation_url: https://github.com/mozvip/theaudiodb-client\n    platform: Java\n    author: mozvip\n    stargazers_count: 2\n  - name: TheAudioDB .NET SDK by BigGranu\n    documentation_url: https://github.com/BigGranu/TheAudioDB\n    platform: .Net\n    author: BigGranu\n    stargazers_count: 4\n  - name: MusicApiCollection C# SDK by BigGranu\n    documentation_url: https://github.com/BigGranu/MusicApiCollection\n    platform: C#\n    author: BigGranu\n    stargazers_count: 15\n"
  },
  {
    "path": "collection/thecocktaildb.yaml",
    "content": "name: TheCocktailDB\nslug: thecocktaildb\ndescription: An open, crowd-sourced database of drinks and cocktails from around the world. A fee API to query a db of\n  1000s of cocktails, you can search for recipes, images of specific cocktails, ingredients, filter by alcoholic, non\n  alcoholic and more with the Cocktails DB\ncategories:\n  - Open Source\n  - Food & Drinks\n  - Images & Photography\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.thecocktaildb.com/api.php\n"
  },
  {
    "path": "collection/thesportsdb.yaml",
    "content": "name: TheSportsDB\nslug: thesportsdb\ndescription: Various sports events, results, players, teams and high quality artwork. TheSportsDB is an open, crowd\n  sourced database of Sports metadata with Events, TV listings, Artwork, Scores and a free JSON Sports API\ncategories:\n  - Images & Photography\n  - Sport & Fitness\n  - Art & Design\n  - Statistics & Data\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/thesportsdb/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://www.thesportsdb.com/\n"
  },
  {
    "path": "collection/they-said-so.yaml",
    "content": "name: They Said So\nslug: they-said-so\ndescription: They Said So Quotes API offers a complete feature rich REST API access to its quotes platform.\ncategories:\n  - Fun\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://quotes.rest/\nlibraries:\n  - name: They Said So Node.js SDK by Adam Barker\n    documentation_url: https://github.com/q-state/node-theysaidso\n    platform: Node.js\n    author: q-state\n    stargazers_count: 0\n"
  },
  {
    "path": "collection/thingspeak.yaml",
    "content": "name: ThingSpeak\nslug: thingspeak\ndescription: Ppen source “Internet of Things” application and API to store and retrieve data from things using HTTP over\n  the Internet or via a Local Area Network.\ncategories:\n  - IoT & Home Automation\n  - Open Source\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/thingspeak/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://github.com/iobridge/ThingSpeak\nlibraries:\n  - name: ThingSpeak Python SDK by Chris Lee\n    documentation_url: https://github.com/sirleech/thingspeak\n    platform: Python\n    author: sirleech\n    stargazers_count: 20\n  - name: ThingSpeak Ruby SDK by ThingSpeak\n    documentation_url: https://github.com/iobridge/thingspeak\n    platform: Ruby\n    author: iobridge\n    stargazers_count: 962\n"
  },
  {
    "path": "collection/this-person-does-not-exist.yaml",
    "content": "name: This Person Does not Exist\nslug: this-person-does-not-exist\ndescription: This Person Does Not Exist\ncategories:\n  - Random\n  - Testing\n  - AI & ML\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://thispersondoesnotexist.com\n"
  },
  {
    "path": "collection/thumbnails-cloud.yaml",
    "content": "name: Thumbnails Cloud\nslug: thumbnails-cloud\ndescription: Cloud API generates JPG and PDF file previews for all common document formats, using a super simple API.\n  The simplest API for generating file thumbnails that you've ever seen.\ncategories:\n  - Documents & Productivity\n  - Images & Photography\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://thumbnails.cloud\n"
  },
  {
    "path": "collection/ticketmaster.yaml",
    "content": "name: Ticketmaster\nslug: ticketmaster\ndescription: Everything you need to start playing with the Ticketmaster API\ncategories:\n  - Events\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/ticketmaster/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://developer.ticketmaster.com/products-and-docs/apis/getting-started/\n"
  },
  {
    "path": "collection/time-door.yaml",
    "content": "name: Time Door\nslug: time-door\ndescription: A time series analysis API. Time Door is an API for statistical insights into time series data. It is easy\n  to integrate and handles fast and messy real-world data.\ncategories:\n  - Databases\n  - Development\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/time-door/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://timedoor.io\n"
  },
  {
    "path": "collection/tink.yaml",
    "content": "name: Tink (Visa)\nslug: tink\ndescription: Tink's Open Banking API provides bank account data, payment initiation, and income verification across 3,500+ European banks. Powers account aggregation and PSD2-compliant fintech apps.\ncategories:\n  - Finance & Economics\n  - Payments\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://docs.tink.com\n  - name: API Reference\n    url: https://docs.tink.com/api\n"
  },
  {
    "path": "collection/tiny-cc.yaml",
    "content": "name: Tiny.cc\nslug: tiny-cc\ndescription: Easy-to-use URL shortener. Supports custom short link ending. API documentation\ncategories:\n  - URLs\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://tiny.cc/api-docs\n"
  },
  {
    "path": "collection/tiny-uid.yaml",
    "content": "name: Tiny.UID\nslug: tiny-uid\ndescription: API Documentation tinyuid. com exposes its data via an Application Programming Interface (API), so\n  developers can interact in a programmatic way with application. This document is the official refer. API for\n  shortening long URLs\ncategories:\n  - URLs\ntype: REST\nis_free: false\ncontact: support@traccar.org\nlinks:\n  - name: Docs / Website\n    url: https://tinyuid.com/docs\n"
  },
  {
    "path": "collection/tinypng.yaml",
    "content": "name: Tinypng\nslug: tinypng\ndescription: TinyPNG API will help you compress and reduce the size of your JPEF and PNG files. The first 500 API\n  requests are free. Automate your JPEG and PNG compression workflow\ncategories:\n  - Images & Photography\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/tinypng/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://tinypng.com/developers\nlibraries:\n  - name: TinyPNG Java SDK by TinyPNG\n    documentation_url: https://tinypng.com/developers/reference/java\n    source_code_url: https://github.com/tinify/tinify-java\n    platform: Java\n    stargazers_count: 105\n  - name: TinyPNG Node.js SDK by TinyPNG\n    documentation_url: https://tinypng.com/developers/reference/nodejs\n    source_code_url: https://github.com/tinify/tinify-nodejs\n    platform: Node.js\n    stargazers_count: 299\n  - name: TinyPNG PHP SDK by TinyPNG\n    documentation_url: https://tinypng.com/developers/reference/php\n    source_code_url: https://github.com/tinify/tinify-php\n    platform: PHP\n    stargazers_count: 202\n  - name: TinyPNG Ruby SDK by TinyPNG\n    documentation_url: https://tinypng.com/developers/reference/ruby\n    source_code_url: https://github.com/tinify/tinify-ruby\n    platform: Ruby\n    stargazers_count: 35\n"
  },
  {
    "path": "collection/tldrlegal-licenses-api.yaml",
    "content": "name: TLDRLegal Licenses API\nslug: tldrlegal-licenses-api\ndescription: Software Licenses in Plain English. Lookup popular software licenses summarized at-a-glance.\ncategories:\n  - Development\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://tldrlegal.com/api/license\n"
  },
  {
    "path": "collection/tmdb.yaml",
    "content": "name: TMDb\nslug: tmdb\ndescription: TMDb provides powerful searches as well as powerful movie discovery. The Movie Database (TMDb) is a\n  popular, user editable database for movies and TV shows\ncategories:\n  - Video & Media\n  - Search\n  - Entertainment\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/tmdb/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.themoviedb.org/documentation/api\n"
  },
  {
    "path": "collection/today-in-history.yaml",
    "content": "name: Today in History\nslug: today-in-history\ndescription: Database of historical events\ncategories:\n  - Content & Dictionaries\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://history.muffinlabs.com/\n"
  },
  {
    "path": "collection/todoist.yaml",
    "content": "name: Todoist\nslug: todoist\ndescription: Todo Lists\ncategories:\n  - Project Management\n  - Documents & Productivity\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developer.todoist.com\n"
  },
  {
    "path": "collection/together-ai.yaml",
    "content": "name: Together AI\nslug: together-ai\ndescription: Together AI provides fast inference for 100+ open-source models including Llama 3, Mistral, and FLUX image models. Offers fine-tuning and dedicated deployment options.\ncategories:\n  - AI & ML\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://docs.together.ai\n  - name: API Reference\n    url: https://docs.together.ai/reference\n"
  },
  {
    "path": "collection/tomorrow-io.yaml",
    "content": "name: Tomorrow.io\nslug: tomorrow-io\ndescription: Tomorrow.io's Weather API delivers hyper-local, minute-by-minute forecasts with 100+ weather data layers including precipitation, wind, air quality, and pollen. Formerly ClimaCell.\ncategories:\n  - Weather\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://docs.tomorrow.io\n  - name: API Reference\n    url: https://docs.tomorrow.io/reference/api-overview\n"
  },
  {
    "path": "collection/tosdr-terms-of-service-api.yaml",
    "content": "name: ToSDR terms of service API\nslug: tosdr-terms-of-service-api\ndescription: Terms of service are often too long to read, but it's important to understand what's in them. Your rights\n  online depend on them. This service can help you get informed about your rights.\ncategories:\n  - Other\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://tosdr.org/api.html\n"
  },
  {
    "path": "collection/trace-moe.yaml",
    "content": "name: Trace.Moe\nslug: trace-moe\ndescription: Scan anime image to get specific detail\ncategories:\n  - Other\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://soruly.github.io/trace.moe/#/\n"
  },
  {
    "path": "collection/tradier.yaml",
    "content": "name: Tradier\nslug: tradier\ndescription: Set of fully hosted APIs, modules and 'out of the box' tools built to serve developers, providers and investors\ncategories:\n  - Finance & Economics\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developer.tradier.com\nlibraries:\n  - name: Tradier Android SDK by Tradier\n    documentation_url: https://developer.tradier.com/documentation/overview/libraries\n    source_code_url: https://github.com/Utsav2/AndroidTradier\n    platform: Java\n    author: Utsav2\n    stargazers_count: 7\n"
  },
  {
    "path": "collection/traitify.yaml",
    "content": "name: Traitify\nslug: traitify\ndescription: >-\n  A diverse set of fun visual assessments used to uncover personality types and traits. Your users simply select \"Me\" or\n  \"Not Me\" to a brief series of images and voila! Instant, actionable data.\n\n\n  With this psychology-backed data in hand, the possibilities are endless - any way that personalization can help you is\n  now within reach. Potential uses include:\n\n  - Applicant Fit Score\n\n  - Personalized Job Recommendations\n\n  - Personalized Interview Questions\n\n  - Personality Conflicts / Complements\n\n  - Communication Styles\n\n  - Ideal Work Environments\n\n  - Workplace Performance Predictions\n\n  - Career Growth Hacks\n\n  - Leadership Styles\n\n  - Team Building \n\n  - Suggestions\ncategories:\n  - Jobs\n  - AI & ML\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://app.traitify.com/developer\nlibraries:\n  - name: Traitify JavaScript SDK\n    documentation_url: https://github.com/traitify/traitify-js-client\n    platform: JavaScript\n    stargazers_count: 2\n  - name: Traitify PHP SDK\n    documentation_url: https://github.com/traitify/traitify-php\n    platform: PHP\n    stargazers_count: 4\n  - name: Traitify Python SDK\n    documentation_url: https://github.com/traitify/traitify-python2.x\n    platform: Python\n    stargazers_count: 7\n  - name: Traitify Java SDK\n    documentation_url: https://github.com/traitify/traitify-java\n    platform: Java\n    stargazers_count: 3\n  - name: Traitify .NET SDK\n    documentation_url: https://github.com/traitify/traitify.net\n    platform: .Net\n    stargazers_count: 2\n  - name: Traitify Node.js SDK\n    documentation_url: https://github.com/traitify/traitify-node\n    platform: Node.js\n    stargazers_count: 3\n  - name: Traitify Ruby SDK\n    documentation_url: https://github.com/traitify/traitify-ruby\n    platform: Ruby\n    stargazers_count: 3\n  - name: Traitify API Java Library\n    documentation_url: https://developer.traitify.com/documentation\n    source_code_url: https://github.com/traitify/traitify-java\n    platform: Java\n    stargazers_count: 3\n"
  },
  {
    "path": "collection/trakt.yaml",
    "content": "name: Trakt\nslug: trakt\ndescription: Trakt collect lots of information about what tv shows and movies everyone is watching. A place where APIs are kept\ncategories:\n  - Entertainment\n  - Video & Media\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://trakt.docs.apiary.io/\n"
  },
  {
    "path": "collection/transitland.yaml",
    "content": "name: TransitLand\nslug: transitland\ndescription: Transitland is a community-edited open data service aggregating transit networks across metropolitan and\n  rural around the world. Transitland collects over a thousand GTFS and GTFS Realtime feeds from over 50 countries. It\n  provides an API and other ways to explore and use transit data\ncategories:\n  - Transportation\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/transitland/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://transit.land/documentation/datastore/api-endpoints.html\n"
  },
  {
    "path": "collection/transport-for-atlanta-us.yaml",
    "content": "name: Transportation in Atlanta, USA\nslug: transport-for-atlanta-us\ndescription: MARTA. Atlanta transporation services\ncategories:\n  - Transportation\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: http://www.itsmarta.com/app-developer-resources.aspx\n"
  },
  {
    "path": "collection/transport-for-auckland-new-zealand.yaml",
    "content": "name: Transportation in Auckland, New Zealand\nslug: transport-for-auckland-new-zealand\ndescription: The Auckland Transport developer portal is a platform that exposes a diverse range of API's and transport data\ncategories:\n  - Transportation\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://api.at.govt.nz/\n"
  },
  {
    "path": "collection/transport-for-belgium.yaml",
    "content": "name: Transportation in Belgium\nslug: transport-for-belgium\ndescription: Belgian Transport API\ncategories:\n  - Transportation\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://hello.irail.be/api/\n"
  },
  {
    "path": "collection/transport-for-berlin-germany.yaml",
    "content": "name: Transportation in Berlin, Germany\nslug: transport-for-berlin-germany\ndescription: An HTTP API for Berlin & Brandenburg public transport\ncategories:\n  - Transportation\ntype: REST\nis_free: true\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/transport-for-berlin-germany/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://github.com/derhuerst/vbb-rest/blob/3/docs/index.md\n"
  },
  {
    "path": "collection/transport-for-bordeaux-france.yaml",
    "content": "name: Transportation in Bordeaux, France\nslug: transport-for-bordeaux-france\ndescription: Bordeaux Transportion Data\ncategories:\n  - Transportation\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://opendata.bordeaux-metropole.fr/explore/\n"
  },
  {
    "path": "collection/transport-for-boston-us.yaml",
    "content": "name: Transportation in Boston, USA\nslug: transport-for-boston-us\ndescription: Official website of the MBTA -- schedules, maps, and fare information for Greater Boston's public\n  transportation system, including subway, commuter rail, bus routes, and boat lines\ncategories:\n  - Transportation\ntype: REST\nis_free: true\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/transport-for-boston-us/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://mbta.com/developers/v3-api\n"
  },
  {
    "path": "collection/transport-for-budapest-hungary.yaml",
    "content": "name: Transportation in Budapest, Hungary\nslug: transport-for-budapest-hungary\ndescription: A place where APIs are kept. A place where APIs are kept\ncategories:\n  - Transportation\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://bkkfutar.docs.apiary.io\n"
  },
  {
    "path": "collection/transport-for-chicago-us.yaml",
    "content": "name: Transportation in Chicago, USA\nslug: transport-for-chicago-us\ndescription: The CTA's Developer Center offers a variety of data feeds that allow anyone to develop Web, mobile and\n  other applications to help transit riders throughout the Chicago area\ncategories:\n  - Transportation\ntype: REST\nis_free: true\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/transport-for-chicago-us/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://www.transitchicago.com/developers/\n"
  },
  {
    "path": "collection/transport-for-czech-republic.yaml",
    "content": "name: Transportation in Czech Republic\nslug: transport-for-czech-republic\ndescription: CHAPS spol. s r. o. je společnost zabývající se vývojem IT aplikací a systémů, jejich údržbou a provozem.\n  Zaměřujeme se na komplexní softwarová řešení zejména pro oblast osobní dopravy a to jak na železnici, tak na silnici\ncategories:\n  - Transportation\ntype: REST\nis_free: true\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/transport-for-czech-republic/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.chaps.cz/eng/products/idos-internet\n"
  },
  {
    "path": "collection/transport-for-denver-us.yaml",
    "content": "name: Transportation in Denver, USA\nslug: transport-for-denver-us\ndescription: RTD OPEN DATA\ncategories:\n  - Transportation\ntype: REST\nis_free: true\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/transport-for-denver-us/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://www.rtd-denver.com/gtfs-developer-guide.shtml\n"
  },
  {
    "path": "collection/transport-for-finland.yaml",
    "content": "name: Transportation in Finland\nslug: transport-for-finland\ndescription: >-\n  Route planning algorithms and APIs…. Digitransit Platform is an open source journey planning solution that combines\n  several open source components into a\n\n  modern, highly available route planning service\ncategories:\n  - Transportation\ntype: REST\nis_free: true\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/transport-for-finland/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://digitransit.fi/en/developers/\n"
  },
  {
    "path": "collection/transport-for-germany.yaml",
    "content": "name: Deutsche Bahn Open Data Portal\nslug: transport-for-germany\ndescription: API provides the timetable data\ncategories:\n  - Transportation\ntype: REST\nis_free: false\nlogo: https://data.deutschebahn.com/images/logo.png\nlinks:\n  - name: Docs / Website\n    url: http://data.deutschebahn.com/dataset/api-fahrplan\n"
  },
  {
    "path": "collection/transport-for-grenoble-france.yaml",
    "content": "name: Transportation in Grenoble, France\nslug: transport-for-grenoble-france\ndescription: Service that brings together all your travel information in the Grenoble area\ncategories:\n  - Transportation\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://www.metromobilite.fr/pages/opendata/OpenDataApi.html\n"
  },
  {
    "path": "collection/transport-for-honolulu-us.yaml",
    "content": "name: Transportation in Honolulu, USA\nslug: transport-for-honolulu-us\ndescription: « Return to TheBusHEA Web Services API The Web API (Application Programming Interface) allows a developer\n  to access our real-time AVL data. To utilize OTS's web services, an application id (AppID)\ncategories:\n  - Transportation\ntype: REST\nis_free: true\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/transport-for-honolulu-us/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://hea.thebus.org/api_info.asp\n"
  },
  {
    "path": "collection/transport-for-india.yaml",
    "content": "name: Transportation in India\nslug: transport-for-india\ndescription: \"Your support ID is: 15960026853378924585 [Go Back]. Please consult with your administrator. Your support\n  ID is: 15960026853378861129 [Go Back]. The requested URL was rejected\"\ncategories:\n  - Transportation\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://data.gov.in/sector/transport\n"
  },
  {
    "path": "collection/transport-for-lisbon-portugal.yaml",
    "content": "name: Transportation in Lisbon, Portugal\nslug: transport-for-lisbon-portugal\ndescription: Data access is free upon registration, in order to enhanc. Welcome to EMEL’s open data portal. This website\n  provides datasets concerning the company, and by other partner entities related with EMEL\ncategories:\n  - Transportation\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://emel.city-platform.com/opendata/\n"
  },
  {
    "path": "collection/transport-for-london-england.yaml",
    "content": "name: Transportation in London, UK\nslug: transport-for-london-england\ndescription: Transport for London open data. All public TfL data (or 'open data') is freely released here for developers\n  to use in their own software and services. We encourage software developers to use these feeds to present customer\n  travel information in innovative ways\ncategories:\n  - Transportation\ntype: REST\nis_free: true\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/transport-for-london-england/logo_256x256.png\ncontact: support@telnyx.com\nlinks:\n  - name: Docs / Website\n    url: https://api.tfl.gov.uk\n"
  },
  {
    "path": "collection/transport-for-madrid-spain.yaml",
    "content": "name: Transportation in Madrid, Spain\nslug: transport-for-madrid-spain\ndescription: Madrid BUS transport API\ncategories:\n  - Transportation\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: http://opendata.emtmadrid.es/Servicios-web/BUS\n"
  },
  {
    "path": "collection/transport-for-manchester-england.yaml",
    "content": "name: Transportation in Manchester, England\nslug: transport-for-manchester-england\ndescription: The s. Welcome to Transport for Greater Manchester’s new Real-Time Open Data Portal The system has been\n  designed to provide Developers with access to data from across the region’s transport network\ncategories:\n  - Transportation\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://developer.tfgm.com/\n"
  },
  {
    "path": "collection/transport-for-minneapolis-us.yaml",
    "content": "name: Transportation in Minneapolis, USA\nslug: transport-for-minneapolis-us\ndescription: NexTrip API\ncategories:\n  - Transportation\nis_free: true\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/transport-for-minneapolis-us/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://svc.metrotransit.org/\n"
  },
  {
    "path": "collection/transport-for-new-york-city-us.yaml",
    "content": "name: Transportation in New York City, USA\nslug: transport-for-new-york-city-us\ndescription: MTA\ncategories:\n  - Transportation\nis_free: true\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/transport-for-new-york-city-us/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://api.mta.info/\n"
  },
  {
    "path": "collection/transport-for-ottawa-canada.yaml",
    "content": "name: Transportation in Ottawa, Canada\nslug: transport-for-ottawa-canada\ndescription: OC Transpo next bus arrival API\ncategories:\n  - Transportation\nis_free: true\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/transport-for-ottawa-canada/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.octranspo.com/developers\n"
  },
  {
    "path": "collection/transport-for-philadelphia-us.yaml",
    "content": "name: Transportation in Philadelphia, USA\nslug: transport-for-philadelphia-us\ndescription: Southeastern Pennsylvania Transportation Authority API\ncategories:\n  - Transportation\n  - Government\ntype: REST\nis_free: true\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/transport-for-philadelphia-us/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://www3.septa.org/hackathon/\n"
  },
  {
    "path": "collection/transport-for-sao-paulo-brazil.yaml",
    "content": "name: Transportation in Sao Paulo, Brazil\nslug: transport-for-sao-paulo-brazil\ndescription: Bus lines in the city of São Paulo\ncategories:\n  - Transportation\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: http://www.sptrans.com.br/desenvolvedores/api-do-olho-vivo-guia-de-referencia/documentacao-api/\n"
  },
  {
    "path": "collection/transport-for-sweden.yaml",
    "content": "name: Transportation in Sweden\nslug: transport-for-sweden\ndescription: Arrival and departure forecasts for buses, metro, commuter trains, local railways and boats in Stockholm\ncategories:\n  - Transportation\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://www.trafiklab.se/api\n"
  },
  {
    "path": "collection/transport-for-switzerland.yaml",
    "content": "name: Transportation in Switzerland\nslug: transport-for-switzerland\ndescription: Here you can view mobility data free of charge and access various services. The data. opentransportdata.\n  swiss is the customer information platform for Swiss public transport and individual mobility\ncategories:\n  - Transportation\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://opentransportdata.swiss/en/\n"
  },
  {
    "path": "collection/transport-for-the-netherlands.yaml",
    "content": "name: Transportation in Netherlands\nslug: transport-for-the-netherlands\ndescription: NS has a large amount of data with information about the planned and current timetable\ncategories:\n  - Transportation\ntype: REST\nis_free: true\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/transport-for-the-netherlands/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://www.ns.nl/reisinformatie/ns-api\n"
  },
  {
    "path": "collection/transport-for-toronto-canada.yaml",
    "content": "name: Transportation in Toronto, Canada\nslug: transport-for-toronto-canada\ndescription: MyTTC is the best trip planner available for the TTC\ncategories:\n  - Transportation\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://myttc.ca/developers\n"
  },
  {
    "path": "collection/transport-for-united-states.yaml",
    "content": "name: Transportation in United States\nslug: transport-for-united-states\ndescription: NextBus API\ncategories:\n  - Transportation\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: http://www.nextbus.com/xmlFeedDocs/NextBusXMLFeed.pdf\n"
  },
  {
    "path": "collection/transport-for-vancouver-canada.yaml",
    "content": "name: Transportation in Vancouver, Canada\nslug: transport-for-vancouver-canada\ndescription: The TransLink Open API provides access to data associated with the regional bus network, bus service\n  operations, and major road network\ncategories:\n  - Transportation\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://developer.translink.ca/\n"
  },
  {
    "path": "collection/transport-for-victoria-au.yaml",
    "content": "name: Transportation in Victoria, Australia\nslug: transport-for-victoria-au\ndescription: |-\n  This page is not yet available on the PTV Beta website. <br />\n  <br />\n  Please refer to the PTV website until further notice. PTV API\ncategories:\n  - Transportation\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://www.ptv.vic.gov.au/footer/ptv-data-and-reports/digital-products/ptv-timetable-api\n"
  },
  {
    "path": "collection/transport-for-washington-us.yaml",
    "content": "name: Transportation in Washington, USA\nslug: transport-for-washington-us\ndescription: GTFS Changes and GTFS-RT Debut Metro has officially launched GTFS-RT! Developers now have access to the new\n  Metrorail and Metrobus feeds through the Developer Portal. With the implementation of GTF\ncategories:\n  - Transportation\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://developer.wmata.com/\n"
  },
  {
    "path": "collection/trash-nothing.yaml",
    "content": "name: Trash Nothing\nslug: trash-nothing\ndescription: Developer API trash nothing! provides a REST API which allows developers to build apps on top of the trash\n  nothing platform (with thousands of new posts every day and millions of users from around). Build apps on top of one\n  of the largest freecycling and reuse communities with millions of people giving away thousands of free items every day\ncategories:\n  - Environment & Nature\n  - Commerce\n  - Social\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/trash-nothing/logo_256x256.png\ncontact: support@transitfeeds.com\nlinks:\n  - name: Docs / Website\n    url: https://trashnothing.com/developer\n"
  },
  {
    "path": "collection/travel-advisory-data.yaml",
    "content": "name: Travel Advisory Data\nslug: travel-advisory-data\ndescription: This is a simple REST API that replies with an UTF8 encoded JSON Object. This API provides you with a daily\n  updated list of country advisories. These advisories contain a risk value which describes how dangerous a country is\n  from a travellers perspective. This data is available for every country. Free travel api for websites with daily\n  updated travel safety advisories. Simple json/REST api you can use instantly. For virtually every country on this\n  planet\ncategories:\n  - Travel\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.travel-advisory.info/data-api\n"
  },
  {
    "path": "collection/traveltime-api.yaml",
    "content": "name: Traveltime Api\nslug: traveltime-api\ndescription: Testing the TravelTime API is free. Transform location site search. Search and sort by journey time, not\n  distance. An alternative to a distance matrix API. Create polygons to show how far you can travel within a time limit.\n  Calculate times from an origin to thousands of destinations in a single API call\ncategories:\n  - Maps & Geo\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://traveltime.com/docs/api/overview/introduction\n"
  },
  {
    "path": "collection/travis-ci.yaml",
    "content": "name: Travis CI\nslug: travis-ci\ndescription: If you’re new to the Travis CI API, you should be using API V3. The API V2 described on this page will be\n  deprecated so. Overview API V3 Our most recent API is V3, which is has its own API Explorer\ncategories:\n  - Development\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://docs.travis-ci.com/api/\nlibraries:\n  - name: Travis CI Elixir SDK by Hugo Duksis\n    documentation_url: https://github.com/duksis/travis_ex\n    platform: Elixir\n    author: duksis\n    stargazers_count: 0\n  - name: Travis CI Python SDK by Fabio Menegazzo\n    documentation_url: https://github.com/menegazzo/travispy\n    platform: Python\n    author: menegazzo\n    stargazers_count: 74\n  - name: Travis CI Ruby SDK\n    documentation_url: https://github.com/travis-ci/travis.rb\n    platform: Ruby\n    stargazers_count: 1547\n  - name: Travis CI Ember Web JavaScript SDK\n    documentation_url: https://github.com/travis-ci/travis-web\n    platform: JavaScript\n    stargazers_count: 585\n"
  },
  {
    "path": "collection/trawlingweb.yaml",
    "content": "name: Trawlingweb\nslug: trawlingweb\ndescription: Trawlingweb structures, stores and indexes millions of web pages per day in vertical data pools. This way,\n  you can focus on what you do best instead of wasting time and money crawling, scraping, and extracting web data\n  yourself.\ncategories:\n  - News & Feeds\n  - Scrapers & Data Mining\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/trawlingweb/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://trawlingweb.com/\n"
  },
  {
    "path": "collection/trefle.yaml",
    "content": "name: Trefle\nslug: trefle\ndescription: Trefle is a botanical API and data source\ncategories:\n  - Environment & Nature\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://trefle.io/\n"
  },
  {
    "path": "collection/trello.yaml",
    "content": "name: Trello\nslug: trello\ndescription: Trello is a web-based, Kanban-style, list-making application\ncategories:\n  - Project Management\n  - Documents & Productivity\n  - Collaboration\ntype: REST\nis_free: false\ncontact: support@transitfeeds.com\nlinks:\n  - name: Docs / Website\n    url: https://developers.trello.com/\nlibraries:\n  - name: data_integ_api Laravel PHP SDK by Theodor Georgopoulos\n    documentation_url: https://github.com/TheodorGeo/data_integ_api\n    platform: PHP\n    author: TheodorGeo\n    stargazers_count: 1\n  - name: Bitbucket Commit To Trello Cards JavaScript SDK by Norimitsu Yamashita\n    documentation_url: https://github.com/nori3tsu/bitbucket-commit-to-trello-card\n    platform: JavaScript\n    author: nori3tsu\n    stargazers_count: 0\n  - name: magento_trello_laravel Laravel PHP SDK by ksly\n    documentation_url: https://github.com/donksly/magento_trello_laravel\n    platform: PHP\n    author: donksly\n    stargazers_count: 1\n  - name: trello2kanboard Ruby SDK by Psy-Q\n    documentation_url: https://gitlab.com/psy-q/trello2kanboard\n    platform: Ruby\n  - name: Treller C# SDK by Kontur\n    documentation_url: https://github.com/skbkontur/Treller\n    platform: C#\n  - name: Trello Python SDK by Jean Jordaan\n    documentation_url: https://github.com/jean/trollop\n    platform: Python\n    author: jean\n    stargazers_count: 0\n  - name: Trello MeteorJS SDK by Warehouseman\n    documentation_url: https://github.com/warehouseman/meteor-node-trello\n    platform: JavaScript, Node.js\n    stargazers_count: 1\n  - name: Trello Ruby SDK by Chase Southard\n    documentation_url: https://github.com/chaserx/trellist\n    platform: Ruby\n    author: chaserx\n    stargazers_count: 1\n  - name: Trello Python SDK by Jeremy Dean Lakey\n    documentation_url: https://github.com/jeremydeanlakey/jello\n    platform: Python\n    author: jeremydeanlakey\n    stargazers_count: 0\n  - name: Trello Python SDK by Dustin Wyatt\n    documentation_url: https://github.com/dmwyatt/rose_trellis\n    platform: Python\n    author: dmwyatt\n    stargazers_count: 0\n  - name: Trello C# SDK by Bruno Fernando Corrêa de Abreu\n    documentation_url: https://github.com/sathoril/Dashboards\n    platform: C#\n    author: sathoril\n    stargazers_count: 0\n  - name: Trello Ruby SDK by Mike Beasley\n    documentation_url: https://github.com/mbeasley/ctrl\n    platform: Ruby\n  - name: Trello Laravel PHP SDK by Manu Pijierro\n    documentation_url: https://github.com/mpijierro/laratrell\n    platform: PHP\n    author: mpijierro\n    stargazers_count: 0\n  - name: Trello NodeJS SDK by Huanhuan Huang\n    documentation_url: https://github.com/jchappypig/trello-manager-node\n    platform: Node.js\n    author: jchappypig\n    stargazers_count: 1\n  - name: Trello NodeJS SDK by Jasmine Hegman\n    documentation_url: https://github.com/r4j4h/trello-card-lister\n    platform: Node.js\n    author: r4j4h\n    stargazers_count: 0\n  - name: Trello NodeJS SDK by Léa\n    documentation_url: https://github.com/LeaBrb/appli-trello-nodejs\n    platform: Node.js\n    author: LeaBrb\n    stargazers_count: 0\n  - name: Trello Python SDK by mxmader\n    documentation_url: https://github.com/mxmader/trello-reporting\n    platform: Python\n    author: mxmader\n    stargazers_count: 2\n  - name: Trello Perl SDK by lth2h\n    documentation_url: https://github.com/lth2h/perl-trello\n    platform: PERL\n    author: lth2h\n    stargazers_count: 0\n  - name: Trello Python SDK by Saar Wasserman\n    documentation_url: https://github.com/saar-wasserman-bv/trellomanager_project\n    platform: Python\n    author: saar-wasserman-bv\n    stargazers_count: 0\n  - name: Trello Laravel PHP SDK by fsbdev\n    documentation_url: https://github.com/fsbdev/trello-client\n    platform: PHP\n    stargazers_count: 0\n  - name: Trello Go SDK by Matt Dietz\n    documentation_url: https://github.com/Cerberus98/trello_go\n    platform: Go\n    author: MattDietz\n    stargazers_count: 0\n  - name: Trello JavaScript SDK by Johannes Brodwall\n    documentation_url: https://github.com/jhannes/wassup-trello\n    platform: JavaScript\n    author: jhannes\n    stargazers_count: 0\n  - name: Trello NodeJS SDK by Kévin Letupe\n    documentation_url: https://github.com/KevinL59/trello-export\n    platform: Node.js\n  - name: Trello JavaScript SDK by Andrew Dunn\n    documentation_url: https://github.com/Andrew-Dunn/trello-burndown\n    platform: JavaScript\n    author: Andrew-Dunn\n    stargazers_count: 0\n  - name: Trello Shell SDK by erjenkins29\n    documentation_url: https://github.com/erjenkins29/trello-reports\n    platform: Unspecified\n    author: erjenkins29\n    stargazers_count: 0\n"
  },
  {
    "path": "collection/treopim-api.yaml",
    "content": "name: Treopim Api\nslug: treopim-api\ndescription: AtroPIM is a free, modern, open source, GPLv3 licensed, web-based, feature-rich and configurable PIM\n  solution of the new generation. Managing, editing, and delivering product information is time-consuming. It must be\n  informative, accurate and revenue generating in terms of quality and for all existing channels. This task is handled\n  by a Product Information Management System (PIM). PIM helps you to centralize, optimize and publish on all appropriate\n  channels all product-related, technical and / or marketing-relevant information about all your products\ncategories:\n  - Commerce\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/treopim-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://atropim.com/\n"
  },
  {
    "path": "collection/trivia-api.yaml",
    "content": "name: Trivia Api\nslug: trivia-api\ndescription: 100k+ trivia entries available via REST API\ncategories:\n  - Games\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://fungenerators.com/api/trivia/\n"
  },
  {
    "path": "collection/tronald-dump.yaml",
    "content": "name: Tronald Dump\nslug: tronald-dump\ndescription: Tronald Dump Api & web archive for the dumbest things Donald Trump has ever said\ncategories:\n  - Fun\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.tronalddump.io/\n"
  },
  {
    "path": "collection/trueface-ai-api.yaml",
    "content": "name: TrueFace.Ai API\nslug: trueface-ai-api\ndescription: Our endpoints include face detection (detect 1 or multiple faces), face matching (1 to 1 matching, good for\n  authentication), face identification (face recognition - good for a a crowd/group), spoof detection (determine if\n  someone is trying to trick the technology by holding up a picture of someone else), raw landmark detection (determine\n  the facial characteristics to size a face). TrueFace.ai facial recognition APIs are perfect for use in 3rd party\n  products and services\ncategories:\n  - Recognition\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/trueface-ai-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://trueface.ai/sign-up\n"
  },
  {
    "path": "collection/tumblr.yaml",
    "content": "name: Tumblr\nslug: tumblr\ndescription: Create new ways to use Tumblr with access to content, likes, followers, and drafts. Tumblr is a place to\n  express yourself, discover yourself, and bond over the stuff you love. It's where your interests connect you with your\n  people\ncategories:\n  - Social\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.tumblr.com/docs/en/api/v2\nlibraries:\n  - name: Tumblr Go SDK by Tumblr\n    documentation_url: https://engineering.tumblr.com/post/154723895033/golang-and-the-tumblr-api\n    source_code_url: https://github.com/tumblr/tumblrclient.go\n    platform: Go\n    stargazers_count: 36\n  - name: Social Networks Node.js SDK by Léo Pradel\n    documentation_url: https://www.npmjs.com/package/node-social-api\n    source_code_url: https://github.com/pradel/node-social-api\n    platform: Node.js\n    author: pradel\n    stargazers_count: 6\n  - name: Tumblr Objective-C SDK by Tumblr\n    documentation_url: http://developers.tumblr.com/clients\n    source_code_url: https://github.com/tumblr/TMTumblrSDK\n    platform: Objective-C\n    stargazers_count: 412\n  - name: \" Tumblr iOS SDK by Tumblr\"\n    documentation_url: http://tumblr.github.io/TMTumblrSDK/\n    source_code_url: https://github.com/tumblr/TMTumblrSDK\n    platform: Objective-C\n    stargazers_count: 412\n"
  },
  {
    "path": "collection/tunefind.yaml",
    "content": "name: TuneFind\nslug: tunefind\ndescription: Since 2005 Tunefind has been the leading site dedicated to tracking the music featured in TV shows and\n  movies. Whether your app or site is focused on music discovery or TV and film entertainment, Tunefind can provide the\n  most comprehensive data available to power fan engagement through music.\ncategories:\n  - Entertainment\n  - Music & Audio\n  - Recognition\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/tunefind/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://www.tunefind.com/api\nlibraries:\n  - name: Spotifind NodeJS SDK by Pedro Otero Prada\n    documentation_url: https://github.com/pedro-otero/spotifind\n    source_code_url: https://www.npmjs.com/package/spotifind\n    platform: Node.js\n    author: pedro-otero\n    stargazers_count: 0\n  - name: TuneFind NodeJS SDK by Pedro Otero Prada\n    documentation_url: https://www.npmjs.com/package/tunefindjs\n    platform: Node.js\n  - name: \"TuneFind Perl SDK by Hondallica \"\n    documentation_url: https://github.com/hondallica/p5-WebService-TuneFind\n    platform: PERL\n    author: hondallica\n    stargazers_count: 0\n  - name: TuneFind Python SDK by Christopher Brasington\n    documentation_url: https://github.com/chrisbrasington/tunefind-playlist-generator\n    platform: Python\n    author: achristrophe\n    stargazers_count: 2\n  - name: TuneFind Ruby SDK by Marcus Mansur\n    documentation_url: https://github.com/louman/tunefind\n    platform: Ruby\n    author: louman\n    stargazers_count: 0\n  - name: TuneFind JavaScript SDK by Autarc\n    documentation_url: https://github.com/Sonarvio/tunefind\n    platform: JavaScript\n    stargazers_count: 0\n"
  },
  {
    "path": "collection/turf-js.yaml",
    "content": "name: Turf JS\nslug: turf-js\ndescription: js | Advanced geospatial analysis for browsers and Node. js. Turf\ncategories:\n  - Maps & Geo\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://turfjs.org\n"
  },
  {
    "path": "collection/turso.yaml",
    "content": "name: Turso\nslug: turso\ndescription: Turso provides edge SQLite databases powered by libSQL. API manages databases, groups, and organizations with support for embedded replicas and multi-tenant architectures.\ncategories:\n  - Development\n  - Databases\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://docs.turso.tech\n  - name: Platform API\n    url: https://docs.turso.tech/api-reference\n"
  },
  {
    "path": "collection/tvdb.yaml",
    "content": "name: TVDB\nslug: tvdb\ndescription: Token Added. Token Added\ncategories:\n  - Video & Media\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://api.thetvdb.com/swagger\n"
  },
  {
    "path": "collection/tvmaze.yaml",
    "content": "name: TVmaze\nslug: tvmaze\ndescription: Add schedules, show, episode, cast information. TV Show and web series database. Episode guide, cast, crew\n  and character information. Recaps, reviews, episode trailers, celebrity photos and more.Add television information to\n  your own website or app with a fast and clean TV API\ncategories:\n  - Entertainment\n  - Video & Media\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/tvmaze/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.tvmaze.com/api\nlibraries:\n  - name: TVmaze Go SDK by Sascha Hanse\n    documentation_url: https://github.com/knarz/gotvmaze\n    platform: Go\n  - name: TVmaze Node.js SDK by Hendri Pretorius\n    documentation_url: https://github.com/pretorh/node-tvmaze-client\n    platform: Node.js\n    author: pretorh\n    stargazers_count: 0\n  - name: TVmaze PHP SDK by whocares\n    documentation_url: https://github.com/whocares-openscene/TVMaze-php\n    platform: PHP\n    author: whocares-openscene\n    stargazers_count: 1\n  - name: TVmaze JavaScript SDK by Ajay Thomas\n    documentation_url: https://github.com/ajaythomas123/tvmaze-js-wrapper\n    platform: JavaScript\n    author: ajaythomas123\n    stargazers_count: 2\n  - name: TVmaze Node.js SDK by gtuk\n    documentation_url: https://github.com/gtuk/tvmaze-api\n    platform: Node.js\n    author: gtuk\n    stargazers_count: 1\n  - name: TVmaze Ruby SDK by Ivan Parfenchuk\n    documentation_url: https://github.com/uson1x/tvmaze\n    platform: Ruby\n    author: uson1x\n    stargazers_count: 5\n  - name: TVmaze Node.js SDK by Greg Hesp\n    documentation_url: https://github.com/greghesp/tvmaze-node\n    platform: Node.js\n    author: greghesp\n    stargazers_count: 4\n  - name: TVmaze JavaScript SDK by Ivan Robles\n    documentation_url: https://github.com/Sharmaz/tv-shows\n    platform: JavaScript\n    author: Sharmaz\n    stargazers_count: 0\n  - name: TVmaze PHP SDK by Josh Pinkney\n    documentation_url: https://github.com/JPinkney/TVMaze-PHP-API-Wrapper\n    platform: PHP\n    author: JPinkney\n    stargazers_count: 11\n  - name: TVmaze .NET SDK by William Bradley\n    documentation_url: https://github.com/WilliamABradley/TVMazeSharp\n    platform: .Net\n    author: WilliamABradley\n    stargazers_count: 2\n  - name: TVmaze Ruby SDK by Codie Mullins\n    documentation_url: https://github.com/codiemullins/tvmaze-api\n    platform: Ruby\n    author: codiemullins\n    stargazers_count: 0\n  - name: TVmaze Node.js SDK by Julian Duque\n    documentation_url: https://github.com/julianduque/tv-maze\n    platform: Node.js\n    author: julianduque\n    stargazers_count: 9\n  - name: TVmaze Python SDK by RP1458\n    documentation_url: https://github.com/robertopauletto/tvmaze_wrapper\n    platform: Python\n    author: robertopauletto\n    stargazers_count: 0\n  - name: TVmaze Go SDK by Abu Ashraf Masnun\n    documentation_url: https://github.com/masnun/tvmaze\n    platform: Go\n    author: masnun\n    stargazers_count: 4\n  - name: TVmaze PHP SDK by Martin Århof\n    documentation_url: https://github.com/lsv/tvmazeapi\n    platform: PHP\n    author: lsv\n    stargazers_count: 0\n  - name: TVmaze Python SDK by srob650\n    documentation_url: https://github.com/srob650/pytvmaze\n    platform: Python\n    author: srob650\n    stargazers_count: 22\n  - name: TVmaze Elixir SDK by Sean Abrahams\n    documentation_url: https://github.com/seanabrahams/tv\n    platform: Elixir\n    author: seanabrahams\n    stargazers_count: 0\n  - name: TVmaze Python SDK by Jerry-27\n    documentation_url: https://github.com/Jerry-27/TVMaze\n    platform: Python\n    author: Jerry-27\n    stargazers_count: 0\n  - name: TVmaze ReactJS SDK by Hişar Kaya\n    documentation_url: https://github.com/hisarkaya/tvmaze\n    platform: JavaScript\n    author: hisarkaya\n    stargazers_count: 0\n  - name: TVmaze JavaScript SDK by Oscar Pérez\n    documentation_url: https://github.com/omiguelperez/tv-maze\n    platform: JavaScript\n    author: omiguelperez\n    stargazers_count: 0\n  - name: TVmaze AngularJS SDK by CHARLES I\n    documentation_url: https://github.com/Lepkele/AngularJS-TVwatcher\n    platform: JavaScript\n    author: Lepkele\n    stargazers_count: 0\n  - name: TVmaze Python SDK by Jani Šumak\n    documentation_url: https://github.com/dasdachs/tvmaze-py\n    platform: Python\n    author: dasdachs\n    stargazers_count: 0\n  - name: TVmaze Node.js SDK by Chris Alderson\n    documentation_url: https://github.com/ChrisAlderson/tvmaze-api-pt\n    platform: Node.js\n    author: ChrisAlderson\n    stargazers_count: 2\n  - name: TVmaze Laravel PHP SDK by David Fisher\n    documentation_url: https://github.com/davidfisher24/tv-show-api\n    platform: PHP\n    author: davidfisher24\n    stargazers_count: 0\n  - name: TVmaze Android Kotlin SDK by Jacek Dermont\n    documentation_url: https://github.com/jdermont/TVMazeApiClient\n    platform: Kotlin\n    author: jdermont\n    stargazers_count: 0\n"
  },
  {
    "path": "collection/twelve-data.yaml",
    "content": "name: Twelve Data\nslug: twelve-data\ndescription: Stock market data (real-time & historical). Explore real time stock market data, forex, and cryptocurrency\n  exchanges, available in JSON & CSV formats. Complete documentation of Twelve Data API\ncategories:\n  - Blockchain & Cryptocurrencies\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/twelve-data/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://twelvedata.com/docs/\n"
  },
  {
    "path": "collection/twilio.yaml",
    "content": "name: Twilio\nslug: twilio\ndescription: APIs for SMS, Voice, Video and more. With Twilio, unite communications and strengthen customer\n  relationships across your business from marketing and sales to customer service and operations\ncategories:\n  - Email & SMS\n  - Voice\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/twilio/logo_256x256.png\ncontact: support@transitfeeds.com\nlinks:\n  - name: Docs / Website\n    url: https://www.twilio.com/solutions\nlibraries:\n  - name: Twilio .NET SDK\n    documentation_url: https://github.com/twilio/twilio-csharp\n    source_code_url: https://www.nuget.org/packages/Twilio\n    platform: .Net, C#\n    stargazers_count: 537\n  - name: Twilio Java SDK\n    documentation_url: https://github.com/twilio/twilio-java\n    source_code_url: https://mvnrepository.com/artifact/com.twilio.sdk/twilio\n    platform: Java\n    stargazers_count: 370\n  - name: CWilio-SMS PHP SDK by Joey Undis\n    documentation_url: https://github.com/jundis/CWilio-SMS\n    platform: PHP\n    author: jundis\n    stargazers_count: 2\n  - name: Twilio Python SDK by Lyft\n    documentation_url: https://github.com/lyft/twilio-python\n    platform: Python\n    stargazers_count: 1\n  - name: Twilio Perl SDK by Scott Wiersdorf\n    documentation_url: http://search.cpan.org/~scottw/WWW-Twilio-API-0.20/\n    platform: PERL\n  - name: Twilio JavaScript SDK\n    documentation_url: https://www.twilio.com/docs/voice/client/javascript\n    source_code_url: https://www.npmjs.com/package/twilio-client\n    platform: JavaScript\n  - name: Twilio C++ SDK by Laurent Luce\n    documentation_url: https://github.com/laurentluce/twilio-cplusplus\n    platform: C++\n    author: laurentluce\n    stargazers_count: 25\n  - name: Twilio Erlang Library by Ryan Huffman\n    documentation_url: https://github.com/huffman/twilio_erlang/blob/master/README.md\n    source_code_url: https://github.com/huffman/twilio_erlang\n    platform: Unspecified\n    author: huffman\n    stargazers_count: 36\n  - name: Twilio sms-rb Ruby Library by Pat Nakajima\n    documentation_url: https://github.com/nakajima/sms-rb/blob/master/README.md\n    source_code_url: https://github.com/nakajima/sms-rb\n    platform: Ruby\n    author: nakajima\n    stargazers_count: 33\n  - name: Twilio-Rails Ruby Library by Hemant Bhanoo\n    documentation_url: https://github.com/hbhanoo/Twilio-Rails/blob/master/README.txt\n    source_code_url: https://github.com/hbhanoo/Twilio-Rails\n    platform: Ruby\n    author: hbhanoo\n    stargazers_count: 58\n  - name: Twilio Ruby Wrapper by Webficient\n    documentation_url: http://www.webficient.com/\n    source_code_url: https://github.com/webficient/twilio\n    platform: Ruby\n    author: philm\n    stargazers_count: 124\n  - name: Fuel-Twilio PHP Library by Matthew McConnell\n    documentation_url: https://github.com/maca134/fuel-twilio/blob/master/README.md\n    source_code_url: https://github.com/maca134/fuel-twilio\n    platform: PHP\n    author: maca134\n    stargazers_count: 5\n  - name: Twilio Ruby Library by Philip Misiowiec\n    documentation_url: https://github.com/webficient/twilio\n    platform: Ruby\n    author: philm\n    stargazers_count: 124\n  - name: Drupal Twilio PHP Library by Arvin Singla\n    documentation_url: https://www.drupal.org/project/twilio\n    source_code_url: https://www.drupal.org/node/895232/\n    platform: PHP\n  - name: Twilio C# Library by Twilio\n    documentation_url: https://www.twilio.com/docs/csharp/install\n    source_code_url: https://github.com/twilio/twilio-csharp/tree/4.7.2\n    platform: C#\n    stargazers_count: 537\n  - name: Twilio Scala Library by Dag Liodden\n    documentation_url: https://github.com/daggerrz/Scwilio/blob/master/README.markdown\n    source_code_url: https://github.com/daggerrz/Scwilio\n    platform: Scala\n    author: daggerrz\n    stargazers_count: 37\n  - name: Twilio C++ Library by Laurent Luce\n    documentation_url: https://github.com/laurentluce/twilio-cplusplus/blob/master/README\n    source_code_url: https://github.com/laurentluce/twilio-cplusplus\n    platform: C++\n    author: laurentluce\n    stargazers_count: 25\n  - name: Twilio Google Apps Script Library by Samy Vacheresse\n    documentation_url: https://github.com/illiatdesdindes/twilio-gas/blob/master/README.md\n    source_code_url: https://github.com/illiatdesdindes/twilio-gas\n    platform: JavaScript\n    author: illiatdesdindes\n    stargazers_count: 20\n  - name: Twilio JavaScript Library by Alexandre Morgaut\n    documentation_url: https://github.com/AMorgaut/wakanda-twilio/blob/master/readme.md\n    source_code_url: https://github.com/AMorgaut/wakanda-twilio\n    platform: JavaScript\n    author: AMorgaut\n    stargazers_count: 5\n  - name: Twilio Java GWT Library by Alessio Harri\n    documentation_url: https://code.google.com/p/gwt-twilio/\n    source_code_url: https://code.google.com/p/gwt-twilio/downloads/detail?name=gwt-twilio-1.1.jar\n    platform: Java\n  - name: Twilio C# Library by Billy Coover\n    documentation_url: https://github.com/azcoov/twilio.sugar/blob/master/README.md\n    source_code_url: https://github.com/azcoov/twilio.sugar\n    platform: C#\n    author: azcoov\n    stargazers_count: 9\n  - name: Twilio Go Library by ckvist\n    documentation_url: https://bitbucket.org/ckvist/twilio\n    source_code_url: https://bitbucket.org/ckvist/twilio/downloads\n    platform: Go\n  - name: Twilio Go Library by Carlos Diaz-Padron\n    documentation_url: https://github.com/carlosdp/twiliogo/blob/master/README.md\n    source_code_url: https://github.com/carlosdp/twiliogo\n    platform: Go\n    author: carlosdp\n    stargazers_count: 72\n  - name: Twilio Salesforce Apex Helper Library\n    documentation_url: https://www.twilio.com/docs/salesforce/install\n    source_code_url: https://github.com/twilio/twilio-salesforce\n    platform: Unspecified\n    stargazers_count: 185\n  - name: Twilio C-Sharp Helper Library\n    documentation_url: http://www.twilio.com/docs/csharp/install\n    source_code_url: https://github.com/twilio/twilio-csharp\n    platform: C#\n    stargazers_count: 537\n  - name: Twilio Ruby Gem\n    documentation_url: https://github.com/webficient/twilio/tree/master\n    platform: Ruby\n    author: philm\n    stargazers_count: 124\n  - name: Twilio JavaScript Library\n    documentation_url: https://www.twilio.com/webrtc\n    source_code_url: https://www.twilio.com/docs/client/twilio-js\n    platform: JavaScript\n  - name: WWW-Twilio-TwiML\n    documentation_url: http://search.cpan.org/~scottw/WWW-Twilio-TwiML-1.05/lib/WWW/Twilio/TwiML.pm\n    platform: PERL\n  - name: WWW-Twilio-API\n    documentation_url: http://search.cpan.org/~scottw/WWW-Twilio-API-0.16/lib/WWW/Twilio/API.pm\n    platform: PERL\n  - name: TwilioFluent\n    documentation_url: https://bitbucket.org/kogir/twiliofluent/wiki/Home\n    platform: .Net\n  - name: TwilioSharp\n    documentation_url: https://github.com/jgable/TwilioSharp\n    platform: .Net, C#\n    author: jgable\n    stargazers_count: 9\n  - name: Django-Twilio\n    documentation_url: http://django-twilio.readthedocs.org/en/latest/\n    source_code_url: https://github.com/rdegges/django-twilio\n    platform: Python\n    author: rdegges\n    stargazers_count: 303\n"
  },
  {
    "path": "collection/twitch.yaml",
    "content": "name: Twitch\nslug: twitch\ndescription: The Twitch API enables you to develop your own applications using the rich feature set that Twitch\n  provides. Twitch Developer Documentation\ncategories:\n  - Social\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/twitch/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://dev.twitch.tv/docs\n"
  },
  {
    "path": "collection/twitter-api.yaml",
    "content": "name: Twitter API\nslug: twitter-api\ndescription: Explore now. Connect with your friends — and other fascinating people. Get in-the-moment updates on the\n  things that interest you. And watch events unfold, in real time, from every angle. Guides and reference materials to\n  help you get started, integrate, optimize, and troubleshoot your use of the Twitter Developer Platform\ncategories:\n  - Social\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/twitter-api/logo_256x256.png\ncontact: support@twitter.com\nlinks:\n  - name: Docs / Website\n    url: https://developer.twitter.com/en/docs\n"
  },
  {
    "path": "collection/twitter-sign-in.yaml",
    "content": "name: Twitter Sign-in\nslug: twitter-sign-in\ndescription: Works on websites, iOS, mobile and desktop applications. The browser log in flow is appropriate for\n  websites and applications which are able to open or embed a web browser.\ncategories:\n  - Social\n  - Authentication & User Management\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/twitter-sign-in/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://dev.twitter.com/web/sign-in\n"
  },
  {
    "path": "collection/typeform.yaml",
    "content": "name: Typeform\nslug: typeform\ndescription: Typeform's APIs allow you to create and edit Typeform surveys, and retrieve survey responses on demand.\n  With Typeform's APIs and developer tools, you can do everything from the basics, like tweak your themes and add new\n  images to your account, to the most powerful features Typeform offers\ncategories:\n  - Forms & Surveys\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/typeform/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developer.typeform.com/\nlibraries:\n  - name: Typeform Python SDK by Daniel Vidal de la Rubia\n    documentation_url: https://github.com/Vidimensional/py-typeformio\n    platform: Python\n    author: Vidimensional\n    stargazers_count: 6\n  - name: Typeform JavaScript SDK by Marc Cusso\n    documentation_url: https://github.com/CussoMarc/typeform-sdk\n    platform: JavaScript\n  - name: Typeform Ruby SDK by Philip De Smedt\n    documentation_url: https://github.com/philipdesmedt/typeform\n    platform: Ruby\n    author: philipdesmedt\n    stargazers_count: 20\n"
  },
  {
    "path": "collection/typesense.yaml",
    "content": "name: Typesense\nslug: typesense\ndescription: Typesense is an open-source, typo-tolerant search engine with a REST API. Self-host or use Typesense Cloud for fast, relevant full-text search with faceting and vector search support.\ncategories:\n  - Search\n  - Development\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://typesense.org/docs\n  - name: API Reference\n    url: https://typesense.org/docs/latest/api\n"
  },
  {
    "path": "collection/uber-api.yaml",
    "content": "name: Uber API\nslug: uber-api\ndescription: API to request Uber rides. Discover how the Uber API can easily enhance your app’s user experience and take\n  your innovation further with a wide range of new capabilities\ncategories:\n  - Transportation\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/uber-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developer.uber.com\n"
  },
  {
    "path": "collection/uber.yaml",
    "content": "name: Uber\nslug: uber\ndescription: Discover how the Uber API can easily enhance your app’s user experience and take your innovation further\n  with a wide range of new capabilities. Uber provides API for customizing trip experiences, requesting rides, powering\n  logistics, creating bots and so much more\ncategories:\n  - Commerce\n  - Travel\n  - Transportation\n  - Maps & Geo\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/uber/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developer.uber.com/\nlibraries:\n  - name: Uber Ride Request Android SDK by Uber\n    documentation_url: https://github.com/uber/rides-android-sdk\n    platform: Java\n    stargazers_count: 278\n  - name: Uber Ride Request iOS SDK by Uber\n    documentation_url: https://github.com/uber/rides-ios-sdk\n    platform: Objective-C\n    stargazers_count: 335\n  - name: Uber Ride Requests Java SDK by Uber\n    documentation_url: https://github.com/uber/rides-java-sdk/tree/master/sdk\n    platform: Java\n    stargazers_count: 92\n  - name: Uber Ride Requests Python SDK by Uber\n    documentation_url: https://github.com/uber/rides-python-sdk/tree/master/example\n    platform: Python\n    stargazers_count: 143\n  - name: Uber PHP SDK by APIMATIC\n    documentation_url: https://github.com/apimatic/uber-php\n    platform: PHP\n  - name: Uber Ruby SDK by Abhijeet Kalyan\n    documentation_url: https://rubygems.org/gems/uber_api/versions/0.1.2\n    platform: Ruby\n  - name: Uber Node.js SDK by Jackson Geller\n    documentation_url: https://www.npmjs.com/package/uberjs\n    platform: Node.js\n  - name: Uber Ruby SDK by Dingding Ye\n    documentation_url: https://github.com/sishen/uber-ruby\n    platform: Ruby\n    author: sishen\n    stargazers_count: 42\n  - name: Uber PHP SDK by Bas van Dorst\n    documentation_url: https://github.com/basvandorst/UberPHP\n    platform: PHP\n    author: basvandorst\n    stargazers_count: 3\n  - name: Uber Android SDK by Uber\n    documentation_url: https://developer.uber.com/docs/riders/ride-requests/tutorials/api/android\n    platform: Java\n  - name: Uber iOS SDK by Uber\n    documentation_url: https://developer.uber.com/docs/riders/ride-requests/tutorials/api/ios\n    source_code_url: https://github.com/uber/rides-ios-sdk\n    platform: Swift\n    stargazers_count: 335\n  - name: Uber Java SDK by Uber\n    documentation_url: https://developer.uber.com/docs/riders/ride-requests/tutorials/api/java\n    source_code_url: https://github.com/uber/rides-java-sdk\n    platform: Java\n    stargazers_count: 92\n  - name: Uber Python SDK by Uber\n    documentation_url: https://developer.uber.com/docs/riders/ride-requests/tutorials/api/python\n    source_code_url: https://github.com/uber/rides-python-sdk\n    platform: Python\n    stargazers_count: 143\n  - name: Uber PHP SDK by Steven Maguire\n    documentation_url: https://github.com/stevenmaguire/uber-php\n    platform: PHP\n    author: stevenmaguire\n    stargazers_count: 55\n  - name: \"Uber R SDK by Andrew Collier \"\n    documentation_url: https://github.com/DataWookie/ubeR\n    platform: R\n    author: datawookie\n    stargazers_count: 35\n  - name: Uber Ruby SDK by Christopher EnyTC\n    documentation_url: https://github.com/chrisenytc/uber-sdk\n    platform: Ruby\n    author: chrisenytc\n    stargazers_count: 32\n  - name: Uber Node.js SDK by Shern Shiou Tan\n    documentation_url: https://github.com/shernshiou/node-uber\n    platform: Node.js\n    author: shernshiou\n    stargazers_count: 162\n  - name: Uber SDK for .NET\n    documentation_url: https://github.com/wadewegner/uber-sdk-for-net\n    platform: .Net, C#\n    author: wadewegner\n    stargazers_count: 18\n  - name: UberKit\n    documentation_url: https://github.com/sachinkesiraju/UberKit\n    platform: Objective-C\n    author: sachinkesiraju\n    stargazers_count: 96\n  - name: uber (Ruby Gem)\n    documentation_url: https://github.com/pageandrew/uber\n    platform: Ruby\n    author: andrewpage\n    stargazers_count: 0\n  - name: Uber API for NodeJS\n    documentation_url: https://www.npmjs.org/package/uber-api\n    source_code_url: https://github.com/nathanpdaniel/uber-api\n    platform: Node.js\n    author: nathanpdaniel\n    stargazers_count: 11\n"
  },
  {
    "path": "collection/uebermaps.yaml",
    "content": "name: Uebermaps\nslug: uebermaps\ndescription: uebermaps are interactive maps that enable people to. Hello developer. This is the uebermaps JSON REST API\n  v2. uebermaps is a platform for everyone to create and share maps with your favorite spots\ncategories:\n  - Social\n  - Maps & Geo\ntype: REST\nis_free: false\ncontact: support@twitter.com\nlinks:\n  - name: Docs / Website\n    url: https://uebermaps.com/api/v2\n"
  },
  {
    "path": "collection/ufc-data.yaml",
    "content": "name: Ufc Data\nslug: ufc-data\ndescription: Ultimate Fighting Championship information for events and fighters\ncategories:\n  - Sport & Fitness\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://ufc-data-api.ufc.com/\n"
  },
  {
    "path": "collection/ui-names.yaml",
    "content": "name: UI Names\nslug: ui-names\ndescription: A simple tool to generate names for use in designs and mockups\ncategories:\n  - Random\n  - Testing\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/ui-names/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://github.com/thm/uinames\n"
  },
  {
    "path": "collection/uk-carbon-intensity.yaml",
    "content": "name: UK Carbon Intensity\nslug: uk-carbon-intensity\ndescription: This is the Official Carbon Intensity API for Great Britain developed by National Grid.\ncategories:\n  - Environment & Nature\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://carbon-intensity.github.io/api-definitions/#carbon-intensity-api-v1-0-0\n"
  },
  {
    "path": "collection/uk-police.yaml",
    "content": "name: UK Police\nslug: uk-police\ndescription: \"Police API Documentation The API provides a rich data source for information, including: Neighbourhood\n  team members Upcoming events Street-level crime and outcome data Nearest police stations The A. Police API\n  Documentation The API provides a rich data source for information, including: Neighbourhood team members Upcoming\n  events Street-level crime and outcome data Nearest police stations The A\"\ncategories:\n  - Statistics & Data\n  - Government\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://data.police.uk/docs/\nlibraries:\n  - name: UK Police Python SDK by Rock Kitchen Harris\n    documentation_url: https://github.com/rkhleics/police-api-client-python/\n    platform: Python\n    stargazers_count: 25\n"
  },
  {
    "path": "collection/universities-list.yaml",
    "content": "name: Universities List\nslug: universities-list\ndescription: List of universities and their domain names\ncategories:\n  - Education\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/universities-list/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://github.com/Hipo/university-domains-list\n"
  },
  {
    "path": "collection/university-of-oslo.yaml",
    "content": "name: University of Oslo\nslug: university-of-oslo\ndescription: University of Oslo\ncategories:\n  - Education\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://data.uio.no/\n"
  },
  {
    "path": "collection/unix-timestamp-converteri.yaml",
    "content": "name: Unix Timestamp Converteri\nslug: unix-timestamp-converteri\ndescription: Unix Timestamp Converter API Unix Timestamp converter REST API Convert Unix Timestamps to DateTime objects\n  and DateTime objects to Unix Timestamps This WebService was built in 20 minutes using Li. Convert UNIX timestamps to\n  datetime and vice versa\ncategories:\n  - Calendar & Time\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://unixtime.co.za\n"
  },
  {
    "path": "collection/unofficial-google-news-api.yaml",
    "content": "name: Unofficial Google News Api\nslug: unofficial-google-news-api\ndescription: GNews is an API to search for articles from a variety of sources, including Google News. We also provide\n  top headlines from which you can filter by topic such as world, business, sports. The Unofficial Google News API is\n  used for collecting articles corresponding to a given set of keywords. The API was created as a reliable alternative\n  in response to Google's closure of their Google News API. Our API allows you to receive up to 100 articles per search\n  (max item number depends on your plan). Each article contains a title, a description, the article link, the website,\n  the source and the date\ncategories:\n  - Text Analysis & Tools\n  - Search\n  - News & Feeds\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://gnews.io/\n"
  },
  {
    "path": "collection/unplugg.yaml",
    "content": "name: Unplugg\nslug: unplugg\ndescription: Add intelligence to your energy products. Automated Forecasting API for timeseries data which can be used\n  to forecast energy consumption, temperature, or any other timeseries data which has some seasonality effect. Forecast\n  timeseries with Unplugg’s API\ncategories:\n  - AI & ML\n  - Analytics\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://unplu.gg/test_api.html\n"
  },
  {
    "path": "collection/unsplash.yaml",
    "content": "name: Unsplash\nslug: unsplash\ndescription: but for photos. Lorem Ipsum. Lorem Ipsum\ncategories:\n  - Development\n  - Images & Photography\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/unsplash/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://unsplash.it/\nlibraries:\n  - name: Unsplash Python SDK by salvoventura\n    documentation_url: https://github.com/salvoventura/pyunsplash\n    platform: Python\n    author: salvoventura\n    stargazers_count: 30\n  - name: Unsplash Android SDK by Jaleel Akbash\n    documentation_url: https://github.com/akbashev/KotSplash\n    platform: Java, Kotlin\n  - name: Unsplash Ruby SDK by Felipe Luiz Soares\n    documentation_url: https://github.com/felipesoares6/UnplashPhotosAPI\n    platform: Ruby\n    author: felipesoares6\n    stargazers_count: 0\n  - name: Unsplash Swift SDK by Pintumo\n    documentation_url: https://github.com/Pintumo/PNTMUnsplash\n    platform: Swift\n    stargazers_count: 0\n  - name: Unsplash Node.js SDK by Fabian Lauer\n    documentation_url: https://github.com/FabianLauer/unsplash-json\n    platform: Node.js\n    author: FabianLauer\n    stargazers_count: 1\n  - name: Unsplash PHP SDK by taduuda\n    documentation_url: https://github.com/taduuda/unsplash-php\n    platform: PHP\n    author: cetteup\n    stargazers_count: 0\n  - name: Unsplash Node.js SDK by Andrew Zhang\n    documentation_url: https://github.com/zhangmhao/node-unsplash\n    platform: Node.js\n    author: walkdoer\n    stargazers_count: 0\n  - name: Unsplash PHP SDK by Owen Voke\n    documentation_url: https://github.com/PXgamer/splas-php\n    platform: PHP\n    author: owenvoke\n    stargazers_count: 2\n  - name: Unsplash Java SDK by rye761\n    documentation_url: https://github.com/rye761/unsplash-java-unofficial\n    platform: Java\n    author: rye761\n    stargazers_count: 7\n  - name: Unsplash Go SDK by hardikbagdi\n    documentation_url: https://github.com/hardikbagdi/go-unsplash\n    platform: Go\n    author: hbagdi\n    stargazers_count: 34\n  - name: Unsplash JavaScript SDK by Malik Nurmatov\n    documentation_url: https://github.com/maliknurmatov/unsplashify\n    platform: JavaScript\n    author: maliknurmatov\n    stargazers_count: 0\n  - name: Unsplash Python SDK by Yakup Adaklı\n    documentation_url: https://github.com/yakupadakli/python-unsplash\n    platform: Python\n    author: yakupadakli\n    stargazers_count: 94\n  - name: Unsplash Elixir SDK by Wayne Hoover\n    documentation_url: https://github.com/waynehoover/unsplash-elixir\n    platform: Elixir\n    author: waynehoover\n    stargazers_count: 13\n  - name: Unsplash Android SDK by Keenen Charles\n    documentation_url: https://github.com/KeenenCharles/AndroidUnplash\n    platform: Java\n    author: KeenenCharles\n    stargazers_count: 81\n  - name: Unsplash Swift SDK by Camden Fullmer\n    documentation_url: https://github.com/camdenfullmer/unsplash-swift\n    platform: Swift\n  - name: Unsplash Python SDK by Tzahi Vidas\n    documentation_url: https://github.com/kazuar/unsplash\n    platform: Python\n    author: kazuar\n    stargazers_count: 0\n  - name: Unsplash Swift SDK by Willow Graysen\n    documentation_url: https://github.com/istx25/Unsplash\n    platform: Swift\n  - name: Unsplash PHP SDK by Unsplash\n    documentation_url: https://github.com/unsplash/unsplash-php\n    platform: PHP\n    stargazers_count: 331\n  - name: Unsplash Ruby SDK by Unsplash\n    documentation_url: https://github.com/unsplash/unsplash_rb\n    platform: Ruby\n    stargazers_count: 201\n  - name: Unsplash iOS SDK by Don Bytyqi\n    documentation_url: https://github.com/donbytyqi/Papers\n    platform: Swift\n    author: donbytyqi\n    stargazers_count: 0\n  - name: Unsplash Python SDK by Michael Hacker\n    documentation_url: https://github.com/michael-hacker/unsplash-python\n    platform: Python\n  - name: Unsplash Swift SDK by Caramba\n    documentation_url: https://github.com/carambalabs/UnsplashKit\n    platform: Swift\n    stargazers_count: 183\n  - name: \" Unsplash JavaScript SDK by Unsplash\"\n    documentation_url: https://github.com/unsplash/unsplash-js\n    platform: JavaScript\n    stargazers_count: 1481\n  - name: Unsplash PHP SDK by Crew\n    documentation_url: https://github.com/CrewLabs/Unsplash-PHP\n    platform: PHP\n    stargazers_count: 331\n"
  },
  {
    "path": "collection/untappd.yaml",
    "content": "name: Untappd\nslug: untappd\ndescription: Access the Untappd API documentation to power your app or project. . Untappd is a mobile web app that\n  allows you to socially share beers that you're enjoying\ncategories:\n  - Social\n  - Food & Drinks\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/untappd/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://untappd.com/api/docs\nlibraries:\n  - name: Untappd PHP SDK by Jason Austin\n    documentation_url: https://github.com/PintLabs/Pintlabs_Service_Untappd\n    platform: PHP\n    stargazers_count: 30\n  - name: Untappd Go SDK by Matt Layher\n    documentation_url: https://github.com/mdlayher/untappd\n    platform: Go\n    author: mdlayher\n    stargazers_count: 20\n  - name: Untappd Node.js SDK by Glen R. Goodwin\n    documentation_url: https://github.com/arei/node-untappd\n    platform: Node.js\n    author: arei\n    stargazers_count: 62\n  - name: Untappd Ruby SDK by Chris Mar\n    documentation_url: https://github.com/cmar/untappd\n    platform: Ruby\n    author: cmar\n    stargazers_count: 45\n"
  },
  {
    "path": "collection/upc-database.yaml",
    "content": "name: UPC database\nslug: upc-database\ndescription: Database contains a mixture of barcode types from the standard UPC numbering system, the worldwide EAN\n  numbering system, and the Bookland numbering system. This database provides information such as the product name,\n  price, quantity, and manufacturer. UPCDatabase also takes this one step further by providing an image of the item, a\n  rating system, and a product alias for shopping list applications.\ncategories:\n  - Commerce\n  - Bar & QR Codes\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/upc-database/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://upcdatabase.org/api\n"
  },
  {
    "path": "collection/ups.yaml",
    "content": "name: UPS\nslug: ups\ndescription: UPS is an American multinational package delivery and supply chain management company\ncategories:\n  - Commerce\n  - Maps & Geo\n  - Post & Logistics\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.ups.com/upsdeveloperkit\nlibraries:\n  - name: Shipment Perl SDK by Andrew Baerg\n    documentation_url: https://github.com/pullingshots/Shipment\n    platform: PERL\n    author: pullingshots\n    stargazers_count: 17\n  - name: python-ship SDK by benweatherman\n    documentation_url: https://github.com/benweatherman/python-ship\n    platform: Python\n    author: benweatherman\n    stargazers_count: 43\n  - name: Unofficial UPS PHP SDK by xujiajun\n    documentation_url: https://packagist.org/packages/xujiajun/ups-api\n    source_code_url: https://github.com/xujiajun/php-ups-api\n    platform: PHP\n    author: xujiajun\n    stargazers_count: 0\n  - name: UPS PHP Library php-ups-api\n    documentation_url: https://github.com/gabrielbull/php-ups-api\n    platform: PHP\n    author: gabrielbull\n    stargazers_count: 367\n  - name: UPS Shipping PHP Library php-ups-api\n    documentation_url: https://code.google.com/p/php-ups-api/\n    platform: PHP\n"
  },
  {
    "path": "collection/upstash.yaml",
    "content": "name: Upstash\nslug: upstash\ndescription: Upstash provides serverless Redis and Kafka with a REST API. Designed for edge and serverless environments with per-request pricing and global low-latency replication.\ncategories:\n  - Development\n  - Databases\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://upstash.com/docs\n  - name: Redis REST API\n    url: https://upstash.com/docs/redis/features/restapi\n"
  },
  {
    "path": "collection/upvest-blockchain-api.yaml",
    "content": "name: Upvest Blockchain Api\nslug: upvest-blockchain-api\ndescription: The Upvest Blockchain API is a multi-protocol blockchain API for building blockchain-interacting\n  applications. Get started using the Upvest APIs. Get familiar with an overview of quickstarts, client libraries and\n  tutorials to start building on blockchain in no time\ncategories:\n  - Blockchain & Cryptocurrencies\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/upvest-blockchain-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://doc.upvest.co/docs\n"
  },
  {
    "path": "collection/upwork.yaml",
    "content": "name: Upwork\nslug: upwork\ndescription: |-\n  Upwork Developers Site offers you access to Upwork's web services\n  to build your own applications and to integrate it's features and workflow\n  to your dashboards, websites and management systems.\ncategories:\n  - Search\n  - Jobs\n  - Commerce\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developers.upwork.com/\nlibraries:\n  - name: Upwork PERL SDK by Upwork\n    documentation_url: https://metacpan.org/release/Net-Upwork-API\n    platform: PERL\n  - name: Upwork JavaScript SDK by Upwork\n    documentation_url: https://developers.upwork.com/?lang=python#getting-started_libraries-and-tools\n    source_code_url: https://github.com/upwork/node-upwork\n    platform: JavaScript\n    stargazers_count: 57\n"
  },
  {
    "path": "collection/urlscan-io.yaml",
    "content": "name: URLScan.io\nslug: urlscan-io\ndescription: urlscan. io - Website scanner for suspicious and malicious URLs. urlscan\ncategories:\n  - Security\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://urlscan.io/about-api/\n"
  },
  {
    "path": "collection/us-autocomplete.yaml",
    "content": "name: US Autocomplete\nslug: us-autocomplete\ndescription: \"Address Autocomplete \"\ncategories:\n  - Maps & Geo\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/us-autocomplete/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://smartystreets.com/docs/cloud/us-autocomplete-api\n"
  },
  {
    "path": "collection/us-extract.yaml",
    "content": "name: US Extract\nslug: us-extract\ndescription: Extract USPS addresses from any text with our easy-to-use API\ncategories:\n  - Post & Logistics\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/us-extract/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://smartystreets.com/products/apis/us-extract-api\n"
  },
  {
    "path": "collection/us-restaurant-menus.yaml",
    "content": "name: US Restaurant Menus\nslug: us-restaurant-menus\ndescription: Database of over 300,000 restaurant menus and over 30,000,000 Individual Menu Items\ncategories:\n  - Food & Drinks\n  - Business\n  - Point of Interest\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/us-restaurant-menus/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://rapidapi.com/restaurantmenus/api/restaurant-menus\n"
  },
  {
    "path": "collection/us-street-address.yaml",
    "content": "name: US Street Address\nslug: us-street-address\ndescription: Verify one or more addresses using the SmartyStreets US Street Address API\ncategories:\n  - Validation & Verification\n  - Maps & Geo\n  - Post & Logistics\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/us-street-address/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://smartystreets.com/docs/cloud/us-street-api\nlibraries:\n  - name: SmartyStreets-Validator-Geocoder JavaScript SDK by Josh Pierro\n    documentation_url: https://github.com/jlberglund/pco-postal\n    platform: JavaScript\n    author: jlberglund\n    stargazers_count: 0\n  - name: SmartyStreets US Street Address Go SDK by Eric Whitebloom\n    documentation_url: https://github.com/ewhitebloom/CMS-Importer\n    platform: Go\n  - name: SmartyStreets US Street Address JavaScript SDK by Nir Alfasi\n    documentation_url: https://github.com/alfasin/smarty-streets-as-promised\n    platform: JavaScript\n    author: alfasin\n    stargazers_count: 0\n  - name: SmartyStreets US Street Address Python SDK by Don Morehouse\n    documentation_url: https://github.com/dm-wyncode/smartystreets-client\n    platform: Python\n  - name: SmartyStreets Drupal PHP SDK by Liam Schneider\n    documentation_url: https://github.com/labwebdev/SmartyStreetsAPI\n    platform: PHP\n    author: labwebdev\n    stargazers_count: 0\n  - name: SmartyStreets US Street Address ColdFusion SDK by Construction Monitor\n    documentation_url: https://github.com/Construction-Monitor/coldfusion-smartystreets\n    platform: ColdFusion\n    stargazers_count: 0\n  - name: SmartyStreets PHP SDK by Austin Burns\n    documentation_url: https://github.com/AustinBurns/Smarty-Streets-API-Request\n    platform: PHP\n    author: AustinBurns\n    stargazers_count: 0\n  - name: SmartyStreets Clojure SDK by Democracy Works\n    documentation_url: https://github.com/democracyworks/clj-smartystreets\n    platform: Clojure\n    stargazers_count: 2\n  - name: SmartyStreets iOS SDK\n    documentation_url: https://smartystreets.com/docs/sdk/ios\n    source_code_url: https://github.com/smartystreets/smartystreets-ios-sdk\n    platform: Objective-C, Swift\n    stargazers_count: 5\n  - name: SmartyStreets Ruby SDK by Florian Lorrain\n    documentation_url: https://github.com/florrain/smartystreets_api\n    platform: Ruby\n    author: florrain\n    stargazers_count: 4\n  - name: SmartyStreets Java SDK by Peter Edge\n    documentation_url: https://github.com/peter-edge/smartystreets-java\n    platform: Java\n  - name: SmartyStreets Ruby SDK\n    documentation_url: https://smartystreets.com/docs/sdk/ruby\n    source_code_url: https://github.com/smartystreets/smartystreets-ruby-sdk\n    platform: Ruby\n    stargazers_count: 16\n  - name: SmartyStreets Ruby SDK by Peter Edge\n    documentation_url: https://github.com/peter-edge/smartystreets_ruby\n    platform: Ruby\n"
  },
  {
    "path": "collection/us-zipcode.yaml",
    "content": "name: US ZipCode\nslug: us-zipcode\ndescription: Easily look up, verify and append ZIP Code data using the US ZIP Code API from SmartyStreets\ncategories:\n  - Post & Logistics\n  - Maps & Geo\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/us-zipcode/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://smartystreets.com/docs/cloud/us-zipcode-api\n"
  },
  {
    "path": "collection/usa-census-apis.yaml",
    "content": "name: USA Census API'S\nslug: usa-census-apis\ndescription: These data are currently used to distribute around $400 B in Federal, State and local funds in ways that\n  help communities plan for schools, social and emergency services, highway improvements and economic developments. The\n  API lets developers customize Census Bureau statistics into web or mobile apps that provide users quick and easy\n  access from an every increasing pool of publicly available datasets\ncategories:\n  - Government\n  - Statistics & Data\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.census.gov/data/developers/data-sets.html\n"
  },
  {
    "path": "collection/usajobs.yaml",
    "content": "name: USAJOBS\nslug: usajobs\ndescription: USAJOBS API. USAJOBS is a United States Office of Personnel Management website\ncategories:\n  - Jobs\n  - Government\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/usajobs/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developer.usajobs.gov/\n"
  },
  {
    "path": "collection/usaspending-gov.yaml",
    "content": "name: USAspending.gov\nslug: usaspending-gov\ndescription: Announcement The USASpending API is in V2. V1 endpoints are currently Deprecated. The USAspending\n  Application Programming Interface (API) The USAspending API (Application Programming Interface) all\ncategories:\n  - Government\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://api.usaspending.gov/\n"
  },
  {
    "path": "collection/usda-nutrients.yaml",
    "content": "name: USDA Nutrients\nslug: usda-nutrients\ndescription: FoodData Central is an integrated data system that provides expanded nutrient profile data and links to\n  related agricultural and experimental research.\ncategories:\n  - Health\n  - Food & Drinks\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://fdc.nal.usda.gov/\n"
  },
  {
    "path": "collection/usgs-earthquake-hazards-program.yaml",
    "content": "name: USGS Earthquake Hazards Program\nslug: usgs-earthquake-hazards-program\ndescription: USGS Earthquake Hazards Program, responsible for monitoring, reporting, and researching earthquakes and\n  earthquake hazards\ncategories:\n  - Environment & Nature\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://earthquake.usgs.gov/fdsnws/event/1/\n"
  },
  {
    "path": "collection/usgs-water-services.yaml",
    "content": "name: USGS Water Services\nslug: usgs-water-services\ndescription: Home page for water resources information from the US Geological Survey.\ncategories:\n  - Environment & Nature\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/usgs-water-services/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://waterservices.usgs.gov/\n"
  },
  {
    "path": "collection/uspto.yaml",
    "content": "name: USPTO\nslug: uspto\ndescription: United States patent and trademark office API\ncategories:\n  - Statistics & Data\n  - Government\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.uspto.gov/learning-and-resources/open-data-and-mobility\n"
  },
  {
    "path": "collection/utah-agrc.yaml",
    "content": "name: Utah AGRC\nslug: utah-agrc\ndescription: 'Geocoding API Methods API methods for finding a geolocation (x,y) for addresses. Important Note:\n  matchAddress returns the name of the address grid system for the address. For example, \"matchAddress'\ncategories:\n  - Maps & Geo\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/utah-agrc/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://api.mapserv.utah.gov\n"
  },
  {
    "path": "collection/utelly.yaml",
    "content": "name: Utelly\nslug: utelly\ndescription: Check where a tv show or movie is available\ncategories:\n  - Content & Dictionaries\n  - Entertainment\n  - Video & Media\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/utelly/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.utelly.com/\n"
  },
  {
    "path": "collection/v-gd.yaml",
    "content": "name: V.gd\nslug: v-gd\ndescription: Simple URL shortener. Supports custom short link ending. Our main portal for developer documentation\ncategories:\n  - URLs\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://v.gd/developers.php\n"
  },
  {
    "path": "collection/vagalume.yaml",
    "content": "name: Vagalume\nslug: vagalume\ndescription: Vagalume » API » Documentação Documentação Conteúdo disponível na API do Vagalume Artistas Letras de\n  Músicas Buscas Artista Música/Trecho Músicas/Artistas Álbuns Discografia Hot Spot Notícias Ranki\ncategories:\n  - Music & Audio\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://api.vagalume.com.br/docs/\n"
  },
  {
    "path": "collection/vainglory.yaml",
    "content": "name: Vainglory\nslug: vainglory\ndescription: Vainglory Players, Matches and Telemetry\ncategories:\n  - Games\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/vainglory/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developer.vainglorygame.com\n"
  },
  {
    "path": "collection/validator-pizza.yaml",
    "content": "name: Validator.Pizza\nslug: validator-pizza\ndescription: pizza is made to prevent users to register to websites with a disposable email address. It checks in the\n  same time if the domain or email is valid. Free API to block throwaway emails. It also validates the email format,\n  checks for MX records, aliases and more. Validator\ncategories:\n  - Validation & Verification\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/validator-pizza/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.validator.pizza\n"
  },
  {
    "path": "collection/vatcomply-com.yaml",
    "content": "name: VATComply.com\nslug: vatcomply-com\ndescription: VAT Number Validation API, Geolocation API, Exchange rates API\ncategories:\n  - Finance & Economics\n  - Validation & Verification\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.vatcomply.com/documentation\n"
  },
  {
    "path": "collection/vatlayer.yaml",
    "content": "name: vatlayer\nslug: vatlayer\ndescription: Free and HTTPS secured JSON API offering instant VAT number validation, reliable EU VAT rates and VAT\n  compliant price calculations for developers & businesses\ncategories:\n  - Finance & Economics\n  - Validation & Verification\n  - Commerce\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/vatlayer/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://vatlayer.com\n"
  },
  {
    "path": "collection/vector-express.yaml",
    "content": "name: Vector Express\nslug: vector-express\ndescription: Convert your AI, CDR, DWG, DXF, EPS, HPGL, PDF, PLT, PS and SVG vector fast and quickly.\ncategories:\n  - Documents & Productivity\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://vector.express\n"
  },
  {
    "path": "collection/vedic-society-api.yaml",
    "content": "name: Vedic Society API\nslug: vedic-society-api\ndescription: A description of all of the nouns in vedic literature, including the flora, fauna, geography, food,\n  relationships, and objects (personal nouns not included, though).\ncategories:\n  - Other\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://aninditabasu.github.io/indica/html/vs.html\n"
  },
  {
    "path": "collection/vercel.yaml",
    "content": "name: Vercel\nslug: vercel\ndescription: Vercel's API lets you manage deployments, domains, environment variables, projects, and teams programmatically. Integrates with Git to automate frontend deployment workflows.\ncategories:\n  - Development\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://vercel.com/docs/rest-api\n  - name: API Reference\n    url: https://vercel.com/docs/rest-api/endpoints\n"
  },
  {
    "path": "collection/verizon-cloud.yaml",
    "content": "name: Verizon Cloud\nslug: verizon-cloud\ndescription: API for accessing stored pictures and other files stored by users of Verizon Cloud app. 403 - Forbidden\ncategories:\n  - Files & Storage\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://www.verizon.com/cloudstorageapi\n"
  },
  {
    "path": "collection/verse.yaml",
    "content": "name: Verse\nslug: verse\ndescription: Check what's the latest version of your favorite open-source project. 無効なURLです。 プログラム設定の反映待ちである可能性があります。\n  しばらく時間をおいて再度アクセスをお試しください。\ncategories:\n  - Development\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://verse.pawelad.xyz/\n"
  },
  {
    "path": "collection/viacep.yaml",
    "content": "name: ViaCep\nslug: viacep\ndescription: Free webservice for address search via CEP\ncategories:\n  - Maps & Geo\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://viacep.com.br\n"
  },
  {
    "path": "collection/viber.yaml",
    "content": "name: Viber\nslug: viber\ndescription: Millions of Viber users call, text, and send photos to each other, worldwide - for free. With Viber’s APIs,\n  can create unique experiences for users at scale. Viber lets everyone in the world connect. Freely\ncategories:\n  - Voice\n  - Social\n  - Chats & Messaging\n  - Video & Media\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/viber/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developers.viber.com/docs/api/\n"
  },
  {
    "path": "collection/vidyo-io.yaml",
    "content": "name: Vidyo.Io\nslug: vidyo-io\ndescription: Developers do not need to be experts in video, all of the complexities of video communication is handled by\n  the Vidyo. With easy to use APIs you can rapidly embed video communications into your own app or workflow providing\n  fully interactive video communications. Vidyo. io SDK leaving the developer to focus on their app. Enable video\n  communication using WebRTC and video chat APIs. io. io supports Windows, macOS, iOS, Android, and WebRTC. Vidyo. Embed\n  real-time multiparty video chat into your web, mobile, and native apps using Vidyo. io is a cloud API platform that\n  enables developers to embed high quality group video chat into their own mobile, desktop, or web apps\ncategories:\n  - Chats & Messaging\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://vidyo.io/\n"
  },
  {
    "path": "collection/vimeo.yaml",
    "content": "name: Vimeo\nslug: vimeo\ndescription: Unlock the power of video and join over 200M professionals, teams, and organizations who use Vimeo to\n  create, collaborate and communicate. Access to Vimeo’s API\ncategories:\n  - Entertainment\n  - Social\n  - Video & Media\n  - Content & Dictionaries\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/vimeo/logo_256x256.png\ncontact: support@twitter.com\nlinks:\n  - name: Docs / Website\n    url: https://developer.vimeo.com/\nlibraries:\n  - name: Media Now JavaScript SDK by internet4000\n    documentation_url: https://github.com/internet4000/media-now\n    platform: JavaScript, Node.js\n    stargazers_count: 9\n  - name: Vimeo Player JavaScript SDK\n    documentation_url: https://developer.vimeo.com/player/sdk/basics\n    platform: JavaScript\n  - name: Vimeo VimNetworking iOS SDK by Vimeo\n    documentation_url: https://github.com/vimeo/VIMNetworking\n    source_code_url: https://github.com/vimeo/VIMNetworking\n    platform: Objective-C\n    stargazers_count: 57\n  - name: Vimeo NodeJS SDK by Vimeo\n    documentation_url: https://github.com/vimeo/vimeo.js\n    source_code_url: https://github.com/vimeo/vimeo.js\n    platform: Node.js\n    stargazers_count: 213\n  - name: Vimeo PHP SDK by Vimeo\n    documentation_url: https://github.com/vimeo/vimeo.php\n    source_code_url: https://github.com/vimeo/vimeo.php\n    platform: PHP\n    stargazers_count: 377\n  - name: Vimeo Python Library by Vimeo\n    documentation_url: https://github.com/vimeo/vimeo.py\n    platform: Python\n    stargazers_count: 170\n  - name: Vimeo Ruby Library Vimeo API Gem\n    documentation_url: https://github.com/matthooks/vimeo/tree/master\n    platform: Ruby\n    author: matthooks\n    stargazers_count: 330\n  - name: Scribe Java\n    documentation_url: https://github.com/fernandezpablo85/scribe-java\n    platform: Java\n    stargazers_count: 5136\n"
  },
  {
    "path": "collection/virustotal.yaml",
    "content": "name: VirusTotal\nslug: virustotal\ndescription: The VirusTotal API lets you upload and scan files or URLs, access finished scan reports and make automatic\n  comments without the need of using the website interface. In other words, it allows you to build simple scripts to\n  access the information generated by VirusTotal\ncategories:\n  - Security\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.virustotal.com/en/documentation/public-api/\nlibraries:\n  - name: VirusTotal Threat Intelligence Python SDK by Yelp\n    documentation_url: https://github.com/Yelp/threat_intel\n    source_code_url: https://github.com/Yelp/threat_intel#virustotal-api\n    platform: Python\n    stargazers_count: 237\n"
  },
  {
    "path": "collection/visit-rank.yaml",
    "content": "name: Visit Rank\nslug: visit-rank\ndescription: Get a rank for any of 385 million domains. Visit Rank tells how popular and influential a web domain is\ncategories:\n  - Marketing & SEO\n  - Search\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/visit-rank/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.webfinery.com/cloud/visitrank\n"
  },
  {
    "path": "collection/visual-crossing-weather-api.yaml",
    "content": "name: Visual Crossing Weather Api\nslug: visual-crossing-weather-api\ndescription: Weather API for businesses & data science. 0001/record. com/weather-data) inside any application or script.\n  15-day forecasts & 50+ years historical data. The Visual Crossing Weather Data API provides developers with a way to\n  use Visual Crossing Weather Data (https://www. 1000 records/day free then $0. The API provides instant access to both\n  historical weather reports and forecast data in a convenient, comma separated, tabular format. Monthly plans\n  available. visualcrossing\ncategories:\n  - Weather\nis_free: false\ncontact: info@visualcrossing.com\nlinks:\n  - name: Docs / Website\n    url: https://www.visualcrossing.com/weather-api\n"
  },
  {
    "path": "collection/vk.yaml",
    "content": "name: VK\nslug: vk\ndescription: Additionally, you may use the VK API to control much of the functionality on the website (for example,\n  adjusting shop inventory in your VK community's market section). Access to VKontakte's API. This has a variety of\n  features such as authorization via VK, embedding VK comments for things like blogs, and taking payments via VK\ncategories:\n  - Social\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/vk/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://vk.com/dev\nlibraries:\n  - name: VK Node.js SDK by VK\n    documentation_url: https://github.com/VKCOM/node-vk-call\n    platform: Node.js\n    stargazers_count: 31\n  - name: VK Android SDK by VK\n    documentation_url: https://github.com/VKCOM/vk-android-sdk\n    platform: Java\n    stargazers_count: 388\n  - name: VK Windows Phone SDK by VK\n    documentation_url: https://github.com/VKCOM/vk-windowsphone-sdk\n    platform: C#\n    stargazers_count: 21\n  - name: VK Java SDK by VK\n    documentation_url: https://github.com/VKCOM/vk-java-sdk\n    platform: Java\n    stargazers_count: 250\n  - name: VK iOS SDK by VK\n    documentation_url: https://github.com/VKCOM/vk-ios-sdk\n    platform: Objective-C\n    stargazers_count: 285\n"
  },
  {
    "path": "collection/vocapia.yaml",
    "content": "name: VOCAPIA\nslug: vocapia\ndescription: Speech Recognition, Broadcast Monitoring, Lecture and Seminar Transcription, Video Subtitling, Conference\n  Call and Voicemail Transcription, Speech Analytics\ncategories:\n  - AI & ML\nlogo: https://www.vocapia.com/logos/vocapialogo_blue5x2.png\nlinks:\n  - name: Docs / Website\n    url: https://www.vocapia.com/\n"
  },
  {
    "path": "collection/voicerss.yaml",
    "content": "name: VoiceRSS\nslug: voicerss\ndescription: An API to convert Text to Speech, supporting 15+ major languages. Voice RSS provides text-to-speech (TTS)\n  online service and TTS API with very fast and simple integration\ncategories:\n  - AI & ML\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://www.voicerss.org/\n"
  },
  {
    "path": "collection/vonage.yaml",
    "content": "name: Vonage (Nexmo)\nslug: vonage\ndescription: Vonage's Communications APIs provide SMS, voice calls, video, WhatsApp, and verification services. Build global messaging and telephony features into applications.\ncategories:\n  - Email & SMS\n  - Voice\n  - Chats & Messaging\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://developer.vonage.com\n  - name: API Reference\n    url: https://developer.vonage.com/en/api\n"
  },
  {
    "path": "collection/vuforia.yaml",
    "content": "name: Vuforia\nslug: vuforia\ndescription: Developers can easily add advanced computer vision functionality to Android, iOS, and UWP apps, to create\n  AR experiences that realistically interact with objects and the environment. Vuforia Engine is the most widely used\n  platform for AR development, with support for leading phones, tablets, and eyewear\ncategories:\n  - AI & ML\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://library.vuforia.com/\n"
  },
  {
    "path": "collection/wakatime.yaml",
    "content": "name: WakaTime\nslug: wakatime\ndescription: \"Dashboards for developers. WakaTime is committed to making time tracking fully automatic for every\n  programmer. By creating open source plugins for IDEs and text editors, we give powerful insights about how you code,\n  and let you get back to what matters most: creating amazing software.\"\ncategories:\n  - Documents & Productivity\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/wakatime/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://wakatime.com/developers\n"
  },
  {
    "path": "collection/wal-mart.yaml",
    "content": "name: Wal-Mart\nslug: wal-mart\ndescription: Product Lookup API gives access to item price and availability in real-time. Item id needs to be specified\n  for doing a lookup. Response type returned is full response.\ncategories:\n  - Commerce\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developer.walmartlabs.com/docs\n"
  },
  {
    "path": "collection/wallhaven.yaml",
    "content": "name: Wallhaven\nslug: wallhaven\ndescription: wallhaven. cc help docs!. A huge wallpaper library\ncategories:\n  - Other\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://wallhaven.cc/help/api\n"
  },
  {
    "path": "collection/wargaming-net.yaml",
    "content": "name: Wargaming.net\nslug: wargaming-net\ndescription: Wargaming Games API. Stats, Matches, Data\ncategories:\n  - Entertainment\n  - Games\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developers.wargaming.net/\n"
  },
  {
    "path": "collection/watson-natural-language-understanding.yaml",
    "content": "name: Watson Natural Language Understanding\nslug: watson-natural-language-understanding\ndescription: Provide text, raw HTML, or a public URL and IBM Watson Natural Language Understanding will give you results\n  for the features you request. The service cleans HTML content before analysis by default, so the results can ignore\n  most advertisements and other unwanted content. Analyze various features of text content at scale\ncategories:\n  - AI & ML\n  - Text Analysis & Tools\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://cloud.ibm.com/apidocs/natural-language-understanding/natural-language-understanding\n"
  },
  {
    "path": "collection/weather-source.yaml",
    "content": "name: Weather Source\nslug: weather-source\ndescription: Powerful Weather API built for systems that demand speed, reliability and heavy load. On-demand access to\n  Hyper-local Global Weather History, Forecast, Nowcast, Climate, Hazards & Astronomical data. Analytics-grade, Built\n  for enterprises\ncategories:\n  - Space\n  - Weather\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/weather-source/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://weathersource.com/weather-api\n"
  },
  {
    "path": "collection/weatherapi.yaml",
    "content": "name: WeatherAPI\nslug: weatherapi\ndescription: WeatherAPI provides real-time, forecast, and historical weather data, plus astronomy, time zone, and geolocation information. Simple REST API with global coverage and JSON/XML responses.\ncategories:\n  - Weather\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://www.weatherapi.com/docs\n  - name: API Reference\n    url: https://www.weatherapi.com/api-explorer.aspx\n"
  },
  {
    "path": "collection/weatherbit.yaml",
    "content": "name: Weatherbit\nslug: weatherbit\ndescription: Weather API Documentation. Use our Weather API to access weather forecasts, and historical weather data to\n  power your applications!. Access forecasts, current weather, and historical weather data for any point on the Earth!\ncategories:\n  - Weather\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/weatherbit/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.weatherbit.io/api\nlibraries:\n  - name: Weatherbit Python SDK\n    documentation_url: https://github.com/weatherbit/weatherbit-python\n    platform: Python\n    stargazers_count: 18\n"
  },
  {
    "path": "collection/web-crawl-data.yaml",
    "content": "name: Web Crawl Data\nslug: web-crawl-data\ndescription: An open repository of web crawl data that can be accessed and analyzed by anyone.\ncategories:\n  - Other\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://commoncrawl.org/\n"
  },
  {
    "path": "collection/web-of-trust-wot.yaml",
    "content": "name: Web Of Trust (WOT)\nslug: web-of-trust-wot\ndescription: The WOT reputation system computes website reputations using ratings received from users and information\n  from third-party sources.\ncategories:\n  - Security\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/web-of-trust-wot/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://support.mywot.com/hc/en-us/articles/360024398673-3-Using-the-API\n"
  },
  {
    "path": "collection/web-search-engine-api.yaml",
    "content": "name: Web Search Engine Api\nslug: web-search-engine-api\ndescription: QMeta offers a free, uncensored and unlimited web search engine API\ncategories:\n  - Search\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/web-search-engine-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.qmeta.net/api.html\n"
  },
  {
    "path": "collection/webcams-travel.yaml",
    "content": "name: Webcams.Travel\nslug: webcams-travel\ndescription: Webcams.Travel aggregates and distributes landscape webcams worldwide. Add webcams to your app or website —\n  Browse through the webcams. Wind map and weather forecast.\ncategories:\n  - Travel\n  - Weather\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/webcams-travel/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.windy.com/webcams/\n"
  },
  {
    "path": "collection/webflow.yaml",
    "content": "name: Webflow\nslug: webflow\ndescription: Webflow's CMS API manages collections, items, sites, pages, and forms. Build headless CMS integrations, sync content, and automate publishing workflows for Webflow sites.\ncategories:\n  - Development\n  - Documents & Productivity\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://developers.webflow.com\n  - name: API Reference\n    url: https://developers.webflow.com/data/reference\n"
  },
  {
    "path": "collection/webpurify.yaml",
    "content": "name: WebPurify\nslug: webpurify\ndescription: Provides live image moderation by humans or AI-based image moderation service.\ncategories:\n  - Validation & Verification\n  - Security\n  - Images & Photography\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.webpurify.com/image-moderation/\n"
  },
  {
    "path": "collection/website-text-extraction.yaml",
    "content": "name: Website Text Extraction\nslug: website-text-extraction\ndescription: Scrape websites and get their content as plaintext\ncategories:\n  - Other\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://websitetextextraction.apifex.com/\n"
  },
  {
    "path": "collection/wegmans.yaml",
    "content": "name: Wegmans\nslug: wegmans\ndescription: APIs for products and store information\ncategories:\n  - Commerce\n  - Food & Drinks\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/wegmans/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://dev.wegmans.io\n"
  },
  {
    "path": "collection/weibo.yaml",
    "content": "name: Weibo\nslug: weibo\ndescription: 9 Block API [NEW]. 3 User API 1. 8 Privacy API [NEW] 1. 2 Weibo Access API 1. Programmatic access to\n  China’s most popular microblogging site. 1 Timeline API 1. 6 Trends API Beta! 1. 7 Social Graph API 1. 4 Direct\n  message API 1. Contents 1 REST API 1. 5 Friendships API 1\ncategories:\n  - Social\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://open.weibo.com/wiki/API%E6%96%87%E6%A1%A3/en\n"
  },
  {
    "path": "collection/wetransfer.yaml",
    "content": "name: Wetransfer\nslug: wetransfer\ndescription: Put us in unexpected places, challenge the traditional creative flow, think big, go wild. File Sharing.\n  Integrate WeTransfer into your product, your platform, your life\ncategories:\n  - Documents & Productivity\n  - Files & Storage\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/wetransfer/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developers.wetransfer.com\nlibraries:\n  - name: WeTransfer WeScan Swift SDK\n    documentation_url: https://github.com/WeTransfer/WeScan\n    platform: Swift\n    stargazers_count: 2219\n  - name: WeTransfer JavaScript SDK\n    documentation_url: https://wetransfer.github.io/wt-api-docs/index.html#sdks\n    source_code_url: https://github.com/WeTransfer/wt-js-sdk\n    platform: JavaScript\n    stargazers_count: 37\n"
  },
  {
    "path": "collection/wger.yaml",
    "content": "name: Wger\nslug: wger\ndescription: \"de/api/v2/ Authentication Public endpoints, such as the list of exercises or the ingredients can be\n  accessed with. wger Workout Manager provides a full REST API to all database objects: https://wger\"\ncategories:\n  - Sport & Fitness\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/wger/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://wger.de/en/software/api\n"
  },
  {
    "path": "collection/wgs84-to-osgb36.yaml",
    "content": "name: Wgs84 To Osgb36\nslug: wgs84-to-osgb36\ndescription: Convert a WGS84 latitude and longitude to OSGB36 easting and northing (British National Grid)\ncategories:\n  - Maps & Geo\n  - Post & Logistics\nis_free: false\ncontact: info@quicksold.co.uk\nlinks:\n  - name: Docs / Website\n    url: https://quicksold.co.uk/swagger\n"
  },
  {
    "path": "collection/what-anime.yaml",
    "content": "name: What Anime\nslug: what-anime\ndescription: trace.moe is a test-of-concept prototype search engine that helps users trace back the original anime by screenshot.\ncategories:\n  - Comics & Anime\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://soruly.github.io/trace.moe/\n"
  },
  {
    "path": "collection/whatpulse.yaml",
    "content": "name: WhatPulse\nslug: whatpulse\ndescription: Get to know your time with your computer\ncategories:\n  - Maps & Geo\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/whatpulse/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://whatpulse.org/pages/webapi/\n"
  },
  {
    "path": "collection/whats-on-the-menu.yaml",
    "content": "name: What's on the menu?\nslug: whats-on-the-menu\ndescription: Historical menu data\ncategories:\n  - Food & Drinks\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: http://nypl.github.io/menus-api/\n"
  },
  {
    "path": "collection/whatsapp-business.yaml",
    "content": "name: WhatsApp Business API\nslug: whatsapp-business\ndescription: WhatsApp Business Platform API enables sending and receiving WhatsApp messages, managing message templates, and handling webhooks for business-to-customer communications at scale.\ncategories:\n  - Chats & Messaging\n  - Social\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developers.facebook.com/docs/whatsapp\n  - name: API Reference\n    url: https://developers.facebook.com/docs/whatsapp/cloud-api/reference\n"
  },
  {
    "path": "collection/whatsapp-document-interaction.yaml",
    "content": "name: Whatsapp Document Interaction\nslug: whatsapp-document-interaction\ndescription: Universal links are the preferred method of linking to a WhatsApp account.\ncategories:\n  - Social\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/whatsapp-document-interaction/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://faq.whatsapp.com/en/iphone/23559013\n"
  },
  {
    "path": "collection/whereismytransport.yaml",
    "content": "name: WhereIsMyTransport\nslug: whereismytransport\ndescription: WhereIsMyTransport connects public transport data in one place. WhereIsMyTransport is the de facto source\n  of mobility data for the world’s largest low- and middle-income cities.\ncategories:\n  - Transportation\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/whereismytransport/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developer.whereismytransport.com/\nlibraries:\n  - name: WhereIsMyTransport .NET SDK by WhereIsMyTransport\n    documentation_url: https://github.com/WhereIsMyTransport/TransportApiSdk.NET\n    platform: .Net\n    stargazers_count: 3\n"
  },
  {
    "path": "collection/whisky-hunter.yaml",
    "content": "name: Whisky Hunter\nslug: whisky-hunter\ndescription: Explore lots from the past online whisky auctions. Whisky Hunter have collected the results from whisky\n  auction sites into a single up-to-date database.\ncategories:\n  - Food & Drinks\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://whiskyhunter.net/api/\n"
  },
  {
    "path": "collection/whitepages-pro.yaml",
    "content": "name: Whitepages Pro\nslug: whitepages-pro\ndescription: Global Identity Verification API. Get a clearer picture of your customer. Instantly know if a name,\n  address, phone number, email, and IP all belong to the same person\ncategories:\n  - Validation & Verification\n  - CRM\n  - Maps & Geo\n  - Business\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/whitepages-pro/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://pro.whitepages.com/\nlibraries:\n  - name: Whitepages Pro C# SDK by Whitepages\n    documentation_url: http://pro.whitepages.com/developer/libraries/c-sharp/\n    platform: C#\n  - name: WhitePages Pro Java SDK by WhitePages\n    documentation_url: http://pro.whitepages.com/developer/libraries/java/\n    platform: Java\n"
  },
  {
    "path": "collection/who-hosts-this.yaml",
    "content": "name: Who Hosts This\nslug: who-hosts-this\ndescription: Detect the hosting provider powering any web site. API\ncategories:\n  - Other\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.who-hosts-this.com/API\n"
  },
  {
    "path": "collection/wikidata.yaml",
    "content": "name: Wikidata\nslug: wikidata\ndescription: Wikidata is a free and open knowledge base that can be read and edited by both humans and machines.\ncategories:\n  - Wiki\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/wikidata/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.wikidata.org/w/api.php?action=help\n"
  },
  {
    "path": "collection/wikimedia.yaml",
    "content": "name: Wikimedia REST API\nslug: wikimedia\ndescription: Wikimedia's REST API provides access to Wikipedia articles, summaries, page metadata, media files, and editing history across all Wikimedia projects in multiple formats.\ncategories:\n  - Wiki\n  - Content & Dictionaries\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://www.mediawiki.org/wiki/API:REST_API\n  - name: API Reference\n    url: https://en.wikipedia.org/api/rest_v1\n"
  },
  {
    "path": "collection/wikipedia-api.yaml",
    "content": "name: Wikipedia API\nslug: wikipedia-api\ndescription: A web service that provides convenient access to wiki features, data, and meta-data over HTTP, via a URL\n  usually at api.\ncategories:\n  - Wiki\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/wikipedia-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.mediawiki.org/wiki/API\n"
  },
  {
    "path": "collection/wikipedia.yaml",
    "content": "name: Wikipedia\nslug: wikipedia\ndescription: Free multilingual Encyclopedia.\ncategories:\n  - Content & Dictionaries\n  - Wiki\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/wikipedia/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://en.wikipedia.org/w/api.php\nlibraries:\n  - name: Wikipedia Python SDK by Martin Majlis\n    documentation_url: https://pypi.python.org/pypi/Wikipedia-API/0.3.5\n    source_code_url: https://github.com/martin-majlis/Wikipedia-API/\n    platform: Python\n    author: martin-majlis\n    stargazers_count: 217\n  - name: \"Wikipedia Javascript SDK by Open Knowledge International \"\n    documentation_url: http://okfnlabs.org/wikipediajs/\n    source_code_url: https://github.com/okfn/wikipediajs\n    platform: JavaScript\n    stargazers_count: 75\n  - name: Python Wikitools\n    documentation_url: https://github.com/alexz-enwp/wikitools\n    platform: Python\n    author: alexz-enwp\n    stargazers_count: 100\n  - name: Wikipedia Java Library java-mwapi\n    documentation_url: https://github.com/wikimedia/java-mwapi\n    source_code_url: https://github.com/wikimedia/java-mwapi\n    platform: Java\n    stargazers_count: 1\n  - name: Wikipedia Go Library go-mwclient\n    documentation_url: https://github.com/cgt/go-mwclient\n    source_code_url: https://github.com/cgt/go-mwclient\n    platform: Go\n    author: cgt\n    stargazers_count: 23\n  - name: Wikipedia Haskell Library mediawiki package\n    documentation_url: http://hackage.haskell.org/package/mediawiki\n    source_code_url: http://hackage.haskell.org/package/mediawiki\n    platform: Haskell\n  - name: Wikipedia by Goldsmith\n    documentation_url: https://pypi.python.org/pypi/wikipedia\n    source_code_url: https://github.com/goldsmith/Wikipedia\n    platform: Python\n    author: goldsmith\n    stargazers_count: 2196\n"
  },
  {
    "path": "collection/wikitude.yaml",
    "content": "name: Wikitude\nslug: wikitude\ndescription: Powerful augmented reality apps. Create immersive Augmented Reality experiences that transform the world around you\ncategories:\n  - Virtual & Augmented Reality\n  - Maps & Geo\n  - AI & ML\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/wikitude/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.wikitude.com/developer-overview/\nlibraries:\n  - name: Wikitude iOS SDK\n    documentation_url: http://www.wikitude.com/products/wikitude-augmented-reality-sdk-mobile/wikitude-sdk-ios/\n    platform: JavaScript, Objective-C\n  - name: Wikitude Android SDK\n    documentation_url: http://www.wikitude.com/products/wikitude-augmented-reality-sdk-mobile/wikitude-sdk-android/\n    platform: JavaScript\n"
  },
  {
    "path": "collection/wiktionary-api.yaml",
    "content": "name: Wiktionary API\nslug: wiktionary-api\ndescription: \"This is an auto-generated MediaWiki API documentation page. Documentation and examples: https://www.\n  mediawiki. org/wiki/Special:MyLanguage/API:Main_page Main module Status: The MediaWiki API is a ma. Collaborative,\n  free-content multilingual dictionary\"\ncategories:\n  - Content & Dictionaries\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/wiktionary-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://en.wiktionary.org/w/api.php\n"
  },
  {
    "path": "collection/wip.yaml",
    "content": "name: Wip\nslug: wip\ndescription: Open API for the maker community. WIP is a community of makers who help each other ship products\ncategories:\n  - Social\n  - Commerce\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/wip/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://wip.co/api\n"
  },
  {
    "path": "collection/wise-transferwise.yaml",
    "content": "name: Wise (TransferWise)\nslug: wise-transferwise\ndescription: Wise's API enables international money transfers, multi-currency accounts, balance management, and payment automation. Build global payouts and borderless banking integrations.\ncategories:\n  - Payments\n  - Finance & Economics\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://docs.wise.com/api-docs/api-reference\n  - name: API Reference\n    url: https://docs.wise.com/api-docs/api-reference\n"
  },
  {
    "path": "collection/wit-ai.yaml",
    "content": "name: Wit.ai\nslug: wit-ai\ndescription: Natural Language Processing\ncategories:\n  - AI & ML\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://wit.ai/\n"
  },
  {
    "path": "collection/withings.yaml",
    "content": "name: Withings\nslug: withings\ndescription: Access to data from Withings activity trackers and body measures\ncategories:\n  - Sport & Fitness\n  - Health\n  - IoT & Home Automation\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://oauth.withings.com/api\nlibraries:\n  - name: Withings Ruby SDK by Paul Osman\n    documentation_url: https://github.com/paulosman/withings-sdk\n    platform: Ruby\n    author: paulosman\n    stargazers_count: 6\n  - name: Withings NodeJS SDK by Amida Technology Solutions\n    documentation_url: https://github.com/amida-tech/withings-lib\n    platform: Node.js\n    stargazers_count: 9\n  - name: Withings Python SDK by Maxime Bouroumeau-Fuseau\n    documentation_url: https://github.com/maximebf/python-withings\n    platform: Python\n    author: maximebf\n    stargazers_count: 71\n  - name: \" Withings PHP Library by Alexander Liljengård \"\n    documentation_url: https://github.com/Zn4rK/php-withings\n    platform: PHP\n    author: Zn4rK\n    stargazers_count: 16\n"
  },
  {
    "path": "collection/wix-api.yaml",
    "content": "name: Wix REST API\nslug: wix-api\ndescription: Wix's REST API provides access to site data, members, contacts, orders, bookings, and blog posts. Build integrations and extend Wix-powered websites programmatically.\ncategories:\n  - Development\n  - Commerce\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://dev.wix.com/docs/rest\n  - name: API Reference\n    url: https://dev.wix.com/docs/rest/api-reference/wix-data/items/introduction\n"
  },
  {
    "path": "collection/wolfram-alpha.yaml",
    "content": "name: Wolfram|Alpha\nslug: wolfram-alpha\ndescription: General knowledge on every topic; query it all with natural language input. Easily add top-of-the-line\n  computational knowledge into your applications with Wolfram|Alpha APIs. Options from free to pre-built and custom\n  solutions. The official Wolfram|Alpha API\ncategories:\n  - Statistics & Data\n  - Search\n  - Text Analysis & Tools\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://products.wolframalpha.com/api/\nlibraries:\n  - name: Wolfram Alpha .Net SDK by Ian Qvist\n    documentation_url: https://github.com/Genbox/WolframAlpha.NET\n    platform: .Net, C#\n    author: Genbox\n    stargazers_count: 45\n  - name: Wolfram Alpha Python Library by Derik Pereira\n    documentation_url: http://products.wolframalpha.com/api/libraries.html\n    platform: Python\n"
  },
  {
    "path": "collection/woopra.yaml",
    "content": "name: Woopra\nslug: woopra\ndescription: >-\n  End-to-end Customer Journey Analytics\n\n  No hours sank into aggregating and cleaning data. No complex SQL queries required. Just the answers teams need to make\n  smarter decisions, fast. Now, that's data-driven.\ncategories:\n  - Analytics\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.woopra.com/docs/developer/analytics-api/\nlibraries:\n  - name: Woopra Ruby SDK by Woopra\n    documentation_url: https://www.woopra.com/docs/setup/ruby-on-rails-sdk/\n    platform: Ruby\n  - name: Woopra Python SDK by Woopra\n    documentation_url: https://www.woopra.com/docs/setup/python-sdk/\n    platform: Python\n  - name: Woopra Java SDK by Woopra\n    documentation_url: https://www.woopra.com/docs/setup/java-sdk/\n    source_code_url: https://github.com/Woopra/woopra-java-sdk\n    platform: Java\n    stargazers_count: 2\n  - name: Woopra Node.js SDK by Woopra\n    documentation_url: https://www.woopra.com/docs/setup/node-js-sdk/\n    source_code_url: https://github.com/woopra/node-woopra\n    platform: Node.js\n    stargazers_count: 5\n  - name: Woopra Android SDK by Woopra\n    documentation_url: https://www.woopra.com/docs/setup/android-sdk/\n    source_code_url: https://github.com/Woopra/woopra-android-sdk\n    platform: Java\n    stargazers_count: 6\n  - name: Woopra iOS SDK by Woopra\n    documentation_url: https://www.woopra.com/docs/setup/ios-sdk/\n    source_code_url: https://github.com/Woopra/woopra-ios-sdk\n    platform: Objective-C\n    stargazers_count: 5\n  - name: Woopra PHP SDK by Woopra\n    documentation_url: https://www.woopra.com/docs/setup/php-sdk/\n    platform: PHP\n  - name: Woopra JavaScript SDK by Woopra\n    documentation_url: https://www.woopra.com/docs/setup/javascript-tracking/\n    platform: JavaScript\n"
  },
  {
    "path": "collection/word-associations-api.yaml",
    "content": "name: Word Associations API\nslug: word-associations-api\ndescription: Provides service to get associations for a word or phrase. Words are grouped by semantics, meaning, and\n  psychological perception. Word Association API - Word Associations Network\ncategories:\n  - AI & ML\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/word-associations-api/logo_256x256.png\ncontact: contact@wordassociations.net\nlinks:\n  - name: Docs / Website\n    url: https://wordassociations.net/en/api\n"
  },
  {
    "path": "collection/wordnik.yaml",
    "content": "name: Wordnik\nslug: wordnik\ndescription: The Wordnik API Docs. Dictionary functions\ncategories:\n  - Text Analysis & Tools\n  - Content & Dictionaries\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/wordnik/logo_256x256.png\ncontact: contact@wordassociations.net\nlinks:\n  - name: Docs / Website\n    url: http://developer.wordnik.com/docs.html#!/word\nlibraries:\n  - name: Wordnik Scala SDK by Wordnik\n    documentation_url: https://github.com/wordnik/wordnik-clients/tree/master/scala\n    platform: Scala\n    stargazers_count: 7\n  - name: Wordnik PHP SDK by Wordnik\n    documentation_url: https://github.com/wordnik/wordnik-clients/tree/master/php\n    platform: PHP\n    stargazers_count: 7\n  - name: Wordnik Objective-C SDK by Wordnik\n    documentation_url: https://github.com/wordnik/wordnik-clients/tree/master/objc/\n    platform: Objective-C\n    stargazers_count: 7\n  - name: Wordnik Java SDK by Wordnik\n    documentation_url: https://github.com/wordnik/wordnik-clients/tree/master/java\n    platform: Java\n    stargazers_count: 7\n  - name: Wordnik's Library Page\n    documentation_url: http://developer.wordnik.com/libraries\n    platform: .Net, Java, Objective-C, PHP, Python, Ruby\n"
  },
  {
    "path": "collection/wordpress-rest.yaml",
    "content": "name: WordPress REST API\nslug: wordpress-rest\ndescription: WordPress REST API provides endpoints for posts, pages, media, users, taxonomies, and custom post types. Build headless WordPress sites and automate content management workflows.\ncategories:\n  - Development\n  - Documents & Productivity\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://developer.wordpress.org/rest-api\n  - name: API Reference\n    url: https://developer.wordpress.org/rest-api/reference\n"
  },
  {
    "path": "collection/wordpress.yaml",
    "content": "name: Wordpress\nslug: wordpress\ndescription: WordPress is open source software you can use to create a beautiful website, blog, or app.\ncategories:\n  - Social\n  - Development\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://codex.wordpress.org/WordPress_APIs\n"
  },
  {
    "path": "collection/words-api.yaml",
    "content": "name: Words API\nslug: words-api\ndescription: An API for the english language. Definitions, related words, rhymes, and more. Use it to find definitions\n  for more than 150,000 words\ncategories:\n  - Content & Dictionaries\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/words-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.wordsapi.com/\n"
  },
  {
    "path": "collection/workos.yaml",
    "content": "name: WorkOS\nslug: workos\ndescription: Easily integrate Okta SAML, Google OAuth, and more. Support Single Sign-On for common Enterprise Identity\n  Providers (Okta, Azure, OneLogin). Documentation on integrating WorkOS API for Single Sign-On (SSO), Directory Sync\n  (SCIM), Audit Trail (SIEM), and more\ncategories:\n  - Security\n  - Business\n  - Authentication & User Management\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/workos/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://workos.com/docs\nlibraries:\n  - name: WorkOS Python SDK\n    documentation_url: https://docs.workos.com/sdk/python\n    platform: Python\n  - name: WorkOS Go SDK\n    documentation_url: https://docs.workos.com/sdk/go\n    platform: Go\n  - name: WorkOS Ruby SDK\n    documentation_url: https://docs.workos.com/sdk/ruby\n    platform: Ruby\n  - name: WorkOS NodeJS SDK\n    documentation_url: https://docs.workos.com/sdk/node\n    platform: Node.js\n"
  },
  {
    "path": "collection/world-bank.yaml",
    "content": "name: World Bank\nslug: world-bank\ndescription: >-\n  World Bank APIs.\n\n  World Bank APIs provide access to various types of data and databases:\n\n  - The Indicators API provides programmatic access to time series development data and metadata. Most of the articles\n  in this section are devoted to the Indicators API.\n\n  - The Data Catalog API provides information about the thousands of development-relevant datasets available through the\n  World Bank Data Catalog. Learn More\n\n  - The Projects API provides access to World Bank operations data, i.e., active, pipeline and closed projects\n  implemented in countries and around the world. Learn More\n\n  - The Finances API provides programmatic access to World Bank financial data (loans, credits, financial statements,\n  etc) delivered on the World Bank Finances platform. Learn More\n\n  - The Climate Data API provides access to historical and modelled climate data from the Climate Knowledge Portal.\n  Learn More\ncategories:\n  - Government\n  - Finance & Economics\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://datahelpdesk.worldbank.org/knowledgebase/topics/125589\n"
  },
  {
    "path": "collection/world-trading-data.yaml",
    "content": "name: World Trading Data\nslug: world-trading-data\ndescription: World Trading Data is a worldwide market data provider, for example provide a stock name and dates and get\n  trading data for those. Free real-time and historical stock market data for 100,000+ stock tickers via REST API in\n  JSON format, with 72 exchanges and 30+ years of historical data\ncategories:\n  - Finance & Economics\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/world-trading-data/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://marketstack.com/\n"
  },
  {
    "path": "collection/worldcoinindex.yaml",
    "content": "name: WorldCoinIndex\nslug: worldcoinindex\ndescription: Cryptocurrencies price API, prices denoted in USD, EUR, CNY, GBP, RUB\ncategories:\n  - Blockchain & Cryptocurrencies\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/worldcoinindex/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.worldcoinindex.com/apiservice\n"
  },
  {
    "path": "collection/worldtimeapi.yaml",
    "content": "name: WorldTimeAPI\nslug: worldtimeapi\ndescription: >-\n  A JSON/plain-text which returns the (approx) current time for a provided timezone or IP. Targetted at limited-compute\n  IoT devices. World Time API: Simple JSON/plain-text API to obtain the current\n   time in, and related data about, a timezone\ncategories:\n  - Maps & Geo\n  - Calendar & Time\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://worldtimeapi.org\n"
  },
  {
    "path": "collection/wrike.yaml",
    "content": "name: Wrike\nslug: wrike\ndescription: Wrike's API provides access to tasks, folders, projects, timesheets, and workflows. Automate project management and build integrations with Wrike's collaborative work platform.\ncategories:\n  - Project Management\n  - Development\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://developers.wrike.com\n  - name: API Reference\n    url: https://developers.wrike.com/api/v4/tasks\n"
  },
  {
    "path": "collection/wunderground-api.yaml",
    "content": "name: Wunderground API\nslug: wunderground-api\ndescription: Reliable data, accurate forecast, & global coverage in 80 languages\ncategories:\n  - Weather\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.wunderground.com/weather/api/\n"
  },
  {
    "path": "collection/xai-grok.yaml",
    "content": "name: xAI Grok\nslug: xai-grok\ndescription: xAI's API provides access to the Grok family of language models for text generation and reasoning. Grok has real-time access to X (Twitter) data and is optimized for conversational tasks.\ncategories:\n  - AI & ML\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://docs.x.ai\n  - name: API Reference\n    url: https://docs.x.ai/api\n"
  },
  {
    "path": "collection/xkcd.yaml",
    "content": "name: xkcd\nslug: xkcd\ndescription: xkcd API\ncategories:\n  - Comics & Anime\n  - Fun\n  - Entertainment\ntype: REST\nis_free: false\ncontact: contact@wordassociations.net\nlinks:\n  - name: Docs / Website\n    url: https://xkcd.com/json.html\nlibraries:\n  - name: xkcd Elixir SDK by Devin Clark\n    documentation_url: https://libraries.io/hex/xkcd\n    source_code_url: https://github.com/notdevinclark/xkcd\n    platform: Elixir\n    author: notdevinclark\n    stargazers_count: 0\n  - name: xkcd Python SDK by Ben Rosser\n    documentation_url: https://pypi.python.org/pypi/xkcd/\n    platform: Python\n  - name: xkcd Python SDK by JacobLandau\n    documentation_url: https://github.com/JacobLandau/pykcd\n    platform: Python\n    author: JacobLandau\n    stargazers_count: 33\n  - name: xkcd Go SDK by nishanths\n    documentation_url: https://github.com/nishanths/go-xkcd\n    platform: Go\n    author: nishanths\n    stargazers_count: 43\n"
  },
  {
    "path": "collection/xml-to-json.yaml",
    "content": "name: Xml To Json\nslug: xml-to-json\ndescription: Integration developer utility APIs. By API Name [Default] By API Provider [ Syntax - provider:xxxx ] or By\n  API Version [ Syntax - version:xxxx ] or By Context [ Syntax - context:xxxx ] or By Description [ Syntax -\n  description:xxxx ]\ncategories:\n  - Development\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developers.wso2apistore.com/\n"
  },
  {
    "path": "collection/xposedornot-passwords.yaml",
    "content": "name: Xposedornot Passwords\nslug: xposedornot-passwords\ndescription: XposedOrNot is a collection of ~850 million real time passwords collated from real time data breaches. This\n  large collection of password can be checked anonymously with SHA-3 (Keccak 512) encryption using K-Anonymity. Xposed\n  Or Not ?\ncategories:\n  - Security\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://xposedornot.com/api_doc\n"
  },
  {
    "path": "collection/xyz-menus.yaml",
    "content": "name: Xyz Menus\nslug: xyz-menus\ndescription: XYZ Menus API provides access to a Database of over 350,000 Restaurant Menus with over 30,000,000 individual menu items\ncategories:\n  - Food & Drinks\n  - Business\n  - Point of Interest\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/xyz-menus/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://menuapi.xyz\n"
  },
  {
    "path": "collection/yahoo-boss-api.yaml",
    "content": "name: Yahoo BOSS API\nslug: yahoo-boss-api\ndescription: Join the 200,000 developers using Yahoo tools to build their app businesses. Offers premium search and geo\n  API services allowing you to build innovative technology applications quickly and efficiently. Measure, monetize,\n  advertise and improve your apps with Yahoo tools\ncategories:\n  - Search\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/yahoo-boss-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developer.yahoo.com/boss/search/\n"
  },
  {
    "path": "collection/yahoo-gemini-api.yaml",
    "content": "name: Yahoo Gemini API\nslug: yahoo-gemini-api\ndescription: Developer tools and the support you need to leverage Verizon Media's powerful data and advertising\n  solutions. Allows advertisers to manage complex Gemini accounts and campaigns more efficiently\ncategories:\n  - Marketing & SEO\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/yahoo-gemini-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developer.yahoo.com/gemini/\n"
  },
  {
    "path": "collection/yahoo-local-search-api.yaml",
    "content": "name: Yahoo Local Search API\nslug: yahoo-local-search-api\ndescription: Join the 200,000 developers using Yahoo tools to build their app businesses. Local Web Services. Measure,\n  monetize, advertise and improve your apps with Yahoo tools\ncategories:\n  - Search\n  - Maps & Geo\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/yahoo-local-search-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developer.yahoo.com/search/local/localSearch.html\n"
  },
  {
    "path": "collection/yahoo-map-image-api.yaml",
    "content": "name: Yahoo Map Image API\nslug: yahoo-map-image-api\ndescription: Measure, monetize, advertise and improve your apps with Yahoo tools. Join the 200,000 developers using\n  Yahoo tools to build their app businesses. . Web Services\ncategories:\n  - Images & Photography\n  - Maps & Geo\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/yahoo-map-image-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developer.yahoo.com/maps/rest/V1/\n"
  },
  {
    "path": "collection/yahoo-maps.yaml",
    "content": "name: Yahoo Maps\nslug: yahoo-maps\ndescription: Yahoo Maps lets you easily embed rich and interactive maps using your choice of platform. Measure,\n  monetize, advertise and improve your apps with Yahoo tools. Join the 200,000 developers using Yahoo tools to build\n  their app businesses\ncategories:\n  - Maps & Geo\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/yahoo-maps/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developer.yahoo.com/maps/\nlibraries:\n  - name: Mapstraction JavaScript SDK\n    documentation_url: http://mapstraction.com/\n    source_code_url: https://github.com/mapstraction/mxn\n    platform: JavaScript\n    stargazers_count: 579\n"
  },
  {
    "path": "collection/yahoo-term-extraction-api.yaml",
    "content": "name: Yahoo Term Extraction API\nslug: yahoo-term-extraction-api\ndescription: Join the 200,000 developers using Yahoo tools to build their app businesses. Content Analysis detects,\n  ranks, and resolves entities in unstructured content and classifies a document against our taxonomy. Measure,\n  monetize, advertise and improve your apps with Yahoo tools\ncategories:\n  - Search\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/yahoo-term-extraction-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developer.yahoo.com/contentanalysis/\n"
  },
  {
    "path": "collection/yahoo-weather.yaml",
    "content": "name: Yahoo Weather\nslug: yahoo-weather\ndescription: Yahoo Weather API for your apps Get up-to-date weather information for any location, including 10-day\n  forecast, wind, atmosphere, astronomy conditions, and more. You can lookup weather by location\ncategories:\n  - Weather\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developer.yahoo.com/weather/\nlibraries:\n  - name: Yahoo Weather Python SDK by Anthony Bloomer\n    documentation_url: https://github.com/AnthonyBloomer/weather-api\n    source_code_url: https://pypi.python.org/pypi/weather-api/0.0.5\n    platform: Python\n  - name: \"Yahoo Weather PHP SDK by Jason Leung \"\n    documentation_url: https://github.com/Th3Mouk/YahooWeatherAPI\n    source_code_url: https://github.com/Th3Mouk/YahooWeatherAPI\n    platform: PHP\n    author: Th3Mouk\n    stargazers_count: 3\n  - name: Python Weather Library python-weather-api\n    documentation_url: https://code.google.com/p/python-weather-api/\n    platform: Python\n"
  },
  {
    "path": "collection/yammer-api.yaml",
    "content": "name: Yammer API\nslug: yammer-api\ndescription: Yammer Developer Site was created using ReadMe. Discuss ideas, share updates, and crowdsource answers from\n  coworkers around the globe. Yammer gives your team a faster, smarter way to connect and collaborate across your\n  company\ncategories:\n  - Social\n  - Business\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/yammer-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developer.yammer.com/documentation/\n"
  },
  {
    "path": "collection/yandex.yaml",
    "content": "name: Yandex\nslug: yandex\ndescription: Maps and the necessary tools for working it on your web app or site\ncategories:\n  - Maps & Geo\n  - Search\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://tech.yandex.com/maps/\nlibraries:\n  - name: Yandex Go SDK by Javier162380\n    documentation_url: https://github.com/Javier162380/yandexapi\n    platform: Go\n    author: Javier162380\n    stargazers_count: 0\n  - name: Yandex PHP SDK by NIX Solutions\n    documentation_url: https://github.com/nixsolutions/yandex-php-library\n    platform: PHP\n    stargazers_count: 515\n  - name: \" Geocoder PHP Library by William Durand\"\n    documentation_url: https://github.com/geocoder-php/Geocoder\n    platform: PHP\n    stargazers_count: 3686\n"
  },
  {
    "path": "collection/yclas.yaml",
    "content": "name: Yclas\nslug: yclas\ndescription: Be creative and create any type of marketplace. Whether you are looking for a website for your Real Estate\n  firm, a buy-and-sell preloved goods website with Yclas API you have a full backend to create adversitements,\n  categories, locations, geolocations and much more in a simple and easy to use API\ncategories:\n  - Commerce\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/yclas/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://yclas.com/\n"
  },
  {
    "path": "collection/yelp.yaml",
    "content": "name: Yelp\nslug: yelp\ndescription: Yelp's API exposes search to 3rd party developers. You can search location using longitude and latitude,\n  neighborhood, address or city and filter listings by “where”, using a list of support categories\ncategories:\n  - Business\n  - Commerce\n  - Point of Interest\n  - Search\n  - Maps & Geo\n  - AI & ML\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.yelp.com/developers/documentation/v3/\nlibraries:\n  - name: Yelp Fusion Swift SDK by Christopher de Haan\n    documentation_url: https://yelp.github.io\n    source_code_url: https://github.com/chrisdhaan/CDYelpFusionKit\n    platform: Swift\n    author: chrisdhaan\n    stargazers_count: 46\n  - name: Yelp React Native SDK by dobiedad\n    documentation_url: https://www.npmjs.com/package/v3-yelp-api\n    source_code_url: https://github.com/dobiedad/v3-yelp-api\n    platform: JavaScript\n    author: dobiedad\n    stargazers_count: 6\n  - name: Yelp Fusion PHP SDK by radoneman\n    documentation_url: https://github.com/radoneman/yelp-fusion-v3-php-client\n    platform: PHP\n    author: radoneman\n    stargazers_count: 2\n  - name: Yelp Fusion Node.js SDK by Vinnie Giarrusso\n    documentation_url: https://github.com/vingiarrusso/BasicYelpClient\n    platform: Node.js\n    author: vingiarrusso\n    stargazers_count: 0\n  - name: Yelp Fusion Java SDK by RedRoma\n    documentation_url: https://github.com/RedRoma/YelpJavaClient\n    platform: Java\n    stargazers_count: 3\n  - name: Yelp Fusion JavaScript SDK by Joshua Anderson Slate\n    documentation_url: https://github.com/joshuaslate/node-yelp-api\n    platform: JavaScript, Node.js\n    author: joshuaslate\n    stargazers_count: 5\n  - name: Yelp Fusion C# SDK by Joe Brock\n    documentation_url: https://github.com/jdbrock/yelp-sharp\n    platform: C#\n    author: jdbrock\n    stargazers_count: 2\n  - name: Yelp Fusion Python SDK by Garry Polley\n    documentation_url: https://github.com/garrypolley/yelp-client\n    platform: Python\n    author: garrypolley\n    stargazers_count: 0\n  - name: Yelp Fusion Python SDK by Randy Daw-Ran Liou\n    documentation_url: https://github.com/dawran6/yelpy\n    platform: Python\n  - name: Yelp Fusion Elixir SDK by Gaslight\n    documentation_url: https://github.com/gaslight/exyelp\n    platform: Elixir\n    stargazers_count: 1\n  - name: Yelp Fusion Python SDK by Johnie Lee\n    documentation_url: https://github.com/JohnieLee/YelpClient\n    platform: Python\n    author: JohnieLee\n    stargazers_count: 3\n  - name: Yelp Fusion Node.js SDK by tonybadguy\n    documentation_url: https://github.com/tonybadguy/yelp-fusion\n    platform: Node.js\n    author: tonybadguy\n    stargazers_count: 69\n  - name: Yelp Fusion Android SDK by ugomarinelli\n    documentation_url: https://github.com/ugomarinelli/Yelp\n    platform: Java\n    author: ugomarinelli\n    stargazers_count: 0\n  - name: Yelp Fusion Objective-C SDK by Dhanu Agnihotri\n    documentation_url: https://github.com/dhanuagnihotri/Yelp\n    platform: Objective-C\n    author: dhanuagnihotri\n    stargazers_count: 0\n  - name: Yelp Fusion Python SDK by Adam Ever-Hadani\n    documentation_url: https://github.com/adamhadani/python-yelp\n    platform: Python\n    author: adamhadani\n    stargazers_count: 11\n  - name: Yelp Fusion Swift SDK by Jerry Su\n    documentation_url: https://github.com/jerrysu/CodePath-Yelp\n    platform: Swift\n    author: jerrysu\n    stargazers_count: 40\n  - name: Yelp Fusion PHP SDK by Steven Maguire\n    documentation_url: https://github.com/stevenmaguire/yelp-php\n    platform: PHP\n    author: stevenmaguire\n    stargazers_count: 55\n  - name: Yelp Fusion Node.js SDK by Oli Lalonde\n    documentation_url: https://github.com/olalonde/node-yelp\n    platform: Node.js\n    author: olalonde\n    stargazers_count: 213\n  - name: Yelp Fusion Android SDK by Yelp\n    documentation_url: https://github.com/Yelp/yelp-android\n    platform: Java\n    stargazers_count: 53\n  - name: Yelp Fusion iOS SDK by Yelp\n    documentation_url: https://github.com/Yelp/yelp-ios\n    platform: Objective-C\n    stargazers_count: 56\n  - name: Yelp Fusion Ruby SDK by Yelp\n    documentation_url: https://github.com/Yelp/yelp-ruby\n    platform: Ruby\n    stargazers_count: 106\n  - name: Yelp Fusion Python SDK by Yelp\n    documentation_url: https://github.com/Yelp/yelp-python\n    platform: Python\n    stargazers_count: 161\n  - name: \"Yelp C# Library by Justin Beckwith \"\n    documentation_url: https://github.com/JustinBeckwith/YelpSharp\n    platform: C#\n    author: JustinBeckwith\n    stargazers_count: 36\n"
  },
  {
    "path": "collection/yes-no.yaml",
    "content": "name: Yes No\nslug: yes-no\ndescription: Yes or No\ncategories:\n  - Testing\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://yesno.wtf/api\n"
  },
  {
    "path": "collection/ynab.yaml",
    "content": "name: YNAB\nslug: ynab\ndescription: You Need A Budget API. YNAB is a budgeting app that helps you confidently spend your money, get out of\n  debt, and take control of your financial freedom.\ncategories:\n  - Finance & Economics\ntype: REST\nis_free: true\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/ynab/logo_256x256.png\ncontact: contact@wordassociations.net\nlinks:\n  - name: Docs / Website\n    url: https://api.youneedabudget.com/\nlibraries:\n  - name: YNAB PowerShell SDK by Connor Griffin\n    documentation_url: https://api.youneedabudget.com/#clients-community\n    source_code_url: https://github.com/ConnorGriffin/Posh-YNAB\n    platform: .Net\n    author: ConnorGriffin\n    stargazers_count: 12\n  - name: YNAB JavaScript SDK\n    documentation_url: https://api.youneedabudget.com/#client-javascript\n    source_code_url: https://github.com/ynab/ynab-sdk-js\n    platform: JavaScript\n    stargazers_count: 164\n  - name: YNAB Ruby SDK\n    documentation_url: https://api.youneedabudget.com/#client-ruby\n    source_code_url: https://github.com/ynab/ynab-sdk-ruby\n    platform: Ruby\n    stargazers_count: 49\n"
  },
  {
    "path": "collection/yo-developers-api.yaml",
    "content": "name: Yo Developers API\nslug: yo-developers-api\ndescription: Yo API Documentation. Programmatically send Yos (contextual messages) through API\ncategories:\n  - Marketing & SEO\n  - Chats & Messaging\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/yo-developers-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://docs.justyo.co/\n"
  },
  {
    "path": "collection/you-need-a-budget.yaml",
    "content": "name: You Need A Budget\nslug: you-need-a-budget\ndescription: Introduction Hello Developers Welcome to the YNAB API! (If you aren't a developer or you have no idea what\n  an \"API\" is and you just want to sign in to your YNAB account, you can do that here. ) The. The you need a budget\n  official API\ncategories:\n  - Finance & Economics\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/you-need-a-budget/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://api.youneedabudget.com\n"
  },
  {
    "path": "collection/yourls.yaml",
    "content": "name: Yourls\nslug: yourls\ndescription: Generate or get existing short URLs, with sequential or custom keyword. ➤ About YOURLS ➤ What is YOURLS\n  YOURLS stands for Your Own URL Shortener. It is a small set of PHP scripts that will allow you to run your own URL\n  shortening service (a la TinyURL or Bitly). Runnin\ncategories:\n  - URLs\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/yourls/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://yourls.org/#API\n"
  },
  {
    "path": "collection/youtube-api.yaml",
    "content": "name: YouTube API\nslug: youtube-api\ndescription: Add YouTube functionality to your sites and apps. . Allows developers to access video statistics and\n  YouTube channels' data via two types of calls, REST and XML-RPC\ncategories:\n  - Video & Media\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developers.google.com/youtube/\n"
  },
  {
    "path": "collection/youtube.yaml",
    "content": "name: YouTube\nslug: youtube\ndescription: Add YouTube functionality to your sites and apps. Add YouTube functionality to your sites and apps\ncategories:\n  - Video & Media\n  - Social\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developers.google.com/youtube/\nlibraries:\n  - name: Media Now JavaScript SDK by internet4000\n    documentation_url: https://github.com/internet4000/media-now\n    platform: JavaScript, Node.js\n    stargazers_count: 9\n  - name: Social API JS JavaScript SDK by Joris Daniel\n    documentation_url: https://github.com/yoriiis/social-api.js\n    platform: JavaScript\n    author: yoriiis\n    stargazers_count: 5\n  - name: \"Google Go SDK \"\n    documentation_url: https://github.com/google/google-api-go-client/blob/master/GettingStarted.md\n    source_code_url: https://github.com/google/google-api-go-client\n    platform: Go\n    stargazers_count: 2553\n  - name: \"Google Objective-C SDK \"\n    documentation_url: https://github.com/google/google-api-objectivec-client-for-rest/wiki\n    source_code_url: https://github.com/google/google-api-objectivec-client-for-rest\n    platform: Objective-C\n    stargazers_count: 542\n  - name: Google Java SDK\n    documentation_url: https://developers.google.com/api-client-library/java/\n    source_code_url: https://developers.google.com/api-client-library/java/google-api-java-client/dev-guide\n    platform: Java\n  - name: \"YouTube Python SDK by Chirag Rathod \"\n    documentation_url: https://github.com/srcecde/python-youtube-api\n    platform: Python\n    author: srcecde\n    stargazers_count: 94\n  - name: YouTube PHP SDK by Jason Leung\n    documentation_url: https://github.com/madcoda/php-youtube-api\n    source_code_url: https://github.com/madcoda/php-youtube-api\n    platform: PHP\n    author: madcoda\n    stargazers_count: 375\n  - name: YouTube Node.js SDK by node.js Nicaragua\n    documentation_url: https://github.com/nodenica/youtube-node\n    platform: Node.js\n    author: paulomcnally\n    stargazers_count: 90\n  - name: YouTube PHP SDK by Jan Galek\n    documentation_url: https://packagist.org/packages/galek/youtube-api\n    source_code_url: https://github.com/JanGalek/YoutubeAPI\n    platform: PHP\n    author: JanGalek\n    stargazers_count: 0\n  - name: YouTube Laravel PHP SDK by Joe Dawson\n    documentation_url: https://packagist.org/packages/dawson/youtube\n    source_code_url: https://github.com/JoeDawson/youtube\n    platform: PHP\n    author: joedawson\n    stargazers_count: 141\n  - name: YouTube Video Sync JavaScript SDK 3.7.2 by Pubnub\n    documentation_url: http://pubnub.github.io/video-sync/\n    source_code_url: http://www.pubnub.com/docs/javascript/javascript-sdk.html\n    platform: JavaScript\n  - name: ASP.NET Video Starter Kit - Youtube DATA SDK\n    documentation_url: http://www.mediasoftpro.com/video-starter-kit/youtube-sdk.html\n    platform: .Net\n  - name: YouTube Node.js Library by Ionică Bizău\n    documentation_url: https://github.com/IonicaBizau/youtube-api\n    platform: Node.js\n    author: IonicaBizau\n    stargazers_count: 337\n  - name: \"Youtube .Net Library .Net-youtube \"\n    documentation_url: https://developers.google.com/api-client-library/dotnet/apis/youtube/v3\n    source_code_url: http://www.nuget.org/packages/Google.Apis.Tasks.v1/\n    platform: .Net\n  - name: Youtube Java LIbrary java-youtube\n    documentation_url: https://github.com/google/google-api-java-client\n    platform: Java\n    stargazers_count: 1003\n  - name: CodeIgniter YouTube API Library\n    documentation_url: https://developers.google.com/youtube/articles/codeigniter_library?csw=1\n    source_code_url: https://github.com/jimdoescode/CodeIgniter-YouTube-API-Library\n    platform: PHP\n    author: jimdoescode\n    stargazers_count: 128\n  - name: Google APIs Client Library for Python\n    documentation_url: https://developers.google.com/api-client-library/python/\n    source_code_url: https://code.google.com/p/google-api-python-client/downloads/list\n    platform: Python\n  - name: Google APIs Client Library for Objective-C\n    documentation_url: https://code.google.com/p/google-api-objectivec-client/\n    platform: Objective-C\n  - name: Google APIs Client Library for JavaScript\n    documentation_url: https://developers.google.com/api-client-library/javascript/\n    platform: JavaScript\n  - name: Google APIs Client Library for Java\n    documentation_url: https://code.google.com/p/google-api-java-client/\n    platform: Java\n  - name: Google APIs Client Library for .NET\n    documentation_url: https://developers.google.com/api-client-library/dotnet/\n    platform: .Net\n  - name: Google APIs Client Library for PHP\n    documentation_url: https://developers.google.com/api-client-library/php/\n    source_code_url: https://github.com/google/google-api-php-client\n    platform: PHP\n    stargazers_count: 7333\n  - name: AS3 Library for YouTube API\n    documentation_url: http://code.google.com/p/as3youtubelib/\n  - name: ActionScript YouTube Library\n    documentation_url: http://code.google.com/p/as3-youtube-data-api/\n  - name: Official YouTube Objective-C Library\n    documentation_url: http://code.google.com/p/gdata-objectivec-client/\n  - name: Official YouTube Python Library\n    documentation_url: http://code.google.com/apis/youtube/developers_guide_python.html\n    platform: Python\n  - name: \"Official Java Source for YouTube \"\n    documentation_url: http://code.google.com/apis/youtube/developers_guide_java.html\n    platform: Java\n  - name: Perl Library for YouTube API\n    documentation_url: http://search.cpan.org/~yoshida/WebService-YouTube/\n"
  },
  {
    "path": "collection/yummly.yaml",
    "content": "name: Yummly\nslug: yummly\ndescription: Find food recipes. The Yummly Recipe API lets you integrate recipes and faceted recipe search into your\n  websites or mobile applications. Since Yummly understands the recipe – ingredients, diets, allergies, nutrition,\n  taste, techniques & more. It can connect your users with the best recipes available for their unique food preferences\ncategories:\n  - Food & Drinks\n  - Search\n  - Text Analysis & Tools\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developer.yummly.com/\nlibraries:\n  - name: Yummly Ruby SDK by Theo Mills\n    documentation_url: https://github.com/twmills/yummly\n    platform: Ruby\n  - name: Yummly Node.js SDK by Yummly\n    documentation_url: https://github.com/yummly/node-yummly\n    platform: Node.js\n  - name: Yummly Python SDK by Derrick Gilland\n    documentation_url: https://github.com/dgilland/yummly.py\n    platform: Python\n    author: dgilland\n    stargazers_count: 27\n"
  },
  {
    "path": "collection/zapier.yaml",
    "content": "name: Zapier\nslug: zapier\ndescription: Zapier's API enables creating and managing Zaps (automated workflows), accessing connected app data, and triggering automations programmatically across 6,000+ integrated apps.\ncategories:\n  - Development\n  - Business\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://docs.zapier.com/apis/zapier-apis\n  - name: API Reference\n    url: https://docs.zapier.com/apis/zapier-apis/rest\n"
  },
  {
    "path": "collection/zendesk.yaml",
    "content": "name: Zendesk\nslug: zendesk\ndescription: Zendesk's REST API manages support tickets, users, organizations, macros, and automations. Build customer support integrations, chatbots, and helpdesk workflows.\ncategories:\n  - CRM\n  - Business\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://developer.zendesk.com/documentation\n  - name: API Reference\n    url: https://developer.zendesk.com/api-reference\n"
  },
  {
    "path": "collection/zenscrape-web-scraping-api.yaml",
    "content": "name: Zenscrape\nslug: zenscrape-web-scraping-api\ndescription: This web scraping API handles all problems that are related to web scraping. Extracting HTML from websites\n  has never been so easy!\ncategories:\n  - Scrapers & Data Mining\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/zenscrape-web-scraping-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://zenscrape.com/web-scraping-api/\n"
  },
  {
    "path": "collection/zenserp.yaml",
    "content": "name: Zenserp\nslug: zenserp\ndescription: Our fast & reliable SERP API enables you to scrape search results in realtime and without interruption.\n  Fast response times and fair pricing. Scraping SERPs from search engines is a difficult task, as it involves proxy\n  management, captcha-solving and constant parser adaptation. SERP API makes this process easy, fast & scalable\ncategories:\n  - Marketing & SEO\n  - Scrapers & Data Mining\n  - Search\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/zenserp/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://zenserp.com\nlibraries:\n  - name: Zenserp Python SDK\n    documentation_url: https://github.com/zenserp/zenserp-python\n    platform: Python\n    author: zenserp\n    stargazers_count: 0\n"
  },
  {
    "path": "collection/zero-width-shortener.yaml",
    "content": "name: Zero Width Shortener\nslug: zero-width-shortener\ndescription: Shorten URLs with invisible spaces. URL shortener that shortens URLs using spaces that have zero width,\n  making them invisible to humans\ncategories:\n  - URLs\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/zero-width-shortener/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://docs.zws.im\n"
  },
  {
    "path": "collection/zestful-data.yaml",
    "content": "name: Zestful Data\nslug: zestful-data\ndescription: The Zestful's ingredient parser API turns plain recipe strings into beautiful, structured data. You can get\n  30 ingredient parses per day for free. A machine-learning-powered ingredient parser API. Parse your recipe ingredients\n  into clean, structured JSON. Built to power the best food apps online\ncategories:\n  - Food & Drinks\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/zestful-data/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://zestfuldata.com/\n"
  },
  {
    "path": "collection/zetta.yaml",
    "content": "name: Zetta\nslug: zetta\ndescription: An API-first, open source software platform for the Internet of Things. - zettajs/zetta\ncategories:\n  - IoT & Home Automation\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/zetta/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://github.com/zettajs/zetta/wiki\n"
  },
  {
    "path": "collection/zipcodeapi.yaml",
    "content": "name: ZipCodeAPI\nslug: zipcodeapi\ndescription: Zip Codes to Location The API can convert a zip code to the primary location for the zip code. This\n  includes the city, state, latitude, longitude, time zone information, and NPA area codes for the\ncategories:\n  - Maps & Geo\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.zipcodeapi.com\n"
  },
  {
    "path": "collection/zippopotam.yaml",
    "content": "name: Zippopotam\nslug: zippopotam\ndescription: Zippopotamus. Zippopotamus\ncategories:\n  - Maps & Geo\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: http://www.zippopotam.us\n"
  },
  {
    "path": "collection/ziprecruiter.yaml",
    "content": "name: ZipRecruiter\nslug: ziprecruiter\ndescription: Jobs API\ncategories:\n  - Jobs\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/ziprecruiter/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.ziprecruiter.com/publishers\n"
  },
  {
    "path": "collection/zipstatic.yaml",
    "content": "name: Zipstatic\nslug: zipstatic\ndescription: Ziptastic API is a super easy to use API that returns the Country, State, City of the zip code you supply.\ncategories:\n  - Maps & Geo\n  - Post & Logistics\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://ziptasticapi.com/\n"
  },
  {
    "path": "collection/zoho-reports-api.yaml",
    "content": "name: Zoho Reports API\nslug: zoho-reports-api\ndescription: Zoho Analytics API Zoho Analytics API offers wide range of functions to help developers build & manage\n  powerful reporting and analytical capabilities for their business application needs\ncategories:\n  - Analytics\n  - Business\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/zoho-reports-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://zohoreportsapi.wiki.zoho.com/\nlibraries:\n  - name: Zoho Reports Ruby SDK by Neil Giarratana\n    documentation_url: https://github.com/neilsmind/zoho_reports\n    platform: Ruby\n    author: neilsmind\n    stargazers_count: 2\n  - name: Zoho Python SDK by A2Z Cloud\n    documentation_url: https://github.com/A2Z-Cloud/Talk-Zoho\n    platform: Python\n    stargazers_count: 4\n  - name: Zoho PHP SDK by oprimus\n    documentation_url: https://github.com/oprimus/PHP-Zoho\n    platform: PHP\n    author: oprimus\n    stargazers_count: 0\n"
  },
  {
    "path": "collection/zomato.yaml",
    "content": "name: Zomato\nslug: zomato\ndescription: Zomato API. 5 million restaurants across 10,000 cities globally.\ncategories:\n  - Point of Interest\n  - Social\n  - Food & Drinks\ntype: REST\nis_free: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/zomato/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developers.zomato.com/api\nlibraries:\n  - name: Zomato PHP SDK by Ruben Arakelyan\n    documentation_url: https://packagist.org/packages/rubenarakelyan/zomato-api-php\n    source_code_url: https://github.com/rubenarakelyan/zomato-api-php\n    platform: PHP\n    author: rubenarakelyan\n    stargazers_count: 3\n"
  },
  {
    "path": "collection/zoom-api.yaml",
    "content": "name: Zoom API\nslug: zoom-api\ndescription: Zoom's REST API manages meetings, webinars, users, recordings, and reports. Build scheduling integrations, automate meeting workflows, and access video conferencing data.\ncategories:\n  - Video & Media\n  - Chats & Messaging\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://developers.zoom.us/docs/api\n  - name: API Reference\n    url: https://developers.zoom.us/docs/api/rest/reference/zoom-api/methods\n"
  },
  {
    "path": "dist/apis-list.yaml",
    "content": "- name: \"@Font-Face Generation Api\"\n  slug: atfont-face-generation-api\n  description: Generate font-face using REST API. Fonts API - Subscription\n  categories:\n    - Art & Design\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://everythingfonts.com/api/ffgen\n- name: 18F\n  slug: 18f\n  description: The /Developer Program, a service of GSA’s 18F team, seeks to\n    provide comprehensive support for any federal agency engaged in the\n    production or use of APIs. Named after the common practice of publishing\n    APIs and their documentation at agency.gov/developer, the program can serve\n    as a pragmatic boost to any agency’s efforts.\n  categories:\n    - Government\n  type: REST\n  is_free: false\n  contact: support@interzoid.com\n  specification:\n    type: openapi\n    url: https://api.swaggerhub.com/apis/ipinfodb/ipinfodb-ip-address-lookup/1.0\n    version: https://api.swaggerhub.com/apis/ipinfodb/ipinfodb-ip-address-lookup/1.0\n  links:\n    - name: Docs / Website\n      url: http://18f.github.io/API-All-the-X/\n- name: 1Forge.com\n  slug: 1forge-com\n  description: Real-time forex and crypto quotes via JSON and WebSocket\n  categories:\n    - Finance & Economics\n  type: REST\n  is_free: false\n  contact: contact@1forge.com\n  specification:\n    type: swagger\n    url: http://1forge.com/openapi.json\n    version: http://1forge.com/openapi.json\n  links:\n    - name: Docs / Website\n      url: https://1forge.com/\n- name: 24 Pull Requests\n  slug: 24-pull-requests\n  description: 24 Pull Requests is a yearly initiative to encourage contributors\n    around the world to send 24 pull requests between December 1st and December\n    24th\n  categories:\n    - Events\n    - Calendar & Time\n    - Development\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/24-pull-requests/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://24pullrequests.com/api\n- name: 500px\n  slug: 500px\n  description: Viewing feature streams, photo information and comments, as well as\n    user profiles. This is the 500px API documentation. Contribute to\n    500px/legacy-api-documentation development by creating an account on GitHub\n  categories:\n    - Social\n    - Images & Photography\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/500px/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://github.com/500px/legacy-api-documentation\n  libraries:\n    - name: 500px iOS SDK by minube\n      documentation_url: https://github.com/minube/500px-iOS-api\n      platform: Objective-C\n      stargazers_count: 0\n    - name: 500px JavaScript SDK by Tye Shavik\n      documentation_url: https://github.com/500px/500px-js-sdk\n      platform: JavaScript\n      stargazers_count: 70\n    - name: 500px iOS SDK\n      documentation_url: https://github.com/500px/500px-iOS-api\n      source_code_url: https://github.com/500px/500px-iOS-api\n      platform: Objective-C\n      stargazers_count: 112\n    - name: 500px Android SDK\n      documentation_url: https://github.com/500px/500px-android-sdk\n      source_code_url: https://github.com/500px/500px-android-sdk\n      platform: Java\n    - name: 500px Ruby Wrapper by Chris Micacchi\n      documentation_url: https://github.com/500px/pooled_curb\n      platform: Ruby\n      stargazers_count: 2\n- name: 7Timer!\n  slug: 7timer\n  description: \"Last Update: November 1, 2012 7Timer! is a series of web-based\n    meteorological forecast products, mainly derived from the NOAA/NCEP-based\n    numeric weather model, the Global Forecast System (GFS). 7Ti\"\n  categories:\n    - Weather\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://www.7timer.info/doc.php?lang=en\n- name: Aadhaar Bridge\n  slug: aadhaar-bridge\n  description: Aadhaar is a 12-digit unique identification number issued by the\n    Indian government to every individual resident of India. API allows you to\n    authenticate and perform ekYC and eSign using Aadhar. Veri5Digital is\n    India's leading Identity verification and onboarding service provider which\n    provides Video ID KYC, Aadhaar Offline KYC, eSign and eNACH products\n  categories:\n    - Government\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.aadhaarbridge.com/\n- name: Ably\n  slug: ably\n  description: API for making cross-protocol realtime communication between\n    devices easy. Ably documentation for 40+ web, mobile, and IoT SDKs,\n    quickstart guides and tutorials, and realtime concepts and design patterns\n  categories:\n    - IoT & Home Automation\n    - Chats & Messaging\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/ably/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.ably.com/documentation\n  libraries:\n    - name: Ably Xamarin SDK\n      documentation_url: https://github.com/ably/ably-dotnet\n      platform: .Net\n      stargazers_count: 50\n    - name: Ably Scala SDK\n      documentation_url: https://github.com/ably/ably-java\n      platform: Scala\n      stargazers_count: 95\n    - name: Ably Cordova SDK\n      documentation_url: https://github.com/ably/ably-js\n      platform: JavaScript\n      stargazers_count: 356\n    - name: Ably Ruby SDK by Ably\n      documentation_url: https://rubygems.org/gems/ably\n      source_code_url: https://github.com/ably/ably-ruby\n      platform: Ruby\n      stargazers_count: 42\n    - name: Ably React Native JavaScript SDK by Ably\n      documentation_url: https://github.com/ably/ably-js-react-native\n      platform: JavaScript\n      stargazers_count: 8\n    - name: Ably Python SDK by Ably\n      documentation_url: https://pypi.python.org/pypi/ably\n      source_code_url: https://github.com/ably/ably-python\n      platform: Python\n      stargazers_count: 56\n    - name: Ably PHP SDK by Ably\n      documentation_url: https://github.com/ably/ably-php\n      platform: PHP\n      stargazers_count: 58\n    - name: Ably NativeScript SDK by Ably\n      documentation_url: https://github.com/ably/ably-js-nativescript\n      platform: JavaScript\n      stargazers_count: 8\n    - name: Ably .NET SDK by Ably\n      documentation_url: https://www.nuget.org/packages/ably.io/\n      source_code_url: https://github.com/ably/ably-dotnet\n      platform: .Net\n      stargazers_count: 50\n    - name: Ably Swift SDK by Ably\n      documentation_url: https://github.com/ably/ably-ios\n      platform: Swift\n      stargazers_count: 53\n    - name: \"Ably Go SDK by Ably \"\n      documentation_url: https://github.com/ably/ably-go\n      platform: Go\n      stargazers_count: 92\n    - name: Ably PHP Library for Laravel Framework\n      documentation_url: https://github.com/ably/ably-php-laravel\n      platform: PHP\n      stargazers_count: 29\n- name: Abstract\n  slug: abstract\n  description: Suite of utility API's (validate emails, create user avatars,\n    calculate VAT, and more). Abstract provides powerful APIs to help you enrich\n    any user experience or automate any workflow.\n  categories:\n    - Development\n    - Art & Design\n    - Collaboration\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/abstract/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.abstractapi.com\n  libraries:\n    - name: Abstract Link loader JavaScript SDK\n      documentation_url: https://github.com/goabstract/abstract-link-loader\n      platform: JavaScript\n      stargazers_count: 1\n    - name: Abstract JavaScript SDK\n      documentation_url: https://github.com/goabstract/abstract-sdk\n      platform: JavaScript\n      stargazers_count: 62\n- name: AbuseIPDB\n  slug: abuseipdb\n  description: This is most commonly done through Fail2Ban, which comes\n    prepackaged with an AbuseIPDB configuration. Introduction The AbuseIPDB API\n    allows you to utilize our database programmatically\n  categories:\n    - Security\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://docs.abuseipdb.com/\n- name: Acoustid\n  slug: acoustid\n  description: Web Service The AcoustID web service currently supports only two\n    operations, searching in the fingerprint database and submitting new\n    fingerprints into the database. Usage Guidelines Remember that\n  categories:\n    - Music & Audio\n    - Video & Media\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://acoustid.org/webservice\n  libraries:\n    - name: MusicApiCollection C# SDK by BigGranu\n      documentation_url: https://github.com/BigGranu/MusicApiCollection\n      platform: C#\n      author: BigGranu\n      stargazers_count: 28\n- name: Adobe Commerce (Magento)\n  slug: magento\n  description: Adobe Commerce (Magento) REST and GraphQL APIs manage products,\n    orders, customers, carts, and inventory for enterprise e-commerce stores.\n    Supports both cloud and self-hosted deployments.\n  categories:\n    - Commerce\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://developer.adobe.com/commerce/webapi/rest\n    - name: API Reference\n      url: https://developer.adobe.com/commerce/webapi/rest/quick-reference\n- name: adresse.data.gouv.fr\n  slug: adresse-data-gouv-fr\n  description: |-\n    The national address site of France.\n    List all the addresses in the country and make them usable by everyone.\n  categories:\n    - Maps & Geo\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://adresse.data.gouv.fr\n- name: ADS-B Exchange\n  slug: ads-b-exchange\n  description: Access real-time and historical data of any and all airborne\n    aircraft. Filtered ADS-B data costs a significant amount of money to buy\n    from the other ADS-B aggregators, and that data will not include military,\n    FAA blocklist, LADD et all, and all block requested aircraft. ADSBexchange.\n    com data is reasonably priced, unfiltered, unblocked, and available on\n    demand. As noted in the legal terms and conditions, commercial (for profit\n    Read More\n  categories:\n    - Transportation\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/ads-b-exchange/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.adsbexchange.com/data/\n- name: Advice Slip\n  slug: advice-slip\n  description: Parameters callback string To define your own callback function\n    name and return the. HTTP Method GET URL https://api. adviceslip. com/advice\n    Description Returns a random advice slip as a slip object\n  categories:\n    - Fun\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/advice-slip/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: http://api.adviceslip.com/\n- name: Adyen\n  slug: adyen\n  description: Adyen's payments API processes online, in-person, and in-app\n    payments globally. Supports 200+ payment methods, fraud detection, payouts,\n    and financial reporting for enterprise merchants.\n  categories:\n    - Payments\n    - Commerce\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://docs.adyen.com\n    - name: API Reference\n      url: https://docs.adyen.com/api-explorer\n- name: Adzuna\n  slug: adzuna\n  description: Get the very latest ads and data with Adzuna's API. Get job ads to\n    display on your own website. Use Adzuna's up-to-the-minute employment data\n    to power your own website, reporting and data visualisations.\n  categories:\n    - Business\n    - Jobs\n    - News & Feeds\n    - Marketing & SEO\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developer.adzuna.com/overview\n- name: AerisWeather\n  slug: aerisweather\n  description: AerisWeather provides a powerful weather API, mapping platform, and\n    developer toolkits that allow weather-sensitive businesses worldwide to\n    operate more efficiently, safely, and profitably. Global weather data and\n    imagery APIs, with a free developer subscription tier, boasting detailed\n    documentation for simple to advanced queries, free SDKs and a Map Builder to\n    get you up and running faster\n  categories:\n    - Weather\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.aerisweather.com\n  libraries:\n    - name: \"Aeris Weather Python SDK \"\n      documentation_url: https://www.aerisweather.com/support/docs/toolkits/aeris-python-sdk/\n      platform: Python\n    - name: AerisWeather iOS SDK\n      documentation_url: https://www.aerisweather.com/support/docs/toolkits/aeris-ios-sdk/\n      source_code_url: https://github.com/aerisweather/Aeris-iOS-Library\n      platform: Objective-C, Swift\n      stargazers_count: 22\n    - name: AerisWeather Interactive Maps JavaScript SDK by AerisWeather\n      documentation_url: http://www.aerisweather.com/support/docs/toolkits/aeris-interactive-maps/\n      platform: JavaScript, xml\n    - name: AerisWeather Android SDK by AerisWeather\n      documentation_url: https://github.com/aerisweather/AerisAndroidSDK\n      platform: Java\n      stargazers_count: 12\n    - name: AerisWeather iOS SDK by AerisWeather\n      documentation_url: https://github.com/aerisweather/Aeris-iOS-Library\n      platform: Objective-C\n      stargazers_count: 22\n    - name: AerisWeather JavaScript SDK by AerisWeather\n      documentation_url: http://www.aerisweather.com/support/docs/toolkits/aeris-js-sdk/\n      source_code_url: https://github.com/aerisweather/aerisjs\n      platform: JavaScript\n      stargazers_count: 57\n    - name: AerisWeather Objective-C SDK by AerisWeather\n      documentation_url: http://www.aerisweather.com/support/docs/toolkits/\n      source_code_url: https://github.com/aerisweather/Aeris-iOS-Library\n      platform: Objective-C\n      stargazers_count: 22\n    - name: AerisWeather Java SDK by AerisWeather\n      documentation_url: http://www.aerisweather.com/support/docs/toolkits/aeris-android-sdk/\n      source_code_url: https://github.com/aerisweather/AerisAndroidLibrary\n      platform: Java\n      stargazers_count: 12\n- name: Afex\n  slug: afex\n  description: Send payments to recipients all over the world 24/7 with secure and\n    flexible online platform\n  categories:\n    - Finance & Economics\n    - Payments\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/afex/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://doc.api.afex.com/?version=latest\n- name: Africa's Talking\n  slug: africas-talking\n  description: A unified API platform for software developers in Africa building\n    SMS, USSD, Voice, Payments and Airtime applications. Access African telco\n    services through a HTTP API\n  categories:\n    - Chats & Messaging\n    - Email & SMS\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://africastalking.com/\n- name: AfterShip\n  slug: aftership\n  description: Provides multi-carrier shipment tracking APIs.\n  categories:\n    - Post & Logistics\n    - Commerce\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/aftership/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.aftership.com/docs/api/4/overview\n  libraries:\n    - name: AfterShip PHP SDK by Abishek R Srikaanth\n      documentation_url: https://www.aftership.com/\n      source_code_url: https://github.com/abishekrsrikaanth/aftership-php-sdk\n      platform: PHP\n      author: abishekrsrikaanth\n      stargazers_count: 6\n    - name: AfterShip PHP SDK\n      documentation_url: https://github.com/AfterShip/aftership-php\n      platform: PHP\n      stargazers_count: 63\n    - name: AfterShip Ruby SDK\n      documentation_url: https://github.com/AfterShip/aftership-ruby\n      platform: Ruby\n      stargazers_count: 32\n    - name: AfterShip Python SDK\n      documentation_url: https://github.com/AfterShip/aftership-python\n      platform: Python\n      stargazers_count: 53\n    - name: AfterShip .NET SDK\n      documentation_url: https://github.com/AfterShip/aftership-net\n      platform: .Net\n      stargazers_count: 14\n    - name: AfterShip NodeJS SDK\n      documentation_url: https://github.com/AfterShip/aftership-nodejs\n      platform: Node.js\n      stargazers_count: 61\n    - name: AfterShip Java SDK\n      documentation_url: https://github.com/AfterShip/aftership-java\n      platform: Java\n      stargazers_count: 15\n    - name: AfterShip iOS SDK\n      documentation_url: https://github.com/AfterShip/aftership-ios\n      platform: Objective-C\n      stargazers_count: 10\n    - name: AfterShip Android SDK\n      documentation_url: https://github.com/AfterShip/aftership-android\n      platform: Java\n      stargazers_count: 7\n- name: Agarathi\n  slug: agarathi\n  description: Tamil language Dictionary API. Fonts API - Subscription\n  categories:\n    - Content & Dictionaries\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/agarathi/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://agarathi.com/api/dictionary\n- name: Age of Empires II\n  slug: age-of-empires-ii\n  description: Simple API to retrieve resources related to Age of Empires II\n  categories:\n    - Entertainment\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://age-of-empires-2-api.herokuapp.com\n- name: Agify.io\n  slug: agify-io\n  description: Free API to check and predict the age of a name. Use the API for\n    research, ad targeting, user segmenting etc. Free API to check and predict\n    the age of a name.\n  categories:\n    - Development\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://agify.io\n- name: AI Mastering\n  slug: ai-mastering\n  description: AI Mastering API provides automated audio mastering service. You\n    can upload your audio, master it, and download the mastered audio.\n  categories:\n    - Music & Audio\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://aimastering.com/api_docs/\n  libraries:\n    - name: AI Mastering Javascript SDK\n      documentation_url: https://aimastering.com/api_docs/\n      source_code_url: https://github.com/ai-mastering/aimastering-js\n      platform: JavaScript\n      stargazers_count: 10\n- name: Airports Web\n  slug: airports-web\n  description: Covered Airports mostly Germany. Request Airport name and website\n    URL for airports\n  categories:\n    - Other\n  is_free: false\n  contact: support@adyen.com\n  specification:\n    type: swagger\n    url: https://airport-web.appspot.com/api/docs/swagger.json\n    version: https://airport-web.appspot.com/api/docs/swagger.json\n  links:\n    - name: Docs / Website\n      url: https://airport-web.appspot.com/api/docs/\n- name: Airtable\n  slug: airtable\n  description: Airtable's API allows reading and writing records, managing tables,\n    and handling attachments in Airtable bases. Use it to build automations and\n    integrations with the flexible spreadsheet-database.\n  categories:\n    - Documents & Productivity\n    - Databases\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://airtable.com/developers/web/api/introduction\n    - name: API Reference\n      url: https://airtable.com/developers/web/api/field-model\n- name: AirVisual\n  slug: airvisual\n  description: Enhance your projects with free trusted historical, real-time and\n    forecast air quality data. Air pollution and weather data for more than 60\n    countries worldwide\n  categories:\n    - Environment & Nature\n    - Weather\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/airvisual/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://airvisual.com/api\n- name: AIS Hub\n  slug: ais-hub\n  description: AISHub members have access to AISHub aggregated AIS data via this\n    API and receive real time data in XML, JSON or CSV format.\n  categories:\n    - Transportation\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://www.aishub.net/api\n- name: Alchemy\n  slug: alchemy-api\n  description: Alchemy's Web3 API provides enhanced node access, NFT data,\n    transaction history, token balances, and webhook notifications across\n    Ethereum, Polygon, Solana, and other blockchains.\n  categories:\n    - Blockchain & Cryptocurrencies\n    - Development\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://docs.alchemy.com\n    - name: API Reference\n      url: https://docs.alchemy.com/reference/api-overview\n- name: Algolia\n  slug: algolia\n  description: Algolia's Search API provides fast, typo-tolerant full-text search\n    with faceting, filtering, and personalization. Index records and query them\n    with millisecond response times at scale.\n  categories:\n    - Search\n    - Development\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://www.algolia.com/doc\n    - name: API Reference\n      url: https://www.algolia.com/doc/api-reference/rest-api\n- name: AlienVault Open Threat Exchange (OTX)\n  slug: alienvault-open-threat-exchange-otx\n  description: Share and collaborate in developing threat intelligence. Protect\n    yourself and the community against today's latest threats. Learn about the\n    latest online threats\n  categories:\n    - Security\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/alienvault-open-threat-exchange-otx/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://otx.alienvault.com/api\n- name: Alpaca Trading\n  slug: alpaca-trading\n  description: Alpaca's Trading API provides commission-free stock and crypto\n    trading, market data, and portfolio management. Build algorithmic trading\n    bots and fintech apps with broker-dealer infrastructure.\n  categories:\n    - Finance & Economics\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://docs.alpaca.markets\n    - name: API Reference\n      url: https://docs.alpaca.markets/reference/getallassets\n- name: Alpha Vantage\n  slug: alpha-vantage\n  description: Supports intraday, daily, weekly, and monthly quotes and technical\n    analysis with chart-ready time series. Alpha Vantage offers free stock APIs\n    in JSON and CSV formats for realtime and historical equity, forex,\n    cryptocurrency data and over 50 technical indicators\n  categories:\n    - Blockchain & Cryptocurrencies\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.alphavantage.co/\n  libraries:\n    - name: Alpha Vantage Java SDK by Patrik Nygren\n      documentation_url: https://github.com/patriques82/alphavantage4j\n      platform: Java\n      author: patriques82\n      stargazers_count: 126\n    - name: Alpha Vantage Python SDK by Romel Torres\n      documentation_url: https://github.com/RomelTorres/alpha_vantage\n      platform: Python\n      author: RomelTorres\n      stargazers_count: 4733\n- name: Amadeus Travel Innovation Sandbox\n  slug: amadeus-travel-innovation-sandbox\n  description: Discover Amadeus travel APIs and connect to the flight search,\n    flight booking, hotel and destination content APIs that power the biggest\n    names in travel.\n  categories:\n    - Travel\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://sandbox.amadeus.com/\n  libraries:\n    - name: Amadeus Python SDK\n      documentation_url: https://github.com/amadeus4dev/amadeus-python\n      source_code_url: https://pypi.org/project/amadeus/\n      platform: Python\n      stargazers_count: 75\n    - name: Amadeus Ruby SDK\n      documentation_url: https://github.com/amadeus4dev/amadeus-ruby\n      source_code_url: https://rubygems.org/gems/amadeus\n      platform: Ruby\n      stargazers_count: 15\n- name: Amazon Maps API v2\n  slug: amazon-maps-api-v2\n  description: Add interactive 3D maps, graphics, and custom overlays to your Fire\n    Tablet and Fire phone apps. The following steps show you how to get started\n    with the Amazon Maps API\n  categories:\n    - Maps & Geo\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developer.amazon.com/maps\n- name: Amazon MI API\n  slug: amazon-mi-api\n  description: Amazon Machine Learning API simplifies the process of making\n    predictions that require lots of expertise around model building, data\n    cleansing and statistical analysis. Definition of the public APIs exposed by\n    Amazon Machine Learning\n  categories:\n    - AI & ML\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://docs.aws.amazon.com/machine-learning/latest/APIReference/Welcome.html\n- name: Amazon Mobile Ads\n  slug: amazon-mobile-ads\n  description: Monetize across platforms with multiple ad formats. Mobile Ads\n    Monetize your global iOS, Android, and Fire OS traffic with high-quality ads\n    from Amazon and brand advertisers\n  categories:\n    - Commerce\n    - Marketing & SEO\n  type: REST\n  is_free: false\n  contact: support@interzoid.com\n  links:\n    - name: Docs / Website\n      url: https://developer.amazon.com/mobile-ads\n- name: Amazon Mobile Analytics\n  slug: amazon-mobile-analytics\n  description: Service for collecting, visualizing, and understanding app usage\n    data at scale\n  categories:\n    - Analytics\n  type: REST\n  is_free: false\n  contact: mike.ralphson@gmail.com\n  specification:\n    url: https://raw.githubusercontent.com/aws/aws-sdk-js/master/apis/mobileanalytics-2014-06-05.normal.json\n    version: https://raw.githubusercontent.com/aws/aws-sdk-js/master/apis/mobileanalytics-2014-06-05.normal.json\n  links:\n    - name: Docs / Website\n      url: https://aws.amazon.com/documentation/mobileanalytics/\n- name: Amazon Product Advertising API\n  slug: amazon-product-advertising-api\n  description: \"The web address you entered is not a functioning page on our site.\n    Try one of the following links to find the information you're looking for:\n    Amazon Web Services. Get access to the data used by Amazon including items\n    for sale, customer reviews, seller reviews, item search, product promotions,\n    and more. Looking for Something? We're sorry\"\n  categories:\n    - Commerce\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://webservices.amazon.com/paapi5/documentation/\n- name: Amazon S3 API\n  slug: amazon-s3-api\n  description: Amazon Simple Storage Service (Amazon S3) is storage for the\n    internet. You can use Amazon S3 to store and retrieve any amount of data at\n    any time, from anywhere on the web. You can accomplish these tasks using the\n    simple and intuitive web interface of the AWS Management Console.\n  categories:\n    - Files & Storage\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/amazon-s3-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://aws.amazon.com/s3/\n- name: Amazon Transcribe\n  slug: amazon-transcribe\n  description: Automatically convert speech to text. Amazon Transcribe uses a deep\n    learning process called automatic speech recognition (ASR) to convert speech\n    to text quickly and accurately. Amazon Transcribe can be used to transcribe\n    customer service calls, automate subtitling, and generate metadata for media\n    assets to create a fully searchable archive.\n  categories:\n    - AI & ML\n    - Voice\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://aws.amazon.com/transcribe/\n- name: AmiiboAPI\n  slug: amiiboapi\n  description: The Amiibo RESTful API\n  categories:\n    - Games\n    - Entertainment\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/amiiboapi/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://amiiboapi.com/\n- name: Amplitude\n  slug: amplitude\n  description: Amplitude's API enables sending events, managing user properties,\n    and querying behavioral analytics. Build product analytics integrations and\n    automate data pipelines.\n  categories:\n    - Analytics\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://www.docs.developers.amplitude.com\n    - name: API Reference\n      url: https://www.docs.developers.amplitude.com/analytics/apis/http-v2-api\n- name: An API of Ice And Fire\n  slug: an-api-of-ice-and-fire\n  description: The API is open source!\n  categories:\n    - Video & Media\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://anapioficeandfire.com/\n- name: AniList\n  slug: anilist\n  description: The AniList GraphQL Api provides quick and powerful access to over\n    500k anime and manga entries, including character, staff, and live airing\n    data\n  categories:\n    - Comics & Anime\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/anilist/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://github.com/AniList/ApiV2-GraphQL-Docs\n  libraries:\n    - name: Minoshiro Python SDK by Minoshiro\n      documentation_url: https://github.com/Mino-shiro/Minoshiro\n      platform: Python\n      stargazers_count: 21\n- name: AnimeNewsNetwork\n  slug: animenewsnetwork\n  description: ANN provides a direct feed to the Encyclopedia data in XML format\n  categories:\n    - Entertainment\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.animenewsnetwork.com/encyclopedia/api.php\n- name: Anthropic Claude\n  slug: anthropic\n  description: Anthropic's API provides access to the Claude 4 family of AI models\n    (Claude Opus 4, Sonnet 4, Haiku 4) for text generation, analysis, coding\n    assistance, vision tasks, and extended 1M-token context windows.\n  categories:\n    - AI & ML\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://docs.anthropic.com\n    - name: API Reference\n      url: https://docs.anthropic.com/en/api/getting-started\n- name: Anti-Captcha\n  slug: anti-captcha\n  description: Access to Anti-Captcha’s API. Bypass reCAPTCHA, solve image\n    captchas, hCaptcha, FunCaptcha, GeeTest for the cheapest price\n  categories:\n    - Captcha\n    - Recognition\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/anti-captcha/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://anti-captcha.com/apidoc\n  libraries:\n    - name: Anti Captcha PHP SDK by Tymchyk Maksym\n      documentation_url: https://github.com/m-tymchyk/php-anticaptcha-v2\n      platform: PHP\n      author: m-tymchyk\n      stargazers_count: 0\n    - name: Anti Captcha NodeJS SDK by Tymchyk Maksym\n      documentation_url: https://github.com/m-tymchyk/resolve-anticaptcha\n      platform: JavaScript, Node.js\n      author: m-tymchyk\n      stargazers_count: 1\n    - name: Anti Captcha Python SDK by Andrey Perelygin\n      documentation_url: https://github.com/AndreyPerelygin/anticaptcha\n      platform: Python\n      author: AndreyPerelygin\n      stargazers_count: 1\n    - name: Anti Captcha Laravel PHP SDK by Volodymyr Chukh\n      documentation_url: https://github.com/vovarpd/laravel-anticaptcha\n      platform: PHP\n      author: vovarpd\n      stargazers_count: 3\n    - name: Anti Captcha .NET SDK by Mikhail\n      documentation_url: https://github.com/Shifu462/AnticaptchaNet\n      platform: .Net, C#\n      author: Shifu462\n      stargazers_count: 2\n    - name: Anti Captcha Python SDK by jakestrouse00\n      documentation_url: https://github.com/jakestrouse00/AntiCaptcha-python-wrapper\n      platform: Python\n      author: jakestrouse00\n      stargazers_count: 1\n    - name: Anti Captcha Yii 2 PHP SDK by Dmitry\n      documentation_url: https://github.com/sabirov/yii2-AntiCaptcha\n      platform: PHP\n      author: sabirov\n      stargazers_count: 1\n    - name: Anti Captcha Perl SDK by Fayland Lam\n      documentation_url: https://github.com/fayland/perl-WebService-AntiCaptcha\n      platform: PERL\n      author: fayland\n      stargazers_count: 2\n    - name: Anti Captcha Go SDK by Andrew Druzhinin\n      documentation_url: https://github.com/drzhnin/go-anti-captcha\n      platform: Go\n      author: drzhnin\n      stargazers_count: 6\n    - name: Anti Captcha PHP SDK by Majesko\n      documentation_url: https://github.com/Majesko/anti-captcha\n      platform: PHP\n      author: Majesko\n      stargazers_count: 3\n    - name: Anti Captcha Ruby SDK by Infosimples\n      documentation_url: https://github.com/infosimples/anti_captcha\n      platform: Ruby\n      stargazers_count: 19\n    - name: Anti Captcha Python SDK by Andrei Drang\n      documentation_url: https://github.com/AndreiDrang/python3-anticaptcha\n      source_code_url: https://pypi.org/project/python3-anticaptcha/1.2.5/\n      platform: Python\n      author: AndreiDrang\n      stargazers_count: 92\n    - name: Anti Captcha NodeJS SDK by Andréas Hanss\n      documentation_url: https://github.com/ScreamZ/anti-captcha\n      platform: Node.js\n      author: ScreamZ\n      stargazers_count: 20\n    - name: Anti Captcha Java SDK by Anti Captcha\n      documentation_url: https://code.google.com/archive/p/java-antigate/\n      platform: Java\n    - name: Anti Captcha C++ SDK by Anti Captcha\n      documentation_url: https://anti-captcha.com/apidoc\n      platform: C++\n    - name: Anti Captcha Node.js SDK by Anti Captcha\n      documentation_url: https://www.npmjs.com/package/antigate\n      platform: Node.js\n    - name: Anti Captcha Python SDK by Anti Captcha\n      documentation_url: https://github.com/gotlium/antigate/tree/master/docs\n      platform: Python\n      author: gotlium\n      stargazers_count: 92\n- name: Antideo\n  slug: antideo\n  description: API for IP and Email Intelligence & Phone Number Validation. API\n    for email validation & IP reputation check for better email list hygiene.\n    Antideo maintains large database with spam and scam records, IP locations\n    and infected ranges, proxy records and many more. They are keeping their\n    database updated regularly from various sources, as well as collecting some\n    of the data themselves\n  categories:\n    - Email & SMS\n    - Validation & Verification\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/antideo/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.antideo.com\n  libraries:\n    - name: Antideo Objective-C SDK by Antideo\n      documentation_url: https://github.com/antideo/xcode\n      platform: Objective-C\n      stargazers_count: 2\n    - name: Antideo PHP Library by Antideo\n      documentation_url: https://www.antideo.com\n      source_code_url: https://github.com/antideo/PHP\n      platform: PHP\n      stargazers_count: 4\n- name: Api Meme\n  slug: api-meme\n  description: Generate memes with a simple link!. Meme Top Text Bottom Text Link\n    To access the API without the watermark, click here\n  categories:\n    - Entertainment\n    - Fun\n  is_free: false\n  contact: support@unicorn-solutions.com\n  specification:\n    type: openapi\n    url: https://tl-api.azurewebsites.net/swagger/default/swagger.json\n    version: https://tl-api.azurewebsites.net/swagger/default/swagger.json\n  links:\n    - name: Docs / Website\n      url: http://apimeme.com\n- name: API Test Center\n  slug: api-test-center\n  description: Innovative License Management Solution\n  categories:\n    - Other\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://netlicensing.io/NetLicensing-API/\n- name: API2Cart\n  slug: api2cart\n  description: Connect your B2B eCommerce solution with 40+ shopping platforms and\n    marketplaces at once. Strengthen your business with shopping cart API\n    integration. API2Cart provides a unified shopping cart API for interaction\n    between the eCommerce software and 30+ shopping carts including Magento,\n    Shopify, WooCommerce, BigCommerce, OpenCart, PrestaShop and others\n  categories:\n    - Development\n    - Commerce\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://api2cart.com/\n  libraries:\n    - name: API2Cart Swift SDK\n      documentation_url: http://docs.api2cart.com/sdk\n      source_code_url: https://app.api2cart.com/sdk/swift.tgz\n      platform: Swift\n- name: Apiary\n  slug: apiary\n  description: Apiary provides the leading API-First platform designed\n    specifically to help companies accelerate and control the design,\n    development, and documentation of APIs. Collaborative tool to design APIs.\n  categories:\n    - Development\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/apiary/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://apiary.io/\n- name: ApiFlash\n  slug: apiflash\n  description: >-\n    Chrome based screenshot API to convert URLs to images. ApiFlash is an easy\n    to use screenshot API for developers. It is powerful and\n     cost efficient as it is operating on top of AWS Lambda and Google Chrome\n  categories:\n    - Scrapers & Data Mining\n    - Documents & Productivity\n    - Images & Photography\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/apiflash/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://apiflash.com/\n- name: Apify\n  slug: apify\n  description: Apify's API lets you run web scraping and automation actors, manage\n    datasets, key-value stores, and proxies. Access thousands of pre-built\n    scrapers or deploy your own.\n  categories:\n    - Scrapers & Data Mining\n    - Development\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://docs.apify.com/api/v2\n    - name: API Reference\n      url: https://docs.apify.com/api/v2\n- name: Apileap\n  slug: apileap\n  description: Make screenshots from web pages and HTML\n  categories:\n    - Collaboration\n    - Development\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://apileap.com/\n- name: APIXU\n  slug: apixu\n  description: Get current weather information, historical data and forecasts\n    using weatherstack - a free world weather REST API supporting millions of\n    global locations\n  categories:\n    - Weather\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.apixu.com/doc/request.aspx\n  libraries:\n    - name: \"Apixu Python SDK \"\n      documentation_url: https://github.com/apixu/apixu-python\n      platform: Python\n      author: apixu\n      stargazers_count: 30\n    - name: \"Apixu Node.js SDK \"\n      documentation_url: https://github.com/apixu/apixu-nodejs\n      platform: Node.js\n      author: apixu\n      stargazers_count: 22\n    - name: Apixu Java SDK\n      documentation_url: https://github.com/apixu/apixu-java\n      platform: Java\n      author: apixu\n      stargazers_count: 9\n    - name: Apixu Ruby SDK\n      documentation_url: https://github.com/apixu/apixu-ruby\n      platform: Ruby\n      author: apixu\n      stargazers_count: 2\n    - name: Apixu Android SDK\n      documentation_url: https://github.com/apixu/apixu-android\n      platform: Java\n      author: apixu\n      stargazers_count: 2\n    - name: Apixu PHP SDK\n      documentation_url: https://github.com/apixu/apixu-php\n      platform: PHP\n      author: apixu\n      stargazers_count: 22\n    - name: Apixu C# SDK\n      documentation_url: https://github.com/apixu/apixu-csharp\n      platform: C#\n      author: apixu\n      stargazers_count: 17\n    - name: Apixu Perl SDK\n      documentation_url: https://github.com/apixu/apixu-perl\n      platform: PERL\n      author: apixu\n      stargazers_count: 1\n- name: Approveapi\n  slug: approveapi\n  description: A simple API to request a user's real-time approval on any device\n    or platform via Email, SMS, Slack, and in-app mobile Push. I found a great\n    domain name for sale. Check it out!\n  categories:\n    - Development\n    - Validation & Verification\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/approveapi/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://approveapi.com\n- name: Archive.org\n  slug: archive-org\n  description: The Internet Archive (the “Archive”) is a 501(c)(3) nonprofit\n    organization committed to Universal Access of Knowledge. The Archive runs\n    several services including the Archive.org search engine, OpenLibrary, and\n    the Wayback Machine. In alignment with its mission, the Archive encourages\n    developers to add media to archive.org, as well as to consume and re-purpose\n    media and its metadata, for the great good of our community and beyond.\n  categories:\n    - Statistics & Data\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/archive-org/logo_256x256.png\n  contact: support@aoncadis.org\n  specification:\n    type: swagger\n    url: https://raw.githubusercontent.com/NYTimes/public_api_specs/master/archive_api/archive_api.json\n    version: https://raw.githubusercontent.com/NYTimes/public_api_specs/master/archive_api/archive_api.json\n  links:\n    - name: Docs / Website\n      url: https://archive.readme.io/docs\n- name: arcsecond.io\n  slug: arcsecond-io\n  description: Unified REST APIs for world-wide astronomy data\n  categories:\n    - Science & Math\n    - Space\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/arcsecond-io/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://api.arcsecond.io/\n- name: Asana\n  slug: asana\n  description: Asana's API provides programmatic access to tasks, projects, teams,\n    portfolios, and goals. Automate work management, build integrations, and\n    sync data with Asana's project platform.\n  categories:\n    - Project Management\n    - Development\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://developers.asana.com/docs\n    - name: API Reference\n      url: https://developers.asana.com/reference/rest-api-reference\n- name: aScraper\n  slug: ascraper\n  description: Scraping Service API. Simple and ultrafast web crawler, webpages\n    Javascript rendering\n  categories:\n    - Scrapers & Data Mining\n  type: REST\n  logo: https://ascraper.com/static/images/logo_white.svg\n  links:\n    - name: Docs / Website\n      url: https://ascraper.com/\n- name: AssemblyAI\n  slug: assemblyai\n  description: AssemblyAI's API provides speech-to-text transcription, speaker\n    diarization, sentiment analysis, topic detection, and summarization from\n    audio and video files.\n  categories:\n    - AI & ML\n    - Voice\n    - Music & Audio\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.assemblyai.com/docs\n    - name: API Reference\n      url: https://www.assemblyai.com/docs/api-reference\n- name: Associated Press\n  slug: associated-press\n  description: AP Media API Get all your AP multimedia content in one place Access\n    the content programmatically via the API or use the AP Media Agent to\n    download content automatically. Currently using AP WebFeeds\n  categories:\n    - News & Feeds\n    - Images & Photography\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developer.ap.org/\n  libraries:\n    - name: Associated Press Ruby Library by Jay Boice\n      documentation_url: https://github.com/huffpostdata/ap-election-loader\n      platform: Ruby\n      stargazers_count: 61\n- name: Astronomy\n  slug: astronomy\n  description: Astronomy API provides timings for sunrise, sunset, moonrise,\n    moonset, sun azimuth, moon azimuth, sun altitude, moon altitude, sun\n    distance from the earth and moon distance from the earth from latitude and\n    longitude or an IPv4 or IPv6 address for a given date.\n  categories:\n    - Science & Math\n    - Space\n    - Maps & Geo\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://ipgeolocation.io/astronomy-api.html\n- name: AudD\n  slug: audd\n  description: \"AudD Music Recognition API Docs: how to identify songs in audio\n    using our API\"\n  categories:\n    - Recognition\n    - Music & Audio\n    - Development\n    - Entertainment\n    - AI & ML\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/audd/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://docs.audd.io/\n- name: Audio Db\n  slug: audio-db\n  description: with the Audio DB API, you can get albums, artist, specific tracks\n    data , youtube music videos , popularity and images for 1000s of musicians.\n    Most of the basic calls will work using the test API key of \"1\". Do not use\n    the \"1\" test key in production! For production environments, higher limits,\n    more advanced functionality, publishing Apps\n  categories:\n    - Music & Audio\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/audio-db/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.theaudiodb.com/api_guide.php\n- name: Australia\n  slug: australia\n  description: Central bank of Australia\n  categories:\n    - Government\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/australia/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.rba.gov.au/statistics/tables/\n- name: Auth0\n  slug: auth0\n  description: Rapidly integrate authentication and authorization for web, mobile,\n    and legacy applications so you can focus on your core business. Authenticate\n    and authorize apps and APIs with any identity provider running on any stack\n    any device or cloud. Free for 700 active users\n  categories:\n    - Authentication & User Management\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/auth0/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://auth0.com\n- name: Authentic Jobs\n  slug: authentic-jobs\n  description: Since 2005. Job board for designers, hackers and creative pros. The\n    leading job board for designers, developers, and creative pros. © 2021\n    Authentic Jobs, Inc\n  categories:\n    - Jobs\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://authenticjobs.com/\n- name: Autopilot\n  slug: autopilot\n  description: The Autopilot API documentation, examples and blog for Autopilot\n    REST API. Marketing Automation\n  categories:\n    - Forms & Surveys\n    - Marketing & SEO\n    - Email & SMS\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://developers.autopilothq.com\n- name: AWS Bedrock\n  slug: aws-bedrock\n  description: Amazon Bedrock is a fully managed service that provides access to\n    foundation models from Anthropic, Meta, Mistral, Stability AI, and Amazon\n    via a single API with enterprise security.\n  categories:\n    - AI & ML\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://docs.aws.amazon.com/bedrock\n    - name: API Reference\n      url: https://docs.aws.amazon.com/bedrock/latest/APIReference\n- name: AWS Lambda\n  slug: aws-lambda\n  description: AWS Lambda API enables invoking, managing, and configuring\n    serverless functions. Create, update, and delete functions programmatically\n    and integrate with other AWS services via event triggers.\n  categories:\n    - Development\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://docs.aws.amazon.com/lambda/latest/dg/API_Reference.html\n    - name: API Reference\n      url: https://docs.aws.amazon.com/lambda/latest/api/welcome.html\n- name: AWS SES\n  slug: aws-ses\n  description: AWS Simple Email Service API enables sending transactional and\n    marketing emails at scale with high deliverability. Manage verified\n    identities, sending quotas, and bounce/complaint handling.\n  categories:\n    - Email & SMS\n    - Development\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://docs.aws.amazon.com/ses/latest/dg/Welcome.html\n    - name: API Reference\n      url: https://docs.aws.amazon.com/ses/latest/APIReference/Welcome.html\n- name: AWS SNS\n  slug: aws-sns\n  description: AWS Simple Notification Service API enables pub/sub messaging,\n    mobile push notifications, and SMS delivery. Create topics, manage\n    subscriptions, and publish messages at scale.\n  categories:\n    - Email & SMS\n    - Development\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://docs.aws.amazon.com/sns/latest/dg/welcome.html\n    - name: API Reference\n      url: https://docs.aws.amazon.com/sns/latest/api/welcome.html\n- name: AYLIEN\n  slug: aylien\n  description: AYLIEN Text Analysis API is a package of Natural Language\n    Processing, Information Retrieval and Machine Learning tools for extracting\n    meaning and insight from textual and visual content with ease. Understand\n    the severity and impact of news events and stories in real-time with AYLIEN\n    News API\n  categories:\n    - AI & ML\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://aylien.com/\n- name: Aylien Text Analysis\n  slug: aylien-text-analysis\n  description: Explore AYLIEN’s advanced NLP APIs. Explore AYLIEN’s advanced NLP APIs\n  categories:\n    - News & Feeds\n    - AI & ML\n    - Text Analysis & Tools\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://docs.aylien.com/\n  libraries:\n    - name: AYLIEN Text Analysis Ruby SDK\n      documentation_url: https://developer.aylien.com/getting-started/ruby\n      platform: Ruby\n    - name: AYLIEN Text Analysis Python SDK\n      documentation_url: https://developer.aylien.com/getting-started/python\n      platform: Python\n    - name: AYLIEN Text Analysis PHP SDK\n      documentation_url: https://developer.aylien.com/getting-started/php\n      platform: PHP\n    - name: AYLIEN Text Analysis Node.js SDK\n      documentation_url: https://developer.aylien.com/getting-started/node\n      platform: Node.js\n    - name: AYLIEN Text Analysis Java SDK\n      documentation_url: https://developer.aylien.com/getting-started/java\n      platform: Java\n    - name: AYLIEN Text Analysis C# SDK\n      documentation_url: https://developer.aylien.com/getting-started/cs\n      platform: C#\n- name: Azure Cosmos DB\n  slug: azure-cosmos-db\n  description: Azure Cosmos DB REST API provides globally distributed NoSQL\n    database access with SQL, MongoDB, Cassandra, Gremlin, and Table APIs.\n    Manage databases, containers, and documents at any scale.\n  categories:\n    - Databases\n    - Development\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://learn.microsoft.com/en-us/rest/api/cosmos-db\n    - name: API Reference\n      url: https://learn.microsoft.com/en-us/rest/api/cosmos-db/common-tasks-using-the-cosmosdb-rest-api\n- name: Azure Functions\n  slug: azure-functions\n  description: Azure Functions management API enables deploying and managing\n    serverless functions, triggers, bindings, and app settings on Microsoft\n    Azure's event-driven compute platform.\n  categories:\n    - Development\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://learn.microsoft.com/en-us/azure/azure-functions\n    - name: API Reference\n      url: https://learn.microsoft.com/en-us/rest/api/appservice/functions\n- name: Azure OpenAI Service\n  slug: azure-openai\n  description: Azure OpenAI Service provides REST API access to OpenAI's GPT-4,\n    DALL-E, and Whisper models with enterprise-grade security, compliance, and\n    regional availability through Microsoft Azure.\n  categories:\n    - AI & ML\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://learn.microsoft.com/en-us/azure/ai-services/openai\n    - name: API Reference\n      url: https://learn.microsoft.com/en-us/azure/ai-services/openai/reference\n- name: Bacon Ipsum\n  slug: bacon-ipsum\n  description: JSON API for returning meaty lorem ipsum filler text.\n  categories:\n    - Development\n    - Testing\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://baconipsum.com/json-api/\n  libraries:\n    - name: Bacon Ipsum PHP SDK\n      documentation_url: https://github.com/petenelson/wp-any-ipsum/tree/master/lib\n      platform: PHP\n      author: petenelson\n      stargazers_count: 104\n- name: balldontlie\n  slug: balldontlie\n  description: Access NBA related data\n  categories:\n    - Sport & Fitness\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://balldontlie.io\n- name: Bandsintown\n  slug: bandsintown\n  description: >-\n    The Bandsintown API is designed for artists and enterprises representing\n    artists.\n\n    It offers read-only access to artist info and artist events:\n\n    artist info: returns the link to the Bandsintown artist page, the link to\n    the artist photo, the current number of trackers and more\n\n    artist events: returns the list of events including their date and time,\n    venue name and location, ticket links, lineup, description and the link to\n    the Bandsintown event page\n  categories:\n    - Events\n    - Music & Audio\n  type: REST\n  is_free: false\n  specification:\n    type: swagger\n    url: https://app.swaggerhub.com/apiproxy/registry/Bandsintown/PublicAPI/3.0.0?resolved=true&flatten=true&pretty=true\n    version: https://app.swaggerhub.com/apiproxy/registry/Bandsintown/PublicAPI/3.0.0?resolved=true&flatten=true&pretty=true\n  links:\n    - name: Docs / Website\n      url: https://app.swaggerhub.com/apis/Bandsintown/PublicAPI/3.0.0\n  libraries:\n    - name: Festival Search Engine JavaScript SDK by Steven Liatti\n      documentation_url: https://github.com/steenput/FestivalSearchEngine\n      platform: JavaScript\n      author: stevenliatti\n      stargazers_count: 1\n    - name: Bandsintown Java 8 SDK by Julian Wrastil\n      documentation_url: https://github.com/JayJayBinks/Bandsintown-API\n      platform: Java\n      author: JayJayBinks\n      stargazers_count: 0\n    - name: Bandsintown Go SDK by Nathan Cooper\n      documentation_url: https://github.com/NathanLBCooper/bandsintown-api\n      platform: Go\n      author: NathanLBCooper\n      stargazers_count: 1\n    - name: Bandsintown .NET SDK by Damian Karzon\n      documentation_url: https://github.com/dkarzon/BitSharp\n      platform: .Net\n      author: dkarzon\n      stargazers_count: 3\n    - name: Bandsintown PHP SDK by dhavhid\n      documentation_url: https://github.com/dhavhid/php-bandsintown\n      platform: PHP\n      author: dhavhid\n      stargazers_count: 1\n    - name: Bandsintown Python SDK by Anthony Roscoe\n      documentation_url: https://github.com/WizKid/Bandsintown-API\n      platform: Python\n      author: WizKid\n      stargazers_count: 5\n    - name: Bandsintown Ruby SDK by Mike Constanza\n      documentation_url: https://github.com/bandsintown/api-gem\n      platform: Ruby\n      stargazers_count: 20\n- name: Bannerbear\n  slug: bannerbear\n  description: Bannerbear API auto-generates social media images, banners, and\n    PDFs from templates. Integrate dynamic image creation into workflows for\n    marketing, e-commerce, and content automation.\n  categories:\n    - Images & Photography\n    - Marketing & SEO\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developers.bannerbear.com\n    - name: API Reference\n      url: https://developers.bannerbear.com/#introduction\n- name: Barchart OnDemand\n  slug: barchart-ondemand\n  description: Free Market Data APIs for Stock, futures and forex quotes, and\n    historical data.\n  categories:\n    - Finance & Economics\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.barchartondemand.com/free\n- name: Barzahlen\n  slug: barzahlen\n  description: viafintech API v2 allows you to create payment, partial payment,\n    payout, and refund slips customers can use in stores like supermarkets to\n    pay or receive money. Slips are sent to users as an email with a PDF\n    attachment or as a text message. When a store's point of sale system\n    confirms the transaction, viafintech usually immediately calls a Webhook to\n    notify your system about the payment. You can then use this confirmation\n    e.g. to mark an invoice as paid or trigger shipping goods to the customer.\n  categories:\n    - Documents & Productivity\n    - Commerce\n    - Payments\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://docs.viafintech.com\n  libraries:\n    - name: Barzahlen Ruby SDK\n      documentation_url: https://github.com/Barzahlen/Barzahlen-Ruby\n      platform: Ruby\n      stargazers_count: 4\n    - name: Barzahlen PHP SDK\n      documentation_url: https://github.com/Barzahlen/Barzahlen-PHP\n      platform: PHP\n      stargazers_count: 13\n- name: Basecamp API\n  slug: basecamp-api\n  description: A web based system for managing collaborative projects. Simple\n    manipulations of your project are provided through the web user interface.\n    API documentation and wrappers for Basecamp 2. Contribute to\n    basecamp/bcx-api development by creating an account on GitHub\n  categories:\n    - Project Management\n    - Collaboration\n    - Business\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/basecamp-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://github.com/basecamp/bcx-api\n- name: Battle.Net\n  slug: battle-net\n  description: Blizzard Entertainment\n  categories:\n    - Games\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://develop.battle.net\n- name: Battlefield 4\n  slug: battlefield-4\n  description: Battlefield 4 Information. P-Stats Player Stats Network As of\n    October 27, 2019 the P-Stats Network has shutdown. In 2005 the first website\n    started and in 2011 the P-Stats Network was formed to provide the most\n    detailed playe\n  categories:\n    - Games\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/battlefield-4/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://endof.p-stats.com/\n- name: Battuta\n  slug: battuta\n  description: Country Region City. Country Region City\n  categories:\n    - Maps & Geo\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://battuta.medunes.net\n- name: Bay Area Rapid Transit\n  slug: bay-area-rapid-transit\n  description: The BART API gives you access to pretty much all of the BART\n    service and station data available on the BART website.\n  categories:\n    - Transportation\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://api.bart.gov\n- name: BCLaws\n  slug: bclaws\n  description: CiviX Server is an electronic library providing free public access\n    to law and bylaw content of British Columbia. CiviX Server contains a\n    comprehensive collection of BC Provincial legislation, civic bylaw content\n    and related policy and legislative materials.\n  categories:\n    - Government\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://www.bclaws.ca/civix/template/complete/api/index.html\n- name: Behance\n  slug: behance\n  description: Behance is the world's largest creative network for showcasing and\n    discovering creative work. Behance is the leading online platform to\n    showcase & discover creative work\n  categories:\n    - Art & Design\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/behance/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.behance.net/dev/api/endpoints/\n  libraries:\n    - name: Behance Python SDK by aravenel\n      documentation_url: https://www.behance.net/dev/api/libraries\n      source_code_url: https://github.com/aravenel/behance_python\n      platform: Python\n      author: aravenel\n      stargazers_count: 24\n- name: Best Buy Commerce API\n  slug: best-buy-commerce-api\n  description: Allows companies to conduct commerce with Best Buy services within\n    their own e-commerce application. Come explore our APIs and unleash their\n    possibilities\n  categories:\n    - Commerce\n    - Authentication & User Management\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/best-buy-commerce-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developer.bestbuy.com\n- name: BetterMeta\n  slug: bettermeta\n  description: A simple API to return the meta tags of any site in a digestable JSON format.\n  categories:\n    - Scrapers & Data Mining\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/bettermeta/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: http://bettermeta.io\n- name: Bhagavad Gita\n  slug: bhagavad-gita\n  description: Bhagwat Geeta in Hindi and English. Read Bhagavad Gita online in a\n    simple, beautiful and easy-to-use interface; Gita Saar In Hindi; Bhagavad\n    Gita quotes\n  categories:\n    - Books\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/bhagavad-gita/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://bhagavadgita.io/\n- name: Big ML\n  slug: big-ml\n  description: BigML removes the complexities of Machine Learning so you can focus\n    on what matters most, enhancing and automating decision making. BigML is\n    user-friendly and developer-friendly Machine learning API that mainly\n    concentrates on decision trees\n  categories:\n    - AI & ML\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/big-ml/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: http://bigml.com/api/\n- name: BikeWise\n  slug: bikewise\n  description: Bicycle registration service.\n  categories:\n    - Sport & Fitness\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.bikewise.org/documentation/api_v2\n- name: Binance\n  slug: binance\n  description: Binance cryptocurrency exchange official API\n  categories:\n    - Blockchain & Cryptocurrencies\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/binance/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://github.com/binance/binance-spot-api-docs\n  libraries:\n    - name: haxchange Haskell SDK by Sean McGroarty\n      documentation_url: https://github.com/mcgizzle/haxchange\n      platform: Haskell\n      author: mcgizzle\n      stargazers_count: 13\n    - name: Cryptocurrency exchanges connector PHP SDK by WALL\n      documentation_url: https://github.com/wall-one/exchange-connector\n      platform: PHP\n      stargazers_count: 5\n    - name: binancer R SDK by Gergely Daróczi\n      documentation_url: https://github.com/daroczig/binancer\n      platform: R\n      author: daroczig\n      stargazers_count: 54\n    - name: Binance REST .NET SDK by CodeTao\n      documentation_url: https://github.com/CodeTao/Binance.Api\n      platform: .Net, C#\n    - name: Binance REST Haskell SDK by Kelecorix\n      documentation_url: https://github.com/kelecorix/api-binance\n      platform: Haskell\n      stargazers_count: 0\n    - name: Binance NodeJS SDK by Marcius Capital\n      documentation_url: https://github.com/marcius-capital/binance-api\n      platform: JavaScript, Node.js\n      stargazers_count: 6\n    - name: Binance NodeJS SDK by Sonia John\n      documentation_url: https://github.com/realChainLife/Binance-API\n      platform: JavaScript, Node.js\n      author: realChainLife\n      stargazers_count: 0\n    - name: Binance REST Python SDK by Dave Standish\n      documentation_url: https://github.com/machine-uprising/api-Binance\n      platform: Python\n    - name: Binance .NET SDK by Robert Massa\n      documentation_url: https://github.com/Grepsy/BinanceService\n      source_code_url: https://www.nuget.org/packages/BinanceService\n      platform: .Net, C#\n      author: Grepsy\n      stargazers_count: 1\n    - name: Binance REST Dart SDK by Ravi Teja Gudapati\n      documentation_url: https://github.com/tejainece/binance_api.dart\n      platform: Dart\n      author: tejainece\n      stargazers_count: 1\n    - name: Binance REST Python SDK by Huy Tran\n      documentation_url: https://github.com/mrhuytran/bnb-api-wrapper\n      platform: Python\n      author: nartyuh\n      stargazers_count: 1\n    - name: Binance REST Google Apps Script SDK by AubakirovArman\n      documentation_url: https://github.com/AubakirovArman/Binance_api_gas\n      platform: Unspecified\n      author: AubakirovArman\n      stargazers_count: 4\n    - name: Binance REST Java SDK by Leo Ertuna\n      documentation_url: https://github.com/JPLeoRX/binance4j\n      platform: Java\n      author: JPLeoRX\n      stargazers_count: 2\n    - name: Binance REST Python SDK by ape364\n      documentation_url: https://github.com/ape364/aiobinance\n      source_code_url: https://pypi.org/project/aiobinance/\n      platform: Python\n      author: ape364\n      stargazers_count: 0\n    - name: Binance REST Java SDK by Marco\n      documentation_url: https://github.com/VaultDeveloper/binance-java-client\n      platform: Java\n      author: VaultDeveloper\n      stargazers_count: 0\n    - name: Binance REST Python SDK by Zac Shaiken\n      documentation_url: https://github.com/shaikezr/binance-bot\n      platform: Python\n      author: shaikezr\n      stargazers_count: 0\n    - name: Binance REST .NET SDK by WarFollowsMe\n      documentation_url: https://github.com/WarFollowsMe/NetBinance\n      platform: .Net, C#\n      author: warfollowsme\n      stargazers_count: 0\n    - name: Binance REST Python SDK by Hive Solutions\n      documentation_url: https://github.com/hivesolutions/binance_api\n      source_code_url: https://pypi.org/project/binance_api/\n      platform: Python\n      stargazers_count: 0\n    - name: Binance REST Swift SDK by Ali Ravanchi\n      documentation_url: https://github.com/ravanchi/BinanceSwift\n      platform: Swift\n      author: ravanchi\n      stargazers_count: 2\n    - name: Binance REST Kotlin SDK by Fabian Loewe\n      documentation_url: https://github.com/hyronx/binance-api-kotlin\n      platform: Kotlin\n      author: fabianloewe\n      stargazers_count: 2\n    - name: Binance REST Objective-C SDK by pclion\n      documentation_url: https://github.com/pclion/BinanceAPIForOC\n      platform: Objective-C\n      author: pclion\n      stargazers_count: 0\n    - name: Binance NodeJS SDK by tdeineka\n      documentation_url: https://github.com/tdeineka/node-binance-us-api\n      source_code_url: https://www.npmjs.com/package/node-binance-api\n      platform: JavaScript, Node.js\n      author: tdeineka\n      stargazers_count: 0\n    - name: Binance REST Java SDK by Richard He\n      documentation_url: https://github.com/richardyc/Binance-API-Challenge\n      platform: Java\n      author: richardyc\n      stargazers_count: 2\n    - name: Binance REST C# SDK by JasperDrost4\n      documentation_url: https://github.com/JasperDrost4/BinanceApiDataRetriever\n      platform: C#\n      author: JasperDrost4\n      stargazers_count: 0\n    - name: Binance REST C# SDK by Shamim Keshani\n      documentation_url: https://github.com/jeot/BinanceApi_CSharp\n      platform: C#\n      author: jeot\n      stargazers_count: 1\n- name: Bing Maps\n  slug: bing-maps\n  description: Bing Maps platform provides multiple API options for your\n    application. Explore Bing Maps API features and view an API features\n    comparison chart to help you choose the Maps API that best meets your needs\n  categories:\n    - Maps & Geo\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.microsoft.com/maps/choose-your-bing-maps-API.aspx\n  libraries:\n    - name: Geocoder Ruby SDK by Alex Reisner\n      documentation_url: https://github.com/alexreisner/geocoder\n      source_code_url: https://rubygems.org/gems/geocoder\n      platform: Ruby\n      author: alexreisner\n      stargazers_count: 5834\n    - name: geocode Python SDK by Deloitte\n      documentation_url: https://github.com/DeloitteGeospatial/geocode\n      platform: Python\n      stargazers_count: 0\n    - name: Generic Geocoding C# SDK by Chad Lee\n      documentation_url: https://github.com/chadly/Geocoding.net\n      platform: C#\n      author: chadly\n      stargazers_count: 450\n    - name: Mapstraction JavaScript SDK\n      documentation_url: http://mapstraction.com/\n      source_code_url: https://github.com/mapstraction/mxn\n      platform: JavaScript\n      stargazers_count: 582\n    - name: Bing Maps SDK for Windows 8\n      documentation_url: https://visualstudiogallery.msdn.microsoft.com/ebc98390-5320-4088-a2b5-8f276e4530f9\n      source_code_url: http://msdn.microsoft.com/en-us/library/vstudio\n      platform: C#, C++, JavaScript, Visual Basic\n    - name: Bing Maps iOS SDK\n      documentation_url: http://blogs.bing.com/maps/2011/05/05/new-bing-maps-ios-sdk/\n      source_code_url: http://www.microsoft.com/en-us/download/details.aspx?id=1112\n      platform: Objective-C\n    - name: Bing Maps PHP SDK\n      documentation_url: https://github.com/mindtree/BingMapsPHPSDK\n      platform: PHP\n      author: mindtree\n      stargazers_count: 3\n    - name: Bing Maps Java SDK\n      documentation_url: https://code.google.com/p/bing-maps-java-sdk/\n      platform: Java\n    - name: Drupal Library for Bing Maps API\n      documentation_url: https://www.drupal.org/project/bing_maps_api\n      source_code_url: https://www.drupal.org/node/2399745\n      platform: PHP\n    - name: Bing REST Client\n      documentation_url: https://github.com/advancedrei/Bing.RestClient\n      platform: .Net\n      stargazers_count: 11\n    - name: A Java wrapper for Bing Maps Web Services\n      documentation_url: http://code.google.com/p/bing-maps-java-sdk/\n      platform: Java\n- name: Bing Search API\n  slug: bing-search-api\n  description: Add intelligent search to your app, combing hundreds of billions of\n    webpages, images, videos, and news to provide relevant results with no ad\n    requirements. The results can be automatically customized to your users'\n    locations or markets, increasing relevancy by staying local. 415 Unsupported\n    Media Type nginx\n  categories:\n    - Search\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://datamarket.azure.com/dataset/bing/search\n- name: Bit.Ly API\n  slug: bit-ly-api\n  description: The Bitly API Bitly is the most widely trusted link management\n    platform in the world. By using the Bitly API, you will exercise the full\n    power of your links through automated link customization, mo. Links are\n    everywhere. Within every channel and every platform. Only Bitlinks are\n    powerful enough to allow you to see clear across the internet\n  categories:\n    - URLs\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://dev.bitly.com/\n- name: Bitbucket\n  slug: bitbucket\n  description: Code against the Bitbucket API to automate simple tasks, embed\n    Bitbucket data into your own site, build mobile or desktop apps, or even add\n    custom UI add-ons into Bitbucket itself using the Connect framework.\n  categories:\n    - Development\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/bitbucket/logo_256x256.png\n  contact: support@bitbucket.org\n  links:\n    - name: Docs / Website\n      url: https://developer.atlassian.com/bitbucket/api/2/reference/\n- name: Bitcoin\n  slug: bitcoin\n  description: Bitcoin is an innovative payment network and a new kind of money.\n    Find all you need to know and get started with Bitcoin on bitcoin. org. Find\n    useful resources, guides and reference material for developers\n  categories:\n    - Blockchain & Cryptocurrencies\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/bitcoin/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://bitcoin.org/en/developer-documentation\n- name: BitcoinAverage\n  slug: bitcoinaverage\n  description: The world's best and longest running Cryptocurrency price API\n    provider. These APIs can be used to gather real-time, OHLC, volume and\n    historical price\n  categories:\n    - Blockchain & Cryptocurrencies\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://apiv2.bitcoinaverage.com/\n  libraries:\n    - name: BitcoinAverage NodeJS SDK\n      documentation_url: https://www.npmjs.com/package/bitcoinaverage\n      platform: Node.js\n    - name: BitcoinAverage Python PIP SDK\n      documentation_url: https://github.com/bitcoinaverage/api-integration-examples/\n      platform: Python\n      stargazers_count: 63\n- name: Bitcoincharts\n  slug: bitcoincharts\n  description: You can use this API to include markets data in your websites,\n    mobile apps or desktop applets. Bitcoincharts is the world's leading\n    provider for financial and technical data related to the Bitcoin network. It\n    provides news, markets, price charts and more\n  categories:\n    - Blockchain & Cryptocurrencies\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://bitcoincharts.com/about/markets-api/\n- name: Bitfinex\n  slug: bitfinex\n  description: The Bitfinex API is designed to allow access to all the features of\n    the Bitfinex platform on the condition that it is used in compliance with\n    our API Terms of Service. Users can use the API to create highly customised\n    and advanced trading strategies on our platform\n  categories:\n    - Blockchain & Cryptocurrencies\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://docs.bitfinex.com/docs\n  libraries:\n    - name: ccex-api TypeScript SDK by Dang Thanh Tung\n      documentation_url: https://github.com/dang1412/ccex-api\n      platform: JavaScript, Node.js\n      author: dang1412\n      stargazers_count: 30\n    - name: ExchangeSharp .NET/C# by Jeff Johnson\n      documentation_url: https://github.com/jjxtra/ExchangeSharp\n      platform: .Net, C#\n      author: jjxtra\n      stargazers_count: 759\n    - name: GoEx Go SDK by nntaoli.com\n      documentation_url: https://github.com/nntaoli-project/GoEx\n      platform: Go\n      stargazers_count: 1976\n    - name: Cryptex iOS SDK by Sathya Rajaraman\n      documentation_url: https://github.com/trsathya/Cryptex\n      platform: Swift\n      author: trsathya\n      stargazers_count: 65\n    - name: Bitfinex Ruby SDK by Bitfinex\n      documentation_url: https://github.com/bitfinexcom/bitfinex-api-rb\n      platform: Ruby\n      stargazers_count: 81\n    - name: Bitfinex Go SDK by Bitfinex\n      documentation_url: https://github.com/bitfinexcom/bitfinex-api-go\n      platform: Go\n      stargazers_count: 316\n    - name: Bitfinex Node.js SDK by Bitfinex\n      documentation_url: https://www.npmjs.com/package/bitfinex-api-node\n      source_code_url: https://github.com/bitfinexcom/bitfinex-api-node\n      platform: Node.js\n      stargazers_count: 477\n    - name: Bitfinex Meteor SDK by Josh Rossi\n      documentation_url: https://atmospherejs.com/mjr/bitfinex-api\n      source_code_url: https://github.com/joshuarossi/bitfinex_api/\n      platform: JavaScript\n      author: joshuarossi\n      stargazers_count: 2\n- name: Bitly\n  slug: bitly\n  description: Access to Bitly’s API. The Bitly API Bitly is the most widely\n    trusted link management platform in the world. By using the Bitly API, you\n    will exercise the full power of your links through automated link\n    customization, mo\n  categories:\n    - URLs\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://dev.bitly.com/links.html\n  libraries:\n    - name: Bitly PHP SDK by Kanan Langin-Hooper\n      documentation_url: https://packagist.org/packages/kananlanginhooper/bitly-api-php\n      source_code_url: https://github.com/kananlanginhooper/bitly-api-php\n      platform: PHP\n      author: kananlanginhooper\n      stargazers_count: 0\n    - name: Bit.ly Ruby Library by Louis Gillies\n      documentation_url: https://github.com/playgood/get_shorty\n      platform: Ruby\n      author: louisgillies\n      stargazers_count: 7\n    - name: Bit.ly Python Library by Yoav Aviram\n      documentation_url: https://code.google.com/p/python-bitly/\n      platform: Python\n    - name: Bit.ly PHP Library by Yii\n      documentation_url: http://www.yiiframework.com/extension/bitly-url-shortener\n      platform: PHP\n    - name: \" Bit.ly Java Library by Finn Johnsen \"\n      documentation_url: https://github.com/finnjohnsen/BitlyAndroid\n      platform: .Net, Java\n      author: finnjohnsen\n      stargazers_count: 19\n    - name: Bit.ly Python Library bitly-api-python\n      documentation_url: https://github.com/bitly/bitly-api-python\n      platform: Python\n      stargazers_count: 242\n    - name: Bitly .NET library BitlyDotNET\n      documentation_url: http://dev.bitly.com/code_libraries.html\n      source_code_url: https://code.google.com/p/bitly-dot-net/\n      platform: .Net\n    - name: url_shortener (Bitly Ruby Gem)\n      documentation_url: http://rdoc.info/github/nas/url_shortener\n      source_code_url: https://github.com/nas/url_shortener\n      platform: Ruby\n      author: nas\n      stargazers_count: 40\n    - name: node-bitlyapi\n      documentation_url: https://www.npmjs.org/package/node-bitlyapi\n      source_code_url: https://github.com/nkirby/node-bitlyapi\n      platform: Node.js\n      author: nkirby\n      stargazers_count: 33\n- name: Bitmex\n  slug: bitmex\n  description: BitMEX is the world's most advanced P2P crypto-products trading\n    platform and API. Trade with up to 100x leverage with only Bitcoin as\n    collateral\n  categories:\n    - Blockchain & Cryptocurrencies\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/bitmex/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.bitmex.com/app/apiOverview\n  libraries:\n    - name: Store-json-in-Database Python SDK by Umar Mohamed\n      documentation_url: https://github.com/moroclash/Store-json-in-Database\n      platform: Python\n      author: moroclash\n      stargazers_count: 0\n    - name: ExchangeSharp .NET/C# by Jeff Johnson\n      documentation_url: https://github.com/jjxtra/ExchangeSharp\n      platform: .Net, C#\n      author: jjxtra\n      stargazers_count: 759\n    - name: Reactive Crypto Kotlin/Java SDK by namjug-kim\n      documentation_url: https://github.com/namjug-kim/reactive-crypto\n      platform: Java, Kotlin\n      author: namjug-kim\n      stargazers_count: 100\n    - name: GoEx Go SDK by nntaoli.com\n      documentation_url: https://github.com/nntaoli-project/GoEx\n      platform: Go\n      stargazers_count: 1976\n    - name: BitMEX Swagger Java SDK\n      documentation_url: https://github.com/BitMEX/api-connectors/tree/master/auto-generated/java\n      platform: Java\n      stargazers_count: 912\n    - name: BitMEX Swagger Go SDK\n      documentation_url: https://github.com/BitMEX/api-connectors/tree/master/auto-generated/go\n      platform: Go\n      stargazers_count: 912\n    - name: BitMEX Swagger C# SDK\n      documentation_url: https://github.com/BitMEX/api-connectors/tree/master/auto-generated/csharp\n      platform: C#\n      stargazers_count: 912\n    - name: BitMEX Swagger Clojure SDK\n      documentation_url: https://github.com/BitMEX/api-connectors/tree/master/auto-generated/clojure\n      platform: Clojure\n      stargazers_count: 912\n    - name: BitMEX Swagger Android SDK\n      documentation_url: https://github.com/BitMEX/api-connectors/tree/master/auto-generated/android\n      platform: Java\n      stargazers_count: 912\n- name: bitpay\n  slug: bitpay\n  description: A simple, RESTful API to the most powerful bitcoin infrastructure\n    on the planet. Start accepting bitcoin, store and spend bitcoin securely, or\n    get the BitPay Card\n  categories:\n    - Payments\n    - Blockchain & Cryptocurrencies\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/bitpay/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://bitpay.com/developers\n  libraries:\n    - name: BitPay Cordova SDK\n      documentation_url: https://github.com/bitpay/cordova-sdk\n      platform: JavaScript\n      stargazers_count: 11\n    - name: BitPay Android SDK\n      documentation_url: https://github.com/bitpay/android-sdk\n      platform: Java\n      stargazers_count: 18\n    - name: BitPay Ruby Client Library\n      documentation_url: https://github.com/bitpay/ruby-client\n      platform: Ruby\n      stargazers_count: 78\n    - name: BitPay C# Client Library\n      documentation_url: https://github.com/bitpay/csharp-bitpay-client\n      platform: C#\n      stargazers_count: 30\n    - name: BitPay Perl Client Library\n      documentation_url: https://github.com/bitpay/perl-client\n      platform: PERL\n      stargazers_count: 7\n    - name: BitPay Java Client Library\n      documentation_url: https://github.com/bitpay/java-bitpay-client\n      platform: Java\n      stargazers_count: 44\n    - name: BitPay PHP Client Library\n      documentation_url: https://github.com/bitpay/php-bitpay-client\n      platform: PHP\n      stargazers_count: 166\n    - name: BitPay Python Client Library\n      documentation_url: https://github.com/bitpay/python-client\n      platform: Python\n    - name: BitPay Node.js Client Library\n      documentation_url: https://github.com/bitpay/node-bitpay-client\n      platform: Node.js\n      stargazers_count: 104\n- name: Bittrex\n  slug: bittrex\n  description: Bittrex provides a simple and powerful API consisting of REST\n    endpoints for transactional operations and a complementary Websocket service\n    providing streaming market and user data updates\n  categories:\n    - Blockchain & Cryptocurrencies\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://bittrex.github.io/api/v3\n  libraries:\n    - name: haxchange Haskell SDK by Sean McGroarty\n      documentation_url: https://github.com/mcgizzle/haxchange\n      platform: Haskell\n      author: mcgizzle\n      stargazers_count: 13\n    - name: Cryptocurrency exchanges connector PHP SDK by WALL\n      documentation_url: https://github.com/wall-one/exchange-connector\n      platform: PHP\n      stargazers_count: 5\n    - name: ExchangeSharp .NET/C# by Jeff Johnson\n      documentation_url: https://github.com/jjxtra/ExchangeSharp\n      platform: .Net, C#\n      author: jjxtra\n      stargazers_count: 759\n    - name: Bittrex Go SDK by frcr\n      documentation_url: https://github.com/frcr/gotrex\n      platform: Go\n      author: frcr\n      stargazers_count: 0\n    - name: Bittrex C# SDK by raghupallavi\n      documentation_url: https://github.com/raghupallavi/Bittrex-CSharp-Api\n      platform: C#\n    - name: Bittrex PowerShell SDK by byterogues\n      documentation_url: https://github.com/byterogues/powershell-bittrex-api\n      platform: .Net\n      author: byterogues\n      stargazers_count: 5\n    - name: Bittrex PHP SDK by Brian Faust\n      documentation_url: https://github.com/faustbrian/Bittrex-PHP-Client\n      platform: PHP\n      author: faustbrian\n      stargazers_count: 2\n    - name: Bittrex Python SDK by Luc\n      documentation_url: https://github.com/dude24760/bittrex-public-unofficial-api\n      platform: Python\n      author: dude24760\n      stargazers_count: 0\n    - name: Bittrex Ruby SDK by Vizakenjack\n      documentation_url: https://github.com/Vizakenjack/ruby-bittrex-api\n      platform: Ruby\n      author: vizakenjack\n      stargazers_count: 4\n    - name: Bittrex Java SDK by NinjaNed\n      documentation_url: https://github.com/NinjaNed/BittrexJavaWrapper\n      platform: Java\n      author: NinjaNed\n      stargazers_count: 5\n    - name: Bittrex .NET SDK by swtrse\n      documentation_url: https://github.com/swtrse/BittrexClient.net\n      platform: .Net\n      author: swtrse\n      stargazers_count: 0\n    - name: Bittrex PHP SDK by fransyozef\n      documentation_url: https://github.com/fransyozef/php-bittrex\n      platform: PHP\n    - name: Bittrex Laravel PHP SDK by Pepijn Olivier\n      documentation_url: https://github.com/pepijnolivier/laravel-bittrex\n      platform: PHP\n      author: pepijnolivier\n      stargazers_count: 23\n    - name: Bittrex PHP SDK by Roman\n      documentation_url: https://github.com/KielD-01/Bittrex-Reader\n      platform: PHP\n      author: KielD-01\n      stargazers_count: 0\n    - name: Bittrex Node.js SDK by Coinsop\n      documentation_url: https://github.com/coinsop/bittrex-wrapper\n      platform: Node.js\n      stargazers_count: 8\n    - name: Bittrex Python SDK by Nate George\n      documentation_url: https://github.com/nateGeorge/bittrex_tools\n      platform: Python\n      author: nateGeorge\n      stargazers_count: 12\n    - name: Bittrex Node.js SDK by jpstratmanuno\n      documentation_url: https://github.com/jpstratmanuno/bittrex-orderbook\n      platform: Node.js\n      author: jpstratman\n      stargazers_count: 0\n    - name: Bittrex Elixir SDK by Andrey Parubets\n      documentation_url: https://github.com/parubets/bittrex_elixir\n      platform: Elixir\n      author: parubets\n      stargazers_count: 0\n    - name: Bittrex Ruby SDK by Aaron Binford\n      documentation_url: https://github.com/MisterToolbox/bittrex-api\n      platform: Ruby\n      author: MisterToolbox\n      stargazers_count: 0\n    - name: Bittrex Elixir SDK by cyberpunk-ventures\n      documentation_url: https://github.com/cyberpunk-ventures/bittrex_ex\n      platform: Elixir\n      stargazers_count: 0\n    - name: Bittrex Node.js SDK by Tommy Bergeron\n      documentation_url: https://github.com/tbergeron/bittrex-notifier\n      platform: Node.js\n      author: tbergeron\n      stargazers_count: 2\n    - name: Bittrex Go SDK by Justin\n      documentation_url: https://github.com/Just1B/Bittrex_ticker\n      platform: Go\n    - name: Bittrex v2 Java SDK by Giorgio Momigliano\n      documentation_url: https://github.com/platelminto/java-bittrex-2\n      platform: Java\n      author: platelminto\n      stargazers_count: 17\n    - name: Bittrex PHP SDK by guxal\n      documentation_url: https://github.com/guxal/BittrexAPIClient\n      platform: PHP\n      author: guxal\n      stargazers_count: 5\n    - name: Bittrex Python SDK by ppm0\n      documentation_url: https://github.com/ppm0/bittrex3\n      platform: Python\n      author: ppm0\n      stargazers_count: 0\n    - name: Python-Bittrex\n      documentation_url: https://github.com/ericsomdahl/python-bittrex\n      platform: Python\n      author: ericsomdahl\n      stargazers_count: 580\n    - name: Ruby Gem for Bittrex\n      documentation_url: https://github.com/mwerner/bittrex\n      source_code_url: https://github.com/mwerner/bittrex\n      platform: Ruby\n      author: mwerner\n      stargazers_count: 51\n    - name: Node Bittrex API\n      documentation_url: https://www.npmjs.org/package/node.bittrex.api\n      source_code_url: https://github.com/n0mad01/node.bittrex.api\n      platform: Node.js\n      author: n0mad01\n      stargazers_count: 180\n- name: BlaBlaCar\n  slug: blablacar\n  description: Connects people together, making it possible to travel literally\n    anywhere, directly. BlaBlaCar is the leading carpooling app in the world.\n  categories:\n    - Transportation\n    - Vehicles\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://dev.blablacar.com\n- name: Block\n  slug: block\n  description: The most versatile and secure wallet for all your coins\n  categories:\n    - Blockchain & Cryptocurrencies\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/block/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://block.io/\n- name: Blockchain\n  slug: blockchain\n  description: The easiest and most trusted transaction search engine and block explorer.\n  categories:\n    - Blockchain & Cryptocurrencies\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/blockchain/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.blockchain.info/api\n- name: BlockCypher\n  slug: blockcypher\n  description: Build blockchain applications easily with our web APIs and\n    callbacks. High throughputs, linear scaling, low-latency. BlockCypher is the\n    infrastructure fabric for blockchain applications\n  categories:\n    - Blockchain & Cryptocurrencies\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.blockcypher.com/\n  libraries:\n    - name: BlockCypher .Net SDK by Boris Scheiman\n      documentation_url: https://github.com/bscheiman/BlockCypher\n      platform: .Net\n      author: bscheiman\n      stargazers_count: 20\n    - name: BlockCypher Node.js SDK by BlockCypher\n      documentation_url: https://github.com/blockcypher/node-client\n      platform: Node.js\n      stargazers_count: 94\n    - name: BlockCypher Go SDK by BlockCypher\n      documentation_url: https://github.com/blockcypher/gobcy\n      platform: Go\n      stargazers_count: 61\n    - name: BlockCypher PHP SDK by BlockCypher\n      documentation_url: https://github.com/blockcypher/php-client\n      platform: PHP\n      stargazers_count: 52\n    - name: BlockCypher Java SDK by BlockCypher\n      documentation_url: https://github.com/blockcypher/java-client\n      platform: Java\n      stargazers_count: 46\n    - name: BlockCypher Python SDK by BlockCypher\n      documentation_url: https://github.com/blockcypher/blockcypher-python\n      platform: Python\n      stargazers_count: 223\n    - name: BlockCypher Ruby SDK by BlockCypher\n      documentation_url: https://github.com/blockcypher/ruby-client\n      platform: Ruby\n      stargazers_count: 47\n- name: BlockFacts.io\n  slug: blockfacts-io\n  description: >-\n    SDKs for integration, rich historic tick data. AllMarkets - US stock market:\n    real-time, stock quotes, stock screener, stock charts and cryptocurrencies\n     API. Compliance-first digital asset data with REST and WebSocket API support. Real-time cryptocurrency data from multiple exchanges via a single unified API\n  categories:\n    - Blockchain & Cryptocurrencies\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/blockfacts-io/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://blockfacts.io/\n- name: BlockScore\n  slug: blockscore\n  description: A real-time API for verifying an identity by name, address, date of\n    birth, and social security number\n  categories:\n    - Authentication & User Management\n    - Payments\n    - Commerce\n    - Validation & Verification\n    - Security\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://docs.blockscore.com/\n- name: Blogcast\n  slug: blogcast\n  description: Generate audio versions of your articles. Create realistic voice\n    overs for blogs, videos, podcasts and more from your content using AI\n    text-to-speech software\n  categories:\n    - AI & ML\n    - Scrapers & Data Mining\n    - Voice\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://blogcast.host\n- name: bng2latlong\n  slug: bng2latlong\n  description: Simple API to convert an OSGB36 easting and northing (British\n    National Grid) to WGS84 latitude and longitude.\n  categories:\n    - Post & Logistics\n    - Maps & Geo\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/bng2latlong/logo_256x256.png\n  contact: info@getthedata.com\n  links:\n    - name: Docs / Website\n      url: https://www.getthedata.com/bng2latlong\n- name: Bored\n  slug: bored\n  description: Find random activities to fight boredom\n  categories:\n    - Development\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.boredapi.com/\n- name: Box\n  slug: box\n  description: |-\n    Explore the Box APIs and SDKs to use for app development,\n    API documentation, developer support resources, and access\n    the Box Developer Console.\n  categories:\n    - Collaboration\n    - Business\n    - Files & Storage\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/box/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developer.box.com/\n  libraries:\n    - name: Box Javascript SDK by Allen-Michael Grobelny\n      documentation_url: https://github.com/allenmichael/box-javascript-sdk/blob/master/README.md\n      source_code_url: https://github.com/allenmichael/box-javascript-sdk\n      platform: JavaScript\n      author: allenmichael\n      stargazers_count: 0\n    - name: Box Windows Powershell SDK by Box Community\n      documentation_url: https://github.com/box-community/box-powershell-sdk-v2\n      platform: .Net\n      stargazers_count: 22\n    - name: \" Box Node.js SDK by Box\"\n      documentation_url: https://www.npmjs.com/package/box-node-sdk\n      source_code_url: https://github.com/box/box-node-sdk\n      platform: Node.js\n      stargazers_count: 196\n    - name: Box for Salesforce NodeJS SDK by Box\n      documentation_url: https://github.com/box/box-salesforce-sdk\n      source_code_url: https://github.com/box/box-node-sdk\n      platform: Node.js\n      stargazers_count: 196\n    - name: Box View Python SDK by Maxim Kamenkov\n      documentation_url: https://github.com/caxap/python-boxview\n      platform: Python\n      author: caxap\n      stargazers_count: 8\n    - name: Box View Node.js SDK by Cameron Lakenen\n      documentation_url: https://www.npmjs.com/package/box-view\n      source_code_url: https://github.com/lakenen/node-box-view\n      platform: Node.js\n      author: lakenen\n      stargazers_count: 13\n    - name: Box View .NET SDK by Box\n      documentation_url: https://box-content.readme.io/docs/view-api-sdks\n      source_code_url: https://github.com/crocodoc/dot-net-box-view\n      platform: .Net\n    - name: Box Ruby SDK by Chad Burnette\n      documentation_url: http://www.rubydoc.info/gems/boxr/Boxr/Client\n      source_code_url: https://github.com/cburnette/boxr\n      platform: Ruby\n      author: cburnette\n      stargazers_count: 117\n    - name: Box Python SDK by Box\n      documentation_url: http://opensource.box.com/box-python-sdk/\n      source_code_url: https://github.com/box/box-python-sdk\n      platform: Python\n      stargazers_count: 453\n    - name: Box Java SDK by Box\n      documentation_url: http://opensource.box.com/box-java-sdk/\n      source_code_url: https://github.com/box/box-java-sdk\n      platform: Java\n      stargazers_count: 162\n    - name: Box Windows SDK by Box\n      documentation_url: https://github.com/box/box-windows-sdk-v2/blob/master/README.md\n      source_code_url: https://github.com/box/box-windows-sdk-v2\n      platform: .Net\n      stargazers_count: 186\n    - name: Box Android SDK by Box\n      documentation_url: https://github.com/box/box-android-sdk-v2/blob/master/README.md\n      source_code_url: https://github.com/box/box-android-sdk-v2\n      platform: Java\n    - name: Box iOS SDK by Box\n      documentation_url: https://github.com/box/box-ios-sdk-v2/blob/master/README.md\n      source_code_url: https://github.com/box/box-ios-sdk-v2\n      platform: Objective-C\n    - name: Box View PHP SDK\n      documentation_url: https://github.com/donutdan4114/box-view-api\n      source_code_url: https://github.com/donutdan4114/box-view-api\n      platform: PHP\n      author: donutdan4114\n      stargazers_count: 14\n    - name: Box Ruby SDK 2.0\n      documentation_url: https://github.com/attachmentsme/ruby-box\n      source_code_url: https://github.com/attachmentsme/ruby-box\n      platform: Ruby\n      stargazers_count: 86\n    - name: Box iOS SDK\n      documentation_url: https://github.com/box/box-ios-sdk-v2\n      source_code_url: https://github.com/box/box-ios-sdk-v2\n      platform: Objective-C\n    - name: Box View Ruby Client\n      documentation_url: https://github.com/reillyforshaw/box_view\n      source_code_url: https://github.com/reillyforshaw/box_view\n      platform: Ruby\n      author: reillyforshaw\n      stargazers_count: 2\n    - name: Box View Ruby Wrapper\n      documentation_url: https://github.com/kntyskw/box-view-ruby\n      source_code_url: https://github.com/kntyskw/box-view-ruby\n      platform: Ruby\n      author: kntyskw\n      stargazers_count: 7\n    - name: Box Ruby\n      documentation_url: https://github.com/jvimal/box-ruby\n      platform: Ruby\n      author: jvimal\n      stargazers_count: 1\n    - name: Box Python\n      documentation_url: https://github.com/tukutela/box-python\n      platform: Python\n      author: tukutela\n      stargazers_count: 2\n    - name: Box PHP SDK\n      documentation_url: https://github.com/brunomorency/box-php-sdk\n      platform: PHP\n- name: Braille Api\n  slug: braille-api\n  description: It is traditionally written with embossed paper. Braille-users can\n    read computer screens and other electronic supports thanks to refreshable\n    braille displays. They can write braille with the original slate and stylus\n    or type it on a braille writer, such as a portable braille note-taker, or on\n    a computer that prints with a braille embosser. Whether you are displaying\n    in browser or a braille display our API covers the use case. . Translate\n    from English to Braille. Braille is a tactile writing system used by people\n    who are blind or visually impaired\n  categories:\n    - Video & Media\n    - Entertainment\n    - Translation\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/braille-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://funtranslations.com/api/braille\n- name: Braintree\n  slug: braintree\n  description: Specializes in mobile and web payment systems for ecommerce\n    companies. Braintree resources and tools for developers to integrate\n    Braintree's global payments platform\n  categories:\n    - Business\n    - Commerce\n    - Payments\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developers.braintreepayments.com\n  libraries:\n    - name: BrainTree Drop-In Android SDK\n      documentation_url: https://developers.braintreepayments.com/start/hello-client/android/v3#present-drop-in-ui\n      source_code_url: https://github.com/braintree/braintree-android-drop-in\n      platform: Java\n      stargazers_count: 125\n    - name: BrainTree Python SDK\n      documentation_url: https://developers.braintreepayments.com/start/hello-server/python\n      source_code_url: https://github.com/braintree/braintree_python\n      platform: Python\n      stargazers_count: 246\n    - name: BrainTree Perl SDK\n      documentation_url: https://github.com/braintree/braintree_perl\n      source_code_url: https://github.com/singingfish/braintree_perl\n      platform: PERL\n      author: dr-kd\n      stargazers_count: 3\n    - name: BrainTree .NET SDK\n      documentation_url: https://developers.braintreepayments.com/start/hello-server/dotnet\n      source_code_url: https://github.com/braintree/braintree_dotnet\n      platform: .Net\n      stargazers_count: 143\n    - name: BrainTree Java SDK\n      documentation_url: https://developers.braintreepayments.com/start/hello-server/java\n      source_code_url: https://github.com/braintree/braintree_java\n      platform: Java\n      stargazers_count: 163\n    - name: BrainTree NodeJS SDK\n      documentation_url: https://developers.braintreepayments.com/start/hello-server/node\n      source_code_url: https://github.com/braintree/braintree_node\n      platform: Node.js\n      stargazers_count: 333\n    - name: BrainTree PHP SDK\n      documentation_url: https://developers.braintreepayments.com/start/hello-server/php\n      source_code_url: https://github.com/braintree/braintree_php\n      platform: PHP\n      stargazers_count: 555\n    - name: BrainTree Client Android SDK\n      documentation_url: https://developers.braintreepayments.com/start/hello-client/android/v3\n      source_code_url: https://github.com/braintree/braintree_android\n      platform: Java\n      stargazers_count: 419\n    - name: \"Braintree Client JavaScript SDK \"\n      documentation_url: https://developers.braintreepayments.com/start/hello-client/javascript/v3\n      platform: JavaScript\n    - name: BrainTree Client iOS SDK\n      documentation_url: https://developers.braintreepayments.com/start/hello-client/ios/v4\n      source_code_url: https://github.com/braintree/braintree_ios\n      platform: Objective-C\n      stargazers_count: 578\n    - name: Braintree Ruby SDK\n      documentation_url: https://developers.braintreepayments.com/start/hello-server/ruby\n      source_code_url: https://github.com/braintree/braintree_ruby\n      platform: Ruby\n      stargazers_count: 446\n- name: Bratabase\n  slug: bratabase\n  description: Bratabase API Widget. Hello Developers! Welcome to the developers\n    corner of Bratabase. On this site you should find information regarding the\n    tools that the platform provides for you to build up on\n  categories:\n    - Commerce\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developers.bratabase.com/\n- name: Brazilian Vehicles and Prices\n  slug: brazilian-vehicles-and-prices\n  description: Table FIPE Consultation API provides average vehicle prices in the\n    brazilian market through a RESTful HTTP Json service. Updated monthly with\n    data extracted from the FIPE table\n  categories:\n    - Vehicles\n  type: REST\n  is_free: true\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/brazilian-vehicles-and-prices/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://deividfortuna.github.io/fipe/\n- name: Breaking Bad & Better Call Saul API\n  slug: breaking-bad-and-better-call-saul-api\n  description: Get data about characters, episodes, quotes, and deaths\n  categories:\n    - Video & Media\n    - Entertainment\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://breakingbadapi.com/documentation\n- name: Breaking Bad Quotes\n  slug: breaking-bad-quotes\n  description: A free API to retrieve some quotes of Breaking Bad.\n  categories:\n    - Video & Media\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/breaking-bad-quotes/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://breakingbadquotes.xyz/\n- name: Brex\n  slug: brex\n  description: Brex's API provides access to corporate card transactions,\n    expenses, budgets, vendors, and reimbursements. Automate expense management\n    and financial workflows for businesses.\n  categories:\n    - Finance & Economics\n    - Payments\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developer.brex.com\n    - name: API Reference\n      url: https://developer.brex.com/openapi/transactions_api\n- name: British National Bibliography\n  slug: british-national-bibliography\n  description: Welcome to bnb. data. bl. uk TheBritish National Bibliography(BNB)\n    records the publishing activity of the United Kingdom and the Republic of\n    Ireland and has been doing so since the 1950s. This has t\n  categories:\n    - Books\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/british-national-bibliography/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: http://bnb.data.bl.uk/\n- name: Broadage Sports Data Api\n  slug: broadage-sports-data-api\n  description: >-\n    Create your unique project or enrich your content with Broadage Sports\n    real-time data feeds, the flexible and cost effective data solution in the\n    market for more than 10 years, reaching out to millions of users. Broadage\n    Sports real time data, developers portal includes global API details, global\n    API technical docs, global API sports list\n\n    . Broadage Sports API's\n\n    Broadage Sports provides comprehensive sports data API solutions for your\n    projects\n  categories:\n    - Sport & Fitness\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.broadage.com/developers/global-api\n- name: Browshot\n  slug: browshot\n  description: Full API to take screenshots of any website.\n  categories:\n    - Scrapers & Data Mining\n    - Images & Photography\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://browshot.com/api/documentation\n  libraries:\n    - name: Browshot CSharp SDK by Browshot\n      documentation_url: https://browshot.com/api/libraries/csharp\n      platform: C#\n    - name: Browshot Ruby SDK by Browshot\n      documentation_url: https://rubygems.org/gems/browshot\n      platform: Ruby\n    - name: Browshot Python SDK by Browshot\n      documentation_url: https://github.com/juliensobrier/browshot-python\n      platform: Python\n      author: juliensobrier\n      stargazers_count: 2\n    - name: Browshot PHP SDK by Browshot\n      documentation_url: https://browshot.com/api/libraries/php\n      platform: PHP\n    - name: Browshot Perl SDK by Browshot\n      documentation_url: https://github.com/juliensobrier/browshot-perl\n      platform: PERL\n      author: juliensobrier\n      stargazers_count: 1\n- name: Buffer\n  slug: buffer\n  description: Buffer makes it super easy to share any page you're reading. Keep\n    your Buffer topped up and it will automagically share them for you through\n    the day\n  categories:\n    - Documents & Productivity\n    - Social\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/buffer/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://buffer.com/developers/api\n  libraries:\n    - name: Buffer Ruby SDK\n      documentation_url: https://buffer.com/developers/libraries/ruby\n      source_code_url: https://github.com/bufferapp/buffer-ruby\n      platform: Ruby\n      stargazers_count: 56\n    - name: SocialSharesCount Go SDK by Sumesh Suvarna\n      documentation_url: https://github.com/gssumesh/socialsharescount\n      platform: Go\n      author: gssumesh\n      stargazers_count: 11\n    - name: Buffer Python SDK by alex tsai\n      documentation_url: https://github.com/caffodian/mezzanine-buffer\n      platform: Python\n      author: caffodian\n      stargazers_count: 0\n    - name: \" Buffer Node.js SDK by Joe McKie\"\n      documentation_url: https://github.com/joemckie/buffer-node\n      platform: Node.js\n      author: joemckie\n      stargazers_count: 1\n    - name: Buffer Ruby Library\n      documentation_url: https://github.com/bufferapp/buffer-ruby\n      platform: Ruby\n      stargazers_count: 56\n- name: Bunq Api\n  slug: bunq-api\n  description: >-\n    Open RESTful bank API that lets you work with bank cards, accounts,\n    payments, transactions, attachments, and more! \n\n    200 endpoints to ensure our API is flexible enough to fit any project! \n\n    bunq is an anti-bank that is licenced to work in Europe. ApplePay\n    integrated. \n\n    Let's cooperate!\n  categories:\n    - Payments\n    - Finance & Economics\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://doc.bunq.com/\n- name: BusinessUSA\n  slug: businessusa\n  description: Software developers and researchers can use these APIs and data\n    feeds to help people find useful government information\n  categories:\n    - Government\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/businessusa/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://business.usa.gov/developer\n  libraries:\n    - name: Official GitHub Account\n      documentation_url: https://github.com/usagov/\n- name: Bybit\n  slug: bybit\n  description: Bybit's API provides spot, derivatives, and options trading, market\n    data, and account management for one of the largest crypto derivatives\n    exchanges globally.\n  categories:\n    - Blockchain & Cryptocurrencies\n    - Finance & Economics\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://bybit-exchange.github.io/docs/v5/intro\n    - name: API Reference\n      url: https://bybit-exchange.github.io/docs/v5/market/time\n- name: Cal.com\n  slug: cal-com\n  description: Cal.com's API manages bookings, event types, availability, users,\n    and webhooks for the open-source scheduling platform. Build calendar and\n    scheduling integrations programmatically.\n  categories:\n    - Calendar & Time\n    - Development\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://cal.com/docs/enterprise-features/api\n    - name: API Reference\n      url: https://api.cal.com/v2/docs\n- name: Calendarific\n  slug: calendarific\n  description: With Calendarific API you can display the dates of public holidays,\n    bank holidays, local holidays and religious holidays for over 200 countries\n    worldwide. The Calendarific Holiday API documentation allows you to\n    integrate our easy-to-use JSON API into your applications\n  categories:\n    - Calendar & Time\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/calendarific/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://calendarific.com/api-documentation\n- name: Callook.info\n  slug: callook-info\n  description: A. callsign lookups. Look up information about United States ham\n    radio callsigns. No-nonsense amateur radio U. S\n  categories:\n    - Other\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://callook.info\n- name: Cambridge Dictionaries Online\n  slug: cambridge-dictionaries-online\n  description: Access to Cambridge’s custom-developed API. License our data. Use\n    Cambridge Dictionary data for language processing, or other applications\n  categories:\n    - Content & Dictionaries\n    - Education\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/cambridge-dictionaries-online/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: http://dictionary.cambridge.org/license.html\n  libraries:\n    - name: Cambridge Dictionaries Online JavaScript Library\n      documentation_url: http://dictionary-api.cambridge.org/\n      source_code_url: http://dictionary-api.cambridge.org/index.php/help/resources#javascript\n      platform: JavaScript\n- name: Canada\n  slug: canada\n  description: Central bank of Canada\n  categories:\n    - Government\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/canada/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.bankofcanada.ca/rates/\n- name: Canadian Football League (CFL)\n  slug: canadian-football-league-cfl\n  description: CFL API Need assistance? E-mail us or browse the API documentation\n  categories:\n    - Sport & Fitness\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://api.cfl.ca/\n- name: Car Registration Api\n  slug: car-registration-api\n  description: Get the Make, Model, Insurer, VIN and 50 other data fields from an\n    Australian number plate (rego)\n  categories:\n    - Vehicles\n  is_free: false\n  contact: info@infiniteloop.ie\n  links:\n    - name: Docs / Website\n      url: https://www.carregistrationapi.com/\n- name: Carbon Intensity\n  slug: carbon-intensity\n  description: Regional Data new National Grid ESO forecasts the carbon intensity\n    and generation mix of electricity consumed across 14 geographical regions in\n    Great Britain. The spatial and temporal characteristi. The Carbon Intensity\n    API uses state-of-the-art Machine Learning and sophisticated power system\n    modelling to forecast the carbon intensity and electrical generation mix 96+\n    hours ahead for each region in Great Britain\n  categories:\n    - Other\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://carbonintensity.org.uk/\n- name: Careerjet\n  slug: careerjet\n  description: Careerjet public search API\n  categories:\n    - Jobs\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.careerjet.com/partners/api/\n  libraries:\n    - name: jobs-engine C# SDK by Ahmed Farahat\n      documentation_url: https://github.com/farahat80/jobs-engine\n      platform: C#\n      author: farahat80\n      stargazers_count: 1\n- name: Carro Score\n  slug: carro-score\n  description: Carro makes finding influencers that love your brand easier than ever before\n  categories:\n    - Social\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/carro-score/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://docs.score.getcarro.com/\n- name: CarsXE API\n  slug: carsxe-api\n  description: Get access to millions of vehicle records, specs, ownership costs\n    and market values. CarsXE Vehicle Data API\n  categories:\n    - Vehicles\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/carsxe-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://api.carsxe.com/\n- name: Cartes.io\n  slug: cartes-io\n  description: Allows anyone to create maps and markers for anything. Initially\n    used to report incidents that may be dangerous during times of unrest or\n    protest.\n  categories:\n    - Maps & Geo\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/cartes-io/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://github.com/M-Media-Group/Cartes.io/wiki/API\n- name: CartoDB\n  slug: cartodb\n  description: Allows you to generate maps based on data hosted in your CartoDB account.\n  categories:\n    - Maps & Geo\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://carto.com/developers/#apis\n  libraries:\n    - name: CartoDB Python SDK by CartoDB\n      documentation_url: https://github.com/CartoDB/carto-python\n      platform: Python\n      stargazers_count: 154\n    - name: CartoDB R SDK by CartoDB\n      documentation_url: https://github.com/CartoDB/cartodb-r\n      platform: R\n      stargazers_count: 59\n    - name: CartoDB Node.js SDK by CartoDB\n      documentation_url: https://github.com/CartoDB/cartodb-nodejs\n      platform: Node.js\n      stargazers_count: 46\n    - name: CartoDB Java Library by CartoDB\n      documentation_url: https://github.com/CartoDB/cartodb-java-client\n      platform: Java\n      stargazers_count: 10\n    - name: CartoDB Python Library by CartoDB\n      documentation_url: https://github.com/CartoDB/cartodb-python\n      platform: Python\n      stargazers_count: 154\n    - name: CartoDB JavaScript Library by CartoDB\n      documentation_url: https://github.com/CartoDB/cartodb.js\n      platform: JavaScript\n      stargazers_count: 430\n    - name: CartoDB SQL Library by CartoDB\n      documentation_url: https://github.com/CartoDB/CartoDB-SQL-API\n      platform: SQL\n      stargazers_count: 64\n- name: Cartola Fc\n  slug: cartola-fc\n  description: The Cartola FC API serves to check the partial points of your team.\n    🎩 CartrolandoFC é um site para consultar os pontos parciais do seu time no\n    Cartola FC. - wgenial/cartrolandofc\n  categories:\n    - Sport & Fitness\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/cartola-fc/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://github.com/wgenial/cartrolandofc\n- name: Cat as a Service (CATAAS)\n  slug: cat-as-a-service-cataas\n  description: Cat as a service (CATAAS) is a REST API to spread peace and love\n    (or not) thanks to cats.\n  categories:\n    - Animals\n    - Fun\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/cat-as-a-service-cataas/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://cataas.com/#/\n- name: Cat Facts\n  slug: cat-facts\n  description: Daily cat facts! 🐱\n  categories:\n    - Bots\n    - Education\n    - Fun\n    - Animals\n    - Entertainment\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/cat-facts/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://alexwohlbruck.github.io/cat-facts/\n- name: Cats\n  slug: cats\n  description: A public service API all about Cats, free to use when making your\n    fancy new App, Website or Service.\n  categories:\n    - Animals\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://docs.thecatapi.com/\n- name: CDNJS\n  slug: cdnjs\n  description: cdnjs provides a simple API to allow anyone to quickly query the\n    libraries it has on the CDN.\n  categories:\n    - Development\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://cdnjs.com/api\n- name: Census.gov\n  slug: census-gov\n  description: Access demographic, economic and population data from the U.S.\n    Census Bureau. Explore census data with visualizations and view tutorials.\n  categories:\n    - Government\n    - Statistics & Data\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.census.gov/data/developers/data-sets.html\n- name: Censys.io\n  slug: censys-io\n  description: Censys helps organizations, individuals, and researchers find and\n    monitor every server on the Internet to reduce exposure and improve security\n  categories:\n    - Security\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/censys-io/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://censys.io/api\n- name: Central bank of New Zealand\n  slug: new-zealand\n  description: Central bank of New Zealand\n  categories:\n    - Government\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.rbnz.govt.nz/statistics\n- name: Changelogs.md\n  slug: changelogs-md\n  description: Search changelogs from open source projects, or use the REST API\n    for a parsed JSON changelog format.\n  categories:\n    - Development\n    - Open Source\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/changelogs-md/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://changelogs.md\n- name: Charity Search\n  slug: charity-search\n  description: The OrgHunter Charity API provides developers access to over 2M\n    charities in it's database\n  categories:\n    - Other\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://charityapi.orghunter.com/\n- name: ChartLyrics Lyrics API\n  slug: chartlyrics-lyrics-api\n  description: v1. 1 Update, adding TrackId and TrackChecksum for future AddLyric\n    function, Added new function SearchLyricDirect which returns the first lyric\n    or trackId. Allows users to search for lyrics using the artist name, song\n    title, or lyric text. ChartLyrics Lyric API v1. 0 Initial Release\n  categories:\n    - Music & Audio\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://www.chartlyrics.com/api.aspx\n- name: Chasing Coin\n  slug: chasing-coin\n  description: Cryptocurrency, coin and token resource on the web. Full and free\n    cryptocurrency API for prices, stats, coinheat, conversion, and more\n  categories:\n    - Blockchain & Cryptocurrencies\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/chasing-coin/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://chasing-coins.com/api\n- name: Chat Messaging By Stream\n  slug: chat-messaging-by-stream\n  description: >-\n    Stream's API and SDKs enable developers to build messaging solutions very\n    quickly and reliably. Drive in-app conversion, engagement, and retention\n    while letting the Stream backend handle all the heavy lifting. \n\n\n    * Chat UI & SDKs - Design and build with React Native, React, iOS and our UI\n    Kit. \n\n    * Chat threads - With threads and replies you can build structured chat\n    experiences. * Reactions - Add emoji reactions to messages just like Slack,\n    Facebook or iMessage. \n\n    * Flexible API - Proven reliability that is flexible enough to build any\n    chat experience. Stream provides an easy to use API, React components and UI\n    kit for Chat\n  categories:\n    - Social\n    - Chats & Messaging\n    - Development\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/chat-messaging-by-stream/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://getstream.io/chat/\n- name: CheapShark\n  slug: cheapshark\n  description: CheapShark is a price comparison website for digital PC Games.\n    CheapShark keeps track of prices across multiple stores including Steam,\n    GreenManGaming, Fanatical, and many others\n  categories:\n    - Commerce\n    - Games\n    - Entertainment\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/cheapshark/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.cheapshark.com/api\n  libraries:\n    - name: CheapShark Ruby Library by Antonio Gurgel\n      documentation_url: https://github.com/GA114/cheapshark\n      platform: Ruby\n- name: Checkout.com\n  slug: checkout-com\n  description: Checkout.com's Unified Payments API processes global card payments,\n    digital wallets, and local payment methods with fraud detection, 3D Secure,\n    and real-time reporting.\n  categories:\n    - Payments\n    - Commerce\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.checkout.com/docs\n    - name: API Reference\n      url: https://api-reference.checkout.com\n- name: Chomp - Food Nutrition Database Api\n  slug: chomp-food-nutrition-database-api\n  description: A powerful API that provides detailed data on over 500,000 products\n    such as nutrition labels, barcodes, ingredients, allergens, and more.\n    High-quality food data on hundreds of thousands of food products. Use our\n    API to get nutrition labels, ingredients, diet labels, barcodes, and more\n    for over 875,000 grocery products, branded foods, and raw ingredients\n  categories:\n    - Food & Drinks\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/chomp-food-nutrition-database-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://chompthis.com/api/\n- name: Chronicling America\n  slug: chronicling-america\n  description: Newspaper Directory to find information about American newspapers\n    published between 1690-present. Search America's historic newspaper pages\n    from 1777-1963 or use the U. S\n  categories:\n    - News & Feeds\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://chroniclingamerica.loc.gov/about/api/\n- name: Chuck Norris Database\n  slug: chuck-norris-database\n  description: API for online Chuck Norris jokes database\n  categories:\n    - Fun\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://www.icndb.com/api/\n- name: ChuckNorris.io\n  slug: chucknorris-io\n  description: Read more Chuck Norris facts are satirical factoids about martial\n    artist and actor Chuck Norris that have become an Internet p. chucknorris.\n    io is a free JSON API for hand curated Chuck Norris facts\n  categories:\n    - Fun\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://api.chucknorris.io\n- name: Church Calendar\n  slug: church-calendar\n  description: Liturgical Calendar API. Browse the calendar on-line. The API\n    provides access to Roman Catholic liturgical calendar.\n  categories:\n    - Calendar & Time\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://calapi.inadiutorium.cz/\n- name: CircleCI\n  slug: circleci\n  description: CircleCI API is a full-featured RESTful API that allows you to\n    access all information and trigger all actions in CircleCI.\n  categories:\n    - Testing\n    - Development\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://circleci.com/docs/api/v1-reference/\n  libraries:\n    - name: CircleCI Go SDK by Alec Holmes\n      documentation_url: https://github.com/alecholmez/GoDash\n      platform: Go\n      author: alecholmez\n      stargazers_count: 0\n    - name: CircleCI JavaScript SDK by Divya\n      documentation_url: https://github.com/shortdiv/circle-cli\n      platform: JavaScript\n      author: shortdiv\n      stargazers_count: 0\n    - name: CircleCI Ruby SDK by Alex Kalinin\n      documentation_url: https://github.com/AlexKalinin/circle-ci-rspec-downloader\n      platform: Ruby\n      author: AlexKalinin\n      stargazers_count: 0\n    - name: CircleCI Flask Python SDK by Matthew F Johnson\n      documentation_url: https://github.com/trips2821/flask-api\n      platform: Python\n      author: trips2821\n      stargazers_count: 0\n    - name: CircleCI Go SDK by Josh Komoroske\n      documentation_url: https://github.com/joshdk/circleci-go\n      platform: Go\n      author: joshdk\n      stargazers_count: 1\n    - name: CircleCI Go SDK by Ryan Lower\n      documentation_url: https://github.com/ryanlower/go-circleci\n      platform: Go\n      author: ryanlower\n      stargazers_count: 1\n    - name: CircleCI Ruby SDK by Hiroyuki Takamura\n      documentation_url: https://github.com/yukimura1227/circleci_trimmer\n      platform: Ruby\n      author: yukimura1227\n      stargazers_count: 0\n    - name: CircleCI Elixir SDK by Yann VERY\n      documentation_url: https://hexdocs.pm/circler/api-reference.html\n      source_code_url: https://github.com/yannvery/circler\n      platform: Elixir\n      author: yannvery\n      stargazers_count: 0\n    - name: CircleCI Go SDK by Phil Morgan\n      documentation_url: https://github.com/psmorgan/go-circleci-api\n      platform: Go\n      author: psmorgan\n      stargazers_count: 0\n    - name: CircleCI Go SDK by Chavez\n      documentation_url: https://github.com/mtchavez/circlecigo\n      platform: Go\n      author: mtchavez\n      stargazers_count: 0\n    - name: CircleCI TypeScript SDK by Jordon de Hoog\n      documentation_url: https://github.com/jordond/circleci-api\n      source_code_url: https://www.npmjs.com/package/circleci-api\n      platform: Unspecified\n      stargazers_count: 15\n    - name: CircleCI Ruby SDK by Les Aker\n      documentation_url: https://github.com/akerl/circular\n      source_code_url: https://rubygems.org/gems/circular\n      platform: Ruby\n      author: akerl\n      stargazers_count: 1\n    - name: CircleCI Clojure SDK by Daniel Gregoire\n      documentation_url: https://github.com/semperos/cci\n      platform: Clojure\n      author: semperos\n      stargazers_count: 2\n    - name: CircleCI Clojure SDK by Reid D McKenzie\n      documentation_url: https://github.com/arrdem/circleci.api\n      platform: Clojure\n      author: arrdem\n      stargazers_count: 0\n    - name: CircleCI Tapioca Python SDK by George Kussumoto\n      documentation_url: https://github.com/georgeyk/tapioca-circleci\n      platform: Python\n      author: georgeyk\n      stargazers_count: 0\n    - name: CircleCI JavaScript SDK by Rafael Schettino\n      documentation_url: https://github.com/rcschettino/circleci-rest-sdk\n      platform: JavaScript\n    - name: CircleCI Elixir SDK by Justin Schneck\n      documentation_url: https://github.com/mobileoverlord/circleci\n      source_code_url: https://hex.pm/packages/circle_ci\n      platform: Elixir\n      author: mobileoverlord\n      stargazers_count: 1\n    - name: CircleCI Go SDK by Betacraft\n      documentation_url: https://github.com/betacraft/circleci\n      platform: Go\n      stargazers_count: 0\n    - name: CircleCI Kotlin SDK by Yuji Ueki\n      documentation_url: https://github.com/unhappychoice/CircleCI\n      source_code_url: https://jitpack.io/#unhappychoice/circleci\n      platform: Kotlin\n      author: unhappychoice\n      stargazers_count: 2\n    - name: CircleCI Python SDK by Harper Reed\n      documentation_url: https://github.com/harperreed/simple-circleci\n      platform: Python\n      author: harperreed\n      stargazers_count: 3\n    - name: CircleCI Haskell SDK by Denis Shevchenko\n      documentation_url: https://github.com/denisshevchenko/circlehs\n      source_code_url: http://hackage.haskell.org/package/circlehs\n      platform: Haskell\n      author: denisshevchenko\n      stargazers_count: 11\n    - name: CircleCI Python SDK by Lev Lazinskiy\n      documentation_url: https://github.com/levlaz/circleci.py\n      source_code_url: https://pypi.org/project/circleci/1.1.1/\n      platform: Python\n      author: levlaz\n      stargazers_count: 48\n    - name: CircleCI Go SDK by Jesse Szwedko\n      documentation_url: https://github.com/jszwedko/circleci-cli\n      platform: Go\n      author: jszwedko\n      stargazers_count: 65\n    - name: CircleCI NodeJS SDK by Lei Pan\n      documentation_url: https://github.com/superpan/node-circleci\n      platform: Node.js\n      author: superpan\n      stargazers_count: 0\n    - name: CircleCI JavaScript SDK by Koujirou Ishii\n      documentation_url: https://github.com/kjirou/torus\n      platform: JavaScript\n      author: kjirou\n      stargazers_count: 0\n- name: Cisco Spark\n  slug: cisco-spark\n  description: Build the future of business collaboration with Webex!\n  categories:\n    - Video & Media\n    - Social\n    - Chats & Messaging\n    - Collaboration\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/cisco-spark/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developer.ciscospark.com\n  libraries:\n    - name: Cisco Spark Bash SDK by patglanz\n      documentation_url: https://github.com/patglanz/Cisco-Spark-API-with-bash\n      platform: Unspecified\n      author: patglanz\n      stargazers_count: 1\n    - name: Cisco Spark Python SDK by Madumal Sameera Piyasundara\n      documentation_url: https://github.com/SamPiy93/Python-Bot-Integration\n      platform: Python\n      author: SamPiy93\n      stargazers_count: 0\n    - name: Cisco Spark Python SDK by Martin Ertsås\n      documentation_url: https://github.com/martiert/aiosparkapi\n      platform: Python\n      author: martiert\n      stargazers_count: 0\n    - name: Cisco Spark Python SDK by devinchappell\n      documentation_url: https://github.com/devinchappell/pyspark\n      platform: Python\n      author: devinchappell\n      stargazers_count: 0\n    - name: Cisco Spark Python SDK by Antoine\n      documentation_url: https://github.com/Bassintag551/spark-python-sdk\n      platform: Python\n      author: Bassintag\n      stargazers_count: 1\n    - name: Cisco Spark Python SDK by Andriy Hrytskiv\n      documentation_url: https://github.com/andriyko/aiociscospark\n      platform: Python\n      author: andriyko\n      stargazers_count: 7\n    - name: Cisco Spark Python SDK by imapex\n      documentation_url: https://github.com/imapex/spark-python\n      platform: Python\n      stargazers_count: 0\n    - name: Cisco Spark Python SDK by Aglagane Abdelbar\n      documentation_url: https://github.com/Abdellbar/sparkapi\n      platform: Python\n      author: Abdellbar\n      stargazers_count: 0\n    - name: Cisco Spark Haskell SDK by Naoto Shimazaki\n      documentation_url: https://github.com/nshimaza/cisco-spark-api\n      platform: Haskell\n      author: nshimaza\n      stargazers_count: 7\n    - name: Cisco Spark jQuery SDK by Tuan Hoang\n      documentation_url: https://github.com/tuanchoang/Cisco-Spark-API-Wrapper\n      platform: jQuery\n      author: tuanchoang\n      stargazers_count: 0\n    - name: Cisco Spark Python SDK by spirrello\n      documentation_url: https://github.com/spirrello/spark\n      platform: Python\n    - name: Cisco Spark Go SDK by Vallard Benincosa\n      documentation_url: https://github.com/vallard/spark\n      platform: Go\n      author: vallard\n      stargazers_count: 1\n    - name: Cisco Spark Python SDK by Johannes Krohn\n      documentation_url: https://github.com/jeokrohn/cisco_spark\n      platform: Python\n      author: jeokrohn\n      stargazers_count: 4\n    - name: Cisco Spark Node.js SDK by Marcello Federico\n      documentation_url: https://github.com/marchfederico/node-sparkclient\n      platform: Node.js\n      author: marchfederico\n      stargazers_count: 7\n    - name: Cisco Spark Python SDK by Scott Henning\n      documentation_url: https://github.com/shenning00/pyCiscoSparkAPI\n      platform: Python\n      author: shenning00\n      stargazers_count: 0\n    - name: Cisco Spark JavaScript SDK by Miles Oldenburg\n      documentation_url: https://github.com/milesoldenburg/spark\n      platform: JavaScript, jQuery\n      author: milesoldenburg\n      stargazers_count: 3\n    - name: Cisco Spark .NET SDK by Darren Parkinson\n      documentation_url: https://github.com/darrenparkinson/SparkDotNet\n      platform: .Net\n      author: darrenparkinson\n      stargazers_count: 13\n    - name: Cisco Spark Webhook Node.js SDK by Cumberland Group\n      documentation_url: https://github.com/CumberlandGroup/node-spark-webhook\n      platform: Node.js\n    - name: Cisco Spark Node.js SDK by Cumberland Group\n      documentation_url: https://github.com/CumberlandGroup/node-spark\n      platform: Node.js\n    - name: Cisco Spark Node-RED Node.js SDK by Cumberland Group\n      documentation_url: https://github.com/CumberlandGroup/node-red-contrib-spark\n      platform: JavaScript, Node.js\n      stargazers_count: 4\n      author: nmarus\n    - name: Cisco Spark JavaScript SDK by Joseph Lee\n      documentation_url: https://github.com/joelee/ciscospark\n      platform: JavaScript\n      author: joelee\n      stargazers_count: 0\n    - name: Cisco Spark Java SDK\n      documentation_url: https://github.com/ciscospark/spark-java-sdk\n      platform: Java\n      stargazers_count: 67\n    - name: Cisco Spark Python SDK by Brad Bester\n      documentation_url: https://github.com/brbester/pyCiscoSpark\n      platform: Python\n      author: brbester\n      stargazers_count: 30\n    - name: Cisco Spark Python SDK\n      documentation_url: https://github.com/CiscoDevNet/ciscosparkapi\n      platform: Python\n      stargazers_count: 256\n    - name: Cisco Spark Node.js SDK by Flint Bot\n      documentation_url: https://github.com/flint-bot/sparky\n      platform: Node.js\n      stargazers_count: 17\n- name: City Bikes\n  slug: city-bikes\n  description: Project that provides bike sharing data for apps, research and\n    projects to use.\n  categories:\n    - Sport & Fitness\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: http://api.citybik.es/v2/\n- name: City, Lyon Opendata\n  slug: city-lyon-opendata\n  description: Les données des acteurs du territoire de la Métropole de Lyon\n  categories:\n    - Government\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/city-lyon-opendata/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://data.beta.grandlyon.com/fr/accueil\n- name: City, Nantes Opendata\n  slug: city-nantes-opendata\n  description: Open public data (Open data) made available by the City of Nantes\n    and Nantes Métropole\n  categories:\n    - Government\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://data.nantesmetropole.fr/pages/home/\n- name: City, New York Opendata\n  slug: city-new-york-opendata\n  description: NYC Open Data helps New Yorkers use and learn about City data. NYC\n    Open Data helps New Yorkers use and learn about City data\n  categories:\n    - Government\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/city-new-york-opendata/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://opendata.cityofnewyork.us/\n- name: City, Prague Opendata\n  slug: city-prague-opendata\n  description: Welcome to the city-wide port. Here the municipality of the\n    capital, contributory organizations, city districts and other related\n    entities publish the data in machine readable format\n  categories:\n    - Government\n    - Statistics & Data\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: http://opendata.praha.eu/en\n- name: CityGrid\n  slug: citygrid\n  description: Enables developers to create web and mobile applications that find\n    local businesses, organizations, and points of interest by a variety of\n    search criteria\n  categories:\n    - Maps & Geo\n    - Commerce\n    - Search\n    - Point of Interest\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://docs.citygridmedia.com/display/citygridv2/Places+API\n  libraries:\n    - name: \"CityGrid Node.js SDK by Jon Wicks \"\n      documentation_url: https://github.com/jwicks/node-citygrid\n      platform: Node.js\n      author: jwicks\n      stargazers_count: 2\n    - name: CityGrid Ruby SDK by CityGrid\n      documentation_url: https://github.com/CityGrid/citygrid_api\n      platform: Ruby\n      stargazers_count: 10\n- name: CitySDK\n  slug: citysdk\n  description: CitySDK is a “service development kit” for cities and developers\n    that aims at harmonizing application programming interfaces (APIs) across\n    cities. CitySDK APIs enable new services and applications to be rapidly\n    developed, scaled and reused through providing a range of tools and\n    information for both cities and developers\n  categories:\n    - Maps & Geo\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://www.citysdk.eu/citysdk-toolkit/\n- name: CivicFeed\n  slug: civicfeed\n  description: Get online news, blogs, social and TV/radio through a JSON API -\n    easy integration for developers\n  categories:\n    - News & Feeds\n    - Video & Media\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/civicfeed/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developers.civicfeed.com/\n- name: Clarifai\n  slug: clarifai\n  description: Whether you have one input or billions, you are only steps away\n    from using AI to power your business applications. AI API that analyzes\n    images and videos and returns probability scores on the likelihood that the\n    image contains pornography. Clarifai provides a complete platform to deploy,\n    maintain, and manage your AI models\n  categories:\n    - Images & Photography\n    - AI & ML\n    - Video & Media\n    - Validation & Verification\n    - Recognition\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/clarifai/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developer.clarifai.com/docs/\n  libraries:\n    - name: \" Clarifai Android SDK\"\n      documentation_url: https://clarifai.com/developer/guide/android-sdk#android-sdk\n      platform: Java\n    - name: \" Clarifai Apple SDK\"\n      documentation_url: https://clarifai.com/developer/guide/apple-sdk#apple-sdk\n      platform: Objective-C\n    - name: Clarifai Ruby SDK by Charlyn G\n      documentation_url: https://github.com/chardane/ClarifaiRuby/wiki\n      source_code_url: https://github.com/chardane/ClarifaiRuby\n      platform: Ruby\n      author: chardane\n      stargazers_count: 12\n    - name: Clarifai R SDK by soodoku\n      documentation_url: http://soodoku.github.io/clarifai/\n      source_code_url: https://github.com/soodoku/clarifai\n      platform: R\n      author: soodoku\n      stargazers_count: 13\n    - name: Clarifai Haskell SDK by Joe Canero\n      documentation_url: https://developer.clarifai.com/guide-v1/#api-clients\n      source_code_url: https://github.com/caneroj1/clarifai-hs\n      platform: Haskell\n      author: caneroj1\n      stargazers_count: 8\n    - name: Clarifai Go SDK by Clarifai\n      documentation_url: https://github.com/Clarifai/clarifai-go\n      source_code_url: https://github.com/Clarifai/clarifai-go\n      platform: Go\n      stargazers_count: 55\n    - name: Clarifai Python SDK by Clarifai\n      documentation_url: https://github.com/Clarifai/clarifai-python\n      source_code_url: https://github.com/Clarifai/clarifai-python\n      platform: Python\n      stargazers_count: 40\n    - name: Clarifai iOS SDK by Clarifai\n      documentation_url: https://github.com/Clarifai/clarifai-ios\n      source_code_url: https://github.com/Clarifai/clarifai-ios\n      platform: Objective-C, Swift\n      stargazers_count: 52\n    - name: Clarifai Java SDK by Clarifai\n      documentation_url: https://github.com/Clarifai/clarifai-java\n      source_code_url: https://github.com/Clarifai/clarifai-java\n      platform: Java\n      stargazers_count: 86\n    - name: Clarifai JavaScript SDK by Clarifai\n      documentation_url: https://github.com/Clarifai/clarifai-javascript\n      source_code_url: https://github.com/Clarifai/clarifai-javascript\n      platform: JavaScript, Node.js\n      stargazers_count: 351\n    - name: Clarifai Node.js Library by Clarifai\n    - name: Clarifai Python Library by Clarifai\n      documentation_url: https://github.com/Clarifai/Clarifai_py\n      platform: Python\n      stargazers_count: 40\n    - name: Clarifai Java Library by Clarifai\n      documentation_url: https://github.com/Clarifai/clarifai-api-java\n      platform: Java\n      stargazers_count: 86\n    - name: Clarifai Node.js Library by Clarifai\n- name: Clash of Clans\n  slug: clash-of-clans\n  description: Access Clan Search, Global and Local Leaderboards, Clan and Player\n    Profiles and Leagues. Channel Your Inner Builder with the Clash of Clans API\n  categories:\n    - Entertainment\n    - Games\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/clash-of-clans/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developer.clashofclans.com\n- name: Clash Royale\n  slug: clash-royale\n  description: API that provides informations about Clash Royale game\n  categories:\n    - Entertainment\n    - Games\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/clash-royale/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://github.com/martincarrera/clash-royale-api\n- name: CleanURI\n  slug: cleanuri\n  description: API Documentation cleanuri. com exposes its data via an Application\n    Programming Interface (API), so developers can interact in a programmatic\n    way with application. This document is the official refe\n  categories:\n    - URLs\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://cleanuri.com/docs\n- name: Clearbit Logo\n  slug: clearbit-logo\n  description: If you’re only interested in a Company’s logo, and don’t need any\n    other data about the company, you can use our Logo API\n  categories:\n    - AI & ML\n    - Business\n    - Images & Photography\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/clearbit-logo/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://clearbit.com/docs#logo-api\n  libraries:\n    - name: Clearbit Ruby SDK by Alex MacCaw\n      documentation_url: https://rubygems.org/gems/clearbit/versions/0.2.2\n      platform: Ruby\n    - name: Clearbit Go SDK by thoughtbot\n      documentation_url: https://github.com/thoughtbot/clearbit\n      platform: Go\n      stargazers_count: 30\n    - name: Clearbit Go SDK by Clearbit\n      documentation_url: https://github.com/clearbit/clearbit-go\n      platform: Go\n      stargazers_count: 12\n    - name: Clearbit Ruby SDK by Clearbit\n      documentation_url: https://github.com/clearbit/clearbit-ruby\n      platform: Ruby\n      stargazers_count: 52\n- name: Clerk\n  slug: clerk\n  description: Clerk's API handles authentication and user management including\n    sign-up, sign-in, MFA, SSO, and user profiles. Provides embeddable UI\n    components and backend SDKs.\n  categories:\n    - Authentication & User Management\n    - Development\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://clerk.com/docs\n    - name: API Reference\n      url: https://clerk.com/docs/reference/backend-api\n- name: ClickMeter\n  slug: clickmeter\n  description: ClickMeter API RESTful services. ClickMeter API RESTful services.\n    Interact programmatically with our infrastructure. Integrate your\n    application(s) with a powerful.\n  categories:\n    - Analytics\n    - Marketing & SEO\n    - URLs\n    - Email & SMS\n  type: REST\n  is_free: false\n  contact: api@clickmeter.com\n  links:\n    - name: Docs / Website\n      url: https://support.clickmeter.com/hc/en-us/categories/201474986\n- name: ClickUp\n  slug: clickup\n  description: ClickUp's API provides access to tasks, lists, folders, spaces,\n    goals, and time tracking. Build integrations and automate project management\n    workflows on the ClickUp platform.\n  categories:\n    - Project Management\n    - Development\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://clickup.com/api\n    - name: API Reference\n      url: https://clickup.com/api/clickupreference/operation/GetAuthorizedUser\n- name: Clicky\n  slug: clicky\n  description: Clicky Web Analytics is simply the best way to monitor, analyze,\n    and react to your blog or web site's traffic in real time. Allows you to\n    extract your web site's traffic data into several formats, making it easy to\n    integrate, analyze, or store your data within your own application\n  categories:\n    - Analytics\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/clicky/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://clicky.com/help/api\n  libraries:\n    - name: Clicky C# SDK by Clicky\n      documentation_url: https://clicky.com/help/apps-plugins#csharp\n      platform: C#\n    - name: Clicky PHP SDK by Clicky\n      documentation_url: https://clicky.com/help/apps-plugins#php\n      platform: PHP\n- name: Clients can be found here.\n  slug: clients-can-be-found-here\n  description: Google Maps has 35 repositories available. Follow their code on GitHub\n  categories:\n    - Maps & Geo\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/clients-can-be-found-here/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://github.com/googlemaps/\n- name: Climacell Micro Weather\n  slug: climacell-micro-weather\n  description: Historical, real-time and nowcast weather data.\n  categories:\n    - Weather\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/climacell-micro-weather/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developer.climacell.co\n- name: Cloud Machine Learning Engine\n  slug: cloud-machine-learning-engine\n  description: Take your ML projects to production, quickly and cost-effectively.\n    Cloud-based machine learning and pattern matching tool. A development\n    platform to build AI applications that run on GCP and on-premises\n  categories:\n    - AI & ML\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/cloud-machine-learning-engine/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://cloud.google.com/ml-engine/docs/\n- name: Cloud Wallet\n  slug: cloud-wallet\n  description: Cloud Wallet enables closed-loop payments between IoT devices and\n    facilitates IoT adoption worldwide. It allows developers to reduce cost &\n    time-to-market while building and scaling\n  categories:\n    - IoT & Home Automation\n    - Payments\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://walletapi.cloud/index.html\n- name: Cloudflare AI\n  slug: cloudflare-ai\n  description: Cloudflare Workers AI provides serverless inference for LLMs, text\n    embedding, image classification, speech recognition, and translation models\n    running on Cloudflare's global edge network.\n  categories:\n    - AI & ML\n    - Development\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://developers.cloudflare.com/workers-ai\n    - name: API Reference\n      url: https://developers.cloudflare.com/workers-ai/get-started/rest-api\n- name: Cloudflare Workers\n  slug: cloudflare-workers\n  description: Cloudflare Workers API manages serverless functions deployed to\n    Cloudflare's global edge network, including KV storage, D1 databases, R2\n    object storage, and Queues.\n  categories:\n    - Development\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://developers.cloudflare.com/workers\n    - name: API Reference\n      url: https://developers.cloudflare.com/api\n- name: Cloudinary\n  slug: cloudinary\n  description: API for image and video storage and manipulation - free for up to\n    75,000 images and 7,500 manipulations per month, good documentation, it can\n    also manipulate GIFs and PDFs. Search for Developer and DAM how-to info,\n    find out What's New, learn about our Framework SDKs, Add-ons, and\n    Integrations, watch video tutorials, and more\n  categories:\n    - Video & Media\n    - Images & Photography\n    - Files & Storage\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/cloudinary/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: http://cloudinary.com/documentation\n  libraries:\n    - name: Cloudinary Scala SDK by Cloudinary\n      documentation_url: https://github.com/cloudinary/cloudinary_scala/blob/master/README.md\n      source_code_url: https://github.com/cloudinary/cloudinary_scala\n      platform: Scala\n      stargazers_count: 15\n    - name: Cloudinary AngularJS SDK by Cloudinary\n      documentation_url: https://github.com/cloudinary/cloudinary_angular/wiki\n      source_code_url: https://github.com/cloudinary/cloudinary_angular\n      platform: Node.js\n      stargazers_count: 302\n    - name: Cloudinary iOS SDK by Cloudinary\n      documentation_url: https://github.com/cloudinary/cloudinary_ios/blob/master/README.md\n      source_code_url: https://github.com/cloudinary/cloudinary_ios\n      platform: Swift\n      stargazers_count: 170\n    - name: Cloudinary Android SDK by Cloudinary\n      documentation_url: https://github.com/cloudinary/cloudinary_java/blob/master/cloudinary-android/README.md\n      source_code_url: https://github.com/cloudinary/cloudinary_java/tree/master/cloudinary-android\n      platform: Java\n      stargazers_count: 172\n    - name: Cloudinary NodeJS SDK by Cloudinary\n      documentation_url: http://cloudinary.com/documentation/node_integration\n      source_code_url: https://github.com/cloudinary/cloudinary_npm\n      platform: Node.js\n      stargazers_count: 661\n    - name: Cloudinary .NET SDK by Cloudinary\n      documentation_url: http://cloudinary.com/documentation/dotnet_image_upload#server_side_upload\n      platform: .Net\n    - name: Cloudinary Java SDK by Cloudinary\n      documentation_url: http://cloudinary.com/documentation/java_image_upload#server_side_upload\n      platform: Java\n    - name: Cloudinary Node.js SDK by Cloudinary\n      documentation_url: http://cloudinary.com/documentation/node_image_upload#server_side_upload\n      platform: Node.js\n    - name: Cloudinary PHP SDK by Cloudinary\n      documentation_url: http://cloudinary.com/documentation/php_image_upload#server_side_upload\n      platform: PHP\n    - name: Cloudinary Ruby SDK by Cloudinary\n      documentation_url: http://cloudinary.com/documentation/rails_image_upload#server_side_upload\n      platform: Ruby\n    - name: Cloudinary Ruby Library for Ruby on Rails Framework\n      documentation_url: https://cloudinary.com/documentation/rails_integration\n      platform: Ruby\n    - name: Cloudinary Python Library for Django Framework\n      documentation_url: https://cloudinary.com/documentation/django_integration\n      platform: Python\n    - name: Cloudinary React JavaScript Library for React Framework\n      documentation_url: https://github.com/cloudinary/cloudinary-react\n      platform: JavaScript\n      stargazers_count: 502\n    - name: Cloudinary JavaScript Library for jQuery Framework\n      documentation_url: https://cloudinary.com/documentation/jquery_integration\n      platform: JavaScript\n- name: Cloudmersive Document and Data Conversion\n  slug: cloudmersive-document-and-data-conversion\n  description: >-\n    Document and Data Conversion APIs\n\n    Convert files and content between file formats. Convert data between file\n    formats. Instantly.\n  categories:\n    - Documents & Productivity\n    - Images & Photography\n    - Scrapers & Data Mining\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://cloudmersive.com/convert-api\n- name: Cloudmersive Natural Language Processing\n  slug: cloudmersive-natural-language-processing\n  description: |-\n    Powerful Natural Language Processing APIs\n    The most powerful and cost-effective NLP AI APIs, continuously updated.\n    - Language Translation\n    - Rephrasing\n    - Sentiment Analysis\n    - Part-of-Speech (POS) Tagging\n    - Sentence Parsing\n    - Text Analytics\n    - Entity Extraction\n    - Language Detection\n  categories:\n    - Text Analysis & Tools\n    - AI & ML\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://cloudmersive.com/nlp-api\n- name: Cloudmersive Validate\n  slug: cloudmersive-validate\n  description: Data Validation APIs. Validate key business data thoroughly - Email\n    Address Validation, Phone Number Validation, Street Address Validation, VAT\n    Number Validation, Domain Name Validation and Name Validation\n  categories:\n    - Validation & Verification\n    - Email & SMS\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://cloudmersive.com/validate-api\n- name: Cloudpronouncer\n  slug: cloudpronouncer\n  description: \"Text To Speech API. CloudPronouncer (tts online or tts reader) is\n    a cross browsers REST API supporting 255 Standard and Premium Voices in 42\n    languages including variants (the list is growing in time) and it may be\n    used by any device that can connect to Internet and send the POST requests\n    to our API as instructed in this website: smartphones, tablets, laptops, PC\n    Desktops, other smart devices. It uses cloud infrastructure and artificial\n    intelligence to solve the requests.\"\n  categories:\n    - IoT & Home Automation\n    - Voice\n    - AI & ML\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.de-vis-software.ro/text-to-speech-api.aspx\n- name: Clust\n  slug: clust\n  description: The best way to gather anyone’s documents, directly from your app &\n    without hassle. Offer the best online onboarding experience, document\n    collection and approval workflows to your clients and partners (eSignature\n    included)\n  categories:\n    - Business\n    - Collaboration\n    - CRM\n    - Documents & Productivity\n    - Forms & Surveys\n    - Chats & Messaging\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/clust/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://clustdoc.com/developers\n- name: Codacy API\n  slug: codacy-api\n  description: 0 Scroll down for code samples, example requests and responses.\n    Select a language for code samples from the tabs above or the mobile\n    navigation menu. Codacy web services API Base URLs. . Codacy API v2\n  categories:\n    - Documents & Productivity\n    - Development\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://api.codacy.com/swagger\n- name: Code.gov\n  slug: code-gov\n  description: America's primary platform for aggregating Open Source Software\n    from the federal government. With thousands of OSS projects made available,\n    Code.gov offers you the opportunity to discover and contribute back to\n    America's code.\n  categories:\n    - Government\n    - Open Source\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://code.gov\n- name: Codeship\n  slug: codeship\n  description: Hosted API documentation for every OAS (Swagger) and RAML spec out\n    there. Powered by Stoplight.io. Document, mock, test, and more, with the\n    StopLight API Designer\n  categories:\n    - Development\n    - Collaboration\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://apidocs.codeship.com/\n  libraries:\n    - name: Codeship NodeJS SDK by Che-Wei Lin\n      documentation_url: https://github.com/John-Lin/codeship-api\n      platform: Node.js\n      author: John-Lin\n      stargazers_count: 1\n    - name: Codeship Ruby SDK\n      documentation_url: https://github.com/codeship/codeship-ruby\n      platform: Ruby\n      stargazers_count: 13\n    - name: Codeship Go SDK\n      documentation_url: https://godoc.org/github.com/codeship/codeship-go\n      source_code_url: https://github.com/codeship/codeship-go\n      platform: Go\n      stargazers_count: 18\n- name: Cognito\n  slug: cognito\n  description: Can take a customer's cellphone number and return name, address\n    history, full SSN, and date of birth. Cognito API documentation will give\n    you everything you need to get up and running with Cognito’s ID verification\n    APIs. A powerful API for verifying and retrieving identity information\n  categories:\n    - Validation & Verification\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/cognito/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://cognitohq.com/docs\n- name: Cohere\n  slug: cohere\n  description: Cohere's API provides NLP capabilities including text generation,\n    embeddings, classification, and reranking. Designed for enterprise use cases\n    like semantic search and RAG pipelines.\n  categories:\n    - AI & ML\n    - Text Analysis & Tools\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://docs.cohere.com\n    - name: API Reference\n      url: https://docs.cohere.com/reference/about\n- name: CoinAPI\n  slug: coinapi\n  description: >-\n    CoinAPI is a platform which provides fast, reliable\n\n    and unified data APIs to cryptocurrency markets. All cryptocurrency\n    exchanges integrated under a single API\n  categories:\n    - Blockchain & Cryptocurrencies\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://docs.coinapi.io/\n- name: Coinbase\n  slug: coinbase\n  description: >-\n    Coinbase’s API makes it easy to integrate bitcoin, bitcoin cash, litecoin\n    and ethereum into both new and existing applications. \n\n    Coinbase’s APIs enable a variety of capabilities; from simply gathering\n    read-only data, to building something that’s never been done before\n  categories:\n    - Payments\n    - Blockchain & Cryptocurrencies\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developers.coinbase.com/\n  libraries:\n    - name: ccex-api TypeScript SDK by Dang Thanh Tung\n      documentation_url: https://github.com/dang1412/ccex-api\n      platform: JavaScript, Node.js\n      author: dang1412\n      stargazers_count: 30\n    - name: ExchangeSharp .NET/C# by Jeff Johnson\n      documentation_url: https://github.com/jjxtra/ExchangeSharp\n      platform: .Net, C#\n      author: jjxtra\n      stargazers_count: 759\n    - name: Coinbase .Net SDK by Youssef Boukenken\n      documentation_url: https://github.com/sefbkn/Coinbase.NET/blob/master/README.md\n      source_code_url: https://github.com/sefbkn/Coinbase.NET\n      platform: .Net, C#\n      author: sefbkn\n      stargazers_count: 4\n    - name: Coinbase .Net SDK by Brian Chavez\n      documentation_url: https://developers.coinbase.com/docs/wallet/client-libraries\n      source_code_url: https://github.com/bchavez/Coinbase\n      platform: .Net, C#\n      author: bchavez\n      stargazers_count: 184\n    - name: Coinbase Python SDK by Coinbase\n      documentation_url: https://developers.coinbase.com/api/v2#official-client-libraries\n      source_code_url: https://github.com/coinbase/coinbase-python\n      platform: Python\n      stargazers_count: 542\n- name: Coinbase Pro\n  slug: coinbase-pro\n  description: \"Trading APIs require authentication and provide access to placing\n    orders and other account information. Feed APIs provide market data and are\n    public. . APIs are separated into two categories: trading and feed\"\n  categories:\n    - Blockchain & Cryptocurrencies\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://docs.pro.coinbase.com/#api\n- name: CoinDesk\n  slug: coindesk\n  description: Bitcoin Price Index. CoinDesk provides a simple and free API to\n    make its Bitcoin Price Index (BPI) data programmatically available to\n    others. Find out how to use it here\n  categories:\n    - Blockchain & Cryptocurrencies\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/coindesk/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: http://www.coindesk.com/api/\n  libraries:\n    - name: \" CoinDesk Go SDK by Martín Raúl Villalba\"\n      documentation_url: https://github.com/mvillalba/go-coindesk\n      platform: Go\n      author: mvillalba\n      stargazers_count: 1\n    - name: CoinDesk PHP SDK by haqqur\n      documentation_url: https://github.com/haqqur/php-btconv\n      platform: PHP\n    - name: CoinDesk Node.js SDK by LapsuS\n      documentation_url: https://github.com/erlapso/node-coindesk\n      platform: Node.js\n      author: erlapso\n      stargazers_count: 0\n- name: Coingecko.com\n  slug: coingecko-com\n  description: Free, comprehensive cryptocurrency API. Access free crypto API such\n    as real-time market price, historical trading, tickers, and exchange data\n    for cryptocurrencies\n  categories:\n    - Blockchain & Cryptocurrencies\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/coingecko-com/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.coingecko.com/en/api\n- name: Coinigy\n  slug: coinigy\n  description: Interact with Coinigy Accounts and Exchange Accounts Directly.\n  categories:\n    - Blockchain & Cryptocurrencies\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://coinigy.docs.apiary.io\n- name: CoinLayer\n  slug: coinlayer\n  description: Powerful cryptocurrency rates JSON API delivering real-time crypto\n    exchange rate and conversion data for more than 25 exchanges and 385 coins\n    worldwide\n  categories:\n    - Blockchain & Cryptocurrencies\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/coinlayer/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://coinlayer.com\n- name: Coinlib\n  slug: coinlib\n  description: Coinlib - Crypto Prices, Charts, Lists & Crypto Market News\n  categories:\n    - Blockchain & Cryptocurrencies\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/coinlib/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://coinlib.io/apidocs\n- name: Coinlore\n  slug: coinlore\n  description: Coinlore presents public free crypto tick data api\n  categories:\n    - Blockchain & Cryptocurrencies\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/coinlore/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.coinlore.com/cryptocurrency-data-api\n- name: CoinMarketCap\n  slug: coinmarketcap\n  description: Cryptocurrencies Prices. Use CoinMarketCap's free crypto API to get\n    the best, most accurate real-time, historical cryptocurrency and exchange\n    trade data for Bitcoin, Ethereum and more\n  categories:\n    - Blockchain & Cryptocurrencies\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/coinmarketcap/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://coinmarketcap.com/api/\n  libraries:\n    - name: Cryptocurrencies API Laravel Manager PHP SDK by Mattia Clementi\n      documentation_url: https://github.com/ilCleme/cryptocurrencies-laravel\n      source_code_url: https://packagist.org/packages/ilcleme/cryptocurrencies-laravel\n      platform: PHP\n      author: ilCleme\n      stargazers_count: 3\n    - name: CoinMarketCap Python SDK by Miguel Mota\n      documentation_url: https://github.com/CoinCircle/go-coinmarketcap\n      platform: Python\n      stargazers_count: 64\n    - name: CoinMarketCap JavaScript SDK by Abhinav Kasamsetty\n      documentation_url: https://github.com/tiaanduplessis/coinmarketcap-api\n      platform: JavaScript\n      author: tiaanduplessis\n      stargazers_count: 119\n    - name: Crypto2discord Python SDK by Azerpas\n      documentation_url: https://github.com/azerpas/Crypto2discord\n      platform: Python\n      author: azerpas\n      stargazers_count: 7\n    - name: R-Cryptocurrencies R SDK by GinzaLion\n      documentation_url: https://github.com/GinzaLion/R-Cryptocurrencies\n      platform: R\n    - name: Cryptex iOS SDK by Sathya Rajaraman\n      documentation_url: https://github.com/trsathya/Cryptex\n      platform: Swift\n      author: trsathya\n      stargazers_count: 65\n    - name: BitcoinAverage Python PIP SDK\n      documentation_url: https://github.com/bitcoinaverage/api-integration-examples/\n      platform: Python\n      stargazers_count: 63\n    - name: Crypto-Grabber Python SDK by Brandon Jew\n      documentation_url: https://github.com/brandonjew/crypto-grabber\n      platform: Python\n      author: brandonjew\n      stargazers_count: 0\n    - name: CoinMarketCap Elixir SDK by Arthur M. Collé\n      documentation_url: https://github.com/arthurcolle/CoinMarketCap.ex\n      platform: Elixir\n      author: stochastic-thread\n      stargazers_count: 0\n    - name: CoinMarketCap Go SDK by Shaun Morrow\n      documentation_url: https://github.com/shaunmza/coinmarketcap\n      platform: Go\n      author: shaunmza\n      stargazers_count: 0\n    - name: CoinMarketCap Python SDK by mharvilla\n      documentation_url: https://github.com/mharvilla/crypto\n      platform: Python\n      author: mharvilla\n      stargazers_count: 0\n    - name: CoinMarketCap .NET SDK by Ryan L.\n      documentation_url: https://github.com/MTS11648/Dogecoin-Live-Updater\n      platform: .Net, C#\n      author: RyanLaFauci\n      stargazers_count: 0\n    - name: CoinMarketCap Swift SDK by Kuyawa Kata\n      documentation_url: https://github.com/kuyawa/Altcoins\n      platform: Swift\n      author: kuyawa\n      stargazers_count: 5\n    - name: CoinMarketCap Wordpress PHP SDK by alpual\n      documentation_url: https://github.com/alpual/coinvis\n      platform: PHP\n      author: alpual\n      stargazers_count: 3\n    - name: CoinMarketCap Python SDK by bobbysto\n      documentation_url: https://github.com/bobbysto/python-coinmarketcap\n      platform: Python\n    - name: CoinMarketCap Python SDK by Ruan Bekker\n      documentation_url: https://github.com/ruanbekker/faas-coinmarketcap\n      platform: Python\n      author: ruanbekker\n      stargazers_count: 5\n    - name: CoinMarketCap C# SDK by raghupallavi\n      documentation_url: https://github.com/raghupallavi/CoinMarketCap-CSharp-Api\n      platform: C#\n    - name: CoinMarketCap Python SDK by stephen-l\n      documentation_url: https://github.com/stephen-l/CryptoTicker\n      platform: Python\n      author: stephen-l\n      stargazers_count: 0\n    - name: CoinMarketCap Python SDK by Cryptodroid\n      documentation_url: https://github.com/cryptodroid-litecoin/Coinmarketcap-graph\n      platform: Python\n      author: cryptodroid-litecoin\n      stargazers_count: 1\n    - name: CoinMarketCap ReactJS SDK by gwolf2\n      documentation_url: https://github.com/gwolf2/crypto-prices\n      platform: JavaScript\n      author: gwolf2\n      stargazers_count: 0\n    - name: CoinMarketCap Go SDK by Decarium\n      documentation_url: https://github.com/Decarium/go-coinmarketcap\n      platform: Go\n      stargazers_count: 1\n    - name: CoinMarketCap .NET SDK by Scott Christian\n      documentation_url: https://github.com/dezryth/ccticker\n      platform: .Net, C#\n      author: dezryth\n      stargazers_count: 0\n    - name: CoinMarketCap GraphQL SDK by Arnaud Christ\n      documentation_url: https://github.com/Onra/graphql-coinmarketcap\n      platform: Unspecified\n      author: Onra\n      stargazers_count: 2\n    - name: CoinMarketCap PHP SDK by Joshua Cidoni-Walker\n      documentation_url: https://github.com/jcidoniwalker/coinmarket_json_parser\n      platform: PHP\n      author: jcidoniwalker\n      stargazers_count: 8\n    - name: CoinMarketCap Node.js SDK by haakym\n      documentation_url: https://github.com/haakym/coinme\n      platform: JavaScript, Node.js\n      author: haakym\n      stargazers_count: 0\n- name: coinpaprika\n  slug: coinpaprika\n  description: Cryptocurrencies prices, market capitalization, volume and more.\n  categories:\n    - Blockchain & Cryptocurrencies\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://api.coinpaprika.com\n  libraries:\n    - name: Coinpaprika C# SDK by Marco Siccardi\n      documentation_url: https://api.coinpaprika.com/#section/Clients\n      source_code_url: https://github.com/MSiccDev/CoinpaprikaAPI\n      platform: .Net, C#\n      stargazers_count: 12\n- name: CoinRanking\n  slug: coinranking\n  description: Introduction Power your projects with the high quality\n    cryptocurrency data coinranking.com provides. They provides data about\n    coins, exchanges, markets & more\n  categories:\n    - Blockchain & Cryptocurrencies\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/coinranking/logo.png\n  links:\n    - name: Docs / Website\n      url: https://docs.coinranking.com/\n- name: Colorado Data Engine\n  slug: colorado-data-engine\n  description: Formatted and geolocated Colorado public data\n  categories:\n    - Government\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://codataengine.org/\n- name: Colorado Information Marketplace\n  slug: colorado-information-marketplace\n  description: Dive into Colorado’s water, including wells, surface water\n    conditions, and water rights. Analyze Colorado’s business entities, DBAs,\n    tax, and UCC filing information\n  categories:\n    - Government\n    - Statistics & Data\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/colorado-information-marketplace/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://data.colorado.gov/\n- name: Comic Vine\n  slug: comic-vine\n  description: An extremely mature, well organized and continuely updated resource\n    of comic information. The largest comic database online, Comic Vine features\n    Comic Reviews, News, Videos, and Forums for the latest in and more!\n  categories:\n    - Entertainment\n    - Comics & Anime\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/comic-vine/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: http://comicvine.gamespot.com/api/\n  libraries:\n    - name: Comic Vine C# SDK by sorrentmutie\n      documentation_url: https://github.com/sorrentmutie/SharpComicVine\n      platform: C#\n      author: sorrentmutie\n      stargazers_count: 2\n    - name: Comic Vine Elixir SDK by comics-apps\n      documentation_url: https://github.com/comics-apps/ex_comic_vine_api\n      platform: Elixir\n      stargazers_count: 0\n    - name: Comic Vine Ruby SDK by comics-apps\n      documentation_url: https://github.com/comics-apps/comic_vine-api\n      platform: Ruby\n      stargazers_count: 0\n    - name: Comic Vine PHP SDK by Outlaw Designs\n      documentation_url: https://github.com/outlawdesigns-io/ComicVine\n      platform: PHP\n      stargazers_count: 0\n    - name: Comic Vine .NET SDK by Matthew Leibowitz\n      documentation_url: https://github.com/mattleibow/ComicVineApi\n      platform: .Net, C#\n      author: mattleibow\n      stargazers_count: 7\n    - name: Comic Vine Python SDK by swc\n      documentation_url: https://github.com/swc/comicvine_api\n      platform: Python\n      author: swc\n      stargazers_count: 8\n    - name: Comic Vine Ruby SDK by Patrick Sharp\n      documentation_url: https://github.com/Jakanapes/ComicVine\n      platform: Ruby\n      author: Jakanapes\n      stargazers_count: 9\n    - name: Comic Vine Objective-C SDK by Bryan ClarkDeprecated\n      platform: Objective-C\n    - name: Comic Vine .NET SDK by Olivier Beaudoin\n      documentation_url: https://github.com/Thoorium/comicvine-api-net\n      platform: .Net, C#\n      author: Thoorium\n      stargazers_count: 1\n    - name: Comic Vine JavaScript SDK by foysal\n      documentation_url: https://github.com/foysalit/mean-comics\n      platform: JavaScript\n      author: foysalit\n      stargazers_count: 0\n    - name: Comic Vine Java SDK by Kyle Harrison\n      documentation_url: https://github.com/apoclyps/Comicvine-GrapeJuice\n      platform: Java\n      author: apoclyps\n      stargazers_count: 2\n    - name: Comic Vine Python SDK by Martine Lenders\n      documentation_url: https://github.com/miri64/pycomicvine\n      platform: Python\n      author: miri64\n      stargazers_count: 21\n    - name: Comic Vine Objective-C SDK by Bryan ClarkDeprecated\n      platform: Objective-C\n- name: Comichron Data\n  slug: comichron-data\n  description: com - comichron-data/api. JSON API for monthly sales data from comichron\n  categories:\n    - Entertainment\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/comichron-data/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://github.com/comichron-data/api\n- name: Community Transit\n  slug: community-transit\n  description: Transitland's centralized web service API for both querying and\n    editing aggregated transit data from around the world\n  categories:\n    - Transportation\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/community-transit/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://github.com/transitland/transitland-datastore/blob/master/README.md#api-endpoints\n- name: Confluence\n  slug: confluence\n  description: Confluence's REST API provides access to spaces, pages, blog posts,\n    and comments. Automate documentation workflows and integrate with\n    Atlassian's team wiki platform.\n  categories:\n    - Documents & Productivity\n    - Development\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developer.atlassian.com/cloud/confluence/rest/v2/intro\n    - name: API Reference\n      url: https://developer.atlassian.com/cloud/confluence/rest/v2/intro\n- name: Consumer Financial Protection Bureau\n  slug: consumer-financial-protection-bureau\n  description: Financial services consumer complaint data\n  categories:\n    - Finance & Economics\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/consumer-financial-protection-bureau/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://data.consumerfinance.gov/resource/jhzv-w97w.json\n- name: Contify Newfeed Api\n  slug: contify-newfeed-api\n  description: Contify's News Feed APIs provides a clean, company-based market and\n    competitive intelligence feed with only business and industry-relevant\n    information. Contify aggregates, deduplicates, tags and packages company\n    information into a clean newsfeed ready to be consumed on-demand through our\n    APIs and Webhooks. The Contify APIs are used to integrate Market\n    Intelligence into your application. Contify newsfeed APIs provide curated\n    intelligence on Competitors, Customers, Prospects, and Industries in the\n    form of press releases, news, investor relations updates, regulatory\n    updates, social media posts, and other marketing collateral hosted on\n    company websites. Content is aggregated from company websites, news\n    publishers, social media, and regulators\n  categories:\n    - Development\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/contify-newfeed-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.contify.com/news-feed-api/\n- name: Convex\n  slug: convex\n  description: Convex is a backend-as-a-service platform offering a reactive\n    database, serverless functions, file storage, and real-time subscriptions\n    accessible via TypeScript SDK and HTTP actions.\n  categories:\n    - Development\n    - Databases\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://docs.convex.dev\n    - name: HTTP Actions\n      url: https://docs.convex.dev/functions/http-actions\n- name: Cooper Hewitt\n  slug: cooper-hewitt\n  description: Cooper Hewitt, Smithsonian Design Museum Collections provides a\n    REST-ish style application programming interface (API) for developers to use\n    in their products and services. API requests are made by\n  categories:\n    - Art & Design\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://collection.cooperhewitt.org/api\n- name: CORE\n  slug: core\n  description: CORE harvests, maintains, enriches and makes available metadata and\n    full text content - typically a PDF - from many Open Access journals and\n    repositories.\n  categories:\n    - Science & Math\n    - Education\n    - News & Feeds\n  type: REST\n  is_free: false\n  contact: support@configcat.com\n  links:\n    - name: Docs / Website\n      url: https://core.ac.uk/services#api\n- name: CountAPI\n  slug: countapi\n  description: You can use it to track page hits, and specific events among other\n    things. CountAPI is a free counting service. . CountAPI is a free counting\n    service\n  categories:\n    - Development\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/countapi/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://countapi.xyz\n- name: Countly\n  slug: countly\n  description: Countly is the best analytics platform to understand and enhance\n    customer journeys in web, desktop and mobile applications. Countly securely\n    processes billions of data points every day in the cloud and on-premises in\n    order to help companies across the globe grow their business.\n  categories:\n    - Development\n    - Open Source\n    - Analytics\n    - Marketing & SEO\n    - Authentication & User Management\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://api.count.ly/reference\n  libraries:\n    - name: Count.ly Unity3D SDK Countly\n      documentation_url: https://github.com/Countly/countly-sdk-unity\n      platform: Unity\n      stargazers_count: 43\n    - name: Count.ly Python IoT SDK by Countly\n      documentation_url: https://github.com/Countly/countly-sdk-iot-python\n      platform: Python\n      stargazers_count: 11\n    - name: Count.ly C++ IoT SDK by Countly\n      documentation_url: https://github.com/Countly/countly-sdk-iot-cpp\n      platform: C++\n      stargazers_count: 7\n    - name: Count.ly Node.js SDK by Countly\n      documentation_url: https://github.com/Countly/countly-sdk-nodejs\n      platform: Node.js\n      stargazers_count: 22\n    - name: Count.ly Windows SDK by Countly\n      documentation_url: https://github.com/Countly/countly-sdk-windows\n      platform: C#\n      stargazers_count: 26\n    - name: Count.ly C++ SDK by GithSystems\n      documentation_url: https://github.com/GithSystems/CountlyCpp\n      platform: C++\n    - name: Count.ly iOS SDK by Countly\n      documentation_url: https://github.com/Countly/countly-sdk-ios\n      source_code_url: http://resources.count.ly/v1.0/docs/countly-sdk-for-ios-and-os-x\n      platform: Objective-C\n      stargazers_count: 584\n    - name: Count.ly Android SDK by Countly\n      documentation_url: https://github.com/Countly/countly-sdk-android\n      source_code_url: http://resources.count.ly/v1.0/docs/countly-sdk-for-android\n      platform: Java\n      stargazers_count: 623\n- name: CountryAPI\n  slug: countryapi\n  description: A Rest Api of simple country information that you need. Gets all\n    the countries, and obtain the most important information of these\n  categories:\n    - Maps & Geo\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/fabian7593/CountryAPI/master/Files/imgsReadme/planetLogoAndText.png\n  links:\n    - name: Docs / Website\n      url: https://fabian7593.github.io/CountryAPI/\n- name: COVID-19 Data\n  slug: covid-19-data\n  description: The API provides realtime and historical data on Coronavirus\n    COVID-19 confirmed cases, deaths, and recovered cases.\n  categories:\n    - Health\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/covid-19-data/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://github.com/M-Media-Group/Covid-19-API\n- name: Covid-19 Government Response\n  slug: covid-19-government-response\n  description: Oxford COVID-19 Government Response Tracker. Governments are taking\n    a wide range of measures to tackle the COVID-19 outbreak. We aim to track\n    and compare worldwide government responses to the coronavirus rigorously and\n    consistently. Systematic information on which measures governments take, and\n    when, can help us understand the responses in a consistent way, aiding\n    efforts to fight the pandemic.\n  categories:\n    - Health\n    - Government\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://covidtracker.bsg.ox.ac.uk\n- name: Creative Commons Catalog\n  slug: creative-commons-catalog\n  description: The Creative Commons Catalog API ('cccatalog-api') is a system that\n    allows programmatic access to public domain digital media. It is our\n    ambition to index and catalog billions of Creative Commons works, including\n    articles, songs, videos, photographs, paintings, and more. Using this API,\n    developers will be able to access the digital commons in their own\n    applications.\n  categories:\n    - Development\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://api.creativecommons.engineering/\n- name: Cronofy\n  slug: cronofy\n  description: Scheduler lets you share your availability with contacts no matter\n    what application you use. Cronofy provides a single API for Apple, Exchange,\n    Google, Office 365, and Outlook.com calendars for real-time scheduling.\n    Enterprise-ready scheduling tools, UI Elements and APIs\n  categories:\n    - Calendar & Time\n    - Documents & Productivity\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/cronofy/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.cronofy.com\n  libraries:\n    - name: Cronofy NodeJS SDK\n      documentation_url: https://www.cronofy.com/blog/introducing-the-node-js-sdk-for-the-cronofy-api/\n      source_code_url: https://github.com/cronofy/cronofy-node\n      platform: Node.js\n      stargazers_count: 50\n    - name: Cronofy PHP SDK\n      documentation_url: https://www.cronofy.com/blog/introducing-the-php-sdk-for-the-cronofy-calendar-api/\n      source_code_url: https://github.com/cronofy/cronofy-php\n      platform: PHP\n      stargazers_count: 21\n    - name: Cronofy Python SDK\n      documentation_url: https://www.cronofy.com/blog/python-sdk/\n      source_code_url: https://github.com/cronofy/pycronofy\n      platform: Python\n      stargazers_count: 23\n    - name: Cronofy Python SDK by nikola\n      documentation_url: https://github.com/Saberr/cronofy-python\n      platform: Python\n      stargazers_count: 1\n    - name: \" Cronofy PHP SDK by Stephen Binns\"\n      documentation_url: https://github.com/cronofy/cronofy-php\n      platform: PHP\n      stargazers_count: 21\n    - name: Cronofy JavaScript SDK by Brett Warner\n      documentation_url: https://github.com/warbrett/node-cronofy\n      platform: JavaScript\n      stargazers_count: 50\n    - name: Cronofy Ruby SDK by Cronofy\n      documentation_url: https://www.cronofy.com/developers/api-libraries/\n      source_code_url: https://github.com/cronofy/cronofy-ruby\n      platform: Ruby\n      stargazers_count: 27\n- name: Crossref\n  slug: crossref\n  description: Crossref's API provides metadata for 150M+ scholarly works\n    including DOIs, citations, author information, funding data, and license\n    information for academic research integration.\n  categories:\n    - Science & Math\n    - Books\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://www.crossref.org/documentation/retrieve-metadata/rest-api\n    - name: API Reference\n      url: https://api.crossref.org\n- name: CRXcavator\n  slug: crxcavator\n  description: These factors include permissions, inclusion of vulnerable third\n    party javascript libraries, weak content security policies, missing details\n    from the Chrome Web Store description, and more. Organizations can use this\n    tool to assess the Chrome Extensions they have installed and to move towards\n    implementing explicit allow (whitelisting) for their organization.\n    CRXcavator automatically scans the entire Chrome Web Store every 3 hours and\n    produces a quantified risk score for each Chrome Extension based on several\n    factors\n  categories:\n    - Security\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/crxcavator/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://crxcavator.io/apidocs\n- name: Crypto Monitor Api\n  slug: crypto-monitor-api\n  description: The Crypto monitor API provides bots that show savings in\n    cryptocurrencies. Bad Gateway\n  categories:\n    - Blockchain & Cryptocurrencies\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://api.crypto-savings.com/v1/\n- name: CryptoCompare\n  slug: cryptocompare\n  description: Cryptocurrencies Comparison. Free cryptocurrency data APIs. Get\n    high-quality historical & real-time trade, order book and volume data\n    through market-leading REST & WebSocket APIs\n  categories:\n    - Blockchain & Cryptocurrencies\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/cryptocompare/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.cryptocompare.com/api\n  libraries:\n    - name: Cryptocurrencies API Laravel Manager PHP SDK by Mattia Clementi\n      documentation_url: https://github.com/ilCleme/cryptocurrencies-laravel\n      source_code_url: https://packagist.org/packages/ilcleme/cryptocurrencies-laravel\n      platform: PHP\n      author: ilCleme\n      stargazers_count: 3\n    - name: CryptoCompare C SDK by Elijah T Davis\n      documentation_url: https://github.com/Eliiijaaaaah/CryptoArbitrage\n      platform: C\n      author: Eliiijaaaaah\n      stargazers_count: 1\n    - name: CryptoCompare Go SDK by canonical-ledgers\n      documentation_url: https://github.com/canonical-ledgers/cryptoprice\n      platform: Go\n      stargazers_count: 0\n    - name: CryptoCompare Python SDK by Dalton\n      documentation_url: https://github.com/daltonherriman76/Current-Crypto-Pricing\n      platform: Python\n      author: daltonherriman76\n      stargazers_count: 0\n    - name: CryptoCompare C# SDK by Rui Costa\n      documentation_url: https://github.com/ruidacosta/CryptoDataMarket\n      platform: C#\n      author: ruidacosta\n      stargazers_count: 0\n    - name: CryptoCompare NodeJS SDK by nlawcryptocompare\n      documentation_url: https://github.com/nlawcryptocompare/ccc-write-trades\n      platform: Node.js\n      author: nlawcryptocompare\n      stargazers_count: 0\n    - name: CryptoCompare Ruby SDK by Filipe Custódio\n      documentation_url: https://github.com/fcustodio90/crypto_compare_api\n      platform: Ruby\n      author: fcustodio90\n      stargazers_count: 0\n    - name: CryptoCompare Python CLI SDK by Gavin Goodship\n      documentation_url: https://github.com/goodship1/CoinCommand\n      platform: Python\n      author: goodship1\n      stargazers_count: 2\n    - name: CryptoCompare Swift SDK by andyhutch345\n      documentation_url: https://github.com/andyhutch345/coinDataRetrieval\n      platform: Swift\n      author: andyhutch345\n      stargazers_count: 0\n    - name: CryptoCompare Python SDK by Ilyas Ibragimov\n      documentation_url: https://github.com/IlyasI/CryptoDataToCSV\n      platform: Python\n      author: IlyasI\n      stargazers_count: 0\n    - name: CryptoCompare Python SDK by MaverickLLC\n      documentation_url: https://github.com/MaverickLLC/cryptocompareapi_python_MavericLLC\n      platform: Python\n      author: MaverickLLC\n      stargazers_count: 1\n    - name: CryptoCompare Python SDK by Ivan Bogush\n      documentation_url: https://github.com/OkThought/cryptocmp\n      source_code_url: https://pypi.org/project/cryptocmp/\n      platform: Python\n      author: OkThought\n      stargazers_count: 0\n    - name: CryptoCompare Python SDK by mondeja\n      documentation_url: https://github.com/mondeja/pycryptocompare\n      platform: Python\n      author: mondeja\n      stargazers_count: 3\n    - name: CryptoCompare Java SDK by Kehinde Azeez\n      documentation_url: https://github.com/africaken/Crypto-Currency-Project\n      platform: Java\n      author: africaken\n      stargazers_count: 0\n    - name: CryptoCompare Go SDK by cstuntz\n      documentation_url: https://github.com/cstuntz/cryptocompare-scrape\n      platform: Go\n      author: cstuntz\n      stargazers_count: 1\n    - name: CryptoCompare Python SDK by Ryan\n      documentation_url: https://github.com/Ryan3435/CryptoCompare-Python\n      platform: Python\n      author: Ryan3435\n      stargazers_count: 0\n    - name: CryptoCompare Python SDK by Ronald Rounsifer\n      documentation_url: https://github.com/iJEEBUS/CryptoComparePython\n      platform: Python\n      author: rounsifer\n      stargazers_count: 0\n    - name: CryptoCompare PHP SDK by imanseau\n      documentation_url: https://github.com/imanseau/CryptoCompare-PHP\n      platform: PHP\n      author: imanseau\n      stargazers_count: 0\n    - name: CryptoCompare PHP SDK by cointokenhub\n      documentation_url: https://github.com/cointokenhub/cryptocompare-php-api\n      platform: PHP\n      stargazers_count: 1\n    - name: CryptoCompare C# SDK by Alex Gorevski\n      documentation_url: https://github.com/agorevski/CryptoPrices\n      platform: C#\n      author: agorevski\n      stargazers_count: 0\n    - name: CryptoCompare R SDK by adrian\n      documentation_url: https://github.com/ilyein/crypto-prices-api\n      platform: R\n      author: ilyein\n      stargazers_count: 0\n    - name: CryptoCompare Elixir SDK by Metachaos Systems\n      documentation_url: https://github.com/metachaos-systems/cryptocomparex\n      source_code_url: https://hexdocs.pm/cryptocomparex/api-reference.html\n      platform: Elixir\n      stargazers_count: 0\n    - name: CryptoCompare Java SDK by CryptoDashboard201\n      documentation_url: https://github.com/CryptoDashboard201/DataFromAPI\n      platform: Java\n      stargazers_count: 0\n    - name: CryptoCompare Java SDK by Matt McFadden\n      documentation_url: https://github.com/mcfadd/Cryptos4J\n      platform: Java\n      author: mcfadd\n      stargazers_count: 3\n    - name: CryptoCompare Java SDK by mistyhippo\n      documentation_url: https://github.com/mistyhippo/cryptocompare_api\n      platform: Java\n      author: mistyhippo\n      stargazers_count: 0\n- name: Cryptonator\n  slug: cryptonator\n  description: Prices are updated every 30 seconds, covering 300+ cryptocurrencies\n    across 42 exchanges. Cryptonator provides unique volume of cryptocurrency\n    exchange rates data, which is delivered in easy-to-integrate JSON format via\n    simple HTTPS requests\n  categories:\n    - Blockchain & Cryptocurrencies\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.cryptonator.com/api/\n- name: CurrencyAPI\n  slug: currencyapi\n  description: CurrencyAPI provides real-time and historical foreign exchange\n    rates for 170+ currencies. Features include currency conversion, historical\n    rates, and fluctuation data with high update frequency.\n  categories:\n    - Finance & Economics\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://currencyapi.com/docs\n    - name: API Reference\n      url: https://currencyapi.com/docs/latest-endpoint\n- name: CurrencyLayer.com\n  slug: currencylayer-com\n  description: Currencylayer provides a simple REST API with real-time and\n    historical exchange rates for 168 world currencies, delivering currency\n    pairs in universally usable JSON format\n  categories:\n    - Finance & Economics\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/currencylayer-com/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://currencylayer.com/documentation\n- name: CurrencyScoop.com\n  slug: currencyscoop-com\n  description: Real-time and historical currency rates JSON API. CurrencyScoop is\n    a developer-friendly REST API with real-time and historical exchange rates\n    for 168 world currencies and 1600 cryptocurrencies\n  categories:\n    - Finance & Economics\n    - Blockchain & Cryptocurrencies\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/currencyscoop-com/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://currencyscoop.com/\n- name: Currencystack\n  slug: currencystack\n  description: Real-time exchange rates for 154 world currencies provided in JSON\n    format and works for any programming environment.\n  categories:\n    - Finance & Economics\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/currencystack/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://currencystack.io\n  libraries:\n    - name: CurrencyStack NodeJS SDK\n      documentation_url: https://github.com/currencystack/currencystack-node\n      platform: Node.js\n      stargazers_count: 1\n    - name: CurrencyStack PHP SDK\n      documentation_url: https://github.com/currencystack/currencystack-php\n      platform: PHP\n      stargazers_count: 0\n    - name: CurrencyStack Go SDK\n      documentation_url: https://github.com/currencystack/currencystack-go\n      platform: Go\n      stargazers_count: 2\n    - name: CurrencyStack Python SDK\n      documentation_url: https://bitbucket.org/hd1/currencystack/src/master/main.py\n      platform: Python\n- name: Currents\n  slug: currents\n  description: Currents - Capture the world news through simple json News API.\n  categories:\n    - News & Feeds\n    - Scrapers & Data Mining\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/currents/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://currentsapi.services/\n  libraries:\n    - name: Currents NodeJS SDK\n      documentation_url: https://currentsapi.services/en/docs/official\n      source_code_url: https://github.com/currentsapi-dev/currentsapi_nodejs\n      platform: Node.js\n      stargazers_count: 1\n- name: Czech Namedays Calendar\n  slug: czech-namedays-calendar\n  description: Czech Holidays API\n  categories:\n    - Government\n    - Calendar & Time\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://svatky.adresa.info\n- name: Czech National Bank\n  slug: czech-national-bank\n  description: A collection of exchange rates\n  categories:\n    - Finance & Economics\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.cnb.cz/cs/financni_trhy/devizovy_trh/kurzy_devizoveho_trhu/denni_kurz.xml\n- name: Czech Television\n  slug: czech-television\n  description: Czech Television TV Program\n  categories:\n    - Video & Media\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/czech-television/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: http://www.ceskatelevize.cz/xml/tv-program/\n- name: D3 Visualization\n  slug: d3-visualization\n  description: D3 is a JavaScript library for visualizing data with HTML, SVG, and CSS\n  categories:\n    - Visualizations\n    - Maps & Geo\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/d3-visualization/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://d3js.org\n- name: Dailymotion\n  slug: dailymotion\n  description: Build applications centered around DailyMotion. Explore Dailymotion\n    API documentation to create your video apps and websites\n  categories:\n    - Video & Media\n    - Social\n    - Entertainment\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/dailymotion/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developer.dailymotion.com/\n  libraries:\n    - name: Dailymotion PHP SDK by bSushil\n      documentation_url: https://github.com/bSushil/dailymotion\n      platform: PHP\n      author: bSushil\n      stargazers_count: 1\n    - name: Dailymotion Node.js SDK by Mathieu Amiot\n      documentation_url: https://github.com/OtaK/dailymotion-sdk-node\n      platform: Node.js\n      author: OtaK\n      stargazers_count: 10\n    - name: Dailymotion Xamarin Android SDK by Alejandro Ruiz Varela\n      documentation_url: https://github.com/AlejandroRuiz/Xamarin-Dailymotion-Android\n      platform: C#\n      author: AlejandroRuiz\n      stargazers_count: 1\n    - name: Dailymotion C++ SDK by Stuart Howarth\n      documentation_url: http://marxoft.co.uk/doc/qdailymotion/index.html\n      source_code_url: https://github.com/marxoft/qdailymotion\n      platform: C++\n      author: marxoft\n      stargazers_count: 3\n    - name: Dailymotion iOS Swift SDK by Dailymotion\n      documentation_url: https://github.com/dailymotion/dailymotion-swift-player-sdk-ios\n      platform: Swift\n      stargazers_count: 34\n    - name: Dailymotion IOS SDK by Dailymotion\n      documentation_url: https://developer.dailymotion.com/tools/sdks#sdk-objective-c\n      source_code_url: https://github.com/dailymotion/dailymotion-player-sdk-ios\n      platform: Objective-C\n      stargazers_count: 59\n    - name: Dailymotion PHP SDK by Dailymotion\n      documentation_url: https://developer.dailymotion.com/tools/sdks#sdk-php\n      source_code_url: https://github.com/dailymotion/dailymotion-sdk-php\n      platform: PHP\n      stargazers_count: 65\n    - name: Dailymotion Python SDK by Dailymotion\n      documentation_url: https://developer.dailymotion.com/tools/sdks#sdk-python\n      source_code_url: https://github.com/dailymotion/dailymotion-sdk-python\n      platform: Python\n      stargazers_count: 34\n    - name: Dailymotion Ruby SDK by Guilherme Garnier\n      documentation_url: https://github.com/ggarnier/dailymotion-api-client\n      platform: Ruby\n      author: ggarnier\n      stargazers_count: 2\n    - name: Dailymotion Android SDK by Dailymotion\n      documentation_url: https://developer.dailymotion.com/tools/sdks#sdk-android\n      source_code_url: https://developer.dailymotion.com/tools/sdks#sdk-android\n      platform: C, Java\n    - name: Dailymotion JavaScript SDK\n      documentation_url: http://developer.dailymotion.com/documentation#sdk-javascript\n      source_code_url: https://github.com/dailymotion/dailymotion-sdk-js\n      platform: .Net, JavaScript\n      stargazers_count: 34\n    - name: Dailymotion Python SDK\n      documentation_url: http://developer.dailymotion.com/documentation#sdk-python\n      source_code_url: https://github.com/dailymotion/dailymotion-sdk-python\n      platform: Python\n      stargazers_count: 34\n    - name: Dailymotion Objective-C SDK\n      documentation_url: http://dailymotion.github.io/dailymotion-sdk-objc/html/index.html\n      source_code_url: https://github.com/dailymotion/dailymotion-sdk-objc\n      platform: Objective-C\n      stargazers_count: 59\n    - name: Dailymotion PHP SDK\n      documentation_url: http://developer.dailymotion.com/documentation#sdk-php\n      source_code_url: https://github.com/dailymotion/dailymotion-sdk-php\n      platform: PHP\n      stargazers_count: 65\n- name: Danbooru\n  slug: danbooru\n  description: Danbooru Imageboard API. Get images cartegorized by tags.\n  categories:\n    - Comics & Anime\n    - Social\n    - Adult\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://danbooru.donmai.us/posts?tags=help%3Aapi\n- name: Dark Sky\n  slug: dark-sky\n  description: Weather API\n  categories:\n    - Weather\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://darksky.net/dev\n  libraries:\n    - name: Dark Sky WordPress PHP SDK by Joshua Nelson\n      documentation_url: https://github.com/joshuadavidnelson/wp-darksky\n      platform: PHP\n      author: joshuadavidnelson\n      stargazers_count: 16\n    - name: Dark Sky Swift SDK by Peter Willsey\n      documentation_url: https://github.com/pwillsey/ForecastIOClient\n      platform: Swift\n      author: pwillsey\n      stargazers_count: 17\n    - name: Dark Sky Swift SDK by Satyam Khodasara\n      documentation_url: https://darksky.net/dev/docs/libraries\n      source_code_url: https://github.com/sxg/ForecastIO\n      platform: Swift\n      author: sxg\n      stargazers_count: 157\n    - name: Dark Sky Swift SDK by Caramba Labs\n      documentation_url: https://github.com/carambalabs/DarkSkyKit\n      platform: Swift\n      stargazers_count: 32\n    - name: Dark Sky Scala SDK by Garrett T\n      documentation_url: https://github.com/film42/forecast-io-scala\n      platform: Scala\n      author: film42\n      stargazers_count: 12\n    - name: Dark Sky Rust SDK by Jesse Grillo\n      documentation_url: https://github.com/jgrillo/forecast-rs\n      platform: Unspecified\n      author: jgrillo\n      stargazers_count: 14\n    - name: Dark Sky Ruby SDK by Vicente Gozalbes\n      documentation_url: https://github.com/vigosan/forecast_io\n      platform: Ruby\n      author: vigosan\n      stargazers_count: 11\n    - name: Dark Sky R SDK by Bob Rudis\n      documentation_url: https://github.com/hrbrmstr/darksky\n      platform: R\n      author: hrbrmstr\n      stargazers_count: 81\n    - name: Dark Sky Python SDK by Angel Hernandez III\n      documentation_url: https://github.com/bitpixdigital/forecastiopy3\n      platform: Python\n      author: bitpixdigital\n      stargazers_count: 60\n    - name: Dark Sky Python SDK by David Ervideira\n      documentation_url: https://github.com/dvdme/forecastiopy\n      platform: Python\n      author: dvdme\n      stargazers_count: 26\n    - name: Dark Sky Python SDK by Ze’ev Gilovitz\n      documentation_url: https://github.com/ZeevG/python-forecast.io\n      platform: Python\n      author: ZeevG\n      stargazers_count: 424\n    - name: Dark Sky PERL SDK by Martin-Louis Bright\n      documentation_url: http://search.cpan.org/~martyloo/Forecast-IO-0.21/lib/Forecast/IO.pm\n      source_code_url: https://github.com/mlbright/Forecast-IO\n      platform: PERL\n      author: mlbright\n      stargazers_count: 5\n    - name: Dark Sky ColdFusion SDK by Danny Cork\n      documentation_url: https://github.com/DannyCork/ForecastCFML\n      platform: ColdFusion\n      author: senf666\n      stargazers_count: 8\n    - name: Dark Sky Reckon NodeJS SDK by Chris Jones\n      documentation_url: https://github.com/jonezy/reckon/\n      platform: Node.js\n      author: jonezy\n      stargazers_count: 13\n    - name: Dark Sky NodeJS SDK by Matt Walters\n      documentation_url: https://github.com/mateodelnorte/forecast.io\n      platform: Node.js\n      author: mateodelnorte\n      stargazers_count: 115\n    - name: Dark Sky NodeJS SDK by Ian Tearle\n      documentation_url: https://github.com/iantearle/forecast.io-javascript-api\n      platform: Node.js\n      author: iantearle\n      stargazers_count: 65\n- name: Dashblock\n  slug: dashblock\n  description: The easiest way to access websites programmatically and collect\n    structured data. With Dashblock you can turn any website into an API. Offers\n    1000 free API calls per month.\n  categories:\n    - Scrapers & Data Mining\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/dashblock/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.dashblock.com/\n- name: Data Demograph\n  slug: data-demograph\n  description: Enrich your contact lists with intelligent demographics. Add gender\n    age, income, education, ancestry, crime, and political leaning to your\n    customer insights.\n  categories:\n    - Statistics & Data\n    - CRM\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://datademograph.com\n- name: Data Science Toolkit\n  slug: data-science-toolkit\n  description: A collection of the best open data sets and open-source tools for\n    data science.\n  categories:\n    - Statistics & Data\n  type: REST\n  is_free: true\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/data-science-toolkit/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://github.com/petewarden/dstk\n  libraries:\n    - name: Geocoder Ruby SDK by Alex Reisner\n      documentation_url: https://github.com/alexreisner/geocoder\n      source_code_url: https://rubygems.org/gems/geocoder\n      platform: Ruby\n      author: alexreisner\n      stargazers_count: 5834\n    - name: Data Science Toolkit R Library by Ryan Elmore\n      documentation_url: http://cran.r-project.org/web/packages/RDSTK/index.html\n      source_code_url: https://github.com/rtelmore/RDSTK\n      platform: R\n      author: rtelmore\n      stargazers_count: 26\n    - name: \" Geocoder Node.js Library by Nicolas Chaulet\"\n      documentation_url: https://github.com/nchaulet/node-geocoder\n      platform: Node.js\n      author: nchaulet\n      stargazers_count: 954\n    - name: Data Science Toolkit JavaScript Library by Pete Warden\n      documentation_url: https://github.com/petewarden/dstk\n      platform: JavaScript\n      author: petewarden\n      stargazers_count: 1140\n    - name: Data Science Toolkit Python Library by CloverHealth\n      documentation_url: https://github.com/CloverHealth/pydstk\n      platform: Python\n      author: gwax\n      stargazers_count: 0\n- name: Data USA\n  slug: data-usa\n  description: public data. Data USA provides an open, easy-to-use platform that\n    turns data into knowledge. The most comprehensive visualization of U. The\n    most comprehensive visualization of U. S\n  categories:\n    - Government\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/data-usa/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://datausa.io/about/api/\n- name: Data.gov\n  slug: data-gov\n  description: Our aim is to make it easier for. Signup for a single API key and\n    use it across participating government APIs. About This Service api. data.\n    gov is a free API management service for federal agencies\n  categories:\n    - Government\n  type: REST\n  is_free: false\n  contact: dani@daniwebmail.com\n  links:\n    - name: Docs / Website\n      url: https://api.data.gov/\n- name: data.parliament.uk\n  slug: data-parliament-uk\n  description: UK's parliament Open Data\n  categories:\n    - Government\n    - Statistics & Data\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://www.data.parliament.uk/developers/\n- name: Datadog\n  slug: datadog\n  description: Datadog's API provides access to metrics, logs, traces, monitors,\n    dashboards, and alerts. Automate observability workflows and integrate\n    monitoring into CI/CD pipelines.\n  categories:\n    - Analytics\n    - Development\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://docs.datadoghq.com/api\n    - name: API Reference\n      url: https://docs.datadoghq.com/api/latest\n- name: Dataflow Kit\n  slug: dataflow-kit\n  description: Web Scraper API to extract information from web sites, scrape\n    SERPs, convert web pages to PDF, and capture screenshots. Dataflow kit - API\n    documentation\n  categories:\n    - Other\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/dataflow-kit/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://dataflowkit.com/doc-api\n- name: Datamuse API\n  slug: datamuse-api\n  description: Word-finding query engine that finds words that match a given set\n    of constraints and that are likely in a given context.\n  categories:\n    - Content & Dictionaries\n    - Search\n    - Text Analysis & Tools\n    - AI & ML\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.datamuse.com/api/\n- name: Datum Box\n  slug: datum-box\n  description: Unleash the power of Machine Learning by using the Powerful and\n    Easy-to-Use API of Datumbox\n  categories:\n    - AI & ML\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/datum-box/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: http://www.datumbox.com/machine-learning-api/\n- name: Daum Maps API\n  slug: daum-maps-api\n  description: Kakao 지도 API를 이용해보세요. 다양한 샘플과 상세한 매뉴얼로 개발자분들의 시간을 아껴드리겠습니다!. Daum\n    Maps provide multiple APIs for Korean map\n  categories:\n    - Maps & Geo\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/daum-maps-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: http://apis.map.daum.net/\n- name: Deck of Cards\n  slug: deck-of-cards\n  description: Deck of Cards - an API for playing cards\n  categories:\n    - Entertainment\n    - Games\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/deck-of-cards/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: http://deckofcardsapi.com/\n- name: Deepaffects\n  slug: deepaffects\n  description: \"DeepAffects enables developers to analyze conversational audio by\n    applying powerful machine learning models offered as a set of easy to use\n    REST APIs. Supports apis like: Interaction Analytics, Speaker Diarization,\n    Emotion Recognition, Speech to Text etc. DeepAffects speech analysis\n    platform supports automated multi-speaker recognition, voiceprints, emotions\n    & intents from natural conversations\"\n  categories:\n    - Recognition\n    - Text Analysis & Tools\n    - AI & ML\n    - Voice\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.deepaffects.com\n  libraries:\n    - name: DeepAffects Python SDK\n      documentation_url: https://github.com/SEERNET/deepaffects-python\n      source_code_url: https://pypi.org/project/deepaffects/1.1.1/\n      platform: Python\n      stargazers_count: 8\n    - name: DeepAffects Node.js SDK\n      documentation_url: https://github.com/SEERNET/deepaffects-node\n      source_code_url: https://www.npmjs.com/package/deep-affects\n      platform: JavaScript, Node.js\n      stargazers_count: 4\n- name: Deepcode\n  slug: deepcode\n  description: >-\n    DeepCode is advanced AI Software Platform that learns from all open-source\n    developers and uses the acquired knowledge to make real-time suggestions on\n    how your code can be improved.\n\n    DeepCode understands the intent and semantic function of software code by\n    transforming the code into a language-independent Graph Index representing\n    all semantic facts that are analyzed against the knowledge of the global\n    development community. Our Symbolic AI Software Platform continuously learns\n    from BigCode the latest standards, historical fixes, solutions, and know-how\n    from the global software development community and provides powerful\n    real-time tools and suggestions to software developers.\n  categories:\n    - AI & ML\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/deepcode/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.deepcode.ai/docs/Overview%252FOverview\n- name: Deepgram\n  slug: deepgram\n  description: Deepgram's API offers real-time and batch speech recognition with\n    high accuracy. Features include speaker detection, smart formatting,\n    language detection, and custom model training.\n  categories:\n    - AI & ML\n    - Voice\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://developers.deepgram.com/docs\n    - name: API Reference\n      url: https://developers.deepgram.com/reference\n- name: DeepL\n  slug: deepl\n  description: DeepL API provides high-quality machine translation for 30+\n    languages. Known for producing more natural translations than competitors,\n    with support for documents and glossaries.\n  categories:\n    - AI & ML\n    - Translation\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://developers.deepl.com/docs\n    - name: API Reference\n      url: https://developers.deepl.com/docs/api-reference\n- name: Deezer\n  slug: deezer\n  description: Deezer API provides a nice set of services to build up web\n    applications allowing the discovery of Deezer's music catalogue. You have to\n    login to accept the terms and conditions of the simple API. Login Back to\n    top Follow @deezer Terms of use Contact & Support\n  categories:\n    - Search\n    - Video & Media\n    - Music & Audio\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/deezer/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: http://developers.deezer.com/api\n  libraries:\n    - name: lizz C++ SDK by bx5a\n      documentation_url: https://github.com/bx5a/lizz\n      platform: C++\n      author: bx5a\n      stargazers_count: 0\n    - name: Deezer Python SDK by Steinthor Palsson\n      documentation_url: https://github.com/steinitzu/pydeezer\n      platform: Python\n      author: steinitzu\n      stargazers_count: 2\n    - name: Deezer VueJS SDK by Kevin Badinca\n      documentation_url: https://github.com/kainister/deezweb\n      platform: JavaScript\n      author: kainister\n      stargazers_count: 0\n    - name: Deezer Swift SDK by George Bonnici-Carter\n      documentation_url: https://github.com/GeorgeB123/Song_Search\n      platform: Swift\n      author: GeorgeB123\n      stargazers_count: 0\n    - name: Deezer Kotlin SDK by Biacode\n      documentation_url: https://github.com/Biacode/jdeezer\n      platform: Kotlin\n      author: Biacode\n      stargazers_count: 2\n    - name: Deezer Rust SDK by diogox\n      documentation_url: https://github.com/diogox/deezer_metadata\n      platform: Unspecified\n      author: diogox\n      stargazers_count: 4\n    - name: Deezer VueJS SDK by figura01\n      documentation_url: https://github.com/figura01/api-deezer-vujes\n      platform: JavaScript\n      author: figura01\n      stargazers_count: 0\n    - name: Deezer VueJS SDK by maheshkumawat24\n      documentation_url: https://github.com/maheshkumawat24/deezer-vue\n      platform: JavaScript\n      author: maheshkumawat24\n      stargazers_count: 0\n    - name: Deezer AngularJS SDK by Jérémy DE LA CASA\n      documentation_url: https://github.com/jeremydelacasa/angular-deezer-api\n      platform: JavaScript\n      author: jeremydelacasa\n      stargazers_count: 1\n    - name: Deezer JavaScript SDK by Justin Levine\n      documentation_url: https://github.com/jclevine/real-deezer-api\n      platform: JavaScript\n      author: jclevine\n      stargazers_count: 0\n    - name: Deezer Python SDK by Kaefertal\n      documentation_url: https://github.com/Kaefertal/Deezer-API-data-exporter\n      platform: Python\n      author: Kaefertal\n      stargazers_count: 0\n    - name: Deezer PHP SDK by CharloMez\n      documentation_url: https://github.com/CharloMez/charlo-deezer-api\n      platform: PHP\n      author: CharloMez\n      stargazers_count: 0\n    - name: Deezer Java SDK by George\n      documentation_url: https://github.com/GeorgeII/deezer-api-wrapper\n      platform: Java\n    - name: Deezer PHP SDK by RollandVivienPro\n      documentation_url: https://github.com/RollandVivienPro/deezer-notif-api\n      platform: PHP\n      author: RollandVivienPro\n      stargazers_count: 0\n    - name: Deezer NodeJS SDK by Allan Douglas\n      documentation_url: https://github.com/AllanDouglas/api-deezer-node-example\n      platform: Node.js\n      author: AllanDouglas\n      stargazers_count: 0\n    - name: Deezer Symfony PHP SDK by Thibaud Anthoine\n      documentation_url: https://github.com/thibaudanthoine/deezer-api-console\n      platform: PHP\n      author: thibaudanthoine\n      stargazers_count: 1\n    - name: Deezer Java SDK by Fenrurr\n      documentation_url: https://github.com/Fenrurr/SimpleDeezerApi\n      platform: Java\n      author: ltinnirello\n      stargazers_count: 0\n    - name: Deezer Objective-C SDK by Rémi Lavedrine\n      documentation_url: https://github.com/Shosta/deezer-search-artist\n      platform: Objective-C\n      author: Shosta\n      stargazers_count: 0\n    - name: Deezer JavaScript SDK by d-fi\n      documentation_url: https://github.com/d-fi/deezer-request2\n      platform: JavaScript\n      stargazers_count: 3\n    - name: Deezer Java SDK by alex-massa\n      documentation_url: https://github.com/alex-massa/deezer-api\n      platform: Java\n      author: alex-massa\n      stargazers_count: 0\n    - name: Deezer PHP SDK by Paul\n      documentation_url: https://github.com/PouleR/deezer-api\n      source_code_url: https://packagist.org/packages/pouler/deezer-api\n      platform: PHP\n      author: PouleR\n      stargazers_count: 2\n    - name: Deezer JavaScript SDK by wowucco\n      documentation_url: https://github.com/wowucco/deezer-api\n      platform: JavaScript\n      author: wowucco\n      stargazers_count: 0\n    - name: Deezer C# SDK by NwotYknuf\n      documentation_url: https://github.com/NwotYknuf/deezerReaper\n      platform: C#\n      author: NwotYknuf\n      stargazers_count: 0\n    - name: Deezer Python SDK by NcVillalobos\n      documentation_url: https://github.com/NcVillalobos/DeezerPy\n      platform: Python\n      author: DeVillax\n      stargazers_count: 0\n    - name: Deezer Java SDK by Ernest Chechelski\n      documentation_url: https://github.com/ernichechelski/DeezerMusicTour\n      platform: Java\n      author: ernichechelski\n      stargazers_count: 0\n- name: Deno Deploy\n  slug: deno-deploy\n  description: Deno Deploy API manages projects and deployments on Deno's edge\n    JavaScript/TypeScript runtime. Deploy serverless functions globally with\n    built-in TypeScript support and no configuration.\n  categories:\n    - Development\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://docs.deno.com/deploy\n    - name: API Reference\n      url: https://apidocs.deno.com\n- name: Destiny The Game\n  slug: destiny-the-game\n  description: These endpoints constitute the functionality exposed by Bungie.net\n    both for more traditional website functionality and for connectivity to\n    Bungie video games and their related functionality.\n  categories:\n    - Entertainment\n    - Games\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/destiny-the-game/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://github.com/Bungie-net/api\n- name: Detect Language\n  slug: detect-language\n  description: Detects 164 languages. Supports short texts, batch requests,\n    JavaScript, Python, C#, Java, PHP, Go, Ruby and more. Fast, reliable text\n    language identification API.\n  categories:\n    - Text Analysis & Tools\n    - AI & ML\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/detect-language/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://detectlanguage.com/\n- name: Deutsche Bahn Open Data Portal\n  slug: transport-for-germany\n  description: API provides the timetable data\n  categories:\n    - Transportation\n  type: REST\n  is_free: false\n  logo: https://data.deutschebahn.com/images/logo.png\n  links:\n    - name: Docs / Website\n      url: http://data.deutschebahn.com/dataset/api-fahrplan\n- name: Deutsche Bahn Timetables\n  slug: deutsche-bahn-timetables\n  description: A RESTful web service for timetable information for train stations\n    operated by DB Station&Service AG.\n  categories:\n    - Transportation\n  is_free: false\n  contact: Joachim.Schirrmacher@deutschebahn.com\n  links:\n    - name: Docs / Website\n      url: https://api.deutschebahn.com/timetables/v1\n- name: DEV.to (Forem)\n  slug: dev-to\n  description: DEV.to's API provides access to articles, comments, users, tags,\n    and organizations on the developer community platform. Read and publish\n    developer content programmatically.\n  categories:\n    - Development\n    - Social\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://developers.forem.com/api\n    - name: API Reference\n      url: https://developers.forem.com/api/v1\n- name: DeviantArt\n  slug: deviantart\n  description: The largest social networking website for artists and art\n    enthusiasts. Find out how applications and websites integrate with\n    DeviantArt and get started with oAuth 2. 0\n  categories:\n    - Files & Storage\n    - Social\n    - Art & Design\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/deviantart/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.deviantart.com/developers/\n  libraries:\n    - name: DeviantART Java SDK by Karson Kimbrel\n      documentation_url: https://github.com/KarsonKimbrel/DeviantArt-OAuth2-Java\n      platform: Java\n    - name: DeviantART RSS PHP SDK by James Alexander Lee\n      documentation_url: https://github.com/jamesl1001/deviantART-API\n      platform: PHP\n      author: jamesl1001\n      stargazers_count: 34\n    - name: uploaderNet .NET SDK by mOrfiUs\n      documentation_url: https://github.com/mOrfiUs/uploaderNet\n      platform: .Net, C#\n      author: mOrfiUs\n      stargazers_count: 4\n- name: Diabetes\n  slug: diabetes\n  description: Welcome to the PredictBGL API The PredictBGL API allows you to\n    build the power of PredictBGL's diabetes management, coaching and analysis\n    dire. For general information on PredictBGL. com, click here\n  categories:\n    - Health\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://predictbgl.com/api/\n- name: DialogFlow\n  slug: dialogflow\n  description: Natural Language Interactions for Bots, Applications, Services, and\n    Devices. Virtual agents for bots, applications, services, and devices\n  categories:\n    - AI & ML\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/dialogflow/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://dialogflow.com/\n- name: Dicebear Avatars\n  slug: dicebear-avatars\n  description: \"Avatars is an avatar placeholder library for designers and\n    developers. You can choose between simple identicons and lovely designed\n    characters. And best of all: provides a simple and free HTTP API\"\n  categories:\n    - Testing\n    - Images & Photography\n    - Social\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://avatars.dicebear.com/\n- name: DigitalOcean Spaces\n  slug: digitalocean-spaces\n  description: The simplest way to cost effectively store, serve, backup, and\n    archive a virtually infinite amount of media, content, images, and static\n    files for your apps. API that provides easy access to store and receive\n    files as simple object storage with easy to understand pricing.\n  categories:\n    - Files & Storage\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/digitalocean-spaces/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.digitalocean.com/products/spaces\n- name: DigitalOcean Status\n  slug: digitalocean-status\n  description: API exists to let users of the DigitalOcean status page\n    programmatically access various elements on the page. Get a summary of the\n    status page, including a status indicator, component statuses, unresolved\n    incidents, and any upcoming or in-progress scheduled maintenances.\n  categories:\n    - Development\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://status.digitalocean.com/api\n- name: Directus\n  slug: directus\n  description: Directus is an open-source headless CMS with a dynamic REST and\n    GraphQL API automatically generated from any SQL database schema. Self-host\n    or use Directus Cloud.\n  categories:\n    - Development\n    - Databases\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://docs.directus.io/reference/introduction.html\n    - name: API Reference\n      url: https://docs.directus.io/reference/items.html\n- name: Discogs\n  slug: discogs\n  description: Access database of artists, labels, releases, marketplace and more.\n    Here’s your place to code all things Discogs! The Discogs API lets\n    developers build their own Discogs-powered applications for the web,\n    desktop, and mobile devices.\n  categories:\n    - Music & Audio\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.discogs.com/developers/\n  libraries:\n    - name: MetaMusic .NET SDK by David Pires\n      documentation_url: https://github.com/Davidblkx/MetaMusic\n      platform: .Net\n      author: Davidblkx\n      stargazers_count: 1\n    - name: Discogs Loves Spotify PHP SDK by Lukas Juhas\n      documentation_url: https://github.com/lukasjuhas/discogs-loves-spotify\n      platform: PHP\n      author: lukasjuhas\n      stargazers_count: 0\n    - name: MusicApiCollection C# SDK by BigGranu\n      documentation_url: https://github.com/BigGranu/MusicApiCollection\n      platform: C#\n      author: BigGranu\n      stargazers_count: 28\n    - name: Media Now JavaScript SDK by internet4000\n      documentation_url: https://github.com/internet4000/media-now\n      platform: JavaScript, Node.js\n      stargazers_count: 15\n    - name: Discogs Python SDK by Joshua Sones\n      documentation_url: https://github.com/jhsones/Discogs-Search\n      platform: Python\n      author: jhsones\n      stargazers_count: 0\n    - name: Discogs Elixir SDK by Andrew Mager\n      documentation_url: https://github.com/mager/discogs_ex\n      platform: Elixir\n      author: mager\n      stargazers_count: 2\n    - name: Discogs EmberJS SDK by Isaac Ezer\n      documentation_url: https://github.com/iezer/ember-discogs\n      platform: JavaScript\n      author: iezer\n      stargazers_count: 0\n    - name: Discogs PHP SDK by Josh Friesen\n      documentation_url: https://github.com/josh-friesen/php-discogs-api\n      platform: PHP\n      author: josh-friesen\n      stargazers_count: 0\n    - name: Discogs Rust SDK by Simon Persson\n      documentation_url: https://github.com/SimonPersson/discogs-rs\n      platform: Unspecified\n      author: SimonTeixidor\n      stargazers_count: 0\n    - name: Discogs Python SDK by Jay H\n      documentation_url: https://github.com/mobeets/cover-art\n      platform: Python\n      author: mobeets\n      stargazers_count: 3\n    - name: Discogs Swift SDK by Jason R Tibbetts\n      documentation_url: https://github.com/jrtibbetts/SwiftDiscogs\n      platform: Swift\n      author: jrtibbetts\n      stargazers_count: 3\n    - name: Discogs PHP SDK by chillerlan\n      documentation_url: https://github.com/chillerlan/php-oauth-discogs\n      source_code_url: https://packagist.org/packages/chillerlan/php-oauth-discogs\n      platform: PHP\n    - name: Discogs C# SDK by Bart Wijnants\n      documentation_url: https://github.com/bartw/DiscogsRT\n      platform: C#\n      author: bartw\n      stargazers_count: 0\n    - name: Discogs Ruby SDK by Yuri Veremeyenko\n      documentation_url: https://github.com/yurivm/discogs2\n      platform: Ruby\n      author: yurivm\n      stargazers_count: 0\n    - name: Discogs PHP SDK by cecekpawon\n      documentation_url: https://github.com/cecekpawon/Discogs-PHP-API-interface\n      platform: PHP\n      author: cecekpawon\n      stargazers_count: 1\n    - name: Discogs Ruby SDK by Dejan Acimovic\n      documentation_url: https://github.com/DejanAcim/discogs-json-api\n      platform: Ruby\n      author: DejanAcim\n      stargazers_count: 0\n    - name: Discogs Python SDK by Boostfield\n      documentation_url: https://github.com/boostfield/discogs-fetcher\n      platform: Python\n    - name: Discogs Java SDK by Andrey Parkhomenko\n      documentation_url: https://github.com/team3/java-discogs-api-client\n      platform: Java\n      author: team3\n      stargazers_count: 1\n    - name: Discogs PHP SDK by Bruno Teixeira\n      documentation_url: https://github.com/BrunoTeixeira1996/API-PHP-Project\n      platform: PHP\n    - name: Discogs NodeJS SDK by Emanuel Schmitt\n      documentation_url: https://github.com/emanuelschmitt/discogs-data-fetcher\n      platform: Node.js\n    - name: Discogs C++ SDK by matttyson\n      documentation_url: https://github.com/matttyson/discogsapp\n      platform: C++\n      author: matttyson\n      stargazers_count: 0\n    - name: Discogs Android SDK by Carl Taylor\n      documentation_url: https://github.com/carltaylor43/discogs-collector-android\n      platform: Kotlin\n    - name: Discogs PHP SDK by Chris Chrisostomou\n      documentation_url: https://github.com/chrismou/php-discogs-wrapper\n      platform: PHP\n      author: chrismou\n      stargazers_count: 0\n    - name: Discogs Java SDK by Markus Fischböck\n      documentation_url: https://github.com/mfischbo/java-discogs-client\n      platform: Java\n      author: mfischbo\n      stargazers_count: 1\n    - name: Discogs PHP SDK by martin mauchauffée\n      documentation_url: https://github.com/moechofe/Discogs-client\n      platform: PHP\n      author: moechofe\n      stargazers_count: 2\n    - name: Discogs PHP Library by Richard van den Brand\n      documentation_url: https://github.com/ricbra/php-discogs-api\n      platform: PHP\n      author: ricbra\n      stargazers_count: 155\n- name: Discord\n  slug: discord\n  description: Integrate your service with Discord — whether it's a bot or a game\n    or whatever your wildest imagination can come up with\n  categories:\n    - Chats & Messaging\n    - Voice\n    - Games\n    - Social\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://discordapp.com/developers/docs/intro\n  libraries:\n    - name: Crypto2discord Python SDK by Azerpas\n      documentation_url: https://github.com/azerpas/Crypto2discord\n      platform: Python\n      author: azerpas\n      stargazers_count: 7\n    - name: Discord Java SDK by ashley null\n      documentation_url: https://github.com/nerd/Discord4J\n      platform: Java\n      author: nerd\n      stargazers_count: 27\n    - name: Discord Dart SDK by Hackzzila\n      documentation_url: https://github.com/hackzzila/Discord-Dart\n      platform: Dart\n      author: Hackzzila\n      stargazers_count: 50\n    - name: Discord Python SDK by Danny\n      documentation_url: https://github.com/Rapptz/discord.py\n      platform: Python\n      author: Rapptz\n      stargazers_count: 15930\n    - name: Discord C# SDK by Ryan de Jonge\n      documentation_url: https://github.com/NaamloosDT/DSharpPlus\n      platform: C#\n      author: Naamloos\n      stargazers_count: 2\n    - name: Discord Rust SDK by SpaceManiac\n      documentation_url: https://github.com/SpaceManiac/discord-rs\n      platform: Unspecified\n      author: SpaceManiac\n      stargazers_count: 401\n    - name: Discord Java SDK by Bastian Oppermann\n      documentation_url: https://github.com/BtoBastian/Javacord\n      platform: Java\n      stargazers_count: 772\n    - name: Discord Java SDK by Austin Keener\n      documentation_url: https://github.com/DV8FromTheWorld/JDA/\n      platform: Java\n      author: DV8FromTheWorld\n      stargazers_count: 4628\n    - name: Discord Java SDK by austinv11\n      documentation_url: https://github.com/austinv11/Discord4J\n      platform: Java\n      stargazers_count: 1901\n    - name: Discord .Net SDK by RogueException\n      documentation_url: https://github.com/RogueException/Discord.Net\n      platform: .Net\n      stargazers_count: 3492\n    - name: Discord Ruby SDK by meew0\n      documentation_url: https://github.com/meew0/discordrb\n      platform: Ruby\n      stargazers_count: 9\n      author: meew0\n    - name: Discord Node.js SDK by Amish Shah\n      documentation_url: https://github.com/hydrabolt/discord.js\n      platform: Node.js\n      stargazers_count: 26579\n    - name: Discord Lua SDK by Adam James\n      documentation_url: https://github.com/satom99/litcord\n      platform: Lua\n      author: satom99\n      stargazers_count: 23\n    - name: Discord Go SDK by Bruce\n      documentation_url: https://github.com/bwmarrin/discordgo\n      platform: Go\n      author: bwmarrin\n      stargazers_count: 5786\n    - name: Discord Unity SDK by DiscordUnity\n      documentation_url: https://github.com/DiscordUnity/DiscordUnity\n      platform: C#, Unity\n      stargazers_count: 68\n    - name: Discord PHP SDK by Reflex\n      documentation_url: https://github.com/teamreflex/DiscordPHP\n      platform: PHP\n      stargazers_count: 1064\n    - name: Discord JavaScript SDK by qeled\n      documentation_url: https://github.com/qeled/discordie\n      platform: JavaScript\n      author: qeled\n      stargazers_count: 192\n    - name: Discord Lua SDK by SinisterRectus\n      documentation_url: https://github.com/SinisterRectus/Discordia\n      platform: Lua\n      author: SinisterRectus\n      stargazers_count: 750\n    - name: Discord Node.js SDK by abal\n      documentation_url: https://github.com/abalabahaha/eris\n      platform: Node.js\n      author: abalabahaha\n      stargazers_count: 1507\n    - name: Discord Node.js SDK by izy521\n      documentation_url: https://github.com/izy521/discord.io\n      platform: Node.js\n      author: izy521\n      stargazers_count: 533\n    - name: Discord Crystal SDK by meew0\n      documentation_url: https://github.com/meew0/discordcr\n      platform: Unspecified\n      stargazers_count: 136\n    - name: Discord Swift SDK by Erik Little\n      documentation_url: https://github.com/nuclearace/SwiftDiscord\n      platform: Swift\n      author: nuclearace\n      stargazers_count: 122\n- name: Disqus\n  slug: disqus\n  description: Disqus is a global comment system that improves discussion on\n    websites and connects conversations across the web.\n  categories:\n    - Social\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://disqus.com/api/docs/auth/\n  libraries:\n    - name: Disqus Objective-C SDK by Ikhsan Assaat\n      documentation_url: https://github.com/ikhsan/IADisquser\n      platform: Objective-C\n    - name: Disqus .NET SDK by Rustam Irzaev\n      documentation_url: https://github.com/Lenivetc/DisqusNET\n      platform: .Net\n      author: RustamIrzaev\n      stargazers_count: 2\n    - name: Disqus Java SDK by jjhesk\n      documentation_url: https://github.com/jjhesk/DisqusSDK-Android\n      platform: Java\n      author: jjhesk\n      stargazers_count: 28\n    - name: Disqus JavaScript SDK by Helder Ribeiro\n      documentation_url: https://github.com/obvio171/meteor-disqus\n      platform: JavaScript\n      author: hsribei\n      stargazers_count: 19\n    - name: Disqus Ruby SDK by Norman Clarke\n      documentation_url: https://github.com/norman/disqus\n      platform: Ruby\n      author: norman\n      stargazers_count: 249\n    - name: Disqus PHP SDK by Disqus\n      documentation_url: https://help.disqus.com/customer/portal/articles/472115-libraries\n      source_code_url: https://github.com/disqus/disqus-php\n      platform: PHP\n      stargazers_count: 149\n- name: District of Columbia Open Data\n  slug: district-of-columbia-open-data\n  description: Goal is for this API is to be your platform for developing apps\n    around DC’s freely available, machine readable data\n  categories:\n    - Statistics & Data\n    - Government\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/district-of-columbia-open-data/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: http://opendata.dc.gov/pages/using-apis\n- name: Docker Hub\n  slug: docker-hub\n  description: Docker Hub's API provides access to repositories, images, tags, and\n    organizations. Automate container image management, search public images,\n    and integrate with CI/CD pipelines.\n  categories:\n    - Development\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://docs.docker.com/docker-hub/api/latest\n    - name: API Reference\n      url: https://docs.docker.com/docker-hub/api/latest\n- name: Dogs\n  slug: dogs\n  description: Over 20,000 images of dogs programmaticaly accessible by over 120\n    breeds. Image supplied by the Stanford Dogs Dataset. Dog CEO's Dog API. Dog\n    CEO's Dog API\n  categories:\n    - Animals\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/dogs/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://dog.ceo/dog-api/\n- name: Domainsdb.info\n  slug: domainsdb-info\n  description: Registered domain names search checks the lists of registered\n    domains for names containing particular words/phrases/numbers or symbols\n  categories:\n    - Development\n  type: REST\n  is_free: false\n  contact: dhieber@umail.ucsb.edu\n  links:\n    - name: Docs / Website\n      url: https://domainsdb.info\n- name: Don't Kill My App\n  slug: dont-kill-my-app\n  description: Android vendors, don't kill my app! dontkillmyapp.com official API\n  categories:\n    - Other\n    - Hardware\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/dont-kill-my-app/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://github.com/urbandroid-team/dont-kill-my-app\n- name: Dota 2\n  slug: dota-2\n  description: The OpenDota API provides Dota 2 related data including advanced\n    match data extracted from match replays\n  categories:\n    - Games\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://docs.opendota.com/\n- name: Drchrono Healthcare Api\n  slug: drchrono-healthcare-api\n  description: Electronic medical records, practice management and medical billing\n    API. Explore free healthcare API and SDK built by developers, for\n    developers. Leverage health data, an electronic health record (EHR),\n    practice management, and medical billing platform for your use\n  categories:\n    - Health\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/drchrono-healthcare-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.drchrono.com/api/\n- name: Dribbble\n  slug: dribbble\n  description: Build and integrate tools and applications to help members publish\n    their design work on Dribbble.\n  categories:\n    - Art & Design\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/dribbble/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: http://developer.dribbble.com/\n  libraries:\n    - name: Dribbble Node.js SDK by Tim Marshall\n      documentation_url: https://www.npmjs.com/package/dribbble-api\n      source_code_url: https://github.com/tmarshall/Dribbble-API\n      platform: Node.js\n      author: tmarshall\n      stargazers_count: 5\n    - name: Dribbble Ruby SDK by Charley David\n      documentation_url: https://github.com/Calyhre/dribbble\n      platform: Ruby\n      author: Calyhre\n      stargazers_count: 31\n    - name: Dribbble Objective-C SDK by Lex Tang\n      documentation_url: https://github.com/lexrus/LTDribbbleAPI\n      platform: Objective-C\n      author: lexrus\n      stargazers_count: 12\n    - name: Dribbble PHP SDK by Martin Bean\n      documentation_url: https://github.com/martinbean/dribbble-php\n      platform: PHP\n      author: martinbean\n      stargazers_count: 81\n    - name: Dribbble iOS SDK by Agilie Team\n      documentation_url: https://github.com/agilie/dribbble-ios-sdk\n      platform: Objective-C\n      stargazers_count: 73\n    - name: Dribbble Android SDK by Agilie Team\n      documentation_url: https://github.com/agilie/dribbble-android-sdk\n      platform: Java\n      stargazers_count: 31\n    - name: Dribbble PHP SDK by Nahid Bin Azhar\n      documentation_url: https://github.com/nahid/dribbble-php-client\n      platform: PHP\n      author: nahid\n      stargazers_count: 2\n    - name: Dribbble client library for ActionScript\n      documentation_url: http://www.sangupta.com/projects/as3dribbble\n    - name: dribbble-java-client\n      documentation_url: http://www.sangupta.com/projects/dribbble-java-client.html\n- name: DroneDeploy\n  slug: dronedeploy\n  description: Integrate your existing service into DroneDeploy and reach tens of\n    thousands of commercial drone users from over 160 countries and industries\n    like agriculture, construction, mining, surveying, and more. Build, grow,\n    and monetize your apps with the full power of DroneDeploy, the world’s\n    largest drone data platform.\n  categories:\n    - Hardware\n    - Commerce\n    - Development\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/dronedeploy/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developer.dronedeploy.com/\n- name: Dronestream\n  slug: dronestream\n  description: Tracks United States drone strikes. Real-time and historical data\n    about every reported covert US drone strike\n  categories:\n    - Other\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/dronestream/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://dronestre.am/\n- name: Dropbox\n  slug: dropbox\n  description: API for accessing stored files and pictures which is easy to use\n    and free for small amounts of data. With the DBX Platform, you can go from\n    idea to implementation quickly and easily. You'll save time and write fewer\n    lines of code with SDKs, powerful core API, and thorough documentation\n  categories:\n    - Files & Storage\n    - Social\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.dropbox.com/developers\n  libraries:\n    - name: Dropbox Ruby SDK by Jesús Burgos Maciá\n      documentation_url: https://github.com/Jesus/dropbox_api\n      platform: Ruby\n      author: Jesus\n      stargazers_count: 173\n    - name: Dropbox Objective-C SDK by Dropbox\n      documentation_url: https://github.com/dropbox/dropbox-sdk-obj-c\n      platform: Objective-C\n      stargazers_count: 183\n    - name: Dropbox Java SDK by Gini\n      documentation_url: https://github.com/gini/dropbox-java-sdk\n      platform: Java\n      stargazers_count: 0\n    - name: Dropbox Python SDK for Flask applications by Igor Davydenko\n      documentation_url: https://github.com/playpauseandstop/Flask-Dropbox\n      platform: Python\n      author: playpauseandstop\n      stargazers_count: 66\n    - name: Dropbox Node.js SDK by Brock Whitten\n      documentation_url: https://github.com/sintaxi/dbox\n      platform: Node.js\n      author: sintaxi\n      stargazers_count: 514\n    - name: Dropbox iOS SDK Mirror by Dropbox SDK Mirror\n      documentation_url: https://github.com/dropbox-sdk-mirror/dropbox-sdk-ios\n      platform: Objective-C\n      author: dropbox-sdk-mirror\n      stargazers_count: 35\n    - name: Dropbox PHP SDK by Ben Tadiar\n      documentation_url: https://github.com/BenExile/Dropbox\n      platform: PHP\n      author: BenExile\n      stargazers_count: 516\n    - name: Dropbox iOS X SDK by Dropbox\n      documentation_url: https://www.dropbox.com/developers/core/sdks/osx\n      platform: Objective-C\n    - name: Dropbox iOS SDK by Dropbox\n      documentation_url: https://www.dropbox.com/developers/core/sdks/ios\n      platform: Objective-C\n    - name: Dropbox Android SDK by Dropbox\n      documentation_url: https://www.dropbox.com/developers/core/sdks/android\n      platform: Java\n    - name: Dropbox Java SDK by Dropbox\n      documentation_url: https://www.dropbox.com/developers/documentation/java\n      source_code_url: https://github.com/dropbox/dropbox-sdk-java\n      platform: Java\n      stargazers_count: 623\n    - name: Dropbox PHP SDK by Dropbox\n      documentation_url: https://www.dropbox.com/developers/core/sdks/php\n      platform: PHP\n    - name: Dropbox Ruby SDK by Dropbox\n      documentation_url: https://www.dropbox.com/developers/core/sdks/ruby\n      platform: Ruby\n    - name: Dropbox Python SDK by Dropbox\n      documentation_url: https://www.dropbox.com/developers/core/sdks/python\n      source_code_url: https://github.com/dropbox/dropbox-sdk-python\n      platform: Python\n      stargazers_count: 978\n    - name: Instagram JavaScript SDK by Shayne Sweeney\n      documentation_url: https://github.com/facebookarchive/instagram-javascript-sdk\n      platform: JavaScript\n      stargazers_count: 144\n    - name: Dropbox C++ Library by Daniel Eder\n      documentation_url: http://lycis.github.io/QtDropbox/\n      platform: C++\n    - name: Dropbox C Library by Adrien Python\n      documentation_url: https://github.com/Dwii/Dropbox-C\n      platform: C\n      author: Dwii\n      stargazers_count: 28\n    - name: Dropbox ActionScript Library by zeshuo\n      documentation_url: https://code.google.com/p/dropbox-as3/\n      platform: ActionScript\n    - name: \" Dropbox Java Library by Kannan Goudan\"\n      documentation_url: https://github.com/dropbox/dropbox-sdk-java\n      platform: Java\n      stargazers_count: 623\n    - name: Dropbox PHP Library by Kannan Goudan\n      documentation_url: https://github.com/dropbox/dropbox-sdk-php\n      platform: PHP\n- name: Drupal.org\n  slug: drupal-org\n  description: Drupal.org uses the RESTful Web Services module to expose node,\n    comment, user, file, taxonomy_vocabulary and taxonomy_term resources\n  categories:\n    - Development\n    - Open Source\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.drupal.org/drupalorg/docs/api\n- name: Dummyapi.Io\n  slug: dummyapi-io\n  description: Simple API that includes a common data for most of the\n    applications. Like user info, some posts, comments, etc. This data is free\n    to use for presentations, demos, learning tutorials. It is created\n    especially for your education. Full cycle REST/GraphQL production API server\n    with fake data, 100 Users, over 800 posts, 1000 comments, 24/7 available for\n    your experiments\n  categories:\n    - Testing\n    - Development\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/dummyapi-io/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://dummyapi.io/?utm_source=n161tech\n- name: DummyImage\n  slug: dummyimage\n  description: Particularly nice, when compared to some of its competitors, in\n    that it offers a great deal of flexibility. Dynamic Dummy Image Generator by\n    Russell Heimlich (@kingkool68) Size / Background Color / Foreground Color.\n    Format & Text Documentation Size width x height Colors background color /\n    text color Col.\n  categories:\n    - Development\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/dummyimage/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://dummyimage.com/\n- name: Dungeons and Dragons\n  slug: dungeons-and-dragons\n  description: D&D 5th Edition SRD API. D&D 5th Edition SRD API\n  categories:\n    - Entertainment\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://www.dnd5eapi.co/\n- name: EAN Barcode Search\n  slug: ean-barcode-search\n  description: EAN Barcode API Integrate our database into your app or website!\n    Easily query our database of over 230 million barcodes (EAN, UPC, ISBN) or\n    search by product name with our REST-based webservice. . search for products\n    by barcode or lookup barcodes by searching for names\n  categories:\n    - Development\n    - Bar & QR Codes\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.ean-database.info/api.html\n- name: EAN-Search\n  slug: ean-search\n  description: Search our EAN database with over 230 million products by EAN, UPC,\n    ISBN or product name. The EAN-Search API allows you to lookup products by\n    EAN, UPC or GTIN barcode\n  categories:\n    - Statistics & Data\n    - Bar & QR Codes\n    - Commerce\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/ean-search/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.ean-search.org/ean-database-api.html\n- name: eBay\n  slug: ebay\n  description: eBay's APIs\n  categories:\n    - Commerce\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://go.developer.ebay.com/\n  libraries:\n    - name: eBay PHP SDK for Enterprise Retail Order Management by Scott van Brug\n      documentation_url: https://github.com/eBayEnterprise/RetailOrderManagement-SDK\n      platform: PHP\n      stargazers_count: 1\n    - name: eBay .NET SDK by Sergiy Bidnyi\n      documentation_url: https://github.com/JustApplications/ebaysdk-nuget\n      platform: .Net\n      stargazers_count: 1\n    - name: eBay SDK for .NET\n      documentation_url: http://www.ebay.com/\n      source_code_url: https://go.developer.ebay.com/developers/ebay/documentation-tools/sdks/dotnet\n      platform: .Net\n    - name: eBay PHP Library by Rick Earley\n      documentation_url: https://github.com/rearley/ebay\n      platform: PHP\n      author: rearley\n      stargazers_count: 8\n    - name: eBay Ruby Library by JJ Buckley\n      documentation_url: https://github.com/bjjb/ebayr\n      platform: Ruby\n      author: bjjb\n      stargazers_count: 61\n    - name: \" eBay Java Library by eBay\"\n      documentation_url: http://developer.ebay.com/devzone/javasdk-jaxb/docs/GettingStarted/GettingStarted.html\n      platform: Java\n    - name: ActionScript Library for eBay API\n      documentation_url: http://code.google.com/p/as3ebaylib/\n    - name: eBay Flex ClientAlerts api\n      documentation_url: http://developer.ebay.com/developercenter/flash/client-alerts/\n    - name: PHP Ultimate eBay Store\n    - name: PHP Ultimate eBay Store\n- name: EBay Shopping API\n  slug: ebay-shopping-api\n  description: If you're interested in . Offers access to public read-only data\n    such as searching for items, products, reviews, and eBay member profiles.\n    The eBay Shopping API can be used in search tools and other buyer-focused\n    applications. Shopping API Users Guide This document gives you a quick\n    overview of the Shopping API, answers common questions, and points you to\n    other resources where you can learn more\n  categories:\n    - Commerce\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://developer.ebay.com/Devzone/shopping/docs/Concepts/ShoppingAPIGuide.html\n- name: Ecart\n  slug: ecart\n  description: \"Data is offered in JSON format. The following marketplaces are\n    available: eBay, PrestaShop, Magento, Kometia, Mercado Libre, WooCommerce,\n    Shopify, and Amazon. Api for developers looking to connect to multiple carts\n    and marketplaces with a single API. Develop all in one ecommerce solutions.\n    Connect with over 12 million e-store owners. The ECart API is an all-in-one\n    solution that connects to several eCommerce platforms, for developers\n    looking to create enterprise grade solutions for stores. The API can be\n    utilized to retrieve products, variants, images, orders, customers, and\n    categories\"\n  categories:\n    - Commerce\n    - Business\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://ecartapi.com/\n- name: Edamam nutrition & recipes\n  slug: edamam-nutrition\n  description: API for Nutrition Analysis, Food Database Lookup, Recipe Search and other.\n  categories:\n    - Health\n    - Food & Drinks\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developer.edamam.com\n- name: Elasticpath\n  slug: elasticpath\n  description: Provides the full commerce solution to bring your unique,\n    revenue-driving experiences to life, fast. It's called Composable\n    Commerce-as-a-Service\n  categories:\n    - Payments\n    - Content & Dictionaries\n    - Business\n    - Maps & Geo\n    - Commerce\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developers.elasticpath.com/\n  libraries:\n    - name: Moltin Android SDK by Moltin\n      documentation_url: https://github.com/moltin/android-sdk\n      platform: Java\n      stargazers_count: 6\n    - name: Moltin Python SDK by Moltin\n      documentation_url: https://github.com/moltin/python-sdk\n      platform: Python\n      stargazers_count: 6\n    - name: Moltin Ruby SDK by Moltin\n      documentation_url: https://github.com/moltin/ruby-sdk\n      platform: Ruby\n      stargazers_count: 16\n    - name: Moltin C# SDK by Moltin\n      documentation_url: https://github.com/moltin/csharp-sdk\n      platform: C#\n      stargazers_count: 2\n    - name: Moltin PHP SDK by Moltin\n      documentation_url: https://github.com/moltin/php-sdk\n      platform: PHP\n      stargazers_count: 46\n    - name: Moltin iOS eCommerce SDK by Moltin\n      documentation_url: https://moltin.com/ios-ecommerce-sdk\n      platform: Objective-C\n    - name: Moltin JavaScript SDK by Moltin\n      documentation_url: https://moltin.com/getting-started/js\n      platform: JavaScript\n- name: ElevenLabs\n  slug: elevenlabs\n  description: ElevenLabs API provides AI voice generation and cloning. Generate\n    realistic speech from text with customizable voices, or clone a voice from\n    an audio sample.\n  categories:\n    - AI & ML\n    - Voice\n    - Music & Audio\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://elevenlabs.io/docs\n    - name: API Reference\n      url: https://elevenlabs.io/docs/api-reference/getting-started\n- name: Elis\n  slug: elis\n  description: Automate data extraction from your documents with Artificial Intelligence\n  categories:\n    - Documents & Productivity\n    - Payments\n    - Scrapers & Data Mining\n    - AI & ML\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/elis/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://rossum.ai/developers/\n- name: Enigma Public\n  slug: enigma-public\n  description: Enigma Businesses provides the most accurate and reliable\n    information on small and medium businesses in real-time.\n  categories:\n    - Business\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/enigma-public/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: http://docs.enigma.com/public/public_v20_api_about\n- name: envoice\n  slug: envoice\n  description: Invoicing for online businesses. Simplify your invoicing process\n    and get paid online with a debit or credit card via your payment gateway.\n    The simplest app for doing business online. Sell online, send invoices,\n    track invoice activities, get fast credit card payment with Paypal, Payoneer\n    or Stripe. IT’S FREE!\n  categories:\n    - Commerce\n    - Payments\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/envoice/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.envoice.in\n- name: EPA\n  slug: epa\n  description: United States Environmental Protection Agency API\n  categories:\n    - Government\n    - Environment & Nature\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://developer.epa.gov/category/apis/\n- name: EPO\n  slug: epo\n  description: Open Patent Services (OPS) is a web service which provides access\n    to the EPO's raw data via a standardised XML interface. It does this using\n    RESTful architecture\n  categories:\n    - Government\n    - Statistics & Data\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developers.epo.org/\n- name: Ergast F1\n  slug: ergast-f1\n  description: Please read the terms and conditions of use. The API pro. The\n    Ergast Developer API is an experimental web service which provides a\n    historical record of motor racing data for non-commercial purposes\n  categories:\n    - Sport & Fitness\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/ergast-f1/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: http://ergast.com/mrd/\n- name: Eve Online\n  slug: eve-online\n  description: An OpenAPI for EVE Online\n  categories:\n    - Entertainment\n    - Games\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/eve-online/logo_256x256.png\n  contact: hello@edrv.io\n  links:\n    - name: Docs / Website\n      url: https://esi.evetech.net/ui\n  libraries:\n    - name: EVE Online CREST Carbon RESTful Python SDK by PyCrest\n      documentation_url: https://github.com/pycrest/PyCrest\n      platform: Python\n      stargazers_count: 35\n    - name: EveLink Python Library\n      documentation_url: https://pypi.python.org/pypi/EVELink/0.6.1\n      platform: Python\n    - name: Eve Online CREST Carbon RESTful API PHP Library\n      documentation_url: https://github.com/fuzzysteve/CrestLibrary\n      platform: PHP\n    - name: EVE Online CREST Carbon RESTful API Perry PHP Library\n      documentation_url: https://github.com/3rdpartyeve/perry\n      platform: PHP\n      stargazers_count: 9\n    - name: EVE Online CREST Carbon RESTful API Crespy Python Library\n      documentation_url: https://github.com/jgoldshlag/crespy\n      platform: Python\n      author: jgoldshlag\n      stargazers_count: 15\n- name: EventBrite\n  slug: eventbrite\n  description: Eventbrite Python SDK. Contribute to\n    eventbrite/eventbrite-sdk-python development by creating an account on\n    GitHub. Eventbrite Python SDK\n  categories:\n    - Authentication & User Management\n    - Social\n    - Events\n    - Marketing & SEO\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/eventbrite/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.eventbrite.com/platform/\n  libraries:\n    - name: Eventbrite Python SDK\n      documentation_url: https://github.com/eventbrite/eventbrite-sdk-python\n      platform: Python\n      stargazers_count: 5\n    - name: Eventbrite PHP SDK by Jamie Hollern\n      documentation_url: https://github.com/jamiehollern/eventbrite\n      platform: PHP\n      author: jamiehollern\n      stargazers_count: 20\n    - name: Eventbrite PHP SDK by ryan jarvinen\n      documentation_url: https://github.com/ryanjarvinen/eventbrite.php\n      platform: PHP\n      author: ryanjarvinen\n      stargazers_count: 45\n    - name: Eventbrite Node.js SDK by DataHero\n      documentation_url: https://github.com/Datahero/node-eventbrite\n      platform: Node.js\n      stargazers_count: 25\n    - name: Eventbrite .NET Client Library\n      documentation_url: https://github.com/penguinboy/Eventbrite.NET\n      platform: .Net\n      author: penguinboy\n      stargazers_count: 26\n    - name: Eventbrite C# Client Library\n      documentation_url: https://github.com/ghurlman/EventBrite.WinStore\n      platform: C#\n      author: ghurlman\n      stargazers_count: 5\n    - name: Eventbrite JavaScript Client Library\n      documentation_url: https://github.com/eventbrite/Eventbrite.jquery.js\n      platform: JavaScript\n      stargazers_count: 0\n    - name: Eventbrite Node.js Client Library\n      documentation_url: https://github.com/eventbrite/eventbrite.npm\n      platform: Node.js\n      stargazers_count: 0\n    - name: Eventbrite Ruby Client Library\n      documentation_url: https://github.com/eventbrite/eventbrite-client.rb\n      platform: Ruby\n      stargazers_count: 0\n    - name: Eventbrite Python Client Library\n      documentation_url: https://github.com/eventbrite/eventbrite-client-py\n      platform: Python\n      stargazers_count: 1\n    - name: Eventbrite PHP Client Library\n      documentation_url: https://github.com/eventbrite/eventbrite.php\n      platform: PHP\n      stargazers_count: 1\n- name: Eventful API\n  slug: eventful-api\n  description: Eventful is a leading digital media company connecting consumers\n    with entertainment, movies and local events. Concert & Event API Eventful is\n    the world's largest collection of events, taking place in local markets\n    throughout the world, from concerts and sports to singles events and\n    political rallies. Event. Is a Paid Usage model and requires a licensing\n    agreement directly with Eventful\n  categories:\n    - Events\n    - Point of Interest\n    - Music & Audio\n    - Calendar & Time\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://api.eventful.com/\n- name: Everypixel\n  slug: everypixel\n  description: Automatic image keywording and categorization API. The Everypixel\n    Image Recognition sees images like a human, but costs several times cheaper.\n    This model is designed to evaluate user photos taken both by a professional\n    camera and by a camera of a smartphone\n  categories:\n    - AI & ML\n    - Images & Photography\n    - Text Analysis & Tools\n    - Recognition\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/everypixel/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://labs.everypixel.com/api\n- name: Evident Proof\n  slug: evident-proof\n  description: >-\n    Users of Evident Proof can plug any data source sitting on current databases\n    to Evident Proof’s immutable un-hackable Blockchain data platform and\n    through Evident Proof's Verification Bundle & Proof Seals Engine produce\n    court-ready certificates for any data or workflow to prove data has not been\n    tampered with or hacked, and/or meets GDPR, HIPPA, FISMA, Sarbanes-Oxley and\n    other Regulatory Compliance . \n     \n    The Evident Proof API allows developers to access and integrate the\n    functionality of Evident Proof with other applications and systems\n  categories:\n    - Other\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/evident-proof/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://evident-proof.com/developer\n- name: Evil Insult Generator\n  slug: evil-insult-generator\n  description: The following parameters are optional lang - The language of the\n    insult you want. Defaults to Englis. Generate InsultGET/generate_insult. php\n    This is endpoint serves to generate insults from the API\n  categories:\n    - Other\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://evilinsult.com/api/\n- name: Exchange Rates API\n  slug: exchange-rates-api\n  description: The most popular place to securely buy, store, and trade Bitcoin,\n    Ethereum, and other top cryptocurrencies. Market Prices and exchanges rates\n    api.\n  categories:\n    - Blockchain & Cryptocurrencies\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/exchange-rates-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://blockchain.info/api/exchange_rates_api\n- name: ExchangeRate-API.com\n  slug: exchangerate-api-com\n  description: Accurate & reliable Exchange Rates API trusted by tens of thousands\n    of developers since 2010. Free access, all world currencies, helpful support\n    &amp; easy to integrate JSON API\n  categories:\n    - Finance & Economics\n  type: REST\n  is_free: true\n  contact: hello@edrv.io\n  links:\n    - name: Docs / Website\n      url: https://www.exchangerate-api.com/docs/overview\n- name: ExchangeRatesAPI.io\n  slug: exchangeratesapi-io\n  description: Exchange rates API is a free service for current and historical\n    foreign exchange rates published by the European Central Bank.\n  categories:\n    - Finance & Economics\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://exchangeratesapi.io/\n- name: Fabric\n  slug: fabric\n  description: A platform that helps your mobile team build better apps,\n    understand your users, and grow your business. Firebase is Google’s mobile\n    platform that helps you quickly develop high-quality apps and grow your\n    business\n  categories:\n    - Analytics\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/fabric/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://get.fabric.io/\n- name: Facebook API\n  slug: facebook-api\n  description: Helps developers build, grow and monetize their business. Code to\n    connect people with Facebook for Developers. Explore AI, business tools,\n    gaming, open source, publishing, social hardware, social integration, and\n    virtual reality. Learn about Facebook’s global programs to educate and\n    connect developers\n  categories:\n    - Social\n    - Virtual & Augmented Reality\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developers.facebook.com/\n- name: Facebook Check-In\n  slug: facebook-check-in\n  description: A check-in made to a location-based Page\n  categories:\n    - Point of Interest\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developers.facebook.com/docs/graph-api/reference/v2.3/checkin\n- name: Facebook Login for Apps\n  slug: facebook-login-for-apps\n  description: Secure, fast, convenient way to login in your app/website. A\n    secure, quick, and easy way to log users into your app or website\n  categories:\n    - Authentication & User Management\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developers.facebook.com/docs/facebook-login\n- name: Facebook Marketing API\n  slug: facebook-marketing-api\n  description: Marketing API Marketing APIs are a collection of Graph API\n    endpoints that can be used to help you advertise on Facebook. Manage ads and\n    campaigns using the Facebook API\n  categories:\n    - Marketing & SEO\n    - Social\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developers.facebook.com/docs/marketing-apis\n- name: Faceplusplus\n  slug: faceplusplus\n  description: Meta description. A tool to detect face\n  categories:\n    - Development\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/faceplusplus/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.faceplusplus.com/\n- name: Factual\n  slug: factual\n  description: Provids a places search that can be searched by latitude/longitude,\n    and “where” using full text search query string\n  categories:\n    - Maps & Geo\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developer.factual.com/docs/getting-started\n  libraries:\n    - name: Factual Engine iOS SDK\n      documentation_url: http://developer.factual.com/engine/\n      source_code_url: http://developer.factual.com/engine/ios/\n      platform: Objective-C\n- name: FakeJSON\n  slug: fakejson\n  description: Easily create custom HTTP resources complete with fake data.\n    fakeJSON's API scales with your development needs, helping you test and\n    develop more efficiently. Mock an entire backend with minimal coding. Mock\n    an entire backend with minimal coding\n  categories:\n    - Testing\n    - Development\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/fakejson/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://fakejson.com\n- name: Faker API\n  slug: faker-api\n  description: Generate fake data and get by REST API requests. Collection of\n    completely free APIs that helps web developers and web designers with\n    generating fake data\n  categories:\n    - Testing\n    - Random\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://fakerapi.it\n- name: fal.ai\n  slug: fal-ai\n  description: fal.ai provides fast inference for generative media models\n    including FLUX, Stable Diffusion, Kling, and others. Optimized for real-time\n    image and video generation use cases.\n  categories:\n    - AI & ML\n    - Images & Photography\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://fal.ai/docs\n    - name: API Reference\n      url: https://fal.ai/docs/rest-api\n- name: Faroo\n  slug: faroo\n  description: \"Alternative to Google Web Search API / Google News Search API,\n    allows you to search news within dates, fetch trending news, topics and\n    terms. SeekStorm - Search as a Service: Affordable, high performance search\n    & crawling\"\n  categories:\n    - Search\n    - News & Feeds\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/faroo/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: http://www.faroo.com/hp/api/api.html\n- name: FavQs\n  slug: favqs\n  description: FavQs allows you to collect, discover, and share your favorite quotes.\n  categories:\n    - Content & Dictionaries\n    - Fun\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/favqs/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://favqs.com/api\n- name: FBI Wanted\n  slug: fbi-wanted\n  description: The FBI Wanted API is designed to help developers easily get\n    information on the FBI wanted program\n  categories:\n    - Government\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.fbi.gov/wanted/api\n- name: FEC\n  slug: fec\n  description: Information on campaign donations in federal elections\n  categories:\n    - Government\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://api.open.fec.gov/developers/\n- name: Federal Register\n  slug: federal-register\n  description: SFederal Register 2.0 is the unofficial daily publication for\n    rules, proposed rules, and notices of Federal agencies and organizations, as\n    well as executive orders and other presidential documents.\n  categories:\n    - Government\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/federal-register/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.federalregister.gov/reader-aids/developer-resources\n- name: Feedbin\n  slug: feedbin\n  description: Feedbin API Documentation. Contribute to feedbin/feedbin-api\n    development by creating an account on GitHub. Feedbin API Documentation\n  categories:\n    - News & Feeds\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/feedbin/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://github.com/feedbin/feedbin-api\n- name: FIDEL API\n  slug: fidel-api\n  description: FIDEL is a card-linked API that lets developers create web and\n    mobile applications for linking banks cards with reward services. FIDEL API\n    lets you connect your applications to credit and debit cards and monitor\n    transactions in-store and online, chip & pin or contactless. Power your\n    applications with real-time payment data. Build innovative card-linking\n    applications by connecting Visa, Mastercard and Amex cards to loyalty and\n    marketing services all in one place\n  categories:\n    - Payments\n    - Commerce\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/fidel-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://fidel.uk\n- name: FIFA women's world cup 2019\n  slug: fifa-womens-world-cup-2019\n  description: FIFA women's world cup 2019 matches and group stage results\n  categories:\n    - Sport & Fitness\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://worldcup.sfg.io/\n- name: Figma\n  slug: figma\n  description: Figma's API provides access to files, components, styles, comments,\n    and team projects. Extract design tokens, automate design-to-code workflows,\n    and build design system tooling.\n  categories:\n    - Art & Design\n    - Development\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://www.figma.com/developers/api\n    - name: API Reference\n      url: https://www.figma.com/developers/api#intro\n- name: File.io\n  slug: file-io\n  description: Ephemeral file sharing. Convenient, anonymous and secure.\n  categories:\n    - Documents & Productivity\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.file.io\n- name: Filestack\n  slug: filestack\n  description: API for image and file manipulation, 250 uploads and 500 uploads\n    per month for free, free CDN, HTML widget. Discover powerful tools that\n    allow you to upload, transform and deliver any file in your application\n  categories:\n    - Video & Media\n    - Files & Storage\n    - Images & Photography\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://filestack.com/docs/\n  libraries:\n    - name: Filestack File Picker Android SDK\n      documentation_url: https://github.com/filestack/filestack-android/\n      platform: Java\n      stargazers_count: 166\n    - name: Filestack File Picker iOS SDK\n      documentation_url: https://www.filestack.com/docs/api/sdk/ios/\n      platform: Objective-C\n    - name: Filestack File Picker Web SDK\n      documentation_url: https://www.filestack.com/docs/concepts/pickers/web/\n      platform: JavaScript\n    - name: \"Filestack Rails Ruby SDK \"\n      documentation_url: https://www.filestack.com/docs/api/sdks\n      source_code_url: https://github.com/filestack/filestack-rails\n      platform: Ruby\n      stargazers_count: 222\n    - name: \"Filestack Swift SDK \"\n      documentation_url: https://www.filestack.com/docs/api/sdk/swift\n      source_code_url: https://github.com/filestack/filestack-swift\n      platform: Swift\n      stargazers_count: 17\n    - name: Filestack PHP SDK\n      documentation_url: https://github.com/filestack/filestack-php\n      platform: PHP\n      stargazers_count: 58\n    - name: Filestack Ruby SDK\n      documentation_url: https://github.com/filestack/filestack-ruby\n      platform: Ruby\n      stargazers_count: 38\n    - name: Filestack React JS SDK\n      documentation_url: https://github.com/filestack/filestack-react\n      platform: JavaScript\n      stargazers_count: 170\n    - name: Filestack Android SDK\n      documentation_url: https://github.com/filestack/filepicker-android\n      platform: Java\n      stargazers_count: 166\n    - name: Filestack iOS SDK\n      documentation_url: https://github.com/filestack/filestack-ios\n      platform: Objective-C\n      stargazers_count: 62\n    - name: Filestack Python SDK\n      documentation_url: https://github.com/filestack/filestack-python\n      platform: Python\n      stargazers_count: 51\n- name: FilterLists\n  slug: filterlists\n  description: By Collin M. Barrett. FilterLists is the independent, comprehensive\n    directory of filter and host lists for advertisements, trackers, malware,\n    and annoyances\n  categories:\n    - Security\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://filterlists.com\n- name: Final Fantasy XIV\n  slug: final-fantasy-xiv\n  description: \"A FINAL FANTASY XIV: Online REST API - Game data, characters, free\n    companies, linkshells, lodestone, markets & maps\"\n  categories:\n    - Entertainment\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/final-fantasy-xiv/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://xivapi.com/\n- name: Final Space API\n  slug: final-space-api\n  description: The Final Space API is a RESTful API based on the television show\n    Final Space.e\n  categories:\n    - Video & Media\n    - Entertainment\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/final-space-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://finalspaceapi.com/docs/\n- name: Financial Modeling Prep\n  slug: financial-modeling-prep\n  description: Access all stocks discounted cash flow statements, market price,\n    stock markets news, and learn more about Financial Modeling. Learn M&amp;A,\n    LBO, DCF, Comps, and Financial Statement Modeling thought concrete examples.\n    Stock information and data\n  categories:\n    - Finance & Economics\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/financial-modeling-prep/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://financialmodelingprep.com/\n- name: Finnhub\n  slug: finnhub\n  description: Finnhub's API provides real-time stock prices, company\n    fundamentals, earnings estimates, news sentiment, and alternative data for\n    60+ global exchanges and crypto markets.\n  categories:\n    - Finance & Economics\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://finnhub.io/docs/api\n    - name: API Reference\n      url: https://finnhub.io/docs/api/introduction\n- name: Firebase\n  slug: firebase\n  description: Authentication, analytics, cloud messaging, crash reporting, ads and more\n  categories:\n    - Security\n    - Databases\n    - Development\n    - Authentication & User Management\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/firebase/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://firebase.google.com/docs/reference/\n  libraries:\n    - name: Google Firebase Cloud Storage iOS SDK\n      documentation_url: https://firebase.google.com/docs/storage/ios/start\n      source_code_url: https://github.com/firebase/firebase-ios-sdk/tree/master/Firebase/Storage\n      platform: Objective-C, Swift\n      stargazers_count: 6527\n    - name: Firebase PHP SDK by kreait\n      documentation_url: https://github.com/kreait/firebase-php\n      platform: PHP\n      stargazers_count: 2420\n    - name: Delphi Data Access Components [for SQLite] SDK by Devart\n      documentation_url: https://www.devart.com/litedac/\n      platform: C++, SQL\n    - name: Delphi Data Access Components [for Firebird\\Interbase] SDK by Devart\n      documentation_url: https://www.devart.com/ibdac/\n      platform: C++, SQL\n    - name: Delphi Data Access Components [for PostgreSQL] SDK by Devart\n      documentation_url: https://www.devart.com/pgdac/\n      platform: C++, SQL\n    - name: MySQL Data Access Components [for Delphi] SDK by Devart\n      documentation_url: https://www.devart.com/mydac/\n      source_code_url: https://www.devart.com/mydac/docs/?overview.htm\n      platform: C++, SQL\n    - name: Oracle Data Access Components SDK by Devart\n      documentation_url: https://www.devart.com/odac/\n      source_code_url: https://www.devart.com/odac/docs/?overview.htm\n      platform: C++, SQL\n    - name: SQL Server Data Access Components SDK by Devart\n      documentation_url: https://www.devart.com/sdac/\n      source_code_url: https://www.devart.com/sdac/docs/?overview.htm\n      platform: C++, SQL\n    - name: Universal Data Access Components SDK by Devart\n      documentation_url: https://www.devart.com/unidac/\n      source_code_url: https://www.devart.com/unidac/docs/?overview.htm\n      platform: C++, SQL\n    - name: Firebase SDK\n      documentation_url: https://www.firebase.com/docs/ios/quickstart.html\n      platform: Objective-C\n    - name: Firebase C# Library FireSharp\n      documentation_url: https://github.com/ziyasal/FireSharp\n      platform: C#\n      author: bugthesystem\n      stargazers_count: 698\n    - name: \"Firebase Perl Library \"\n      documentation_url: https://metacpan.org/pod/Firebase\n      source_code_url: https://github.com/rizen/Firebase\n      platform: PERL\n      author: rizen\n      stargazers_count: 7\n    - name: Firebase Ruby Library firebase-ruby\n      documentation_url: https://github.com/oscardelben/firebase-ruby\n      platform: Ruby\n      author: oscardelben\n      stargazers_count: 684\n    - name: Firebase PHP Library firebase-php\n      documentation_url: https://github.com/ktamas77/firebase-php\n      platform: PHP\n      author: ktamas77\n      stargazers_count: 788\n    - name: Firebase Python Library python-firebase\n      documentation_url: https://github.com/ozgur/python-firebase\n      platform: Python\n      author: ozgur\n      stargazers_count: 595\n- name: Fireworks AI\n  slug: fireworks-ai\n  description: Fireworks AI offers fast, cost-efficient inference for open-source\n    language and image models. Supports Llama, Mistral, Stable Diffusion, and\n    fine-tuned custom models.\n  categories:\n    - AI & ML\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://docs.fireworks.ai\n    - name: API Reference\n      url: https://docs.fireworks.ai/api-reference/introduction\n- name: FitBit\n  slug: fitbit\n  description: You'll fit in here. Using JavaScript, CSS, and SVG, developers now\n    have a fast, easy way to build apps and clock faces for Fitbit OS. Web API\n    for accessing data from Fitbit activity trackers, Aria scale, and manually\n    entered logs\n  categories:\n    - Sport & Fitness\n    - Health\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/fitbit/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://dev.fitbit.com/build/reference/\n  libraries:\n    - name: Fitbit Unity SDK by Travis Evashkevich\n      documentation_url: https://github.com/TravisEvashkevich/UnityFitbit/blob/master/README.md\n      source_code_url: https://github.com/TravisEvashkevich/UnityFitbit\n      platform: C#\n      author: TravisEvashkevich\n      stargazers_count: 15\n    - name: Fitbit JavaScript SDK\n      documentation_url: https://dev.fitbit.com/getting-started\n      source_code_url: https://dev.fitbit.com/build/guides/application\n      platform: JavaScript\n    - name: strava-to-fitbit-api Azure JavaScript SDK by Matt Magurany\n      documentation_url: https://github.com/heymagurany/strava-to-fitbit-api\n      platform: JavaScript\n      author: heymagurany\n      stargazers_count: 0\n    - name: meteor-fit-api MeteorJS SDK by Stavros Elaias\n      documentation_url: https://github.com/selaias/meteor-fit-api\n      platform: JavaScript, Node.js\n      author: selaias\n      stargazers_count: 3\n    - name: Fitbit Python SDK by OpenYou\n      documentation_url: https://github.com/openyou/libfitbit\n      platform: Python\n      stargazers_count: 428\n    - name: Fitbit R SDK by Nagi Teramo\n      documentation_url: https://github.com/teramonagi/fitbitr\n      platform: R\n      author: teramonagi\n      stargazers_count: 51\n    - name: Fitbit Python SDK by Jacco\n      documentation_url: https://github.com/magnific0/FitBit.py\n      platform: Python\n      author: magnific0\n      stargazers_count: 14\n    - name: Fitbit Node.js SDK by The Game Of Code\n      documentation_url: https://github.com/thegameofcode/passport-fitbit-oauth2\n      platform: Node.js\n      stargazers_count: 30\n    - name: Fitbit JavaScript SDK by The Game Of Code\n      documentation_url: https://github.com/thegameofcode/fitbit-client-oauth2\n      platform: JavaScript\n      stargazers_count: 20\n    - name: Fitbit Ruby SDK by Zachery Moneypenny\n      documentation_url: https://github.com/whazzmaster/fitgem\n      platform: Ruby\n      author: whazzmaster\n      stargazers_count: 181\n    - name: Fitbit Python SDK by Joost Plattel\n      documentation_url: https://github.com/jplattel/FitBit.py\n      platform: Python\n      author: jplattel\n      stargazers_count: 28\n    - name: Fitbit Java SDK by aam4510\n      documentation_url: https://github.com/aam4510/fitbit4j\n      platform: Java\n      author: aam4510\n      stargazers_count: 9\n    - name: Fitbit Node.js SDK by Phil Parsons\n      documentation_url: https://github.com/p-m-p/node-fitbit\n      platform: Node.js\n      author: p-m-p\n      stargazers_count: 37\n    - name: Fitbit Node.js SDK by Lukas Olson\n      documentation_url: https://github.com/lukasolson/fitbit-node\n      platform: Node.js\n      author: lukasolson\n      stargazers_count: 107\n    - name: Fitbit PHP SDK by Michal Ozogan\n      documentation_url: https://github.com/fabulator/Fitbit\n      platform: PHP\n    - name: Fitbit Ruby SDK by Tzvetelin Gospodinov\n      documentation_url: https://github.com/tkgospodinov/omniauth-fitbit\n      platform: Ruby\n      author: tkgospodinov\n      stargazers_count: 44\n    - name: Fitbit Node.js SDK by Simon Murtha Smith\n      documentation_url: https://github.com/smurthas/fitbit-js\n      platform: Node.js\n      author: smurthas\n      stargazers_count: 82\n    - name: Fitbit .Net SDK by Aaron Coleman\n      documentation_url: https://github.com/aarondcoleman/Fitbit.NET\n      platform: .Net\n      author: aarondcoleman\n      stargazers_count: 196\n    - name: Fitbit Django SDK by ORCAS\n      documentation_url: https://github.com/orcasgit/django-fitbit\n      platform: Python\n      stargazers_count: 32\n    - name: Fitbit Python SDK by ORCAS\n      documentation_url: https://github.com/orcasgit/python-fitbit\n      platform: Python\n      stargazers_count: 637\n    - name: Fitbit PHP SDK by Pavel Risenberg\n      documentation_url: https://github.com/pavelrisenberg/fitbitphp\n      platform: PHP\n      author: pavelrisenberg\n      stargazers_count: 143\n    - name: Fitbit Ruby SDK by Kaoru Mori\n      documentation_url: https://github.com/kaorumori/fitbit-api-ruby-client\n      platform: Ruby\n    - name: Fitbit Node.js Library by Guo Yu\n      documentation_url: https://www.npmjs.com/package/fitbit-sdk\n      source_code_url: https://github.com/turingou/fitbit-sdk\n      platform: Node.js\n      author: guo-yu\n      stargazers_count: 7\n    - name: Python Fitbit\n      documentation_url: https://wiki.fitbit.com/display/API/API+Client+Libraries#APIClientLibraries-Python\n      source_code_url: https://pypi.python.org/pypi/fitbit/0.1.0\n      platform: Python\n    - name: FItbit PHP Library\n      documentation_url: https://wiki.fitbit.com/display/API/API+Client+Libraries#APIClientLibraries-PHP\n      source_code_url: https://github.com/heyitspavel/fitbitphp\n      platform: PHP\n      author: pavelrisenberg\n      stargazers_count: 143\n    - name: Fitgem\n      documentation_url: https://wiki.fitbit.com/display/API/API+Client+Libraries\n      source_code_url: http://rubygems.org/gems/fitbit\n      platform: Ruby\n- name: Fixer.io\n  slug: fixer-io\n  description: The API tracks rates published daily by the European Central Bank.\n    JSON API for foreign exchange rates and currency conversion. End of day data\n    only. Fixer provides a free, simple, and lightweight API for current and\n    historical foreign exchange rates and currency conversion\n  categories:\n    - Finance & Economics\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/fixer-io/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: http://fixer.io/\n- name: Flickr\n  slug: flickr\n  description: Search through user Flickr content, contacts, upload or replace\n    photos. Flickr is almost certainly the best online photo management and\n    sharing application in the world. Show off your favorite photos and videos\n    to the world, securely and privately show content to your friends and\n    family, or blog the photos and videos you take with a cameraphone\n  categories:\n    - Images & Photography\n    - Video & Media\n    - Social\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/flickr/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.flickr.com/services/api/\n  libraries:\n    - name: Flickr iOS SDK by Dennis Zelada\n      documentation_url: https://github.com/denniszelada/flickrfinder\n      platform: Swift\n      author: denniszelada\n      stargazers_count: 0\n    - name: Flickr Objective-C SDK by Lukhnos Liu\n      documentation_url: https://github.com/lukhnos/objectiveflickr\n      platform: Objective-C\n      author: lukhnos\n      stargazers_count: 792\n    - name: Flickr Node.js SDK by sujal\n      documentation_url: https://github.com/sujal/node-flickr\n      platform: Node.js\n      author: sujal\n      stargazers_count: 24\n    - name: Flickr PHP SDK by iPublikuj\n      documentation_url: https://github.com/iPublikuj/flickr\n      platform: PHP\n      stargazers_count: 2\n    - name: Flickr PHP SDK by VeryLastRoom\n      documentation_url: https://github.com/rezzza/FlickrBundle\n      platform: PHP\n      stargazers_count: 4\n    - name: Flickr Node.js SDK by Carlos Andres Lopez\n      documentation_url: https://github.com/calopez/hapi-js-fliquer\n      platform: Node.js\n      author: calopez\n      stargazers_count: 0\n    - name: Flickr Java SDK by sanghoon\n      documentation_url: https://github.com/code-it-like-beckham/flickr-api-wrapper\n      platform: Java\n      author: search-king\n      stargazers_count: 1\n    - name: Flickr Python SDK by MintedMayes\n      documentation_url: https://github.com/MintedMayes/python-flickr-api\n      platform: Python\n      author: MintedMayes\n      stargazers_count: 0\n    - name: Flickr Ruby SDK by Tomasz Wegrzanowski\n      documentation_url: https://github.com/taw/objectiveflickr\n      platform: Ruby\n      author: taw\n      stargazers_count: 0\n    - name: Flickr Go SDK by Azer Koçulu\n      documentation_url: https://github.com/azer/go-flickr\n      platform: Go\n      author: azer\n      stargazers_count: 5\n    - name: Flickr R SDK by Jim Hester\n      documentation_url: https://github.com/jimhester/flickrr\n      platform: R\n      author: jimhester\n      stargazers_count: 2\n    - name: Flickr Ruby SDK by Janko Marohnić\n      documentation_url: https://github.com/janko-m/flickr-objects\n      platform: Ruby\n      author: janko\n      stargazers_count: 28\n    - name: Flickr Node.js SDK by cooleo\n      documentation_url: https://github.com/cooleo/FlickrJS\n      platform: Node.js\n      stargazers_count: 0\n    - name: Flickr Perl SDK by Toby Corkindale\n      documentation_url: https://github.com/TJC/Flickr-API2\n      platform: PERL\n      author: TJC\n      stargazers_count: 18\n    - name: Flickr C SDK by Dave Beckett\n      documentation_url: http://librdf.org/flickcurl/\n      source_code_url: https://github.com/dajobe/flickcurl\n      platform: C\n      author: dajobe\n      stargazers_count: 58\n    - name: Flickr Swift SDK by Chris Schwartz\n      documentation_url: https://github.com/chris-schwartz/ios-swift-flickr-client\n      platform: Swift\n    - name: Flickr JavaScript SDK by Andrey Voropaev\n      documentation_url: https://github.com/thisavoropaev/flickrest\n      platform: JavaScript\n    - name: Flickr Go SDK by Nolan Caudill\n      documentation_url: https://github.com/mncaudill/go-flickr\n      platform: Go\n      author: mncaudill\n      stargazers_count: 60\n    - name: Flickr PHP SDK by JeroenG\n      documentation_url: https://github.com/Jeroen-G/Flickr\n      platform: PHP\n      author: Jeroen-G\n      stargazers_count: 25\n    - name: Flickr Node.js SDK by Mike Kamermans\n      documentation_url: https://github.com/Pomax/node-flickrapi\n      platform: Node.js\n      author: Pomax\n      stargazers_count: 176\n    - name: Flickr PHP SDK by Dan Coulter\n      documentation_url: https://github.com/dan-coulter/phpflickr\n      platform: PHP\n      author: dan-coulter\n      stargazers_count: 208\n    - name: Flickr Elixir SDK by Chuhei Ishigaki\n      documentation_url: https://github.com/chuhey/flickr_uploader\n      platform: Elixir\n      author: chuhey\n      stargazers_count: 0\n    - name: Flickr PHP SDK by Alary Franck\n      documentation_url: https://github.com/DantSu/PHPFlickr-Oauth\n      platform: PHP\n      author: DantSu\n      stargazers_count: 2\n    - name: Flickr R SDK by Francesca Mancini\n      documentation_url: https://github.com/FrancescaMancini/Flickr-API\n      platform: R\n      author: FrancescaMancini\n      stargazers_count: 10\n    - name: Flickr JavaScript SDK by Fernando Palacios Landi\n      documentation_url: https://github.com/fernandoPalaciosGit/flickr-photos-fetcher\n      platform: JavaScript\n      author: fernandoPalaciosGit\n      stargazers_count: 0\n    - name: Flickr Perl Library by Flickr\n      documentation_url: https://github.com/iamcal/perl-Flickr-API\n      platform: PERL\n      author: iamcal\n      stargazers_count: 8\n    - name: Flickr iOS Library by David Gileadi\n      documentation_url: https://github.com/dgileadi/OnlineImagePicker\n      platform: Objective-C\n      author: dgileadi\n      stargazers_count: 11\n    - name: Flickr PHP Library by Phan Thanh Cong\n      documentation_url: https://github.com/ptcong/php-remote-image-uploader\n      platform: PHP\n    - name: Flickr Java Library by Paul Bourke\n      documentation_url: https://github.com/yuyang226/FlickrjApi4Android\n      platform: Java\n      author: yuyang226\n      stargazers_count: 43\n    - name: Flickr Ruby Library by Maël Clérambault\n      documentation_url: https://github.com/hanklords/flickraw\n      platform: Ruby\n      author: hanklords\n      stargazers_count: 505\n    - name: Flickr C# Library by Sam Hudson\n      documentation_url: https://github.com/samjudson/flickr-net\n      platform: C#\n      author: samjudson\n      stargazers_count: 93\n    - name: Flickr Python Library python-flickr-api\n      documentation_url: https://github.com/alexis-mignon/python-flickr-api\n      platform: Python\n      author: alexis-mignon\n      stargazers_count: 372\n    - name: node-flickrapi\n      documentation_url: https://www.npmjs.org/package/flickrapi\n      source_code_url: https://github.com/Pomax/node-flickrapi\n      platform: Node.js\n      author: Pomax\n      stargazers_count: 176\n    - name: flickrj-android\n      documentation_url: https://code.google.com/p/flickrj-android/\n      platform: Java\n    - name: FlickrNet\n      documentation_url: http://flickrnet.codeplex.com/\n      platform: .Net\n    - name: PHP Wrapper for Flickr API\n      documentation_url: http://sourceforge.net/projects/phlickr/\n      platform: PHP\n    - name: .NET Wrapper for Flickr API\n    - name: ActionScript Library for Flickr\n      documentation_url: http://code.google.com/p/as3flickrlib/\n    - name: MediaWiki Widgets Library\n      documentation_url: http://www.mediawikiwidgets.org/\n    - name: rFlickr Ruby Library\n      documentation_url: http://www.maxdunn.com/RoR+and+Flickr\n      platform: Ruby\n    - name: flickrj\n      documentation_url: http://sourceforge.net/projects/flickrj/\n      platform: Java\n    - name: .NET Wrapper for Flickr API\n    - name: .NET Wrapper for Flickr API\n- name: Flurry\n  slug: flurry\n  description: Yahoo’s Flurry provides you with a number of APIs enabling you to\n    export your data. Flurry provides two main APIs that are designed to get the\n    same data about your applications as the data reported on the Flurry Dev\n    Portal\n  categories:\n    - Analytics\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developer.yahoo.com/flurry/docs/api/\n  libraries:\n    - name: Flurry Analytics iOS SDK\n      documentation_url: https://developer.yahoo.com/flurry/docs/analytics/gettingstarted/ios/\n      platform: Objective-C\n    - name: Flurry Analytics Android SDK\n      documentation_url: https://developer.yahoo.com/flurry/docs/analytics/gettingstarted/android/\n      platform: Java\n- name: Flutrack\n  slug: flutrack\n  description: Flutrack is a system that detects in real time influenza symptoms,\n    using Twitter. Influenza-like symptoms with geotracking\n  categories:\n    - Health\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.flutrack.org/\n- name: Fly.io\n  slug: fly-io\n  description: Fly.io API enables programmatic management of applications,\n    machines, volumes, and networking on the Fly.io global platform. Deploy\n    Docker containers close to users worldwide.\n  categories:\n    - Development\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://fly.io/docs\n    - name: Machines API\n      url: https://fly.io/docs/machines/api\n- name: FOAAS\n  slug: foaas\n  description: FOAAS (Fuck Off As A Service) provides a modern, RESTful, scalable\n    solution to the common problem of telling people to fuck off\n  categories:\n    - Fun\n    - Adult\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://www.foaas.com/\n- name: fonoApi\n  slug: fonoapi\n  description: Mobile Device Description Api\n  categories:\n    - Hardware\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://fonoapi.freshpixl.com/\n- name: Font Conversion Api\n  slug: font-conversion-api\n  description: Font format conversion REST API. Fonts API - Subscription\n  categories:\n    - Art & Design\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://everythingfonts.com/api/convert\n- name: Font Hinting Api\n  slug: font-hinting-api\n  description: Fonts API - Subscription. Font hinting REST API\n  categories:\n    - Art & Design\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://everythingfonts.com/api/hinting\n- name: Font Subsetting Api\n  slug: font-subsetting-api\n  description: Font subsetting REST API. Fonts API - Subscription\n  categories:\n    - Art & Design\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://everythingfonts.com/api/subset\n- name: Food Standards Agency\n  slug: food-standards-agency\n  description: Find out if a restaurant, takeaway or food shop you want to visit\n    has good food hygiene standards. Eating out? Getting food in? Check the food\n    hygiene rating\n  categories:\n    - Government\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://ratings.food.gov.uk/open-data/en-GB\n- name: FoodData Central\n  slug: food-data-central\n  description: USDA FoodData Central API provides detailed nutritional information\n    for branded foods, standard references, and experimental data. Access\n    nutrient profiles for thousands of food items.\n  categories:\n    - Food & Drinks\n    - Health\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://fdc.nal.usda.gov/api-guide.html\n    - name: API Reference\n      url: https://app.swaggerhub.com/apis/fdcnal/food-data_central_api/1.0.1\n- name: Foodish\n  slug: foodish\n  description: \"- surhud004/Foodish. A Node. A Node. js/Express. js REST API to\n    GET a random picture of food dishes\"\n  categories:\n    - Food & Drinks\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/foodish/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://github.com/surhud004/Foodish#readme\n- name: Football (Soccer) Video Api By Scorebat\n  slug: football-soccer-video-api-by-scorebat\n  description: Embed codes of videos of the goals and highlights from a number of\n    football leagues and tournaments including the Premier League, Champions\n    League, La Liga, Serie A, Bundesliga and many more. ScoreBat\n  categories:\n    - Video & Media\n    - Sport & Fitness\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/football-soccer-video-api-by-scorebat/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.scorebat.com/video-api/\n- name: Football Prediction\n  slug: football-prediction\n  description: he API supports competitions in over 90 countries and over 140\n    national leagues. Predictions for upcoming football matches, odds, results\n    and stats. Football Prediction API provides predictions for upcoming\n    football matches, average bookie odds, results for past matches and\n    performance monitoring for the statistical models\n  categories:\n    - Sport & Fitness\n    - AI & ML\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/football-prediction/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://boggio-analytics.com/fp-api/\n- name: Football-Data.org\n  slug: football-data-org\n  description: A restful API for football data. A restful API for football data\n  categories:\n    - Sport & Fitness\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/football-data-org/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: http://api.football-data.org/index\n- name: Footystats Api - Soccer Stats & Data\n  slug: footystats-api-soccer-stats-and-data\n  description: \"Affordable Soccer Stats API for making football predictions.\n    Includes stats such as: Over and Unders, BTTS, Corners, Cards, Goals and so\n    much more. Over 300 leagues bursting with data. 522 Origin Connection\n    Time-out cloudflare-nginx\"\n  categories:\n    - Sport & Fitness\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://football-data-api.com\n- name: Foreca Weather Warnings\n  slug: foreca-weather-warnings\n  description: Data feed of the governmental severe weather warnings. The Foreca\n    Warning Feed integrates weather warnings from many national warning systems\n    worldwide and presents them in a harmonized global offering.\n  categories:\n    - Weather\n    - Government\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/foreca-weather-warnings/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developer.foreca.com/weatherdata\n- name: Forismatic\n  slug: forismatic\n  description: Gives you a random quote per click.\n  categories:\n    - Fun\n    - Content & Dictionaries\n    - Random\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://forismatic.com/en/api/\n- name: Form-Api\n  slug: form-api\n  description: Build forms easily, autocomplete and validate data. using gender\n    api and zip code api\n  categories:\n    - Validation & Verification\n    - Post & Logistics\n    - Forms & Surveys\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/form-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://form-api.com\n- name: Formstack\n  slug: formstack\n  description: The Formstack API allows users and 3rd-party applications to access\n    Formstack resources programmatically. This API conforms to REST principles.\n    Webhooks allow you. Form creator for online forms. Welcome to Formstack\n    Developer Central. Here you'll find all the resources you need to create\n    services that rely on the Formstack platform\n  categories:\n    - Forms & Surveys\n    - Business\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developers.formstack.com/docs\n- name: Fortnite Api\n  slug: fortnite-api\n  description: A fortnite tracker api that returns data about and account\n  categories:\n    - Games\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://fortnitetracker.com/site-api\n- name: Foursquare API\n  slug: foursquare-api\n  description: Gives you access to our world-class places database and the ability\n    to interact with Foursquare users and merchants. Start using the only\n    location API you'll ever need. Foursquare is the most trusted, independent\n    location data platform for understanding how people move through the real\n    world\n  categories:\n    - Maps & Geo\n    - Point of Interest\n    - Social\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/foursquare-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developer.foursquare.com/developer/\n- name: Foursquare Check-In\n  slug: foursquare-check-in\n  description: Allows you to check in to a place\n  categories:\n    - Social\n    - Point of Interest\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developer.foursquare.com/docs/checkins/add\n- name: Foursquare Venue\n  slug: foursquare-venue\n  description: Providing a places search that can be searched by hierarchical list\n    of categories, longitude/latitude etc\n  categories:\n    - Maps & Geo\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developer.foursquare.com/overview/venues\n- name: Frankfurter.app\n  slug: frankfurter-app\n  description: Frankfurter currency data API\n  categories:\n    - Finance & Economics\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.frankfurter.app/docs/\n- name: FraudLabs Pro\n  slug: fraudlabs-pro\n  description: FraudLabs Pro Rest API to screen the order transaction for online fraud.\n  categories:\n    - Security\n    - Validation & Verification\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/fraudlabs-pro/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.fraudlabspro.com/developer/api/screen-order\n- name: FreeGeoIP\n  slug: freegeoip\n  description: Free IP Geolocation API with no registration required. 15000\n    requests per hour ✓ JSON, XML and CSV output ✓ Fast response times\n  categories:\n    - Maps & Geo\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://freegeoip.app/\n  libraries:\n    - name: \" Geocoder Node.js Library by Nicolas Chaulet\"\n      documentation_url: https://github.com/nchaulet/node-geocoder\n      platform: Node.js\n      author: nchaulet\n      stargazers_count: 954\n- name: Freelancer\n  slug: freelancer\n  description: Hire in any profession you can think of using our API, on\n    demand–developers, designers, photographers, copywriters, delivery people,\n    manufacturers and more. Task humans from software. Task humans from software\n  categories:\n    - Commerce\n    - Business\n    - Jobs\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/freelancer/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developers.freelancer.com\n  libraries:\n    - name: Freelancer Android SDK\n      documentation_url: https://github.com/freelancer/freelancer-sdk-android\n      platform: Kotlin\n      stargazers_count: 24\n    - name: \"Freelancer Python SDK \"\n      documentation_url: https://github.com/freelancer/freelancer-sdk-python\n      platform: Python\n      stargazers_count: 79\n    - name: JSON Placeholder Node.js Library by typicode\n      documentation_url: https://github.com/typicode/json-server\n      platform: JavaScript, Node.js\n      author: typicode\n      stargazers_count: 75642\n- name: Freelancer Api\n  slug: freelancer-api\n  description: It can be used to set up a food delivery network, crowdsource the\n    price for a local repair job, plug into a large pool of translators and\n    more. Ten-time Webby award-winning Freelancer. Freelancer enables machines\n    with the ability to tap into the power of the human cloud workforce by\n    sending complex real-world tasks for Freelancer. com is in over 1,000 areas\n    that includes; website development, logo design, marketing, copywriting,\n    astrophysics, aerospace engineering and manufacturing. com is a global\n    freelancing and crowdsourcing marketplace with over 26 million users, that\n    scales to the needs of business owners, by automating their business\n    processes. com programmatically. com's users to solve, retrieving the\n    results, and paying for the work. Freelancer. It provides a way for users to\n    access public information on Freelancer. The Freelancer API allows software\n    to send complex tasks to humans, retrieve the results, and pay for the\n    completed work\n  categories:\n    - Documents & Productivity\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/freelancer-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developers.freelancer.com/\n- name: Freesound\n  slug: freesound\n  description: With the Freesound API you can browse, search, and retrieve\n    information about Freesound users, packs, and the sounds themselves.\n  categories:\n    - Search\n    - Music & Audio\n  is_free: false\n  contact: developers@flat.io\n  links:\n    - name: Docs / Website\n      url: https://freesound.org/docs/api/index.html\n  libraries:\n    - name: Freesound c++ SDK by Roger Morton\n      documentation_url: http://www.freesound.org/docs/api/client_libs.html\n      source_code_url: https://github.com/ttguy/Qt_freesoundAPIv2\n      platform: C++\n      author: ttguy\n      stargazers_count: 5\n    - name: \"Freesound iOS SDK by Freesound \"\n      documentation_url: https://www.freesound.org/docs/api/client_libs.html\n      source_code_url: https://github.com/ffont/Freesound-iOS\n      platform: Objective-C\n      author: ffont\n      stargazers_count: 10\n- name: FreeToGame\n  slug: freetogame\n  description: Free-to-play games database API. Free-To-Play Games Database API\n    Create using the FreeToGame API Overview Access programmatically the best\n    free-to-play games and free MMO games! The Free-To-Play Games Database API\n    (Aka FreeToGame\n  categories:\n    - Entertainment\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.freetogame.com/api-doc\n- name: French Address Search\n  slug: french-address-search\n  description: Find addresses and localities in France\n  categories:\n    - Maps & Geo\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://geo.api.gouv.fr/adresse\n- name: Freshdesk\n  slug: freshdesk\n  description: Freshdesk's API manages support tickets, contacts, agents, groups,\n    and canned responses. Build customer support integrations and automate\n    helpdesk workflows on the Freshdesk platform.\n  categories:\n    - CRM\n    - Business\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://developers.freshdesk.com/api\n    - name: API Reference\n      url: https://developers.freshdesk.com/api/#introduction\n- name: Freshsales\n  slug: freshsales\n  description: Freshsales CRM API provides access to contacts, accounts, deals,\n    tasks, and sales sequences. Build sales automation integrations and sync\n    data with Freshsales' AI-powered CRM platform.\n  categories:\n    - CRM\n    - Business\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://developer.freshsales.io/api\n    - name: API Reference\n      url: https://developer.freshsales.io/api/#introduction\n- name: Freshservice\n  slug: freshservice\n  description: Freshservice's ITSM API manages IT service desk tickets, assets,\n    changes, problems, and releases. Build IT operations integrations on\n    Freshservice's cloud-based service management platform.\n  categories:\n    - Business\n    - Development\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://api.freshservice.com\n    - name: API Reference\n      url: https://api.freshservice.com/#introduction\n- name: Fuck Off as a Service\n  slug: fuck-off-as-a-service\n  description: Introduction FOAAS (Fuck Off As A Service) provides a modern,\n    RESTful, scalable solution to the common problem of telling people to fuck\n    off. API Content Negotiation FOAAS will respond to the follo\n  categories:\n    - Social\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.foaas.com\n- name: Full Contact\n  slug: full-contact\n  description: Build a clearer picture of your customers in minutes with our\n    data-focused APIs. Build a clearer picture of your customers in minutes with\n    our data-focused APIs\n  categories:\n    - Social\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/full-contact/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.fullcontact.com/developer/docs/\n- name: Full Story\n  slug: full-story\n  description: Capture every user event across your application with Full Story,\n    it is an advanced analytics platform with an extensive API. FullStory\n    captures and replays your users' experiences so that you can build a better\n    website or native mobile application. The Client API allows developers to\n    manage recording, consume custom event data, and generate session replay\n    URLs that can be used to integrate replay deeplinks with other platforms.\n  categories:\n    - Analytics\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developer.fullstory.com/introduction\n- name: Fun Translations API\n  slug: fun-translations-api\n  description: World's best fun translation tools via REST API. Yoda speak\n    converter, pirate converter, Pig Latin and Ferb Latin converters. Translate\n    to over 50+ languages from various TV Series and Movies\n  categories:\n    - Fun\n    - Translation\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/fun-translations-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://funtranslations.com/api/\n- name: Furniture Store Data Api\n  slug: furniture-store-data-api\n  description: The aim is to provide every bit of information which is felt\n    required for a user to know about a furniture store\n  categories:\n    - Business\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://getrit.com\n- name: Game of Thrones Quotes\n  slug: game-of-thrones-quotes\n  description: A free API to retrieve some quotes of Game of Thrones!\n  categories:\n    - Other\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/game-of-thrones-quotes/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://gameofthronesquotes.xyz\n- name: GamerPower\n  slug: gamerpower\n  description: The GamerPower API (Aka Game Giveaway Tracker API). Access\n    programmatically the best giveaways in gaming, from free games to beta keys\n    to free in-game loot and more.\n  categories:\n    - Commerce\n    - Entertainment\n    - Games\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.gamerpower.com/api-read\n- name: Gapi\n  slug: gapi\n  description: Unofficial Google News API. GNews is an API to search for articles\n    from a variety of sources, including Google News. Also provides top\n    headlines from which you can filter by topic such as world, business,\n    sports.\n  categories:\n    - News & Feeds\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://gnews.io/\n- name: GBIF\n  slug: gbif\n  description: Free and open access to biodiversity data. GBIF—the Global\n    Biodiversity Information Facility—is an international network and data\n    infrastructure funded by the world's governments and aimed at providing\n    anyone, anywhere, open access to data about all types of life on Earth.\n  categories:\n    - Science & Math\n    - Animals\n    - Environment & Nature\n    - Statistics & Data\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.gbif.org/developer/summary\n- name: Gemini\n  slug: gemini\n  description: \"Public REST APIs provide market data such as: current order book\n    recent trading activity trade history\"\n  categories:\n    - Blockchain & Cryptocurrencies\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://docs.gemini.com/rest-api/\n- name: Gender API\n  slug: gender-api-2\n  description: Determine gender of first name\n  categories:\n    - Other\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://genderapi.io\n    - name: Documentation\n      url: https://genderapi.io/api-documentation\n- name: Gender API\n  slug: gender-api\n  description: Keep your registration forms simple. Optimize your conversions and\n    let us determine the gender of your customers.\n  categories:\n    - Forms & Surveys\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://gender-api.com/en/api-docs\n- name: Genderize.io\n  slug: genderize-io\n  description: Free API to predict the gender of a name. Easy integration into any\n    platform. Over 250\n  categories:\n    - Development\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://genderize.io\n- name: Genius\n  slug: genius\n  description: Allows users to find details about Genius artists and songs. Use\n    our API and help build the world's greatest public knowledge project since\n    Wikipedia\n  categories:\n    - Music & Audio\n    - Open Source\n    - Wiki\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/genius/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://docs.genius.com/#/getting-started-h1\n- name: Genrenator\n  slug: genrenator\n  description: Binary Jazz genrenator\n  categories:\n    - Music & Audio\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/genrenator/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://binaryjazz.us/genrenator-api/\n- name: Geo Info\n  slug: geo-info\n  description: A simple free reverse geocoding API for turning coordinates into\n    human readable locations. geo-info is a simple reverse geocoding api. Turn\n    coordinates into human readable locations, and locations in coordinates.\n  categories:\n    - Other\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://geo-info.co\n- name: GeoApi\n  slug: geoapi\n  description: Administrative Breakdown API - (Geo API) is one of the France's\n    public service APIs.\n  categories:\n    - Maps & Geo\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/geoapi/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://api.gouv.fr/api/geoapi.html\n- name: Geocod.io\n  slug: geocod-io\n  description: Geocode spreadsheets or use our API - without restrictions. Add\n    census data, ZIP+4, congressional districts, timezones, and more\n  categories:\n    - Maps & Geo\n  type: REST\n  is_free: true\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/geocod-io/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.geocod.io/\n- name: Geocode.xyz\n  slug: geocode-xyz\n  description: geocode. xyz - A geoparser, geocoder and batch geocoder for the\n    world. Map your data. geocode\n  categories:\n    - Maps & Geo\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://geocode.xyz/\n- name: Geocodify\n  slug: geocodify\n  description: Worldwide geocoding, geoparsing and autocomplete for addresses.\n    Geocodify is a free, simple-to-use, enterprise-grade geocoding, geoparsing\n    and maps api that allows you to build location aware applications\n  categories:\n    - Maps & Geo\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/geocodify/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://geocodify.com\n- name: GeoDataSource\n  slug: geodatasource\n  description: Location Search Web Service (RESTful API) enable you to find\n    nearest city information based on latitude and longitude provided.\n  categories:\n    - Maps & Geo\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/geodatasource/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.geodatasource.com/web-service\n- name: GeoJS\n  slug: geojs\n  description: REST/JSON/JSONP GeoIP API. REST/JSON/JSONP GeoIP API\n  categories:\n    - Maps & Geo\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/geojs/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://geojs.io/\n- name: GeoNames\n  slug: geonames\n  description: The GeoNames geographical database covers all countries and\n    contains over eleven million placenames that are available for download free\n    of charge.\n  categories:\n    - Maps & Geo\n    - Post & Logistics\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/geonames/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: http://www.geonames.org/export/web-services.html\n  libraries:\n    - name: Escape JavaScript SDK by Jason Zheng\n      documentation_url: https://github.com/JasonZheng20/Escape\n      platform: JavaScript\n      author: JasonZheng20\n      stargazers_count: 0\n    - name: NGeo .NET SDK by Dan Ludwig\n      documentation_url: https://github.com/danludwig/NGeo\n      platform: .Net, C#\n      author: danludwig\n      stargazers_count: 32\n    - name: GeoNames Node.js SDK by Stephan Georg\n      documentation_url: https://github.com/StephanGeorg/geocoder-geonames\n      platform: Node.js\n      author: StephanGeorg\n      stargazers_count: 9\n    - name: GeoNames jQuery SDK by Thomas Haukland\n      documentation_url: http://tompi.github.io/jeoquery/\n      source_code_url: https://github.com/tompi/jeoquery\n      platform: jQuery\n      author: tompi\n      stargazers_count: 74\n    - name: GeoNames .NET SDK by Benjamin Schroeter\n      documentation_url: http://geonamesdotorgdotnet.codeplex.com/\n      platform: .Net\n    - name: GeoNames .NET SDK by baretta2\n      documentation_url: https://www.codeproject.com/Articles/30627/GeoNames-NET-WCF-Client\n      platform: .Net, C#\n    - name: GeoNames R SDK by Edzer Pebesma and Barry Rowlingson\n      documentation_url: http://geonames.r-forge.r-project.org/\n      platform: R\n    - name: GeoNames Laravel PHP SDK by Michael Drennen\n      documentation_url: https://packagist.org/packages/michaeldrennen/geonames\n      source_code_url: https://github.com/michaeldrennen/geonames\n      platform: PHP\n      author: michaeldrennen\n      stargazers_count: 94\n    - name: GeoNames Yii PHP SDK by Antonio Ramirez\n      documentation_url: http://www.yiiframework.com/extension/egeonameservice/\n      platform: PHP\n    - name: GeoNames Leaflet JavaScript SDK by Conservation Biology Institute\n      documentation_url: https://github.com/consbio/Leaflet.Geonames\n      platform: JavaScript\n      stargazers_count: 34\n    - name: GeoNames PHP SDK by David Jean Louis\n      documentation_url: http://pear.php.net/package/Services_GeoNames\n      platform: PHP\n    - name: GeoNames Elixir SDK by pareeohnos\n      documentation_url: https://github.com/pareeohnos/geonames-elixir\n      platform: Elixir\n      author: pareeohnos\n      stargazers_count: 24\n    - name: GeoNames Common Lisp SDK by Google\n      documentation_url: https://code.google.com/archive/p/cl-geonames/\n      platform: Lisp\n    - name: GeoNames Perl SDK by Per Henrik Johansen\n      documentation_url: http://search.cpan.org/~nicomen/Geo-GeoNames/lib/Geo/GeoNames.pm\n      platform: PERL\n    - name: GeoNames Python SDK by Denis Carriere\n      documentation_url: http://geocoder.readthedocs.io/providers/GeoNames.html\n      source_code_url: https://github.com/DenisCarriere/geocoder\n      platform: Python\n      author: DenisCarriere\n      stargazers_count: 1652\n    - name: GeoNames Drupal SDK by lyricnz\n      documentation_url: https://www.drupal.org/project/geonames\n      platform: Unspecified\n    - name: GeoNames Ruby SDK by Nicolas Marchildon\n      documentation_url: https://github.com/elecnix/ruby-geonames\n      platform: Ruby\n      author: elecnix\n      stargazers_count: 120\n    - name: GeoNames Logstash SDK by Luis Pallares\n      documentation_url: https://github.com/panchicore/es-geonames/tree/master/logstash\n      platform: Unspecified\n      author: panchicore\n      stargazers_count: 0\n    - name: GeoNames Ubuntu C SDK by Ubuntu Desktop Team\n      documentation_url: https://packages.ubuntu.com/bionic/geoclue-geonames\n      platform: C\n    - name: GeoNames Java SDK\n      documentation_url: http://www.geonames.org/source-code/\n      platform: Java\n    - name: GeoNames Python Library by Ramiro Gómez\n      documentation_url: https://github.com/yaph/geonamescache\n      platform: Python\n      author: yaph\n      stargazers_count: 120\n    - name: GeoNames Python Library by Dennis Carriere\n      documentation_url: https://pypi.python.org/pypi/geonames\n      source_code_url: https://pypi.python.org/pypi/geonames/0.1.2\n      platform: Python\n    - name: GeoNames .Net Library NGeoNames\n      documentation_url: https://github.com/RobThree/NGeoNames\n      source_code_url: https://www.nuget.org/packages/NGeoNames/\n      platform: .Net\n      author: RobThree\n      stargazers_count: 69\n    - name: GeoNames Node.js Library node-geonames-client\n      documentation_url: https://www.npmjs.com/package/node-geonames-client\n      platform: Node.js\n    - name: GeoNames Node.js Library geonames-stream\n      documentation_url: https://github.com/geopipes/geonames-stream\n      source_code_url: https://www.npmjs.com/package/geonames-stream\n      platform: Node.js\n      stargazers_count: 36\n    - name: GeoNames .NET WCF Client\n      documentation_url: http://www.codeproject.com/Articles/30627/GeoNames-NET-WCF-Client\n      platform: .Net, C#\n    - name: GeoNames PERL Client Geo::GeoNames\n      documentation_url: http://search.cpan.org/~perhenrik/Geo-GeoNames/lib/Geo/GeoNames.pm\n      platform: PERL\n    - name: Python Library Geopy\n      documentation_url: https://github.com/geopy/geopy\n      platform: Python\n      stargazers_count: 4770\n    - name: GeoNames Ruby Client geonames_api\n      documentation_url: https://github.com/buytruckload/geonames_api\n      platform: Ruby\n    - name: GeoNames Objective-C Library by Infinite Loop\n      documentation_url: http://www.infinite-loop.dk/developer/ilgeonames/\n      platform: Objective-C\n    - name: Ruby Library for Geonames\n      documentation_url: http://www.tbcn.ca/ruby_geonames\n      platform: Ruby\n- name: geoPlugin\n  slug: geoplugin\n  description: geoPlugin is a free, fast and reliable Geolocation Webservice API\n    to locate your visitors based on their IP address\n  categories:\n    - Maps & Geo\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.geoplugin.com\n  libraries:\n    - name: geoPlugin IP Geolocation CSV SDK\n      documentation_url: https://www.geoplugin.com/webservices/csv\n      platform: Go\n    - name: geoPlugin IP Geolocation ASP SDK\n      documentation_url: https://www.geoplugin.com/webservices/asp\n      platform: .Net\n    - name: geoPlugin IP Geolocation XML SDK\n      documentation_url: https://www.geoplugin.com/webservices/xml\n      platform: xml\n    - name: geoPlugin IP Geolocation JSON SDK\n      documentation_url: https://www.geoplugin.com/webservices/json\n      platform: JavaScript\n    - name: geoPlugin IP Geolocation PHP SDK\n      documentation_url: https://www.geoplugin.com/webservices/php\n      platform: PHP\n    - name: geoPlugin IP Geolocation Javascript SDK\n      documentation_url: https://www.geoplugin.com/webservices/javascript\n      source_code_url: http://www.geoplugin.net/javascript.gp\n      platform: JavaScript\n- name: Georgia\n  slug: georgia\n  description: Central bank of Georgia\n  categories:\n    - Government\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://nbg.gov.ge/api.html\n- name: Getguidelines\n  slug: getguidelines\n  description: >-\n    Get personalized clinical recommendations using parameters such as weight,\n    blood pressure, age, etc. About the Guidelines Use this API to get medical\n    guidelines from multiple sources like the CDC, USPSTF and American Cancer\n    Society (references included). This initial version focuses on evidence-ba.\n    Free REST API for Medical Guidelines:\n\n    Use biometric and demographic data to search the same medical references\n    used by healthcare professionals\n  categories:\n    - Health\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://getguidelines.com/\n- name: Getscreenshot By Rasterwise\n  slug: getscreenshot-by-rasterwise\n  description: GetScreenshot is an affordable and highly scalable screenshot API\n    service. With integrated rendering customization and workflows like email\n    and webhooks. GetScreenshot is a powerful programmable API that allows you\n    to do screenshot operations at scale and for less than the existing\n    solutions.\n  categories:\n    - Images & Photography\n    - Scrapers & Data Mining\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/getscreenshot-by-rasterwise/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://getscreenshot.rasterwise.com/\n- name: Getty Images\n  slug: getty-images\n  description: Page moved here. Page moved here\n  categories:\n    - Images & Photography\n    - Video & Media\n    - Art & Design\n  type: REST\n  is_free: false\n  contact: info@getthedata.com\n  links:\n    - name: Docs / Website\n      url: http://developers.gettyimages.com/en/\n  libraries:\n    - name: Getty Images Ruby SDK\n      documentation_url: https://github.com/gettyimages/gettyimages-api_ruby\n      platform: Ruby\n      stargazers_count: 12\n    - name: Getty Images Node.js SDK\n      documentation_url: https://github.com/gettyimages/gettyimages-api_nodejs\n      platform: Node.js\n      stargazers_count: 22\n    - name: Getty Images Java SDK\n      documentation_url: https://github.com/gettyimages/gettyimages-api_java\n      platform: Java\n      stargazers_count: 12\n    - name: Getty Images PHP SDK\n      documentation_url: https://github.com/gettyimages/gettyimages-api_php\n      platform: PHP\n      stargazers_count: 14\n    - name: Getty Images .NET SDK\n      documentation_url: https://github.com/gettyimages/gettyimages-api_dotnet\n      platform: .Net\n      stargazers_count: 13\n    - name: Getty Images Connect Objective-C SDK by Getty Images\n      documentation_url: https://github.com/gettyimages/gettyimages-api_objective-c\n      source_code_url: https://github.com/gettyimages/gettyimages-api_objective-c\n      platform: Objective-C\n    - name: \"Getty Images Connect Java # SDK\"\n      documentation_url: https://github.com/gettyimages/connect_sdk_java\n      platform: Java\n    - name: Getty Images Connect Ruby SDK\n      documentation_url: https://github.com/gettyimages/connect_sdk_ruby\n      platform: Ruby\n    - name: Getty Images Connect Node.js SDK\n      documentation_url: https://github.com/gettyimages/connect_sdk_nodejs\n      platform: Node.js\n    - name: Getty Images Connect PHP SDK\n      documentation_url: https://github.com/gettyimages/connect_sdk_php\n      platform: PHP\n    - name: Getty Images Connect Objective-C SDK\n      documentation_url: https://github.com/gettyimages/connect_sdk_objective-c\n      platform: Objective-C\n    - name: Getty Images Connect API C# SDK\n      documentation_url: https://github.com/gettyimages/connect_sdk_csharp\n      platform: C#\n- name: Gfycat\n  slug: gfycat\n  description: Gfycat’s API - collection of GIFs\n  categories:\n    - Fun\n    - Social\n    - Art & Design\n    - Images & Photography\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/gfycat/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developers.gfycat.com/api/\n  libraries:\n    - name: Gfycat npm JavaScript SDK\n      documentation_url: https://developers.gfycat.com/jssdk/\n      source_code_url: https://www.npmjs.com/package/gfycat-sdk\n      platform: JavaScript\n    - name: Gfycat APIKit iOS SDK\n      documentation_url: https://developers.gfycat.com/iossdk/\n      source_code_url: https://github.com/gfycat/GfycatApiKit\n      platform: Objective-C\n      stargazers_count: 7\n    - name: Gfycat Core SDK\n      documentation_url: https://developers.gfycat.com/androidsdk/\n      platform: Java\n    - name: Gfycat Python SDK by Tom Kranenburg\n      documentation_url: https://github.com/TomKranenburg/gfywrapper\n      platform: Python\n      author: TomKranenburg\n      stargazers_count: 0\n    - name: Gfycat PHP SDK by Aaron Chang\n      documentation_url: https://github.com/mistayam/gfyScript\n      platform: PHP\n    - name: Gfycat PHP SDK by Stefano\n      documentation_url: https://github.com/steoo/php-gfy-api-interface\n      platform: PHP\n      author: steoo\n      stargazers_count: 0\n    - name: Gfycat NodeJS SDK by Butterscotch Stallion\n      documentation_url: https://github.com/butterscotchstallion/gfyapi\n      platform: Node.js\n      author: butterscotchstallion\n      stargazers_count: 0\n    - name: Gfycat NodeJS SDK by Shadowfacts\n      documentation_url: https://github.com/shadowfacts/gfy\n      platform: Node.js\n      author: shadowfacts\n      stargazers_count: 2\n    - name: Gfycat Go SDK by hashworks\n      documentation_url: https://github.com/hashworks/go-gfycat\n      platform: Go\n      author: hashworks\n      stargazers_count: 0\n    - name: Gfycat JavaScript SDK by Nikita Savyolov\n      documentation_url: https://github.com/ga2mer/gfycatjs\n      platform: JavaScript, Node.js\n      author: ga2mer\n      stargazers_count: 0\n    - name: Gfycat Go SDK by Krognol\n      documentation_url: https://github.com/Krognol/gofycat\n      platform: Go\n      author: Krognol\n      stargazers_count: 0\n    - name: Gfycat Objective-C SDK by Akshay Easwaran\n      documentation_url: https://github.com/akeaswaran/AEGfycatHandler\n      platform: Objective-C\n      author: akeaswaran\n      stargazers_count: 2\n    - name: Gfycat PHP SDK by Pulkit Kathuria\n      documentation_url: https://github.com/kevincobain2000/gfycat\n      platform: PHP\n      author: kevincobain2000\n      stargazers_count: 1\n    - name: Gfycat Perl SDK by Chankey Pathak\n      documentation_url: https://github.com/chankeypathak/WWW-Gfycat\n      platform: PERL\n      author: chankeypathak\n      stargazers_count: 0\n    - name: Gfycat JavaScript SDK by Josh Kang\n      documentation_url: https://github.com/kngroo/gfycat-sdk\n      platform: JavaScript\n      author: kngroo\n      stargazers_count: 1\n    - name: Gfycat Ruby SDK by Martin Häger\n      documentation_url: https://github.com/vrcsix/gfycat\n      platform: Ruby\n      author: haegrr\n      stargazers_count: 1\n    - name: Gfycat Go SDK by orijtech\n      documentation_url: https://github.com/orijtech/gfycat\n      platform: Go\n      stargazers_count: 0\n    - name: Gfycat Swift SDK by Trung Nguyen\n      documentation_url: https://github.com/geek1706/gfycat-swift\n      platform: Swift\n      author: geek1706\n      stargazers_count: 5\n    - name: Gfycat .NET SDK by Sydney Acksman\n      documentation_url: https://github.com/ObsidianMinor/Gfycat.Net\n      source_code_url: https://www.nuget.org/packages/Gfycat.Net\n      platform: .Net\n      author: ObsidianMinor\n      stargazers_count: 12\n    - name: Gfycat PHP SDK by Nehal Patel\n      documentation_url: https://github.com/nehalvpatel/gfycat-php\n      platform: PHP\n      author: nehalvpatel\n      stargazers_count: 8\n    - name: Gfycat Python SDK by Ankesh Anand\n      documentation_url: https://github.com/ankeshanand/py-gfycat\n      source_code_url: https://pypi.org/project/gfycat/0.1.4/\n      platform: Python\n      author: ankeshanand\n      stargazers_count: 19\n    - name: Gfycat JavaScript SDK\n      documentation_url: https://github.com/gfycat/gfycat-sdk\n      source_code_url: https://www.npmjs.com/package/gfycat-sdk\n      platform: JavaScript\n      stargazers_count: 17\n    - name: Gfycat iOS SDK\n      documentation_url: https://github.com/gfycat/GfycatApiKit\n      platform: Objective-C\n      stargazers_count: 7\n- name: Ghost\n  slug: ghost\n  description: Ghost's Content and Admin APIs provide access to posts, pages,\n    authors, tags, and settings. Build headless blogs, automate publishing, and\n    integrate with the Ghost publishing platform.\n  categories:\n    - Development\n    - Documents & Productivity\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://ghost.org/docs/content-api\n    - name: Admin API\n      url: https://ghost.org/docs/admin-api\n- name: Giant Bomb\n  slug: giant-bomb\n  description: The largest video game database online\n  categories:\n    - Entertainment\n    - Games\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/giant-bomb/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.giantbomb.com/api/documentation\n  libraries:\n    - name: Giant Bomb Ruby SDK by Robert Coker\n      documentation_url: https://github.com/intelekshual/giantbomb\n      platform: Ruby\n      author: intelekshual\n      stargazers_count: 23\n    - name: Giant Bomb Python SDK by Leandro\n      documentation_url: https://github.com/xupisco/GiantBomb\n      platform: Python\n      author: xupisco\n      stargazers_count: 21\n- name: Gifs.Com Public API\n  slug: gifs-com-public-api\n  description: com API makes it dead simple to convert and transcode a vast array\n    of media into our HTML5 optimized gifs. mp4. webm and . com player, a\n    compressed. The gifs. gif,. to gifinity and beyond!\n  categories:\n    - Video & Media\n    - Images & Photography\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/gifs-com-public-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://docs.gifs.com/\n- name: Giphy\n  slug: giphy\n  description: Worlds largest library of GIFs\n  categories:\n    - Images & Photography\n    - Fun\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/giphy/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developers.giphy.com/docs/\n  libraries:\n    - name: Giphy JavaScript SDK\n      documentation_url: https://github.com/Giphy/giphy-js-sdk-core\n      platform: JavaScript\n      stargazers_count: 89\n    - name: Giphy PHP SDK\n      documentation_url: https://github.com/Giphy/giphy-php-client\n      platform: PHP\n      stargazers_count: 11\n    - name: Giphy Python SDK\n      documentation_url: https://github.com/Giphy/giphy-python-client\n      platform: Python\n      stargazers_count: 50\n    - name: \"Giphy Android SDK \"\n      documentation_url: https://developers.giphy.com/docs/sdk/#android\n      source_code_url: https://github.com/Giphy/giphy-android-sdk-core\n      platform: Java\n    - name: \"Giphy iOS SDK \"\n      documentation_url: https://developers.giphy.com/docs/sdk#ios\n      source_code_url: https://github.com/Giphy/giphy-ios-sdk-core\n      platform: Swift\n    - name: Giphy JavaScript SDK by Austin Kelleher\n      documentation_url: https://libraries.io/npm/giphy-api\n      source_code_url: https://github.com/austinkelleher/giphy-api\n      platform: JavaScript\n      author: austinkelleher\n      stargazers_count: 84\n    - name: \"Giphy Gifs Haskell SDK by Pascal Hartig \"\n      documentation_url: https://www.stackage.org/nightly-2016-10-24/package/giphy-api-0.5.0.0\n      source_code_url: https://github.com/passy/giphy-api#readme\n      platform: Haskell\n      author: passy\n      stargazers_count: 27\n    - name: Giphy Java SDK by Mathias Markl\n      documentation_url: https://github.com/keshrath/Giphy4J\n      platform: Java\n      author: keshrath\n      stargazers_count: 29\n    - name: Giphy Haskell SDK by Pascal Hartig\n      documentation_url: https://github.com/passy/giphy-api\n      platform: Haskell\n      author: passy\n      stargazers_count: 27\n    - name: Giphy Node.js SDK by Austin Kelleher\n      documentation_url: https://www.npmjs.com/package/giphy-api\n      source_code_url: https://github.com/austinkelleher/giphy-api\n      platform: Node.js\n      author: austinkelleher\n      stargazers_count: 84\n    - name: Giphy Node.js Library\n      documentation_url: https://www.npmjs.com/package/apigiphy\n      platform: Node.js\n    - name: Giphy Ruby Gem\n      documentation_url: http://giphy.com/labs\n      source_code_url: https://github.com/sebasoga/giphy\n      platform: Ruby\n      author: sogamoso\n      stargazers_count: 82\n- name: GitHub\n  slug: github\n  description: World's most famous code hosting service. You can use the official\n    Octokit library and other third-party libraries to extend and simplify how\n    you use the GitHub API.\n  categories:\n    - Development\n  type: REST\n  is_free: true\n  links:\n    - name: REST API\n      url: https://docs.github.com/en/rest\n    - name: GitHub GraphQL API\n      url: https://docs.github.com/en/graphql\n  libraries:\n    - name: octokit.rb\n      documentation_url: https://github.com/Giphy/giphy-js-sdk-core\n      platform: Ruby\n    - name: octokit.net\n      documentation_url: https://github.com/octokit/octokit.net\n      platform: .NET\n    - name: octokit/rest.js\n      documentation_url: https://github.com/octokit/rest.js\n      platform: JvaScript\n    - name: octokit/rest.js\n      documentation_url: https://github.com/octokit/rest.js\n      platform: JavaScript\n    - name: go-github\n      documentation_url: https://github.com/google/go-github\n      platform: Go\n    - name: go-github\n      documentation_url: https://github.com/google/go-github\n      platform: Go\n    - name: PHP GitHub API\n      documentation_url: https://github.com/KnpLabs/php-github-api\n      platform: PHP\n    - name: ghapi\n      documentation_url: https://github.com/fastai/ghapi\n      platform: Python\n- name: GitHub Gists\n  slug: github-gists\n  description: For more information. Access to GitHub’s Gists API. You can read\n    public gists anonymously, but you must be signed into GitHub to create\n    gists. To read or write gists on a user's behalf, you need the gist OAuth\n    scope and a token\n  categories:\n    - Development\n    - Files & Storage\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developer.github.com/v3/gists/\n- name: Github Jobs\n  slug: github-jobs\n  description: The GitHub Jobs API allows you to search, and view jobs with JSON\n    over HTTP. To get the JSON representation of any search result or job\n    listing, append. json to the URL you'd use on the HTML GitHub\n  categories:\n    - Jobs\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://jobs.github.com/api\n- name: GitHub Licenses API\n  slug: github-licenses-api\n  description: The Licenses API returns metadata about popular open source\n    licenses and information about a particular project's license file.\n  categories:\n    - Development\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developer.github.com/v3/licenses/\n- name: GitLab\n  slug: gitlab\n  description: Access to GitLab's API. Documentation for GitLab Community Edition,\n    GitLab Enterprise Edition, Omnibus GitLab, and GitLab Runner\n  categories:\n    - Open Source\n    - Project Management\n    - Development\n    - Collaboration\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/gitlab/logo_256x256.png\n  contact: support@graphhopper.com\n  links:\n    - name: Docs / Website\n      url: https://docs.gitlab.com/ce/api/README.html\n  libraries:\n    - name: Gitlab Node.js SDK by jdalrymple\n      documentation_url: https://github.com/jdalrymple/node-gitlab-api\n      platform: Node.js\n      author: jdalrymple\n      stargazers_count: 740\n    - name: GitLab PHP SDK by neilime\n      documentation_url: https://github.com/neilime/php-gitlab-api\n      platform: PHP\n    - name: GitLab PHP SDK by benmag\n      documentation_url: https://packagist.org/packages/benmag/php-gitlab-api\n      source_code_url: https://github.com/benmag/php-gitlab-api\n      platform: PHP\n      author: benmag\n      stargazers_count: 0\n    - name: GitLab Java SDK by Tim Olshansky\n      documentation_url: https://github.com/timols/java-gitlab-api\n      platform: Java\n      author: timols\n      stargazers_count: 365\n    - name: GitLab Swift SDK by Orih\n      documentation_url: https://github.com/orih/GitLabKit\n      platform: Swift\n      author: toricls\n      stargazers_count: 56\n    - name: GitLab .Net SDK by Szymon Kulec\n      documentation_url: https://github.com/Scooletz/NGitLab\n      platform: .Net\n    - name: GitLab PHP SDK by Adam Engebretson\n      documentation_url: https://github.com/adamgoose/gitlab\n      platform: PHP\n      author: adamgoose\n      stargazers_count: 19\n    - name: GitLab JavaScript SDK by sahilsk\n      documentation_url: https://github.com/sahilsk/Gitlab-YAAC\n      platform: JavaScript\n      author: sahilsk\n      stargazers_count: 11\n    - name: GitLab Go SDK by Bugagazavr\n      documentation_url: https://github.com/Bugagazavr/go-gitlab-client\n      platform: Go\n      author: Bugagazavr\n      stargazers_count: 24\n    - name: GitLab PHP SDK by Matt Humphrey\n      documentation_url: https://github.com/m4tthumphrey/php-gitlab-api\n      platform: PHP\n      stargazers_count: 756\n    - name: GitLab Backbone.js SDK by O'Reilly Media\n      documentation_url: https://github.com/oreillymedia/backbone-gitlab/\n      platform: Backbone.js\n      stargazers_count: 28\n    - name: GitLab Node.js SDK by GitLab\n      documentation_url: https://www.npmjs.com/package/gitlab\n      source_code_url: https://github.com/node-gitlab/node-gitlab\n      platform: Node.js\n      author: jdalrymple\n      stargazers_count: 740\n    - name: GitLab Perl SDK by Aran Deltac\n      documentation_url: https://github.com/bluefeet/GitLab-API-v3\n      platform: PERL\n      author: bluefeet\n      stargazers_count: 12\n    - name: GitLab Ruby SDK by Nihad Abbasov\n      documentation_url: https://github.com/NARKOZ/gitlab\n      platform: Ruby\n      author: NARKOZ\n      stargazers_count: 934\n    - name: GitLab Python SDK by Itxaka\n      documentation_url: https://github.com/Itxaka/pyapi-gitlab\n      platform: Python\n      stargazers_count: 203\n    - name: GitLab Python SDK by Gauvain Pocentek\n      documentation_url: https://github.com/gpocentek/python-gitlab\n      platform: Python\n      stargazers_count: 1469\n- name: Gitter\n  slug: gitter\n  description: Gitter is a chat and networking platform that helps to manage, grow\n    and connect communities through messaging, content and discovery.\n  categories:\n    - Development\n    - Chats & Messaging\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developer.gitter.im/docs/welcome\n- name: Global Solar Forecasting And Irradiance\n  slug: global-solar-forecasting-and-irradiance\n  description: Solar radiation and forecasting data globally available and free\n    for researchers, hobbyists. Produces real-time estimates of solar radiation\n    and solar power globally, and forecasts based on where cloud cover will move\n    next\n  categories:\n    - Other\n  is_free: true\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/global-solar-forecasting-and-irradiance/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://solcast.com/solar-data-api/\n- name: Globalstats.Io\n  slug: globalstats-io\n  description: Enrich your games' experience by adding a global highscore for your\n    games. Platform agnostic infrastructure for your games statistics.\n  categories:\n    - Games\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/globalstats-io/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://globalstats.io/\n  libraries:\n    - name: Globalstats IO Unity SDK\n      documentation_url: https://github.com/globalstats-io/unity-library\n      source_code_url: https://github.com/globalstats-io/unity-library.git\n      platform: C#\n      stargazers_count: 3\n- name: Glosbe API\n  slug: glosbe-api\n  description: Dictionary API and Translation Memory API description. Application\n    Programming Interface of Glosbe gives you free access to several mono- and\n    bilingual Dictionaries and Translation Memories\n  categories:\n    - Content & Dictionaries\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/glosbe-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://glosbe.com/a-api\n- name: Gmail API\n  slug: gmail-api\n  description: \"The Gmail API: modern, fast, RESTful. The Gmail API: modern, fast, RESTful\"\n  categories:\n    - Email & SMS\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/gmail-api/logo_256x256.png\n  contact: support@goog.io\n  links:\n    - name: Docs / Website\n      url: https://developers.google.com/gmail/api/?hl=en\n- name: Gnews\n  slug: gnews\n  description: Unofficial Google News API. GNews is an API to search for articles\n    from a variety of sources, including Google News. It also provides top\n    headlines from which you can filter by topic such as world, business,\n    sports.\n  categories:\n    - Text Analysis & Tools\n    - Search\n    - News & Feeds\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://gnews.io\n- name: GoCardless Bank Account Data (Nordigen)\n  slug: nordigen\n  description: GoCardless Bank Account Data API (formerly Nordigen) provides free\n    open banking access to transaction data and account information from 2,500+\n    European banks via PSD2.\n  categories:\n    - Finance & Economics\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://developer.gocardless.com/bank-account-data/overview\n    - name: API Reference\n      url: https://developer.gocardless.com/bank-account-data/api-reference\n- name: GoodReads\n  slug: goodreads\n  description: The Goodreads API allows developers access to Goodreads data in\n    order to help websites or applications that deal with books be more\n    personalized, social.\n  categories:\n    - Social\n    - Books\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.goodreads.com/api\n  libraries:\n    - name: Goodreads Python SDK by Michelle D Zhang\n      documentation_url: https://pypi.python.org/pypi/goodreads-api-client/0.1.0.dev2\n      source_code_url: https://github.com/mdzhang/goodreads-api-client-python\n      platform: Python\n      author: mdzhang\n      stargazers_count: 51\n    - name: Goodreads C# Library by Jason Kulatunga\n      documentation_url: https://github.com/AnalogJ/GoodReadsSharp\n      platform: C#\n      author: AnalogJ\n      stargazers_count: 4\n- name: Google AdSense\n  slug: google-adsense\n  description: Google AdSense provides a free, flexible way to earn money from\n    your websites, mobile sites, and site search results with relevant and\n    engaging ads.\n  categories:\n    - Marketing & SEO\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/google-adsense/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developers.google.com/adsense/?hl=en\n  libraries:\n    - name: \"Google Go SDK \"\n      documentation_url: https://github.com/google/google-api-go-client/blob/master/GettingStarted.md\n      source_code_url: https://github.com/google/google-api-go-client\n      platform: Go\n      stargazers_count: 2553\n    - name: Google NodeJS SDK\n      documentation_url: https://github.com/google/google-api-nodejs-client/#google-apis-nodejs-client\n      source_code_url: https://github.com/google/google-api-nodejs-client/\n      platform: Node.js\n      stargazers_count: 9129\n    - name: \"Google Ruby SDK \"\n      documentation_url: https://developers.google.com/api-client-library/ruby/\n      source_code_url: https://github.com/google/google-api-ruby-client\n      platform: Ruby\n      stargazers_count: 2382\n    - name: Google Dart SDK\n      documentation_url: https://developers.google.com/api-client-library/\n      source_code_url: https://github.com/dart-lang/googleapis\n      platform: Dart\n      stargazers_count: 222\n    - name: \"Google PHP SDK \"\n      documentation_url: https://developers.google.com/api-client-library/php/\n      source_code_url: https://github.com/google/google-api-php-client\n      platform: PHP\n      stargazers_count: 7333\n    - name: Google Javascript SDK\n      documentation_url: https://developers.google.com/api-client-library/javascript/\n      source_code_url: https://github.com/google/google-api-javascript-client\n      platform: JavaScript\n      stargazers_count: 1727\n    - name: Google Python SDK\n      documentation_url: https://developers.google.com/api-client-library/python/\n      source_code_url: https://github.com/google/google-api-python-client/\n      platform: Python\n      stargazers_count: 4459\n    - name: Google .NET SDK\n      documentation_url: https://developers.google.com/api-client-library/dotnet/get_started\n      source_code_url: https://github.com/google/google-api-dotnet-client\n      platform: .Net\n      stargazers_count: 918\n    - name: Google Assistant Python SDK by Google\n      documentation_url: https://developers.google.com/assistant/sdk/prototype/getting-started-pi-python/\n      source_code_url: https://github.com/googlesamples/assistant-sdk-python\n      platform: Python\n      stargazers_count: 839\n    - name: Google AdSense Management Java Library\n      documentation_url: https://developers.google.com/api-client-library/java/apis/adsense/v1.4\n      platform: Java\n    - name: Google AdSense Host Java Library\n      documentation_url: https://developers.google.com/api-client-library/java/apis/adsensehost/v4.1\n      platform: Java\n    - name: Google APIs Client Library for Objective-C\n      documentation_url: https://code.google.com/p/google-api-objectivec-client/\n      platform: Objective-C\n    - name: Google APIs Client Library for .NET\n      documentation_url: https://developers.google.com/api-client-library/dotnet/\n      platform: .Net\n- name: Google AdWords API\n  slug: google-adwords-api\n  description: A SOAP API that provides access to Google Ads accounts, campaigns,\n    and reports. Manage Google AdWords campaigns programmatically\n  categories:\n    - Search\n    - Marketing & SEO\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/google-adwords-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developers.google.com/adwords/api/docs/guides/start\n  libraries:\n    - name: Google AdWords NodeJS SDK by Sello\n      documentation_url: https://www.npmjs.com/package/@sellorex/adwords-api-vu\n      source_code_url: https://github.com/sello-rex/adwords-api\n      platform: Node.js\n    - name: Googleads PHP SDK by Google\n      documentation_url: https://github.com/googleads/googleads-php-lib\n      platform: PHP\n      stargazers_count: 567\n    - name: Googleads Python SDK by Google\n      documentation_url: https://github.com/googleads/googleads-python-lib\n      platform: Python\n      stargazers_count: 535\n    - name: Google API Ads Ruby SDK by Google\n      documentation_url: https://github.com/googleads/google-api-ads-ruby\n      platform: Ruby\n      stargazers_count: 282\n    - name: Google Mobile Ads Swift SDK by Google\n      documentation_url: https://github.com/googleads/googleads-mobile-ios-examples/tree/master/Swift\n      platform: Swift\n      stargazers_count: 699\n    - name: \"Google Mobile Ads Objective-C SDK by Google \"\n      documentation_url: https://developers.google.com/admob/ios/download\n      source_code_url: https://github.com/googleads/googleads-mobile-ios-examples/tree/master/Objective-C\n      platform: Objective-C\n      stargazers_count: 699\n    - name: Google AdWords Conversion Tracking and Remarketing iOS SDK by Google\n      documentation_url: https://developers.google.com/app-conversion-tracking/ios/\n      platform: Objective-C\n    - name: Google AdWords Conversion Tracking and Remarketing Android SDK by Google\n      documentation_url: https://developers.google.com/app-conversion-tracking/android/\n      platform: Java\n    - name: Ruby Gem for Google AdWords\n      documentation_url: http://code.google.com/p/google-api-adwords-ruby/\n      platform: Ruby\n    - name: Google APIlity Library\n      platform: PHP\n    - name: Google APIlity Library\n      platform: PHP\n- name: Google Analytics\n  slug: google-analytics\n  description: Google Analytics provides APIs to collect, configure, and report on\n    user-interactions with your online content. Collect, configure, and analyze\n    your data to reach the right audience\n  categories:\n    - Business\n    - Analytics\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/google-analytics/logo_256x256.png\n  contact: support@goog.io\n  links:\n    - name: Docs / Website\n      url: https://developers.google.com/analytics/?hl=en\n  libraries:\n    - name: Google Analytics Web Tracking iOS SDK\n      documentation_url: https://developers.google.com/analytics/devguides/collection/firebase/ios/\n      platform: Objective-C\n    - name: Google Analytics Web Tracking Android SDK\n      documentation_url: https://developers.google.com/analytics/devguides/collection/firebase/android/\n      platform: Java\n    - name: Google Analytics Node SDK by jsguy\n      documentation_url: https://www.npmjs.com/package/ga-api\n      source_code_url: https://github.com/jsguy/ga-api\n      platform: Node.js\n      author: jsguy\n      stargazers_count: 14\n    - name: Google Analytics Java SDK by Google\n      documentation_url: https://developers.google.com/analytics/devguides/collection/android/v4/\n      platform: Java\n    - name: \"Google Analytics Management Python Library by Google \"\n      documentation_url: https://developers.google.com/api-client-library/python/\n      platform: Python\n    - name: Google Analytics Management PHP Library by Google\n      documentation_url: https://developers.google.com/api-client-library/php/\n      platform: PHP\n    - name: Google Analytics Management Objective-C Library by Google\n      documentation_url: https://code.google.com/p/google-api-objectivec-client/\n      platform: Objective-C\n    - name: Google Analytics Management JavaScript Library by Google\n      documentation_url: https://developers.google.com/api-client-library/javascript/start/start-js\n      platform: JavaScript\n    - name: Google Analytics Management .NET Library by Google\n      documentation_url: https://developers.google.com/api-client-library/dotnet/get_started\n      platform: .Net\n    - name: Google Analytics Core Reporting Java Library by Google\n      documentation_url: https://developers.google.com/analytics/devguides/reporting/core/v2/gdataJava\n      platform: Java\n    - name: Google Universal Analytics Web Tracking Java Library by Google\n      documentation_url: https://developers.google.com/analytics/devguides/collection/analyticsjs/\n      source_code_url: https://developers.google.com/analytics/devguides/collection/analyticsjs/\n      platform: Java\n    - name: Google Analytics Java Library\n      documentation_url: https://developers.google.com/api-client-library/java/apis/analytics/v3\n      platform: Java\n- name: Google App Engine API\n  slug: google-app-engine-api\n  description: Build scalable web and mobile backends in any language on Google’s\n    infrastructure. Offers users the ability to build and host web applications\n    on Google's infrastructure\n  categories:\n    - Development\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/google-app-engine-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://cloud.google.com/appengine/docs\n- name: Google Barcode\n  slug: google-barcode\n  description: \"It can also detect multiple barcodes at once. It reads the\n    following barcode formats: 1D barcodes: EAN-13, EAN-8, UPC-A. The Barcode\n    API detects barcodes in real-time, on device, in any orientation\"\n  categories:\n    - Bar & QR Codes\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/google-barcode/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developers.google.com/vision/barcodes-overview?hl=en\n- name: Google BigQuery API\n  slug: google-bigquery-api\n  description: A data platform for customers to create, manage, share and query data.\n  categories:\n    - Development\n    - Databases\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/google-bigquery-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://cloud.google.com/bigquery/docs/reference/rest/v2/\n- name: Google Books\n  slug: google-books-api\n  description: Access the full text of the Google Books repository.\n  categories:\n    - Books\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/google-books-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developers.google.com/books/\n- name: Google Calendar\n  slug: google-calendar-api\n  description: \"Create and manage events and calendars for Google Calendar. \"\n  categories:\n    - Calendar & Time\n    - Collaboration\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/google-calendar-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developers.google.com/google-apps/calendar/?hl=en\n- name: Google Charts\n  slug: google-charts\n  description: Free tool with a wide range of capabilities for visualizing data\n    from a website. Google Charts provides a perfect way to visualize data on\n    your website. From simple line charts to complex hierarchical tree maps, the\n    chart gallery provides a large number of ready-to-use chart ty\n  categories:\n    - Bar & QR Codes\n    - Analytics\n    - Visualizations\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/google-charts/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developers.google.com/chart/interactive/docs/\n  libraries:\n    - name: Table2Charts\n      documentation_url: http://labs.umaniac.com/projects/table2charts/\n      platform: JavaScript\n- name: Google Classroom API\n  slug: google-classroom-api\n  description: Provision and manage your Classroom courses\n  categories:\n    - Education\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/google-classroom-api/logo_256x256.png\n  contact: support@goog.io\n  links:\n    - name: Docs / Website\n      url: https://developers.google.com/classroom/?hl=en\n- name: Google Cloud IoT solutions\n  slug: google-cloud-iot-solutions\n  description: Unlock insights from your global device network with an intelligent\n    IoT platform whose scalable, fully managed integration lets you connect,\n    store, and analyze data at the edge and in the cloud.\n  categories:\n    - IoT & Home Automation\n    - Development\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://cloud.google.com/solutions/iot\n- name: Google Cloud Natural\n  slug: google-cloud-natural\n  description: Enables easy integration of Google natural language understanding\n    technologies into developer applications.\n  categories:\n    - AI & ML\n    - Text Analysis & Tools\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/google-cloud-natural/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://cloud.google.com/natural-language/docs/\n- name: Google Cloud Translation API\n  slug: google-translate-v3\n  description: Google Cloud Translation API v3 provides neural machine translation\n    for 100+ languages with AutoML support, glossaries, batch translation, and\n    document translation capabilities.\n  categories:\n    - Translation\n    - AI & ML\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://cloud.google.com/translate/docs\n    - name: API Reference\n      url: https://cloud.google.com/translate/docs/reference/rest\n- name: Google Custom Search API\n  slug: google-custom-search-api\n  description: With this API, you can use RESTful req. Create a search engine for\n    your website, your blog, or a collection of websites. You can configure your\n    search engine to search both web pages and images. The Custom Search JSON\n    API lets you develop websites and applications to retrieve and display\n    search results from Programmable Search Engine programmatically\n  categories:\n    - Search\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/google-custom-search-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developers.google.com/custom-search/v1/overview\n- name: Google CustomSearch API\n  slug: google-customsearch-api\n  description: With this API, you can use RESTful req. The Custom Search JSON API\n    lets you develop websites and applications to retrieve and display search\n    results from Programmable Search Engine programmatically\n  categories:\n    - Search\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/google-customsearch-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developers.google.com/custom-search/json-api/v1/overview\n- name: Google Drive API\n  slug: google-drive-api\n  description: com/upload/drive/v2/files and PO. URIs relative to https://www.\n    googleapis. com/drive/v2, unless otherwise noted get GET /files/fileId Gets\n    a file's metadata by ID. insert POST https://www\n  categories:\n    - Maps & Geo\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/google-drive-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developers.google.com/drive/v2/reference/\n- name: Google Earth Engine\n  slug: google-earth-engine\n  description: Perform geospatial processing powered by Google's cloud infrastructure.\n  categories:\n    - Images & Photography\n    - Maps & Geo\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/google-earth-engine/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developers.google.com/earth-engine/\n  libraries:\n    - name: Google Earth Engine Javascript SDK\n      documentation_url: https://developers.google.com/earth-engine/tutorial_api_01\n      source_code_url: https://github.com/google/earthengine-api\n      platform: JavaScript\n      stargazers_count: 1414\n    - name: Google Earth Engine Python SDK by Google\n      documentation_url: https://developers.google.com/earth-engine/python_install\n      source_code_url: https://github.com/google/earthengine-api\n      platform: Python\n      stargazers_count: 1414\n- name: Google Fitness API\n  slug: google-fitness-api\n  description: Google Fit is an open ecosystem that makes it easy to store,\n    access, and manage fitness data\n  categories:\n    - Sport & Fitness\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/google-fitness-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developers.google.com/fit/?hl=en\n- name: Google Gemini API\n  slug: google-gemini\n  description: Google's Gemini API provides access to Gemini 2.5 Pro, Gemini 2.5\n    Flash, and Gemini 3 series multimodal models for text, image, video, and\n    audio understanding, generation, and agentic tasks.\n  categories:\n    - AI & ML\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://ai.google.dev/gemini-api/docs\n    - name: API Reference\n      url: https://ai.google.dev/api/rest\n- name: Google Genomics API\n  slug: google-genomics-api\n  description: Beta This product or feature is covered by the Pre-GA Offerings\n    Terms of the Google Cloud Platform Terms of Service. Pre-GA products and\n    features may have limited support, and changes to pre-GA pro\n  categories:\n    - Health\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/google-genomics-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://cloud.google.com/genomics/reference/rest/\n- name: Google Identity Toolkit API.\n  slug: google-identity-toolkit-api\n  description: Enable users to sign into apps and authorize apps to use Google services\n  categories:\n    - Authentication & User Management\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/google-identity-toolkit-api/logo_256x256.png\n  contact: support@goog.io\n  links:\n    - name: Docs / Website\n      url: https://developers.google.com/identity/\n- name: Google Maps API\n  slug: google-maps-api\n  description: Choose Google Maps Platform to create immersive location\n    experiences and make better business decisions with accurate real time data\n    & dynamic imagery.\n  categories:\n    - Maps & Geo\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/google-maps-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developers.google.com/maps/?hl=en\n- name: Google Monitoring API\n  slug: google-monitoring-api\n  description: \"This page describes some of the features of the Cloud Monitoring\n    API v3. For the API reference documentation, see either of the following\n    pages: API resources Metrics The Monitoring API v3 gives yo\"\n  categories:\n    - Development\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/google-monitoring-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://cloud.google.com/monitoring/api/v3/\n- name: Google Places\n  slug: google-places\n  description: Connect your app or website users to over 100 million points of\n    interests with Places, using Autocomplete, Geocoding & Place Search APIs\n  categories:\n    - Maps & Geo\n    - Point of Interest\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/google-places/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developers.google.com/places/?hl=en\n  libraries:\n    - name: Google Maps Android SDK\n      documentation_url: https://developers.google.com/maps/documentation/android-sdk/intro\n      source_code_url: https://github.com/googlemaps/google-maps-services-java\n      platform: Java\n      stargazers_count: 1387\n    - name: Geocoder Ruby SDK by Alex Reisner\n      documentation_url: https://github.com/alexreisner/geocoder\n      source_code_url: https://rubygems.org/gems/geocoder\n      platform: Ruby\n      author: alexreisner\n      stargazers_count: 5834\n    - name: Google Maps Objective-C SDK\n      documentation_url: https://developers.google.com/places/web-service/client-library\n      source_code_url: https://github.com/google/google-api-objectivec-client-for-rest\n      platform: Objective-C\n      stargazers_count: 542\n    - name: Google Maps Java SDK\n      documentation_url: https://developers.google.com/maps/web-services/client-library\n      source_code_url: https://github.com/googlemaps/google-maps-services-java\n      platform: Java\n      stargazers_count: 1387\n    - name: mesibo Client-side UI iOS SDK\n      documentation_url: https://mesibo.com/documentation/sdk-installation.html#ios\n      source_code_url: https://mesibo.com/downloads/ios/mesibo-ui-1.0.0.tgz\n      platform: Objective-C, Swift\n    - name: Google Places Node.js SDK by Srirangan\n      documentation_url: https://github.com/Srirangan/googleplaces.js\n      platform: Node.js\n      author: srirangan\n      stargazers_count: 81\n    - name: Google Places PHP SDK by Calin Marian\n      documentation_url: https://github.com/calin-marian/place-autocomplete\n      platform: PHP\n      author: calin-marian\n      stargazers_count: 0\n    - name: Google Places Python SDK by Pasha\n      documentation_url: https://pypi.python.org/pypi/django-google-places\n      source_code_url: https://github.com/pashamaigutiak/django-google-places\n      platform: Python\n    - name: Google Places iOS SDK by Tom Corwine\n      documentation_url: https://github.com/TomCorwine/TOMGooglePlaces-iOS\n      platform: Objective-C\n      author: TomCorwine\n      stargazers_count: 0\n    - name: Google Places PERL SDK by Mohammad S. Anwar\n      documentation_url: https://metacpan.org/release/MANWAR/WWW-Google-Places-0.21\n      source_code_url: https://github.com/Manwar/WWW-Google-Places\n      platform: PERL\n      author: manwar\n      stargazers_count: 1\n    - name: Google Maps iOS SDK\n      documentation_url: https://developers.google.com/maps/documentation/ios/\n      source_code_url: https://developers.google.com/maps/documentation/ios/start#getting_the_google_maps_sdk_for_ios\n      platform: Objective-C\n    - name: Google Places Android Library by Greg Marzouka\n      documentation_url: https://github.com/gmarz/android-google-places\n      platform: Java\n      author: gmarz\n      stargazers_count: 38\n    - name: Google Places iOS Library by Lukas Kukacka\n      documentation_url: https://github.com/FuerteInternational/FTGooglePlacesAPI\n      platform: Objective-C\n      stargazers_count: 110\n    - name: Google Places Java Library by Walker Crouse\n      documentation_url: https://github.com/windy1/google-places-api-java\n      platform: Java\n      author: windy1\n      stargazers_count: 175\n- name: Google Places API\n  slug: google-places-api\n  description: Providing a places search that can be searched by\n    latitude/longitude, keyword matched against all fields, name of place, type\n    of place restricted by radius. Places Help users discover the world with\n    rich location data for over 100 million places. Enable them to find specific\n    places using phone numbers, addresses, and real-time signals. Features\n    include\n  categories:\n    - Maps & Geo\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/google-places-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developers.google.com/places/documentation/?csw=1\n- name: Google reCAPTCHA\n  slug: google-recaptcha\n  description: ReCAPTCHA lets you embed a CAPTCHA in your web pages in order to\n    protect them against spam and other types of automated abuse\n  categories:\n    - Captcha\n    - Security\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/google-recaptcha/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developers.google.com/recaptcha/intro?hl=en\n  libraries:\n    - name: \"Google reCAPTCHA JavaScript SDK \"\n      documentation_url: https://developers.google.com/recaptcha/docs/v3\n      source_code_url: https://www.google.com/recaptcha/api.js\n      platform: JavaScript\n- name: Google Safe Browsing\n  slug: google-safe-browsing\n  description: APIs to access the Google Safe Browsing lists of unsafe web resources\n  categories:\n    - Security\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/google-safe-browsing/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developers.google.com/safe-browsing/\n  libraries:\n    - name: \"Google Go SDK \"\n      documentation_url: https://github.com/google/google-api-go-client/blob/master/GettingStarted.md\n      source_code_url: https://github.com/google/google-api-go-client\n      platform: Go\n      stargazers_count: 2553\n    - name: Google NodeJS SDK\n      documentation_url: https://github.com/google/google-api-nodejs-client/#google-apis-nodejs-client\n      source_code_url: https://github.com/google/google-api-nodejs-client/\n      platform: Node.js\n      stargazers_count: 9129\n    - name: \"Google Ruby SDK \"\n      documentation_url: https://developers.google.com/api-client-library/ruby/\n      source_code_url: https://github.com/google/google-api-ruby-client\n      platform: Ruby\n      stargazers_count: 2382\n    - name: Google Dart SDK\n      documentation_url: https://developers.google.com/api-client-library/\n      source_code_url: https://github.com/dart-lang/googleapis\n      platform: Dart\n      stargazers_count: 222\n    - name: \"Google PHP SDK \"\n      documentation_url: https://developers.google.com/api-client-library/php/\n      source_code_url: https://github.com/google/google-api-php-client\n      platform: PHP\n      stargazers_count: 7333\n    - name: Google Javascript SDK\n      documentation_url: https://developers.google.com/api-client-library/javascript/\n      source_code_url: https://github.com/google/google-api-javascript-client\n      platform: JavaScript\n      stargazers_count: 1727\n    - name: Google Python SDK\n      documentation_url: https://developers.google.com/api-client-library/python/\n      source_code_url: https://github.com/google/google-api-python-client/\n      platform: Python\n      stargazers_count: 4459\n    - name: Google .NET SDK\n      documentation_url: https://developers.google.com/api-client-library/dotnet/get_started\n      source_code_url: https://github.com/google/google-api-dotnet-client\n      platform: .Net\n      stargazers_count: 918\n    - name: Google Safe Browsing Go SDK by Google\n      documentation_url: https://github.com/google/safebrowsing\n      platform: Go\n      stargazers_count: 349\n- name: Google Speech-to-Text API\n  slug: google-speech-to-text-api\n  description: Accurately convert speech into text using an API powered by\n    Google’s AI technologies.\n  categories:\n    - AI & ML\n    - Voice\n  type: REST, gRPC\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://cloud.google.com/speech-to-text\n- name: Google URL Shortener API\n  slug: google-url-shortener-api\n  description: Used by Google products to create short URLs that can be easily\n    shared, tweeted, or emailed to friends.\n  categories:\n    - URLs\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/google-url-shortener-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developers.google.com/url-shortener/\n- name: Google Visualization API\n  slug: google-visualization-api\n  description: This page lists the objects exposed by the Google Visualization\n    API, and the standard methods exposed by all visualizations.\n  categories:\n    - Visualizations\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/google-visualization-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developers.google.com/chart/interactive/docs/reference\n- name: Gracenote\n  slug: gracenote\n  description: Largest source of music and video metadata on the planet. Gracenote\n    is the leader in entertainment metadata, helping people connect to the\n    music, TV shows, movies and sports they love across the world’s most popular\n    entertainment platforms and devices, from Apple to Amazon to Comcast and\n    Ford\n  categories:\n    - Images & Photography\n    - Music & Audio\n    - Video & Media\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/gracenote/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developer.gracenote.com/\n  libraries:\n    - name: MusicApiCollection C# SDK by BigGranu\n      documentation_url: https://github.com/BigGranu/MusicApiCollection\n      platform: C#\n      author: BigGranu\n      stargazers_count: 15\n    - name: Gracenote Android Mobile Client SDK by Gracenote\n      documentation_url: https://developer.gracenote.com/mobile-client\n      source_code_url: https://developer.gracenote.com/mobile-client-barebones-android-intro\n      platform: Java\n    - name: Gracenote Python SDK by Leaf Music\n      documentation_url: https://developer.gracenote.com/web-api#wrappers\n      source_code_url: https://github.com/leaffm/pygn-appengine\n      platform: Python\n      stargazers_count: 7\n    - name: Gracenote PHP SDK by Rich Adams\n      documentation_url: https://github.com/richadams/php-gracenote\n      platform: PHP\n      author: richadams\n      stargazers_count: 39\n    - name: Gracenote Java SDK by Rich Adams\n      documentation_url: https://github.com/richadams/java-gracenote\n      platform: Java\n      author: richadams\n      stargazers_count: 29\n    - name: Gracenote Ruby SDK by Vignesh\n      documentation_url: https://github.com/nobelium/gracenote\n      platform: Ruby\n      author: nobelium\n      stargazers_count: 17\n    - name: Gracenote ColdFusion SDK by Matthew Abbott\n      documentation_url: https://github.com/abbottmw/GracenoteAPI\n      platform: ColdFusion\n      author: abbottmw\n      stargazers_count: 2\n    - name: \" Gracenote Node.js SDK by Dominik Danninger\"\n      documentation_url: https://github.com/ddanninger/node-gracenote\n      platform: Node.js\n      author: ddanninger\n      stargazers_count: 58\n    - name: \" Gracenote C# SDK by Jon Veesam\"\n      documentation_url: https://www.nuget.org/packages/ParkSquare.Gracenote/\n      platform: C#\n- name: Grafana\n  slug: grafana\n  description: Grafana's HTTP API enables management of dashboards, datasources,\n    alerts, users, and organizations programmatically. Integrate with CI/CD\n    pipelines and automate observability workflows.\n  categories:\n    - Analytics\n    - Development\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://grafana.com/docs/grafana/latest/developers/http_api\n    - name: API Reference\n      url: https://grafana.com/docs/grafana/latest/developers/http_api\n- name: GraphHopper\n  slug: graphhopper\n  description: A-to-B routing with turn-by-turn instructions\n  categories:\n    - Maps & Geo\n    - Post & Logistics\n    - Travel\n    - Transportation\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://graphhopper.com/api/1/docs/\n  libraries:\n    - name: Graphhopper Swift SDK by Graphhopper\n      documentation_url: https://github.com/graphhopper/directions-api-clients-route-optimization/tree/master/swift\n      platform: Swift\n    - name: Graphhopper Ruby SDK by Graphhopper\n      documentation_url: https://github.com/graphhopper/directions-api-clients-route-optimization/tree/master/ruby\n      platform: Ruby\n    - name: Graphhopper Python SDK by Graphhopper\n      documentation_url: https://github.com/graphhopper/directions-api-clients-route-optimization/tree/master/python\n      platform: Python\n    - name: Graphhopper Perl SDK by Graphhopper\n      documentation_url: https://github.com/graphhopper/directions-api-clients-route-optimization/tree/master/perl\n      platform: PERL\n    - name: Graphhopper ObjectiveC SDK by Graphhopper\n      documentation_url: https://github.com/graphhopper/directions-api-clients-route-optimization/tree/master/objc\n      platform: Objective-C\n    - name: Graphhopper Java SDK by Graphhopper\n      documentation_url: https://github.com/graphhopper/directions-api-clients-route-optimization/tree/master/java\n      platform: Java\n    - name: Graphhopper Haskell SDK by Graphhopper\n      documentation_url: https://github.com/graphhopper/directions-api-clients-route-optimization/tree/master/haskell\n      platform: Haskell\n    - name: Graphhopper Go SDK by Graphhopper\n      documentation_url: https://github.com/graphhopper/directions-api-clients-route-optimization/tree/master/go\n      platform: Go\n    - name: Graphhopper Dart SDK by Graphhopper\n      documentation_url: https://github.com/graphhopper/directions-api-clients-route-optimization/tree/master/dart\n      platform: Dart\n    - name: Graphhopper Clojure SDK by Graphhopper\n      documentation_url: https://github.com/graphhopper/directions-api-clients-route-optimization/tree/master/clojure\n      platform: Clojure\n    - name: Graphhopper CSharp SDK by Graphhopper\n      documentation_url: https://github.com/graphhopper/directions-api-clients-route-optimization/tree/master/csharp/src/IO.Swagger.Test\n      platform: C#\n    - name: Graphhopper PHP SDK by Graphhopper\n      documentation_url: https://github.com/graphhopper/directions-api-clients-route-optimization/tree/master/php/SwaggerClient-php/test\n      platform: PHP\n    - name: GraphHopper Directions JavaScript Library by GraphHopper\n      documentation_url: https://github.com/graphhopper/directions-api-js-client\n      platform: JavaScript\n      stargazers_count: 73\n    - name: GraphHopper Directions Java Library by GraphHopper\n      documentation_url: https://github.com/graphhopper/directions-api-java-client\n      platform: Java\n      stargazers_count: 27\n- name: Graphloc\n  slug: graphloc\n  description: Free GraphQL IP Geolocation API\n  categories:\n    - Maps & Geo\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/graphloc/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://graphloc.com/\n- name: GraphQL Jobs\n  slug: graphql-jobs\n  description: GET query missing\n  categories:\n    - Jobs\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://api.graphql.jobs\n- name: Graphql360\n  slug: graphql360\n  description: Create and consume 360 degree panoramic tours using a GraphQL API.\n    GraphQL 360 empowers flexible native integrations for 360 degree tours. 360\n    Degree Tour API, powered by GraphQL\n  categories:\n    - Games\n    - Images & Photography\n    - Real Estate\n    - Content & Dictionaries\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/graphql360/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://graphql360.com\n- name: Gravatar\n  slug: gravatar\n  description: Use the links below to find out more about constructing request\n    URLs, different imp. Create profiles and avatars using this web service.\n    Developer Resources Gravatar 'APIs' require no authentication, and are all\n    based around simple HTTP GET requests\n  categories:\n    - Social\n    - Images & Photography\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://en.gravatar.com/site/implement/\n  libraries:\n    - name: Gravatar grav.client NodeJS SDK\n      documentation_url: https://github.com/mrtillman/grav.client\n      source_code_url: https://www.npmjs.com/package/grav.client\n      platform: Node.js\n      author: mrtillman\n      stargazers_count: 0\n    - name: Gravatar Node.js SDK by Emerson Macedo\n      documentation_url: https://github.com/emerleite/node-gravatar\n      platform: Node.js\n      author: emerleite\n      stargazers_count: 383\n    - name: Gravatar PHP SDK by Gravatar\n      documentation_url: https://en.gravatar.com/site/implement/\n      source_code_url: http://www.phpclasses.org/package/5700-PHP-Send-requests-to-the-Gravatar-API-about-images.html\n      platform: PHP\n- name: Groq\n  slug: groq\n  description: Groq's API provides ultra-fast inference for open-source language\n    models like Llama 3, Mixtral, and Gemma using custom LPU hardware. Optimized\n    for low-latency applications.\n  categories:\n    - AI & ML\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://console.groq.com/docs\n    - name: API Reference\n      url: https://console.groq.com/docs/openai\n- name: GrünstromIndex\n  slug: grunstromindex\n  description: The green electricity index shows when a lot of renewable\n    electricity is in the grid and can be used in the household. This means that\n    everyone can support the energy transition in Germany and help ensure that\n    green electricity is expanded efficiently\n  categories:\n    - Environment & Nature\n    - AI & ML\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/grunstromindex/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://gruenstromindex.de/\n  libraries:\n    - name: Grünstromindex NodeJS SDK\n      documentation_url: https://www.corrently.de/hintergrund/gruenstromindex/index.html\n      source_code_url: https://app.swaggerhub.com/apis/corrently/Gruenstromindex/4.1.3\n      platform: Node.js\n- name: Guild Wars 2\n  slug: guild-wars-2\n  description: The current version of the API. The Guild Wars 2 API (application\n    programming interface) is an interface that enables third-party applications\n    to access data directly from the Guild Wars 2 servers\n  categories:\n    - Games\n    - Entertainment\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://wiki.guildwars2.com/wiki/API:Main\n  libraries:\n    - name: Guild Wars 2 .Net\n      documentation_url: https://gw2dotnet.codeplex.com/\n      platform: .Net\n    - name: Guild Wars 2 PHP SDK\n      documentation_url: https://forum-en.guildwars2.com/forum/community/api/PHP-SDK\n      source_code_url: https://github.com/defunctl/Gw2-SDK\n      platform: PHP\n      author: defunctl\n      stargazers_count: 5\n    - name: gw2 Ruby Gem\n      documentation_url: https://rubygems.org/gems/gw2\n      source_code_url: https://github.com/parix/gw2\n      platform: Ruby\n      author: parix\n      stargazers_count: 7\n    - name: rgw2 Ruby Guild Wars 2\n      documentation_url: https://github.com/koshrf/rgw2\n      platform: Ruby\n      author: koshrf\n      stargazers_count: 1\n    - name: GuildWars2API Python\n      documentation_url: https://github.com/ngenator/guildwars2api/\n      platform: Python\n      author: ngenator\n      stargazers_count: 6\n    - name: python-guildwars2\n      documentation_url: https://github.com/jstraw/python-guildwars2\n      platform: Python\n      author: jstraw\n      stargazers_count: 3\n    - name: GW2api Python\n      documentation_url: https://github.com/mocnik/gw2api/tree/v0.1\n      platform: Python\n      author: mocnik\n      stargazers_count: 7\n    - name: Php-Gw2-Api\n      documentation_url: https://github.com/jamesmcfadden/Php-Gw2-Api\n      platform: PHP\n      author: mcfdn\n      stargazers_count: 6\n    - name: jQuery GuildWars2 tooltip\n      documentation_url: https://github.com/Aziz-JH/jquery-GuildWars2-tooltip\n      platform: JavaScript\n    - name: gw2-js-api-wrapper\n      documentation_url: https://github.com/JasonKaz/gw2-js-api-wrapper\n      platform: JavaScript\n      author: JasonKaz\n      stargazers_count: 3\n    - name: GW2NodeLib\n      documentation_url: https://github.com/TimeBomb/GW2NodeLib\n      platform: JavaScript\n      author: TimeBomb\n      stargazers_count: 5\n    - name: gw2api\n      documentation_url: https://code.google.com/p/gw2api/\n      platform: Java\n    - name: GwSharp\n      documentation_url: https://github.com/Rohansi/GwSharp\n      platform: C#\n      author: Rohansi\n      stargazers_count: 8\n    - name: Guild Wars 2 API C/C++ Library Project\n      documentation_url: https://gw2apicpp.codeplex.com/\n      platform: C, C++\n- name: Gumroad\n  slug: gumroad\n  description: Gumroad helps creators do more of what they love by offering tools\n    to get paid online, they have sent over $202M to artists, designers,\n    educators, writers, influencers and more.\n  categories:\n    - Social\n    - Commerce\n    - Payments\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/gumroad/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://gumroad.com/api\n- name: Gyazo\n  slug: gyazo\n  description: Take screenshots, GIFS, and replays that are ready to share. The\n    Gyazo API can be used in a wide array of apps to upload new images, show a\n    Gyazo users images, and more.\n  categories:\n    - Images & Photography\n    - Collaboration\n    - Social\n    - Video & Media\n    - Art & Design\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/gyazo/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://gyazo.com/api/docs\n- name: Hacker News\n  slug: hacker-news\n  description: Documentation and Samples for the Official HN API. Contribute to\n    HackerNews/API development by creating an account on GitHub. Anything that\n    good hackers would find interesting\n  categories:\n    - News & Feeds\n    - Social\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/hacker-news/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://github.com/HackerNews/API\n  libraries:\n    - name: Hacker News Javascript SDK by Stepan Samko\n      documentation_url: https://moondef.github.io/hacker-news-api/\n      source_code_url: https://github.com/moondef/hacker-news-api\n      platform: JavaScript\n      author: moondef\n      stargazers_count: 17\n    - name: Hacker News React JavaScript SDK by David\n      documentation_url: https://github.com/blankmaker/hackernews-react-client\n      platform: JavaScript\n      author: blankmaker\n      stargazers_count: 1\n    - name: Hacker News React JavaScript SDK by Gopal Venkatesan\n      documentation_url: https://github.com/g13n/ycnews\n      platform: JavaScript\n      author: g13n\n      stargazers_count: 1\n    - name: Hacker News Node.js SDK by Shadowfacts\n      documentation_url: https://github.com/shadowfacts/hn-promise\n      platform: Node.js\n      author: shadowfacts\n      stargazers_count: 0\n    - name: Hacker News JavaScript SDK by gagginaspinnata\n      documentation_url: https://github.com/gagginaspinnata/yc-api\n      platform: JavaScript\n      author: gagginaspinnata\n      stargazers_count: 0\n    - name: Hacker News Go SDK by Sylvain Kerkour\n      documentation_url: https://github.com/z0mbie42/go-hn-api\n      platform: Go\n    - name: Hacker News Python SDK by Kyle Hubbard\n      documentation_url: https://github.com/kahubbard/hnapi-wrapper\n      platform: Python\n      author: kahubbard\n      stargazers_count: 0\n    - name: Hacker News Rust SDK by Trevor Bentley\n      documentation_url: https://github.com/mrmekon/hn-rs\n      platform: Unspecified\n      author: mrmekon\n      stargazers_count: 2\n    - name: Hacker News Crystal SDK by Dan\n      documentation_url: https://github.com/Gangwolf/hncr\n      platform: Unspecified\n      author: Gangwolf\n      stargazers_count: 3\n    - name: Hacker News Python SDK by Arindam Pradhan\n      documentation_url: https://github.com/arindampradhan/yaaHN\n      platform: Python\n      author: arindampradhan\n      stargazers_count: 0\n    - name: Hacker News React JavaScript SDK by Robert Yarborough\n      documentation_url: https://github.com/robert-yarborough/hackernews-reactJS\n      platform: JavaScript\n      author: robert-yarborough\n      stargazers_count: 0\n    - name: Hacker News Electron JavaScript SDK by Gokul\n      documentation_url: https://github.com/gokulchandra/menubar-HackerNews-client\n      platform: JavaScript\n      author: gokulchandra\n      stargazers_count: 0\n    - name: Hacker News .NET SDK by Matthew O'Neill\n      documentation_url: https://github.com/Matthew14/HackerNews-.NET-Wrapper\n      platform: .Net, C#\n      author: Matthew14\n      stargazers_count: 1\n    - name: Hacker News iOS SDK by Skye Freeman\n      documentation_url: https://github.com/skyefreeman/HackerNewsKit\n      platform: Objective-C\n      author: skyefreeman\n      stargazers_count: 0\n    - name: Hacker News React JavaScript SDK by Hugo Pineda\n      documentation_url: https://github.com/hugotox/hacker-news-client\n      platform: JavaScript\n      author: hugotox\n      stargazers_count: 0\n    - name: Hacker News Go SDK by Joe Berria\n      documentation_url: https://github.com/nexes/hackernews\n      platform: Go\n      author: nexes\n      stargazers_count: 0\n    - name: Hacker News Go SDK by Kent English\n      documentation_url: https://github.com/zeroviscosity/go-hn\n      platform: Go\n      author: zeroviscosity\n      stargazers_count: 0\n    - name: Hacker News Go SDK by Mircea Mironenco\n      documentation_url: https://github.com/mirceamironenco/go-hackernews\n      platform: Go\n    - name: Hacker News Go SDK by Zach Munro-Cape\n      documentation_url: https://github.com/munrocape/hn\n      platform: Go\n      author: munrocape\n      stargazers_count: 3\n    - name: Hacker News Node.js SDK by Philip Moniaga\n      documentation_url: https://github.com/philipmoniaga/hackernewsapinode\n      platform: Node.js\n      author: philipmoniaga\n      stargazers_count: 0\n    - name: Hacker News Python SDK by Rupak Chakraborty\n      documentation_url: https://github.com/rupakc/HackerNews-API\n      platform: Python\n      author: rupakc\n      stargazers_count: 0\n    - name: Hacker News Python SDK by Anirudh Bhat\n      documentation_url: https://github.com/AnirudhBhat/HackerNewsAPI\n      platform: Python\n      author: AnirudhBhat\n      stargazers_count: 1\n    - name: Hacker News Ruby SDK by Alireza\n      documentation_url: https://github.com/alibabajan/hackernews\n      platform: Ruby\n      author: alibabajan\n      stargazers_count: 0\n    - name: Hacker News PHP SDK by Mark Gerarts\n      documentation_url: https://github.com/mark-gerarts/hn-api-php\n      platform: PHP\n      author: mark-gerarts\n      stargazers_count: 1\n    - name: Hacker News Ruby SDK by Jingwen\n      documentation_url: https://github.com/jin/hnrb\n      platform: Ruby\n      author: jin\n      stargazers_count: 2\n    - name: Hacker News Node.js and JavaScript Library by wcember\n      documentation_url: https://github.com/wcember/HackerNews-API\n      platform: JavaScript, Node.js\n      author: wcember\n      stargazers_count: 44\n    - name: Hacker News REST API Libraries by Docmato\n      documentation_url: http://restunited.com/releases/436485910940354377/wrappers\n      platform: ActionScript, C#, Java, Objective-C, PHP, Python, Ruby, Scala\n    - name: HackernewsRuby\n      documentation_url: https://github.com/allcentury/hackernews_ruby\n      platform: Ruby\n      author: allcentury\n      stargazers_count: 14\n- name: Hacker News GraphQL\n  slug: hacker-news-graphql\n  description: Convenient HackerNews GraphQL wrapper API. Filter, sort, search and relations\n  categories:\n    - Social\n  type: GraphQL\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/hacker-news-graphql/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://metamate.io/blog/most-advanced-hackernews-api/\n- name: Halo\n  slug: halo\n  description: Halo Public API. With this API you’ll be able to craft your own\n    experiences using the same APIs Halo's team uses to build the game.\n  categories:\n    - Games\n    - Entertainment\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developer.haloapi.com/\n- name: Harry Potter\n  slug: harry-potter\n  description: Harry Potter API\n  categories:\n    - Video & Media\n    - Entertainment\n    - Books\n  type: REST\n  is_free: true\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/harry-potter/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.potterapi.com/\n- name: Harvard Art Museums\n  slug: harvard-art-museums\n  description: The Harvard Art Museums API is a REST-style service designed for\n    developers who wish to explore and integrate the museums’ collections in\n    their projects. The API provides direct access to the data that powers the\n    museums' website and many other aspects of the museums.\n  categories:\n    - Video & Media\n    - Point of Interest\n    - Art & Design\n    - Education\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/harvard-art-museums/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://github.com/harvardartmuseums/api-docs\n- name: Hashnode\n  slug: hashnode\n  description: Hashnode's GraphQL API provides access to posts, publications,\n    tags, and user profiles on the developer blogging platform. Build\n    integrations and automate content publishing.\n  categories:\n    - Development\n    - Social\n  type: GraphQL\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://apidocs.hashnode.com\n    - name: API Reference\n      url: https://apidocs.hashnode.com\n- name: Hasura\n  slug: hasura\n  description: Hasura auto-generates a real-time GraphQL and REST API from your\n    PostgreSQL, MySQL, or other databases. Manage permissions, actions, events,\n    and remote schema integrations.\n  categories:\n    - Databases\n    - Development\n  type: GraphQL\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://hasura.io/docs/latest/api-reference/overview\n    - name: API Reference\n      url: https://hasura.io/docs/latest/api-reference/graphql-api/query\n- name: HaveIBeenPwned\n  slug: haveibeenpwned\n  description: Have I Been Pwned allows you to search across multiple data\n    breaches to see if your email address has been compromised\n  categories:\n    - Security\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/haveibeenpwned/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://haveibeenpwned.com/API/v3\n- name: Healthcare.gov\n  slug: healthcare-gov\n  description: HealthCare. gov for Developers We’re making our source code freely\n    available on GitHub. All of our educational content about the Health\n    Insurance Marketplace® is available in machine-readable format\n  categories:\n    - Health\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/healthcare-gov/logo_256x256.png\n  contact: contact@handwrytten.com\n  links:\n    - name: Docs / Website\n      url: https://www.healthcare.gov/developers/\n- name: HealthGraph\n  slug: healthgraph\n  description: RunKeeper's web-based HealthGraph API presents Health Graph data,\n    and provides information about a user and friends. Join the community of\n    over 45 million runners who make every run amazing with Runkeeper. Track\n    your workouts and reach your fitness goals!\n  categories:\n    - Sport & Fitness\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/healthgraph/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://runkeeper.com/developer/healthgraph/registration-authorization\n- name: Hearthstone\n  slug: hearthstone\n  description: This Hearthstone API provides up to date Hearthstone data pulled\n    directly from the game. It has endpoints for all the card data, including\n    images, card backs and more\n  categories:\n    - Games\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://hearthstoneapi.com/\n- name: Hebrew Calendar\n  slug: hebrew-calendar\n  description: You can embed Hebcal. com content directly onto your synagogue\n    website with our. Our mission at Hebcal. com is to increase awareness of\n    Jewish holidays and to help Jews to be observant of the mitzvot\n  categories:\n    - Calendar & Time\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.hebcal.com/home/developer-apis\n- name: HelloSalut\n  slug: hellosalut\n  description: Say hello to your website visitors in their native language\n  categories:\n    - Maps & Geo\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/hellosalut/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.fourtonfish.com/hellosalut/hello/\n- name: HERE Maps API\n  slug: here-maps-api\n  description: Wide range of APIs available through JavaScript, iOS, Android, or\n    REST services. Build apps with HERE Maps API and SDK Platform Access - HERE\n    Developer High-quality location APIs and SDKs from HERE Technologies,\n    including documentation, code samples and developer support\n  categories:\n    - Maps & Geo\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/here-maps-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developer.here.com/\n- name: Holiday Oracle\n  slug: holiday-oracle\n  description: A consensus driven API for national, federal and public holidays\n    servicing over 166 countries and 300 subdivisions worldwide. Holiday and\n    business day data API for app and blockchain developers\n  categories:\n    - Calendar & Time\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://holidayoracle.io/\n- name: Holidays\n  slug: holidays\n  description: Don't let sourcing and maintaining holiday information get in the\n    way of building your product\n  categories:\n    - Calendar & Time\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/holidays/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://holidayapi.com/\n- name: Houndify\n  slug: houndify\n  description: The Houndify Voice AI platform helps brands build voice user\n    interfaces that enhance brand identity and retain data ownership and\n    customer relationships. Integrate voice and conversational intelligence into\n    your products through an independent platform that is always learning\n  categories:\n    - Voice\n    - AI & ML\n    - IoT & Home Automation\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/houndify/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.houndify.com/\n  libraries:\n    - name: SpeechRecognition\n      documentation_url: https://pypi.python.org/pypi/SpeechRecognition/\n      source_code_url: https://github.com/Uberi/speech_recognition\n      platform: Python\n      author: Uberi\n      stargazers_count: 5425\n    - name: Houndify Python SDK by Dominic R. May\n      documentation_url: https://github.com/Mause/houndipy\n      platform: Python\n      author: Mause\n      stargazers_count: 3\n    - name: Houndify Node.js SDK by Jeff Andersen\n      documentation_url: https://github.com/jeffandersen/houndify\n      platform: Node.js\n      author: jeffandersen\n      stargazers_count: 5\n    - name: Houndify Go SDK by SoundHound\n      documentation_url: https://github.com/soundhound/houndify-sdk-go\n      platform: Go\n      stargazers_count: 21\n- name: HouseCanary Analytics API\n  slug: housecanary-analytics-api\n  description: Real estate investors and lenders can make decisions in seconds\n    that used to take weeks, using the most accurate proprietary and public\n    record data available. Compute instant valuations spanning property and land\n    values, home equity, and more, and report on the data density behind this\n    conclusions\n  categories:\n    - Real Estate\n    - Statistics & Data\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/housecanary-analytics-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.housecanary.com/product-analytics-api\n  libraries:\n    - name: HouseCanary Analytics Python SDK by HouseCanary\n      documentation_url: https://github.com/housecanary/hc-api-python\n      platform: Python\n      stargazers_count: 17\n- name: Html2pdf.App\n  slug: html2pdf-app\n  description: >-\n    Free Html to Pdf online generator.\n\n    Most realistic, high quality and easy to use html to pdf api conversion\n    service for developers!\n\n    Free API - no payments\n\n    No need your own server.\n\n    Maintainable and improving service.\n\n    Easy to use.\n  categories:\n    - Documents & Productivity\n    - Development\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://html2pdf.app/\n- name: HTTP2.Pro\n  slug: http2-pro\n  description: Pro, Client HTTP/2 Support API. HTTP2. HTTP2\n  categories:\n    - Development\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://http2.pro/doc/api\n- name: HTTPCat\n  slug: httpcat\n  description: API for HTTP Cats. API for HTTP Cats\n  categories:\n    - Animals\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/httpcat/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://http.cat/\n- name: HubSpot\n  slug: hubspot\n  description: HubSpot's API provides access to CRM contacts, companies, deals,\n    tickets, marketing emails, and automation workflows. Build integrations with\n    HubSpot's all-in-one CRM platform.\n  categories:\n    - CRM\n    - Marketing & SEO\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://developers.hubspot.com\n    - name: API Reference\n      url: https://developers.hubspot.com/docs/api/overview\n- name: Hugging Face Inference API\n  slug: hugging-face\n  description: Hugging Face Inference API gives access to thousands of open-source\n    ML models hosted on the Hub. Run NLP, computer vision, audio, and multimodal\n    models via a simple REST API.\n  categories:\n    - AI & ML\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://huggingface.co/docs/api-inference\n    - name: Models Hub\n      url: https://huggingface.co/models\n- name: Hunter.io\n  slug: hunter-io\n  description: Hunter.io API finds and verifies professional email addresses.\n    Search by domain to find contacts, verify email deliverability, and enrich\n    leads for sales and outreach campaigns.\n  categories:\n    - Email & SMS\n    - Business\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://hunter.io/api-documentation\n    - name: API Reference\n      url: https://hunter.io/api-documentation/v2\n- name: Hybrix\n  slug: hybrix\n  description: The API is an open source multi ledger API, that allows developers\n    to build multi-blockchain and multi-ledger solutions on 26+ blockchains. You\n    can retrieve information, such as balances, transaction history, address\n    validation. Also, the library allows you to sign transactions client-side.\n  categories:\n    - Blockchain & Cryptocurrencies\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://api.hybrix.io/\n  libraries:\n    - name: hybrix cli-wallet NodeJS SDK\n      documentation_url: https://api.hybrix.io/api/help/cli\n      platform: Node.js\n    - name: hybrix JavaScript SDK\n      documentation_url: https://api.hybrix.io/help/hybrix-lib.js\n      platform: JavaScript\n- name: HyperTrack\n  slug: hypertrack\n  description: Build applications that track the movement of your business.\n    HyperTrack is the API for anything that moves with commercial value. From\n    startups to enterprises worldwide, product development teams build live\n    location use cases with HyperTrack to power business efficiency and product\n    experience.\n  categories:\n    - Vehicles\n    - Maps & Geo\n    - Post & Logistics\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://docs.hypertrack.com\n  libraries:\n    - name: HyperTrack Python SDK by HyperTrack\n      documentation_url: https://github.com/hypertrack/hypertrack-python\n      platform: Python\n      stargazers_count: 2\n    - name: HyperTrack iOS Consumer Objective-C SDK by HyperTrack\n      documentation_url: https://docs.hypertrack.com/v3/sdks/ios/installing.html\n      platform: Objective-C\n    - name: HyperTrack iOS Driver Objective-C SDK by HyperTrack\n      documentation_url: http://docs.hypertrack.io/docs/getting-started-ios-driver\n      platform: Objective-C\n    - name: HyperTrack Android Consumer Java SDK by HyperTrack\n      documentation_url: http://docs.hypertrack.io/docs/getting-started-android-consumer\n      source_code_url: http://docs.hypertrack.io/docs/getting-started-android-consumer\n      platform: Java\n    - name: HyperTrack Android Driver Java SDK by HyperTrack\n      documentation_url: http://docs.hypertrack.io/docs/getting-started-android-driver\n      source_code_url: http://docs.hypertrack.io/docs/getting-started-android-driver\n      platform: Java\n- name: Hypixel\n  slug: hypixel\n  description: Hypixel API\n  categories:\n    - Entertainment\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/hypixel/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://github.com/HypixelDev/PublicAPI/tree/master/Documentation\n- name: Hytale\n  slug: hytale\n  description: Official Hytale API\n  categories:\n    - Games\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://hytale-api.com/\n- name: IBM Watson\n  slug: ibm-watson\n  description: >-\n    Build and train models, and create apps, with a trusted AI-infused platform.\n    Offers a variety of services for building cognitive apps.\n\n    A really simple api that lets you convert text to speech. It’s 100% free for\n    unlimited usage.\n  categories:\n    - AI & ML\n    - Voice\n    - Text Analysis & Tools\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/ibm-watson/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developer.ibm.com/watson/\n  libraries:\n    - name: IBM Watson Go SDK\n      documentation_url: https://github.com/watson-developer-cloud/go-sdk\n      platform: Go\n      stargazers_count: 67\n    - name: IBM Watson C# SDK by Denny Headrick\n      documentation_url: https://github.com/dennyboy/WatsonCSharp\n      platform: .Net, C#\n      author: dennyboy\n      stargazers_count: 2\n    - name: IBM Watson Go SDK by Livio Soares\n      documentation_url: https://github.com/liviosoares/go-watson-sdk\n      platform: Go\n      author: liviosoares\n      stargazers_count: 86\n    - name: IBM Watson .Net SDK by Watson Developer Cloud\n      documentation_url: https://github.com/watson-developer-cloud/dotnet-standard-sdk\n      platform: .Net\n      stargazers_count: 146\n    - name: IBM Watson Android SDK by Watson Developer Cloud\n      documentation_url: https://github.com/watson-developer-cloud/android-sdk\n      platform: Java\n      stargazers_count: 137\n    - name: IBM Watson Ruby SDK by suchowan\n      documentation_url: https://github.com/suchowan/watson-api-client\n      platform: Ruby\n      author: suchowan\n      stargazers_count: 26\n    - name: IBM Watson R SDK by ColumbusCollaboratory\n      documentation_url: https://github.com/ColumbusCollaboratory/cognizer\n      platform: R\n      stargazers_count: 120\n    - name: IBM Watson Unity SDK by Watson Developer Cloud\n      documentation_url: https://github.com/watson-developer-cloud/unity-sdk\n      platform: C#\n      stargazers_count: 541\n    - name: IBM Watson Swift SDK by Watson Developer Cloud\n      documentation_url: https://github.com/watson-developer-cloud/swift-sdk\n      platform: Swift\n      stargazers_count: 876\n    - name: IBM Watson PHP SDK by FindBrok\n      documentation_url: https://github.com/findbrok/php-watson-api-bridge\n      platform: PHP\n      stargazers_count: 31\n    - name: IBM Watson Objective-C SDK by Watson Developer Cloud\n      documentation_url: https://github.com/watson-developer-cloud/ios-sdk\n      platform: Objective-C\n      stargazers_count: 876\n    - name: IBM Watson Developer Cloud Python SDK by Watson Developer Cloud\n      documentation_url: https://pypi.python.org/pypi/watson-developer-cloud\n      source_code_url: https://github.com/watson-developer-cloud/python-sdk\n      platform: Python\n      stargazers_count: 1334\n    - name: IBM Watson Java SDK by Watson Developer Cloud\n      documentation_url: http://mvnrepository.com/artifact/com.ibm.watson.developer_cloud/java-sdk\n      source_code_url: https://github.com/watson-developer-cloud/java-sdk\n      platform: Java\n      stargazers_count: 585\n    - name: IBM Watson NodeJS SDK by Watson Developer Cloud\n      documentation_url: https://www.npmjs.com/package/watson-developer-cloud\n      source_code_url: https://github.com/watson-developer-cloud/node-sdk\n      platform: Node.js\n      stargazers_count: 1425\n    - name: IBM Bluemix Globalization Pipeline Node.js SDK by IBM Bluemix\n      documentation_url: https://developer.ibm.com/open/ibm-bluemix-globalization-pipeline-service/node-js-sdk/\n      platform: Node.js\n    - name: \" IBM Bluemix Globalization Pipeline Java SDK by IBM Bluemix\"\n      documentation_url: https://developer.ibm.com/open/ibm-bluemix-globalization-pipeline-service/java-sdk/\n      platform: Java\n    - name: IBM Bluemix Globalization Pipeline Ruby SDK by IBM Bluemix\n      documentation_url: https://developer.ibm.com/open/ibm-bluemix-globalization-pipeline-service/ruby-sdk/\n      platform: Ruby\n    - name: PersonifyJS\n      documentation_url: http://personifyjs.github.io/\n      source_code_url: https://github.com/PersonifyJS/personify.js\n      platform: JavaScript\n      stargazers_count: 183\n- name: icanhazdadjoke\n  slug: icanhazdadjoke\n  description: The largest collection of dad jokes on the internet.\n  categories:\n    - Fun\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/icanhazdadjoke/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://icanhazdadjoke.com/api\n- name: Icelandic APIs\n  slug: icelandic-apis\n  description: The purpose of APIs.is is to make Iceland data readily available to\n    anyone interested. All data that is delivered through APIs.is is JSON\n    formatted and scraped from open public websites.\n  categories:\n    - Scrapers & Data Mining\n    - Government\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://docs.apis.is/\n- name: ICObench\n  slug: icobench\n  description: ICObench Data API allows you to get various information and data\n    from the platform including ICO listings, ratings, and stats. This tutorial\n    provides instructions on how to identify the API calls, and walks you\n    through a simple scenario using the API\n  categories:\n    - Blockchain & Cryptocurrencies\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/icobench/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://icobench.com/developers\n- name: Iconfinder\n  slug: iconfinder\n  description: The Iconfinder API is a HTTP JSON API and allows you to\n    programatically access resources on the service, such as icons, icon sets,\n    categories, styles, authors, etc\n  categories:\n    - Search\n    - Images & Photography\n    - Art & Design\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developer.iconfinder.com\n- name: Icons8\n  slug: icons8\n  description: Icons8 offers simple reliable solutions to cope with all sorts of\n    the challenges concerning icons\n  categories:\n    - Images & Photography\n    - Art & Design\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://icons8.github.io/icons8-docs/\n- name: iDigBio\n  slug: idigbio\n  description: Making data and images of millions of biological specimens\n    available on the web\n  categories:\n    - Environment & Nature\n    - Animals\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/idigbio/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://github.com/idigbio/idigbio-search-api/wiki\n- name: IEX Cloud\n  slug: iex-cloud\n  description: IEX Cloud is a financial data infrastructure platform that connects\n    developers and financial data creators\n  categories:\n    - Finance & Economics\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/iex-cloud/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://iexcloud.io/\n  libraries:\n    - name: IEX Cloud Node.js SDK by Bruce Curtis Schardt\n      documentation_url: https://github.com/schardtbc/iexcloud_api_wrapper\n      platform: Node.js\n      author: schardtbc\n      stargazers_count: 76\n    - name: IEX Cloud Go SDK by Matthew Rankin\n      documentation_url: https://github.com/goinvest/iexcloud\n      platform: Go\n      stargazers_count: 81\n    - name: \" IEX Cloud .NET SDK by Cody Rocheleau\"\n      documentation_url: https://www.nuget.org/packages/IEXCloudDotNet/\n      platform: .Net\n    - name: IEX R SDK by Imanuel Costigan\n      documentation_url: https://github.com/imanuelcostigan/iex\n      platform: R\n      author: imanuelcostigan\n      stargazers_count: 7\n    - name: IEX PHP SDK by Michael Drennen\n      documentation_url: https://packagist.org/packages/dprmc/iex-trading\n      platform: PHP\n    - name: IEX Node.js SDK by David Lau and Bilal Quadri\n      documentation_url: https://github.com/bilalq/iex-api\n      platform: Node.js\n      author: bilalq\n      stargazers_count: 44\n    - name: IEX .NET SDK by Simone Giuliani and Antonio Papa\n      documentation_url: https://www.nuget.org/packages/IEXTradingApi\n      platform: .Net\n    - name: \"IEX Finance Python SDK by Addison Lynch \"\n      documentation_url: https://pypi.org/project/iexfinance/\n      platform: Python\n    - name: \"IEX Finance Quote Perl SDK by Jeffrey T. Palmer \"\n      documentation_url: https://github.com/jtpalmer/Finance-Quote-IEX\n      platform: PERL\n      author: jtpalmer\n      stargazers_count: 4\n    - name: \"IEX Trading Java SDK by Wojciech Zankowski \"\n      documentation_url: https://github.com/WojciechZankowski/iextrading4j\n      platform: Java\n      author: WojciechZankowski\n      stargazers_count: 109\n    - name: IEX Stocks Haskell SDK by David Bouchare and Kristian Sällberg\n      documentation_url: https://hackage.haskell.org/package/stocks\n      platform: Haskell\n    - name: IEX Go SDK by Timothy Palpant\n      documentation_url: https://github.com/timpalpant/go-iex\n      platform: Go\n      author: timpalpant\n      stargazers_count: 87\n- name: IEX Trading\n  slug: iex\n  description: Free Stocks and Market Data. IEX Cloud is a financial data\n    infrastructure platform that connects developers and financial data creators\n  categories:\n    - Finance & Economics\n    - Blockchain & Cryptocurrencies\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/iex/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://iextrading.com/developer/\n- name: IFTTT\n  slug: ifttt\n  description: Learn how to build an API to show and update connections, run\n    actions, perform queries, and listen for triggers\n  categories:\n    - Development\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/ifttt/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://platform.ifttt.com/docs/connect_api\n- name: IGDB.com\n  slug: igdb-com\n  description: Video Game database on demand! Images, info video and other data\n    you can retrieve trough the rest API. Access the International Games\n    Database and get information about videogames, characters, companies, genres\n    and many more. Commercial usage is allowed\n  categories:\n    - Games\n    - Entertainment\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://api.igdb.com/\n- name: Image-Charts\n  slug: image-charts\n  description: A drop-in-replacement for the deprecated Google Image Charts.\n    Easiest way to embed charts as image in emails, pdfs etc.\n  categories:\n    - Visualizations\n    - Email & SMS\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/image-charts/logo_256x256.png\n  contact: contact@ijenko.com\n  links:\n    - name: Docs / Website\n      url: https://www.image-charts.com\n- name: Imagga Api\n  slug: imagga-api\n  description: identifies the content of images and videos, classify images based\n    on content, extracts colors, moderates NSFW content. Imagga Image\n    Recognition API provides solutions for image tagging & categorization,\n    visual search, content moderation. Available in the Cloud and On-Premise\n  categories:\n    - AI & ML\n    - Images & Photography\n    - Recognition\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/imagga-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://imagga.com/\n- name: Imgflip\n  slug: imgflip\n  description: Get 100 of memes with Imgflip API, or add text/caption to memes\n    directly from this awesome API. RESTful JSON API for making memes with\n    Imgflip's meme generator\n  categories:\n    - Fun\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/imgflip/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://imgflip.com/api\n- name: imgix\n  slug: imgix\n  description: imgix's Image Processing API transforms, optimizes, and delivers\n    images on-the-fly via URL parameters. Resize, crop, format-convert, and\n    apply filters to images globally via CDN.\n  categories:\n    - Images & Photography\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://docs.imgix.com\n    - name: API Reference\n      url: https://docs.imgix.com/apis/rendering\n- name: Imgur\n  slug: imgur\n  description: \"Imgur: The magic of the Internet. Imgur's API exposes the entire\n    Imgur infrastructure via a standardized programmatic interface\"\n  categories:\n    - Social\n    - Images & Photography\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/imgur/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://api.imgur.com/\n  libraries:\n    - name: Imgur Perl SDK by Michael Hollenbeck\n      documentation_url: http://search.cpan.org/~mlhollen/Imgur-API-0.1.0/\n      platform: PERL\n    - name: Imgur Node.js SDK by James Sigurðarson\n      documentation_url: https://www.npmjs.com/package/imgur-node-api\n      source_code_url: https://github.com/jamiees2/imgur-node-api\n      platform: Node.js\n      author: jamiees2\n      stargazers_count: 23\n    - name: Imgur JavaScript SDK by Imgur\n      documentation_url: https://github.com/Imgur/imgur.js\n      platform: JavaScript\n    - name: Imgur Python SDK by Imgur\n      documentation_url: https://github.com/Imgur/imgurpython\n      platform: Python\n      stargazers_count: 498\n    - name: Imgur PHP SDK by Jeremy Benoist\n      documentation_url: https://packagist.org/packages/j0k3r/php-imgur-api-client\n      source_code_url: https://github.com/j0k3r/php-imgur-api-client\n      platform: PHP\n      author: j0k3r\n      stargazers_count: 70\n    - name: Imgur .Net SDK by Damien Dennehy\n      documentation_url: https://github.com/DamienDennehy/Imgur.API\n      platform: .Net\n      author: DamienDennehy\n      stargazers_count: 35\n    - name: uploaderNet .NET SDK by mOrfiUs\n      documentation_url: https://github.com/mOrfiUs/uploaderNet\n      platform: .Net, C#\n      author: mOrfiUs\n      stargazers_count: 4\n    - name: Imgur Python Library by Imgur\n      documentation_url: https://api.imgur.com/#example_code\n      source_code_url: https://github.com/Imgur/imgurpython\n      platform: Python\n      stargazers_count: 498\n    - name: Imgur PHP Library by Adrian Ghiuta\n      documentation_url: https://github.com/Adyg/php-imgur-api-client\n      platform: PHP\n      author: j0k3r\n      stargazers_count: 70\n- name: import.io\n  slug: import-io\n  description: Import.io enables any organization to gain intelligence,\n    efficiencies, and competitive advantages from the vast amount of data on the\n    web.\n  categories:\n    - Development\n    - Scrapers & Data Mining\n  type: REST\n  is_free: false\n  contact: contact@ijenko.com\n  links:\n    - name: Docs / Website\n      url: http://api.docs.import.io/\n- name: Indeed\n  slug: indeed\n  description: \"Post your jobs on Indeed, the #1 job site worldwide.\"\n  categories:\n    - Jobs\n    - Search\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/indeed/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.indeed.com/publisher\n  libraries:\n    - name: Job Search Web Scraper NodeJS SDK by Christian Sakai\n      documentation_url: https://github.com/christiansakai/job-search\n      platform: JavaScript, Node.js\n      author: swissarmybox\n      stargazers_count: 5\n    - name: jobs-engine C# SDK by Ahmed Farahat\n      documentation_url: https://github.com/farahat80/jobs-engine\n      platform: C#\n      author: farahat80\n      stargazers_count: 0\n    - name: Jobseekr Ruby on Rails SDK by andrew cabrera\n      documentation_url: https://github.com/n-drw/jobseekr\n      platform: Ruby\n    - name: Jobo Node.js SDK by g-gar\n      documentation_url: https://github.com/g-gar/jobo\n      platform: JavaScript, Node.js\n      author: g-gar\n      stargazers_count: 0\n    - name: Indeed Python SDK by Nick\n      documentation_url: https://github.com/nfmcclure/Job_Prevalence\n      platform: Python\n      author: nfmcclure\n      stargazers_count: 0\n    - name: Indeed Python SDK by Avram Dames\n      documentation_url: https://github.com/aviDms/indeed_api\n      platform: Python\n      author: aviDms\n      stargazers_count: 0\n    - name: Indeed Node.js SDK by Drew Frisk\n      documentation_url: https://github.com/keannan5390/Node-Indeed-API\n      platform: Node.js\n      author: MysterDru\n      stargazers_count: 5\n    - name: Indeed Ruby SDK by Indeed Labs\n      documentation_url: https://github.com/indeedlabs/indeed-ruby\n      platform: Ruby\n      stargazers_count: 18\n    - name: Indeed Angular SDK by kbrushaber\n      documentation_url: https://github.com/kbrushaber/indeed-api\n      platform: JavaScript\n      author: kbrushaber\n      stargazers_count: 0\n    - name: Indeed Python SDK by Indeed Labs\n      documentation_url: https://github.com/indeedlabs/indeed-python\n      platform: Python\n      stargazers_count: 123\n    - name: Indeed Python SDK by Tim\n      documentation_url: https://github.com/timsternation/Indeed_Job_Analysis\n      platform: Python\n      author: timsternation\n      stargazers_count: 0\n    - name: Indeed Python SDK by baramuyu\n      documentation_url: https://github.com/baramuyu/indeed_api_crawler\n      platform: Python\n      author: baramuyu\n      stargazers_count: 0\n    - name: Indeed Python SDK by Grigoriy Melnichenko\n      documentation_url: https://github.com/GriMel/indeed-python-api\n      platform: Python\n      author: GriMel\n      stargazers_count: 2\n    - name: Indeed R SDK by Geofry Lawton\n      documentation_url: https://github.com/TheGeoLawton/IndeedR\n      platform: R\n      author: TheGeoLawton\n      stargazers_count: 0\n    - name: Indeed PHP SDK by Danny\n      documentation_url: https://github.com/dfan001/Job-Skill-Search\n      platform: PHP\n    - name: Indeed Python SDK by Gary Heath\n      documentation_url: https://github.com/GaryHeath/indeed-jobs\n      platform: Python\n    - name: Indeed Python SDK by theolg\n      documentation_url: https://github.com/theolg/indeed_api\n      platform: Python\n      author: theolg\n      stargazers_count: 0\n    - name: Indeed R SDK by Sam Kleiner\n      documentation_url: https://github.com/StoicPerlman/GigMapr-R\n      platform: R\n      author: StoicPerlman\n      stargazers_count: 1\n    - name: Indeed Java SDK by Steve Soltys\n      documentation_url: https://github.com/stevesoltys/indeed\n      platform: Java\n      author: stevesoltys\n      stargazers_count: 1\n    - name: Indeed Ruby SDK by Corey\n      documentation_url: https://github.com/c1505/indeed-api\n      platform: Ruby\n      author: c1505\n      stargazers_count: 0\n    - name: Indeed Python SDK by vardhmanrp\n      documentation_url: https://github.com/vardhmanrp/Indeed-Xml-Web-API\n      platform: Python\n      author: vardhmanrp\n      stargazers_count: 0\n    - name: Indeed Python SDK by fission6\n      documentation_url: https://github.com/fission6/python-indeed\n      platform: Python\n      author: fission6\n      stargazers_count: 17\n    - name: Indeed Node.js SDK by paulrays\n      documentation_url: https://github.com/paulrays/indeed-jobs-api\n      platform: Node.js\n      author: paulrays\n      stargazers_count: 0\n    - name: Indeed PHP SDK by Lancaster Vermon\n      documentation_url: https://github.com/lanceveru/indeed-api\n      platform: PHP\n      author: lanceveru\n      stargazers_count: 0\n    - name: Indeed Node.js SDK by Murali Sangubhatla\n      documentation_url: https://github.com/muralisa/indeed-jobs\n      platform: Node.js\n      author: muralisa\n      stargazers_count: 1\n    - name: Indeed JavaScript Library by Joe Boutros\n      documentation_url: https://github.com/indeedlabs/indeed-js\n      platform: JavaScript\n      stargazers_count: 12\n    - name: \" Indeed PHP Library by Karl Hughes\"\n      documentation_url: https://github.com/JobBrander/jobs-indeed\n      platform: PHP\n      stargazers_count: 18\n    - name: Indeed PHP Library by Fubra Limited\n      documentation_url: https://github.com/fubralimited/indeed-api\n      source_code_url: https://github.com/fubralimited/indeed-api/blob/master/indeed-api.php\n      platform: PHP\n      stargazers_count: 3\n    - name: Indeed PHP Library by indeedlabs\n      documentation_url: https://github.com/indeedlabs/indeed-php/blob/master/README.md\n      source_code_url: https://github.com/indeedlabs/indeed-php\n      platform: PHP\n      stargazers_count: 29\n    - name: Indeed Job Search API Library\n      documentation_url: https://indeed.codeplex.com/\n      platform: .Net\n- name: Indian Railways\n  slug: indian-railways\n  description: Indian Railways Information. Rail Road Air USA Megabus Amtrak\n    CANADA Transport Germany Transport India Transport Australia Transport\n    Argentina Transport Brazil Transport France Transport China Transport\n  categories:\n    - Transportation\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://api.erail.in/\n  libraries:\n    - name: PNRAPI Ruby\n      documentation_url: https://github.com/alagu/pnrapi-ruby\n      platform: Ruby\n      author: alagu\n      stargazers_count: 6\n- name: Infermedica API\n  slug: infermedica-api\n  description: The most advanced Symptom Checker and Patient Triage API.\n    Infermedica provides an API for patient triage and preliminary medical\n    diagnosis that can help you implement an intelligent symptom checker or an\n    adaptive patient intake form for your health application\n  categories:\n    - Health\n    - Bots\n    - AI & ML\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/infermedica-api/logo_256x256.png\n  contact: support@mailsquad.com\n  links:\n    - name: Docs / Website\n      url: https://developer.infermedica.com/\n  libraries:\n    - name: \"Infermedica Ruby SDK \"\n      documentation_url: https://github.com/mjskier/infermedica\n      platform: Ruby\n      author: mjskier\n      stargazers_count: 2\n    - name: \"Infermedica Python SDK \"\n      documentation_url: https://github.com/infermedica/python-api\n      platform: Python\n      stargazers_count: 44\n    - name: \"Infermedica Go SDK \"\n      documentation_url: https://github.com/torniker/infermedica\n      platform: Go\n      stargazers_count: 7\n- name: inspirehep.net\n  slug: inspirehep-net\n  description: \"INSPIRE API Q: I want to do automated searching and receive\n    machine readable responses. Do you have an API? A: YES, Inspire has a\n    feature-rich programmatic query interface for third party tools and\"\n  categories:\n    - Science & Math\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://inspirehep.net/info/hep/api?ln=en\n- name: Instagram\n  slug: instagram\n  description: How to use the Instagram Graph API. Access to Instagram’s OAuth API\n  categories:\n    - Authentication & User Management\n    - Social\n    - Images & Photography\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developers.facebook.com/docs/instagram-api/overview\n  libraries:\n    - name: Facebook Business NodeJS SDK\n      documentation_url: https://developers.facebook.com/docs/business-sdk/getting-started#github-repositories_7\n      source_code_url: https://github.com/facebook/facebook-nodejs-business-sdk\n      platform: Node.js\n      stargazers_count: 312\n    - name: Facebook Business Ruby SDK\n      documentation_url: https://developers.facebook.com/docs/business-sdk\n      source_code_url: https://github.com/facebook/facebook-ruby-business-sdk\n      platform: Ruby\n      stargazers_count: 143\n    - name: Instagram PHP SDK by Christian Metz\n      documentation_url: https://github.com/cosenary/Instagram-PHP-API\n      platform: PHP\n      author: cosenary\n      stargazers_count: 1423\n    - name: Instagram PHP SDK by Jonathan Torres\n      documentation_url: https://github.com/jonathantorres/Instagram-PHP-API\n      platform: PHP\n      author: jonathantorres\n      stargazers_count: 1\n    - name: Instagram Node.js SDK by Squid\n      documentation_url: https://www.npmjs.com/package/instagram-node-api\n      source_code_url: https://github.com/squidit/instagram-node-api\n      platform: Node.js\n      stargazers_count: 4\n    - name: Social Networks Node.js SDK by Léo Pradel\n      documentation_url: https://www.npmjs.com/package/node-social-api\n      source_code_url: https://github.com/pradel/node-social-api\n      platform: Node.js\n      author: pradel\n      stargazers_count: 6\n    - name: Instagram Python SDK by Dmitry Kalinin\n      documentation_url: https://pypi.python.org/pypi/python-api-instagram/0.0.4\n      source_code_url: https://github.com/null-none/python-api-instagram\n      platform: Python\n      author: null-none\n      stargazers_count: 2\n    - name: Instagram Node.js SDK by Hung-Wei Kao\n      documentation_url: https://www.npmjs.com/package/node-instagram-api\n      source_code_url: https://github.com/ricky155030/node-instagram\n      platform: Node.js\n      author: ricky155030\n      stargazers_count: 6\n    - name: Instagram Python SDK by Pasha Lev\n      documentation_url: https://github.com/LevPasha/Instagram-API-python\n      platform: Python\n    - name: Instagram Ruby SDK by Facebook Archive\n      documentation_url: https://github.com/facebookarchive/instagram-ruby-gem\n      platform: Ruby\n      stargazers_count: 1458\n    - name: AngularJS JavaScript hd-stagram SDK by Chris Sloan\n      documentation_url: https://github.com/chrissloan/hd-stagram/blob/master/README.md\n      source_code_url: https://github.com/chrissloan/hd-stagram\n      platform: JavaScript\n      author: chrissloan\n      stargazers_count: 2\n    - name: Instagram Objective-C SDK by Stuart Hall\n      documentation_url: https://github.com/stuartkhall/Instagram\n      source_code_url: https://github.com/stuartkhall/Instagram\n      platform: Objective-C\n      author: stuartkhall\n      stargazers_count: 56\n    - name: Instagram Node.js SDK by Instagram\n      documentation_url: https://www.npmjs.com/package/instagram-node\n      source_code_url: https://github.com/totemstech/instagram-node\n      platform: Node.js\n      stargazers_count: 643\n    - name: Instagram PHP SDK by Lenny Code\n      documentation_url: https://github.com/lenny-code/instagram-php-sdk\n      platform: PHP\n      author: numbleroot\n      stargazers_count: 1\n    - name: Instagram JavaScript SDK by Shayne Sweeney\n      documentation_url: https://github.com/facebookarchive/instagram-javascript-sdk\n      platform: JavaScript\n      stargazers_count: 143\n    - name: Instagram iOS SDK by Shyam Bhat\n      documentation_url: https://github.com/shyambhat/InstagramKit\n      platform: Objective-C\n      author: shyambhat\n      stargazers_count: 953\n    - name: The Instagram JavaScript SDK\n      documentation_url: https://github.com/Instagram/instagram-javascript-sdk\n      platform: JavaScript\n      stargazers_count: 143\n    - name: Instagram Django Library by Boris Shifrin\n      documentation_url: https://pypi.python.org/pypi/django-instagram-api/0.1.8\n      source_code_url: https://github.com/ramusus/django-instagram-api\n      platform: Python\n      author: ramusus\n      stargazers_count: 24\n    - name: Instagram JavaScript Library by Tomomi Imura (girliemac)\n      documentation_url: https://github.com/girliemac/Filterous\n      platform: JavaScript\n      author: girliemac\n      stargazers_count: 136\n    - name: \"Instagram iOS Library by Huong Do \"\n      documentation_url: https://github.com/itsmeichigo/ICGVideoTrimmer\n      platform: Objective-C\n      author: itsmeichigo\n      stargazers_count: 619\n    - name: Instagram iOS Library by Brad Kendall\n      documentation_url: https://github.com/bradkendall/populatephotos\n      platform: Objective-C\n      author: bradkendall\n      stargazers_count: 4\n    - name: Instagram Go Library by Akeda Bagus\n      documentation_url: https://github.com/gedex/go-instagram\n      platform: Go\n      author: gedex\n      stargazers_count: 69\n    - name: Instagram Python Library\n      documentation_url: http://instagram.com/developer/libraries/\n      source_code_url: https://github.com/Instagram/python-instagram\n      platform: Python\n      stargazers_count: 2831\n    - name: Instagram Python Library python-instagram\n      documentation_url: https://github.com/Instagram/python-instagram\n      platform: Python\n      stargazers_count: 2831\n    - name: PHP Instagram API\n      documentation_url: https://github.com/galen/PHP-Instagram-API\n      platform: PHP\n      author: galen\n      stargazers_count: 344\n    - name: Instagram API PHP Class\n      documentation_url: http://jabran.me/instagram-api-php-class/\n      source_code_url: https://github.com/jabranr/instagram-api-php\n      platform: PHP\n      author: jabranr\n      stargazers_count: 3\n    - name: Instagram API implementation in PHP\n      documentation_url: http://www.mauriciocuenca.com/blog/2011/02/instagram-api-implementation-in-php/\n      source_code_url: https://github.com/macuenca/Instagram-PHP-API/\n      platform: PHP\n      author: macuenca\n      stargazers_count: 188\n- name: Intellexer\n  slug: intellexer\n  description: Processing (NLP) Service including sentiment analysis, content\n    extraction, and language detection. The Intellexer API enables developers to\n    embed text analysis solutions in consumer or enterprise applications, or\n    web-services. You can use Intellexer API with any software component that\n    issue an HTTPS requests\n  categories:\n    - Scrapers & Data Mining\n    - Development\n    - AI & ML\n    - Search\n    - Documents & Productivity\n    - Text Analysis & Tools\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://esapi.intellexer.com/\n  libraries:\n    - name: Intellexer C# SDK by Intellexer\n      documentation_url: http://www.intellexer.com/\n      source_code_url: http://www.intellexer.com/sdk_overview.html\n      platform: C, C#, C++\n- name: Intelligence X\n  slug: intelligence-x\n  description: Public SDK for Intelligence X. Contribute to IntelligenceX/SDK\n    development by creating an account on GitHub\n  categories:\n    - Security\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/intelligence-x/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://github.com/IntelligenceX/SDK/blob/master/Intelligence%20X%20API.pdf\n- name: Intercom\n  slug: intercom\n  description: Intercom's API provides access to conversations, contacts,\n    companies, and events. Build customer messaging integrations, automate\n    support workflows, and sync customer data.\n  categories:\n    - CRM\n    - Chats & Messaging\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developers.intercom.com\n    - name: API Reference\n      url: https://developers.intercom.com/docs/references/rest-api/errors\n- name: IP 2 Country\n  slug: ip-2-country\n  description: JSON API returns the country of an IP address. Simple, fast, free.\n    For open source projects only. JSON API returns the country of an IP address\n  categories:\n    - Maps & Geo\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://ip2country.info\n- name: Ip Address Api\n  slug: ip-address-api\n  description: IP Address API free service provides country name, 2 symbol code\n    and 3 symbol code for free. Examples in CURL, JSON and php format with https\n    support\n  categories:\n    - Other\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/ip-address-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://any.ge/api/\n- name: IP Address Details\n  slug: ip-address-details\n  description: Trusted source for IP address information, handling 20 billion IP\n    geolocation API requests per month for over 1,000 businesses and 100,000+\n    developers\n  categories:\n    - Maps & Geo\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://ipinfo.io/\n- name: Ip Finder\n  slug: ip-finder\n  description: Locate website visitors for free using ipfinder - a free, real-time\n    IP address to location JSON API and database service supporting IPv4 and\n    IPv6 lookup. Locate and identify website visitors by IP address. You can get\n    4000 free request a day with IP Finder API\n  categories:\n    - Other\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://ipfinder.io\n- name: Ip Geolocation Api\n  slug: ip-geolocation-api\n  description: Free IP Geolocation API and Accurate IP Database provides country,\n    city, zip code, ISP data in REST JSON and XML format from any IPv4 and IPv6\n    Address. This IP Address Database contains more than 25 million IP blocks\n    and it is updated on daily basis. Blazing fast API has very little to no\n    impact on website performace. IP API Stack is served globally with latency\n    based routing.\n  categories:\n    - Maps & Geo\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://ipgeolocation.io\n- name: Ip Geolocation Api By Ipwhois.Io\n  slug: ip-geolocation-api-by-ipwhois-io\n  description: Filter out bot traffic, customize content based on visitor's\n    location, display full country names, perform bulk IP geolocation, and more.\n    Free IP Geolocation API, the most accurate data, use our API to quickly and\n    easily integrate the location of visitors into your script or website.\n  categories:\n    - Maps & Geo\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/ip-geolocation-api-by-ipwhois-io/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://ipwhois.io\n- name: IP Location\n  slug: ip-location\n  description: Free IP Geolocation API - lookup any IP address. Free IP\n    Geolocation API - lookup any IP address\n  categories:\n    - Maps & Geo\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://ip-api.com/\n- name: IP Sidekick\n  slug: ip-sidekick\n  description: IP Sidekick is an API that returns information about an IP address.\n    You can use it to customize your content based on the visitor's location or\n    display their country.\n  categories:\n    - Maps & Geo\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://ipsidekick.com\n- name: iP1sms\n  slug: ip1sms\n  description: Here you will find everything you need to get started with your\n    integration of oyur SMS services. Send and recieve SMS messages worldwide\n  categories:\n    - Email & SMS\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/ip1sms/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.ip1sms.com/en/developer/\n- name: IP2Location\n  slug: ip2location\n  description: IP Address Geolocation to Country, City, Region, Latitude,\n    Longitude, ZIP Code, ISP, Domain, Time Zone, Area Code, Mobile Data, Usage\n    Type, Elevation and so on\n  categories:\n    - Maps & Geo\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/ip2location/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.ip2location.com/web-service/ip2location\n  libraries:\n    - name: IP2Location Python SDK\n      documentation_url: https://www.ip2location.com/developers/python\n      source_code_url: https://github.com/chrislim2888/IP2Location-Python\n      platform: Python\n      author: chrislim2888\n      stargazers_count: 72\n    - name: IP2Proxy PHP SDK\n      documentation_url: https://www.ip2location.com/ip2proxy/developers/php-api\n      source_code_url: https://github.com/ip2location/ip2proxy-php-api\n      platform: PHP\n      author: ip2location\n      stargazers_count: 3\n    - name: IP2Location Ruby Library\n      documentation_url: https://github.com/ezkl/ip2location\n- name: IP2Proxy\n  slug: ip2proxy\n  description: IP Address Geolocation to Country, City, Region, Latitude,\n    Longitude, ZIP Code, ISP, Domain, Time Zone, Area Code, Mobile Data, Usage\n    Type, Elevation and so on\n  categories:\n    - Maps & Geo\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/ip2proxy/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.ip2location.com/web-service/ip2proxy\n- name: IPGeolocationAPI.com\n  slug: ipgeolocationapi-com\n  description: IP Geolocation API is a free JSON REST API service for locating\n    your visitors in real-time with detailed country information\n  categories:\n    - Maps & Geo\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://ipgeolocationapi.com/\n- name: IPify\n  slug: ipify\n  description: ipify API is a simple public IP address API, easy enough to\n    integrate into any application in seconds\n  categories:\n    - Maps & Geo\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/ipify/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.ipify.org/\n- name: IPinfo\n  slug: ipinfo\n  description: >-\n    The Trusted Source for IP Address Data.\n\n    With IPinfo, you can pinpoint your users’ locations, customize their\n    experiences, prevent fraud, ensure compliance, and so much more. IPinfo is a\n    free IP data API provider specializing in IP geolocation, though also\n    offering endpoints for ASN, IP to company, IP to carrier, IP ranges, and\n    hosted domains. The geolocation API returns a JSON response containing data\n    fields describing the specified IP's region, country, city, postal code,\n    coordinates, and more. IPinfo APIs handle over 500 million requests per day\n    and have been online since 2013. It’s reliable, scalable, simple, and\n    straightforward to use!.\n  categories:\n    - Development\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://ipinfo.io/developers\n- name: IPInfoDB\n  slug: ipinfodb\n  description: Free Geolocation tools and APIs for country, region, city and time\n    zone lookup by IP address. Supported both IPv4 and IPv6 address\n  categories:\n    - Maps & Geo\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/ipinfodb/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://ipinfodb.com/api\n- name: Iplegit.Com\n  slug: iplegit-com\n  description: Easily detect possible bad users and act upon them. Simple and free\n    to use IP lookup service. Get basic and detailed data on IP addresses. Two\n    free endpoints available. IPLegit provides access to known bad IPs\n  categories:\n    - Other\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://iplegit.com\n- name: ipstack\n  slug: ipstack\n  description: Locate website visitors for free using ipstack - a free, real-time\n    IP address to location JSON API and database service supporting IPv4 and\n    IPv6 lookup.\n  categories:\n    - Analytics\n    - Maps & Geo\n    - Security\n    - Validation & Verification\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/ipstack/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://ipstack.com/\n- name: Ireland\n  slug: ireland\n  description: Central bank of Ireland\n  categories:\n    - Government\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://data.gov.ie/data/search?publisher=central-bank-of-ireland\n- name: Is.gd\n  slug: is-gd\n  description: Simple URL shortener. Supports custom short link ending. Our main\n    portal for developer documentation\n  categories:\n    - URLs\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://is.gd/developers.php\n- name: ITA's Data Services Platform\n  slug: itas-data-services-platform\n  description: The Data Services Platform from the International Trade\n    Administration (ITA) provides direct access to authoritative information on\n    U.S. exporting and international trade via standard APIs. ITA has built the\n    platform to be the central source for exporting data important to small and\n    medium sized U.S. businesses.\n  categories:\n    - Government\n    - Business\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://api.trade.gov/apps/store/ita\n- name: ITIS\n  slug: itis\n  description: \"Hosted by the USGS Core Science Analytics and Synthesis. Page\n    designed through the cooperative efforts of interagency ITIS Teams. Point of\n    Contact: itiswebmaster@itis. gov\"\n  categories:\n    - Science & Math\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/itis/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.itis.gov/ws_description.html\n- name: iTunes Search\n  slug: itunes-search\n  description: Describes the iTunes Search API used to place search fields in a\n    website. The Search API allows you to place search fields in your website to\n    search for content within the iTunes Store, App Store, iBooks Store and Mac\n    App Store\n  categories:\n    - Music & Audio\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developer.apple.com/library/archive/documentation/AudioVideo/Conceptual/iTuneSearchAPI/Searching.html#//apple_ref/doc/uid/TP40017632-CH5-SW1\n- name: IUCN\n  slug: iucn\n  description: List of more than 35,500 species that are threatened with extinction\n  categories:\n    - Animals\n    - Environment & Nature\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://apiv3.iucnredlist.org/api/v3/docs\n- name: Izi\n  slug: izi\n  description: izi.TRAVEL is ready to spread all local stories globally. Every day\n    numerous content providers publish their audio guides on izi.TRAVEL\n    platform. More than 1750 museums and 1750 cities all of the world are\n    covered with interesting stories in different languages. New stories appear\n    every moment.\n  categories:\n    - Travel\n    - Music & Audio\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/izi/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: http://api-docs.izi.travel/\n- name: Jamendo\n  slug: jamendo\n  description: Jamendo Api Documentation. Jamendo Api Documentation\n  categories:\n    - Music & Audio\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developer.jamendo.com/v3.0/docs\n  libraries:\n    - name: Jamendo Ratings Python SDK by Jamendo\n      documentation_url: https://github.com/jamendo/jamendo-ratings-sdk\n      platform: Python\n      stargazers_count: 6\n- name: JCDecaux Bike\n  slug: jcdecaux-bike\n  description: From the location of the bike stations to the availability of bikes\n    and parking spaces in real time, use our data to experiment new\n    representations or to provide innovative and useful services to users. You\n    can access this data through a simple download or an advanced web API.\n  categories:\n    - Sport & Fitness\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developer.jcdecaux.com/\n- name: Jikan\n  slug: jikan\n  description: Jikan is an unofficial MyAnimeList REST based API. Jikan is an\n    unofficial MyAnimeList REST based API\n  categories:\n    - Entertainment\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/jikan/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://jikan.moe\n- name: Jira\n  slug: jira\n  description: Jira's REST API provides access to issues, projects, sprints,\n    users, and workflows. Automate project management, build integrations, and\n    sync data with Atlassian's project tracking platform.\n  categories:\n    - Project Management\n    - Development\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developer.atlassian.com/cloud/jira/platform/rest/v3\n    - name: API Reference\n      url: https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro\n- name: Jobs2Careers\n  slug: jobs2careers\n  description: \"%PDF-1. 5 %âãÏÓ 1249 0 obj endobj 1265 0 obj\n    /Filter/FlateDecode/ID[ ]/Index[1249 32]/Info 1248 0 R/Length 92/Prev\n    640497/Root 1250 0 R/Size 1281/Type/XRef/W[1 3 1]>>stream\n    hÞbbd`\\x10``b``V\\x02‘ u ’i\\x13ˆdY\\x05\"\n  categories:\n    - Jobs\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://api.jobs2careers.com/api/spec.pdf\n- name: JokeAPI\n  slug: jokeapi\n  description: JokeAPI is a RESTful API that serves jokes from many categories\n    while also offering a lot of filtering methods\n  categories:\n    - Fun\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://sv443.net/jokeapi/v2/\n- name: Jokes\n  slug: jokes\n  description: Full featured Jokes API\n  categories:\n    - Entertainment\n    - Fun\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://jokes.one/api/joke/\n- name: Jooble\n  slug: jooble\n  description: The REST API allows developers to access and integrate Jooble's\n    search results within your web products, or to build an entirely new web\n    product of your own.\n  categories:\n    - Jobs\n    - Search\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://us.jooble.org/api/about\n- name: Jservice\n  slug: jservice\n  description: Trivia Questions. Get answers (and the correct questions) from 20+\n    years of Jeopardy episodes\n  categories:\n    - Games\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://jservice.io\n  libraries:\n    - name: jService JavaScript SDK by Keith Pops\n      documentation_url: https://github.com/keithpops/jeoparty\n      platform: JavaScript\n      author: keithpops\n      stargazers_count: 104\n    - name: jService Ruby SDK by Dean Silfen\n      documentation_url: https://github.com/djds23/jApi\n      platform: Ruby\n      author: djds23\n      stargazers_count: 8\n- name: JSON 2 JSONP\n  slug: json-2-jsonp\n  description: Convert JSON to JSONP (on-the-fly) for easy cross-domain data\n    requests using pure JavaScript.\n  categories:\n    - Development\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/json-2-jsonp/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://json2jsonp.com/\n- name: Json Base\n  slug: json-base\n  description: API Based JSON Storage. The free plan allows you to store 100,000\n    write ops per month and 1 million read operations per month.\n  categories:\n    - Databases\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://jsonbase.com/#docs\n- name: JSON Pretty Print\n  slug: json-pretty-print\n  description: JSON Pretty Print with modern user interface and ssl.\n  categories:\n    - Development\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://jsonprettyprint.org/api\n- name: JSONbin.io\n  slug: jsonbin-io\n  description: Free JSON data storage service, ideal for small scale web apps,\n    website, mobile apps. JSONbin. io is a free JSON storage and JSON hosting\n    service. Create, Read or Update and store your JSON records for free on the\n    cloud using the API\n  categories:\n    - Other\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://jsonbin.io/api-reference\n- name: JSONPlaceholder\n  slug: jsonplaceholder\n  description: Free online REST API that you can use whenever you need some fake\n    data. It can be in a README on GitHub, for a demo on CodeSandbox, in code\n    examples on Stack Overfllow etc\n  categories:\n    - Development\n    - Random\n    - Testing\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://jsonplaceholder.typicode.com/\n- name: Judge0 API\n  slug: judge0-api\n  description: Judge0 is a robust, scalable, and open-source online code execution\n    system that can be used to build a wide range of applications that need\n    online code execution features\n  categories:\n    - Development\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://api.judge0.com/\n- name: Juju\n  slug: juju\n  description: Juju.com is a job search engine, not a job board. Juju's\n    comprehensive search results link to millions of jobs found on thousands\n    employer career portals, recruiter websites, job boards, and other\n    employment sites all over the Internet, rather than to a limited set of job\n    postings hosted directly on our own site.\n  categories:\n    - Jobs\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://www.juju.com/publisher/spec/\n- name: Kairos\n  slug: kairos\n  description: Face recognition, emotion analysis and measuring engagement of\n    people in images or videos for any mobile or web application\n  categories:\n    - AI & ML\n    - Recognition\n    - Images & Photography\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/kairos/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.kairos.com/\n  libraries:\n    - name: Kairos Node.js SDK by Jhen-Jie Hong\n      documentation_url: https://www.npmjs.com/package/kairos-api\n      source_code_url: https://github.com/jhen0409/node-kairos-api\n      platform: Node.js\n      author: jhen0409\n      stargazers_count: 5\n    - name: Kairos API Ruby Gem by Frank Kany\n      documentation_url: https://rubygems.org/gems/kairos-api\n      platform: Ruby\n    - name: Kairos Face Detection and Recognition API Ruby Wrapper by Chris Allick\n      documentation_url: https://rubygems.org/gems/kairos\n      platform: Ruby\n    - name: Kairos Facial Recognition .NET SDK by humbywan\n      documentation_url: https://github.com/humbywan/Kairos.Net\n      platform: .Net, C#\n      author: humbywan\n      stargazers_count: 4\n    - name: Kairos Facial Recognition Ruby SDK by Kany\n      documentation_url: https://github.com/kany/kairos-api\n      platform: Ruby\n      author: kany\n      stargazers_count: 14\n    - name: Kairos Facial Recognition PHP SDK by Kairos\n      documentation_url: https://github.com/kairosinc/Kairos-SDK-PHP\n      platform: PHP\n      stargazers_count: 31\n    - name: Kairos Facial Recognition Javascript SDK by Kairos\n      documentation_url: https://github.com/kairosinc/Kairos-SDK-Javascript\n      platform: JavaScript\n      stargazers_count: 33\n    - name: Kairos Facial Recognition Java SDK by Kairos\n      documentation_url: https://github.com/kairosinc/Kairos-SDK-Android\n      platform: Java\n      stargazers_count: 1\n    - name: Kairos Facial Recognition Objective-C SDK by Kairos\n      documentation_url: https://github.com/kairosinc/Kairos-SDK-iOS\n      platform: Objective-C\n    - name: Kairos Crowd Analytics C++ SDK by Kairos\n      documentation_url: https://www.kairos.com/crowd-analytics-sdk#trial\n      platform: C++\n- name: Kaltura VPaaS\n  slug: kaltura-vpaas\n  description: \"Build video apps and add native video capabilities to your\n    products. Kaltura VPaaS (Video Platform as a Service) simplifies building\n    robust and scalable video experiences and workflows, and to integrate rich\n    video experiences into existing applications, business workflows and\n    environments. Kaltura VPaaS eliminates all complexities involved in handling\n    video at scale: ingestion, transcoding, metadata, playback, distribution,\n    analytics, accessibility, monetization, security, search, interactivity and\n    more. Video Platform as a Service - Cloud Media Services, HTML5 Video\n    Player, Video APIs and Native SDKs for video hosting, management,\n    transcoding, transformation, playback, streaming, experience, interactivity\n    and analytics\"\n  categories:\n    - Video & Media\n    - Analytics\n    - Marketing & SEO\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/kaltura-vpaas/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://corp.kaltura.com/video-paas/\n- name: kanye.rest\n  slug: kanye-rest\n  description: A free REST API for random Kanye West quotes. A free REST API for\n    random Kanye West quotes\n  categories:\n    - Health\n    - Music & Audio\n    - News & Feeds\n    - AI & ML\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/kanye-rest/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://kanye.rest\n- name: Keen IO\n  slug: keen-io\n  description: Keen IO is a powerful, flexible, and scalable solution that’s\n    literally Big Data, easy-to-implement and at your fingertips. Keen is the\n    platform for developers to ship custom customer-facing metrics quickly and\n    seamlessly with low overhead\n  categories:\n    - AI & ML\n    - Analytics\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://keen.io/docs/api/\n- name: Kelley Blue Book\n  slug: kelley-blue-book\n  description: KBB.com gives you everything you need to research a new, certified\n    (CPO) or used car, compare cars, find cars for sale and make a well-informed\n    decision\n  categories:\n    - Vehicles\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/kelley-blue-book/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: http://developer.kbb.com/#!/data/1-Default\n- name: Keygen\n  slug: keygen\n  description: Keygen is a dead-simple software licensing API built for developers\n    of desktop apps, on-prem software and other digital products. You can manage\n    user accounts, their licenses, and their machines through an easy-to-use\n    RESTful JSON API. Keygen is a simple software licensing API, allowing\n    developers to easily implement various licensing types into any software\n    product\n  categories:\n    - Payments\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/keygen/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://keygen.sh\n- name: Keyserv\n  slug: keyserv\n  description: SmartQ is an technology company founded in 2017 with the intention\n    of providing innovative tools for the modern world. KeyServ is such an\n    instrument that takes the hassle out of subscriptions and warranty tracking\n    systems for the IoT generation. The subscription management service for\n    rapid product development. Serial / Tracking keys made easy. Callback\n    support, Robust Scheduler, Clear separation between customer-facing and\n    management\n  categories:\n    - IoT & Home Automation\n    - Hardware\n    - Payments\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/keyserv/logo_256x256.png\n  contact: support@jirafe.com\n  links:\n    - name: Docs / Website\n      url: https://keyserv.solutions\n- name: Kitsu\n  slug: kitsu\n  description: Kitsu is a modern anime discovery platform that helps you track the\n    anime you're watching, discover new anime and socialize with other fans.\n  categories:\n    - Entertainment\n    - Comics & Anime\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://kitsu.docs.apiary.io/\n  libraries:\n    - name: Minoshiro Python SDK by Minoshiro\n      documentation_url: https://github.com/Mino-shiro/Minoshiro\n      platform: Python\n      stargazers_count: 13\n    - name: Hakuchou iOS SDK by MAL Updater OS X\n      documentation_url: https://github.com/Atelier-Shiori/Hakuchou\n      platform: Objective-C\n      stargazers_count: 2\n    - name: AniRat Java SDK by acofmelt\n      documentation_url: https://github.com/acofmelt/AniRat\n      platform: Java\n      author: acofmelt\n      stargazers_count: 0\n    - name: \"Kitsu NodeJS SDK by Hieu Nguyen \"\n      documentation_url: https://www.npmjs.com/package/kitsu-api\n      source_code_url: https://github.com/hieunhit/kitsu-api\n      platform: Node.js\n      author: hieunhit\n      stargazers_count: 0\n    - name: Kitsu JavaScript SDK\n      documentation_url: https://github.com/hummingbird-me/hummingbird-client\n      platform: JavaScript\n      stargazers_count: 156\n- name: KKBOX\n  slug: kkbox\n  description: Get ready to unbox the joy of music!\n  categories:\n    - Music & Audio\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/kkbox/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developer.kkbox.com\n- name: Klarna\n  slug: klarna\n  description: Klarna's Payments API enables buy-now-pay-later, installment plans,\n    and direct bank payments at checkout. Integrates with e-commerce platforms\n    for flexible consumer payment options.\n  categories:\n    - Payments\n    - Commerce\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://docs.klarna.com\n    - name: API Reference\n      url: https://docs.klarna.com/api/payments\n- name: koomalooma\n  slug: koomalooma\n  description: koomalooma takes care of all the rest, from signing up users,\n    keeping track of points and delivering rewards in over 80 countries.\n    Koomalooma loyalty solution helps you to grow your user retention.\n    Koomalooma manages the program fully for you so you can concentrate your\n    core business. A Loyalty BPaaS (Business Process as a Service) for mobile\n    and web companies. Merchants issue points for actions their customers/users\n    make, for example a purchase or a referral\n  categories:\n    - Commerce\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/koomalooma/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: http://business.koomalooma.com\n- name: Kraken\n  slug: kraken-api\n  description: Kraken's REST and WebSocket APIs provide cryptocurrency trading,\n    market data, order management, and account information. One of the most\n    trusted crypto exchanges with institutional-grade APIs.\n  categories:\n    - Blockchain & Cryptocurrencies\n    - Finance & Economics\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://docs.kraken.com/api\n    - name: REST API Reference\n      url: https://docs.kraken.com/api/docs/rest-api/get-server-time\n- name: KuCoin\n  slug: kucoin-api\n  description: KuCoin's API supports spot, margin, and futures trading with market\n    data, order management, and account endpoints. One of the largest crypto\n    exchanges with 700+ listed assets.\n  categories:\n    - Blockchain & Cryptocurrencies\n    - Finance & Economics\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://www.kucoin.com/docs/beginners/introduction\n    - name: API Reference\n      url: https://www.kucoin.com/docs/rest/account-info/get-apikey-info\n- name: Labs64 NetLicensing\n  slug: labs64-netlicensing\n  description: Innovative License Management Solution. NetLicensing RESTful APIis\n    for developers integrating NetLicensing with applications and administrators\n    who want to script interactions with the NetLicensing server\n  categories:\n    - Other\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://netlicensing.io/wiki/restful-api\n- name: Lang API\n  slug: lang-api\n  description: LangAPI exists to help developers rapidly translate and localize\n    their apps for users worldwide. It automates translation between a huge\n    number of languages, including Spanish, French etc.\n  categories:\n    - Translation\n  is_free: false\n  logo: https://raw.githubusercontent.com/PeterLZhou/slate/master/source/images/ios_base_internationalization.png\n  links:\n    - name: Docs / Website\n      url: https://docs.langapi.co/#introduction/\n- name: Language Detection\n  slug: language-detection\n  description: Detect language(s) from pieces of text\n  categories:\n    - Recognition\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://languagedetection.apifex.com/\n  libraries:\n    - name: Language Detection Perl SDK by Neil Bowers\n      documentation_url: https://github.com/neilb/WebService-DetectLanguage\n      platform: PERL\n      author: neilb\n      stargazers_count: 0\n    - name: Language Detection .NET SDK\n      documentation_url: https://github.com/detectlanguage/detectlanguage-csharp\n      platform: .Net\n      stargazers_count: 6\n    - name: Language Detection PHP SDK\n      documentation_url: https://github.com/detectlanguage/detectlanguage-php\n      platform: PHP\n      stargazers_count: 43\n    - name: Language Detection Java SDK\n      documentation_url: https://github.com/detectlanguage/detectlanguage-java\n      platform: Java\n      stargazers_count: 19\n    - name: Language Detection Node.js SDK\n      documentation_url: https://github.com/detectlanguage/detectlanguage-node\n      platform: Node.js\n      stargazers_count: 7\n    - name: Language Detection Python SDK\n      documentation_url: https://github.com/detectlanguage/detectlanguage-python\n      platform: Python\n      stargazers_count: 35\n    - name: Language Detection Ruby SDK\n      documentation_url: https://github.com/detectlanguage/detectlanguage-ruby\n      platform: Ruby\n      stargazers_count: 25\n- name: Language Prediction\n  slug: language-prediction\n  description: The API returns maximum 3 detected languages and a numeric\n    confidences between 0 and 1\n  categories:\n    - AI & ML\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/language-prediction/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://rapidapi.com/BigLobster/api/language-identification-prediction\n- name: languagelayer\n  slug: languagelayer\n  description: Free, powerful language detection JSON API for 173 languages,\n    supporting single and batch requests, PHP, JavaScript, Python, Ruby, Java,\n    and more.\n  categories:\n    - Text Analysis & Tools\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/languagelayer/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://languagelayer.com\n- name: LastFm\n  slug: lastfm\n  description: fm. Allows anyone to build their own programs using Last. fm data,\n    whether they're on the web, the desktop or mobile devices. The world's\n    largest online music service. Listen online, find out more about your\n    favourite artists, and get music recommendations, only at Last\n  categories:\n    - Music & Audio\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/lastfm/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.last.fm/api\n  libraries:\n    - name: MetaMusic .NET SDK by David Pires\n      documentation_url: https://github.com/Davidblkx/MetaMusic\n      platform: .Net\n      author: Davidblkx\n      stargazers_count: 1\n    - name: Last.fm PHP SDK by Matt Oakes\n      documentation_url: https://packagist.org/packages/matto1990/lastfm-api\n      source_code_url: https://github.com/matto1990/PHP-Last.fm-API\n      platform: PHP\n      author: matt-oakes\n      stargazers_count: 106\n    - name: Last.fm PHP SDK by Pierre Quillery\n      documentation_url: https://packagist.org/packages/dandelionmood/lastfm\n      source_code_url: https://github.com/dandelionmood/php-lastfm\n      platform: PHP\n      author: dandelionmood\n      stargazers_count: 26\n    - name: Last.fm Symfony SDK by Karol Sójko\n      documentation_url: https://packagist.org/packages/binarythinking/lastfm-bundle\n      source_code_url: https://github.com/karolsojko/BinaryThinkingLastfmBundle\n      platform: PHP\n      author: karolsojko\n      stargazers_count: 15\n    - name: Last.fm Node.js SDK by Max Kueng\n      documentation_url: https://github.com/maxkueng/node-lastfmapi\n      platform: Node.js\n      author: maxkueng\n      stargazers_count: 49\n    - name: Last.fm PHP SDK by Witold Wasiczko\n      documentation_url: https://github.com/snapshotpl/LastFmClient\n      platform: PHP\n      author: snapshotpl\n      stargazers_count: 1\n    - name: Last.fm Java SDK by Johann Kovacs\n      documentation_url: https://github.com/jkovacs/lastfm-java\n      platform: Java\n      author: jkovacs\n      stargazers_count: 59\n    - name: Last.fm JavaScript SDK by Felix Bruns\n      documentation_url: https://github.com/fxb/javascript-last.fm-api\n      platform: JavaScript\n      author: fxb\n      stargazers_count: 279\n    - name: Last.fm .Net SDK by Inflatable Friends\n      documentation_url: https://github.com/inflatablefriends/lastfm\n      platform: .Net\n      stargazers_count: 75\n    - name: Last.fm iOS and Mac OS X SDK by Kevin Renskers\n      documentation_url: https://github.com/gangverk/LastFm\n      platform: Objective-C\n      stargazers_count: 82\n    - name: Last.fm C++ Library by Last.fm\n      documentation_url: https://github.com/lastfm/libmoost\n      platform: C++\n      stargazers_count: 160\n    - name: Last.fm Python Library by Adrian Sampson\n      documentation_url: https://github.com/sampsyo/pylastfp\n      platform: Backbone.js, Python\n      stargazers_count: 28\n    - name: Last.fm C# Library by Vyacheslav Lisnevskyi\n      documentation_url: https://github.com/VLisnevskiy/Last.fm.API/blob/master/README.md\n      source_code_url: https://github.com/VLisnevskiy/Last.fm.API\n      platform: C#\n      author: VLisnevskiy\n      stargazers_count: 3\n    - name: Last.fm PHP Library by Felix Bruns\n      documentation_url: http://lastfm.felixbruns.de/php-last.fm-api/\n      source_code_url: https://github.com/fxb/php-last.fm-api\n      platform: PHP\n      author: fxb\n      stargazers_count: 84\n    - name: Last.fm C++ Library by Javier Santacruz López-Cepero\n      documentation_url: https://www.openhub.net/p/liblfm\n      source_code_url: http://sourceforge.net/projects/liblfm/\n      platform: C++\n    - name: Last.fm Java Library lastfm-java\n      documentation_url: https://code.google.com/p/lastfm-java/\n      platform: Java\n    - name: Last.fm ActionScript Library lastfm-as3\n      documentation_url: https://code.google.com/p/lastfm-as3/\n      platform: ActionScript\n    - name: JavaScript last.fm API\n      documentation_url: http://lastfm.felixbruns.de/javascript-last.fm-api/\n      source_code_url: https://github.com/fxb/javascript-last.fm-api\n      platform: JavaScript\n      author: fxb\n      stargazers_count: 279\n    - name: scrobbler2\n      documentation_url: https://github.com/gingerhendrix/scrobbler2/tree/master\n      platform: Ruby\n      author: gingerhendrix\n      stargazers_count: 42\n    - name: Last.fm Lib .Net\n      documentation_url: http://lastfmlibnet.sourceforge.net/\n      platform: .Net\n    - name: PHP last.fm API\n      documentation_url: https://github.com/fxb/php-last.fm-api\n      platform: PHP\n      author: fxb\n      stargazers_count: 84\n    - name: LPFM Last.fm Scrobbler\n      documentation_url: http://lpfm.codeplex.com/\n      platform: .Net\n    - name: pyLast\n      documentation_url: https://code.google.com/p/pylast/\n      platform: Python\n    - name: Perl Library for Last.fm\n      documentation_url: http://search.cpan.org/~nilsonsfj/WebService-Audioscrobbler-0.07/lib/WebService/Audioscrobbler.pm\n    - name: \"LastFmLib.Net: Last.fm API .NET Library \"\n      documentation_url: http://lastfmlibnet.de.vu/\n- name: Launch Library 2\n  slug: launch-library-2\n  description: Upcoming Space Launches\n  categories:\n    - Science & Math\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://ll.thespacedevs.com/2.1.0/swagger\n- name: LaunchLibrary\n  slug: launchlibrary\n  description: Aggregated info about space launches.\n  categories:\n    - Space\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://launchlibrary.net/docs/1.3/api.html\n- name: LCBO\n  slug: lcbo\n  description: \"LCBO API is open source now, find it on GitHub: heycarsten/lcbo-api\"\n  categories:\n    - Food & Drinks\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://lcboapi.com/\n- name: LectServe\n  slug: lectserve\n  description: Your daily lectionary readings…. Your daily lectionary readings…\n  categories:\n    - Calendar & Time\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/lectserve/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: http://www.lectserve.com\n- name: Let'S Validate\n  slug: lets-validate\n  description: Uncovers the technologies used on websites and URL to thumbnail.\n    API that uncovers the technologies used on websites and generates thumbnail\n    from screenshot of website - letsvalidate/api\n  categories:\n    - Development\n    - Collaboration\n    - Images & Photography\n    - Validation & Verification\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/lets-validate/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://github.com/letsvalidate/api\n- name: Lettria\n  slug: lettria\n  description: LETTRIA is a natural language processing tool (NLP) dedicated to\n    understanding French. Our mission is to help developers build the next smart\n    language apps, whether it's a chatbot, translation tool, text analytics, or\n    personal assistant. LETTRIA is one of the most advanced players in NLP\n    (Natural Language Processing) in the French-speaking market. The team has\n    developed a unique technology to achieve a higher level of accuracy and\n    correction in French than the models created by English-speaking actors.\n    Lettria aims to bring the processing of the French language as close as\n    possible to human functioning by creating APIs based on French semantics and\n    not on keywords. The Lettria team combines its scientific and technological\n    skills with linguist profiles in order to deal as closely as possible with\n    the specificities of the French language. They aim to make the use of NLP\n    technologies accessible by offering high-performance proprietary libraries,\n    high-quality educational content and demonstrating the benefits of using a\n    100% French model in all sectors of activity\n  categories:\n    - AI & ML\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/lettria/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://lettria.com\n  libraries:\n    - name: Lettria Python SDK\n      documentation_url: https://github.com/Lettria/sdk-python\n      platform: Python\n      stargazers_count: 7\n- name: Lexalytics\n  slug: semantria\n  description: \"Flexible natural language processing APIs and complete text\n    analytics platform solutions for data analytics companies and data analyst\n    teams. SAAS API based on Lexalytics engine. #Paid\"\n  categories:\n    - AI & ML\n    - Analytics\n    - Text Analysis & Tools\n  type: REST\n  is_free: false\n  contact: support@selectpdf.com\n  links:\n    - name: Docs / Website\n      url: https://www.lexalytics.com/\n  libraries:\n    - name: Semantria .NET Sample Code\n      documentation_url: https://semantria.readme.io/docs/quick-start-with-net\n      platform: .Net\n    - name: Semantria Ruby SDK by Lexalytics\n      documentation_url: https://semantria.readme.io/docs/sdks\n      source_code_url: https://github.com/Semantria/semantria-sdk/tree/master/Ruby\n      platform: Ruby\n      stargazers_count: 39\n    - name: Semantria JavaScript SDK by Semantria\n      documentation_url: https://semantria.com/support/developer/docs/sdks\n      source_code_url: https://github.com/Semantria/semantria-sdk/tree/master/JavaScript\n      platform: JavaScript\n      stargazers_count: 39\n- name: Lexigram\n  slug: lexigram\n  description: io. Document, mock, test, and more, with the StopLight API\n    Designer. Hosted API documentation for every OAS (Swagger) and RAML spec out\n    there. Powered by Stoplight\n  categories:\n    - AI & ML\n    - Health\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://docs.lexigram.io/v1/welcome\n- name: LibGen\n  slug: libgen\n  description: An English-language guide to using the LibGen API. An\n    English-language guide to using the LibGen API\n  categories:\n    - Books\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://garbage.world/posts/libgen/\n- name: Libraries.Io\n  slug: libraries-io\n  description: Discover open source libraries, modules and frameworks you can use\n    in your code. Open source software libraries\n  categories:\n    - Open Source\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://libraries.io/api\n- name: License-API\n  slug: license-api\n  description: com. Contribute to cmccandless/license-api development by creating\n    an account on GitHub. Unofficial REST API for choosealicense\n  categories:\n    - Development\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/license-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://github.com/cmccandless/license-api/blob/master/README.md\n- name: Linear\n  slug: linear\n  description: Linear's API enables programmatic access to issues, projects,\n    cycles, teams, and workflows. Build integrations, automate issue tracking,\n    and sync with external tools using GraphQL.\n  categories:\n    - Project Management\n    - Development\n  type: GraphQL\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://developers.linear.app/docs\n    - name: API Reference\n      url: https://developers.linear.app/docs/graphql/working-with-the-graphql-api\n- name: Lingua Robot API\n  slug: lingua-robot-api\n  description: English dictionary API providing an access to the data of over 800\n    000 English lexical entries, such as words, phrasal verbs, multiword\n    expressions etc. Definition of words, pronunciations, synonyms and antonyms,\n    lemmatization and morpheme segmentation.\n  categories:\n    - Content & Dictionaries\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/lingua-robot-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.linguarobot.io/\n- name: LinkedData.Center\n  slug: linkeddata-center\n  description: a RDF graph database as a service with W3C SPARQL query and SPARQL\n    update apis\n  categories:\n    - Analytics\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://linkeddata.center/home/gdaas\n- name: LinkedIn\n  slug: linkedin\n  description: Make it convenient for your users to sign in with their\n    professional identity. Learn how to leverage LinkedIn's API to Sign In with\n    LinkedIn\n  categories:\n    - Authentication & User Management\n    - Social\n    - Business\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/linkedin/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developer.linkedin.com/docs/signin-with-linkedin\n  libraries:\n    - name: SocialSharesCount Go SDK by Sumesh Suvarna\n      documentation_url: https://github.com/gssumesh/socialsharescount\n      platform: Go\n      author: gssumesh\n      stargazers_count: 9\n    - name: LinkedIn JavaScript SDK by LinkedIn\n      documentation_url: https://developer.linkedin.com/docs/getting-started-js-sdk\n      platform: JavaScript\n    - name: LinkedIn PHP SDK by Ashwin Surajbali\n      documentation_url: https://github.com/ashwinks/PHP-LinkedIn-SDK\n      platform: PHP\n      author: ashwinks\n      stargazers_count: 94\n    - name: Linkedin Android SDK\n      documentation_url: https://developer.linkedin.com/\n      source_code_url: https://developer.linkedin.com/docs/android-sdk\n      platform: Java\n    - name: LinkedIn JavaScript SDK\n      documentation_url: https://developer.linkedin.com/documents/libraries-and-tools\n      platform: JavaScript\n    - name: LinkedIn PHP Library by Tobias Nyholm\n      documentation_url: https://github.com/Happyr/LinkedIn-API-client\n      platform: PHP\n      stargazers_count: 186\n    - name: LinkedIn Java Library by 3Pillar Global Labs\n      documentation_url: https://github.com/3pillarlabs/socialauth\n      platform: Java\n      stargazers_count: 248\n    - name: LinkedIn iOS Library by Hisham Raslan\n      documentation_url: https://github.com/HishamRaslan/IOS-LinkedIn-Authentication-Library-\n      platform: Objective-C\n      author: HishamRaslan\n      stargazers_count: 0\n    - name: LinkedIn iOS Library by Jacob von Eyben\n      documentation_url: https://github.com/jeyben/IOSLinkedInAPI\n      platform: Objective-C\n      author: jeyben\n      stargazers_count: 222\n    - name: LinkedIn Node.js Library by Julien Valéry\n      documentation_url: https://github.com/darul75/node-linked-in\n      platform: Node.js\n      author: darul75\n      stargazers_count: 6\n    - name: \" LinkedIn Java Library by Pablo Fernandez\"\n      documentation_url: https://developer-programs.linkedin.com/documents/libraries-and-tools\n      source_code_url: https://github.com/fernandezpablo85/scribe-java/blob/master/src/test/java/org/scribe/examples/LinkedInExample.java\n      platform: Java\n      stargazers_count: 5136\n    - name: LinkedIn .Net Library by oldlamer\n      documentation_url: https://www.nuget.org/packages/LinkedIn.NET/\n      source_code_url: http://sourceforge.net/projects/linkedinnet/\n      platform: .Net\n    - name: LinkedIn .Net Library by Tanveer Yousuf\n      documentation_url: https://www.nuget.org/packages/LinkedIn/\n      source_code_url: https://github.com/tanveery/linkedin-net\n      platform: .Net\n    - name: LinkedIn Ruby Library by Matt Kirk\n      documentation_url: https://rubygems.org/gems/linkedin/versions/1.0.0\n      source_code_url: https://github.com/hexgnu/linkedin\n      platform: Ruby\n      author: hexgnu\n      stargazers_count: 754\n    - name: LinkedIn Objective-C Library by Jacob von Eyben\n      documentation_url: https://github.com/jeyben/IOSLinkedInAPI/blob/master/README.md\n      source_code_url: https://github.com/jeyben/IOSLinkedInAPI\n      platform: Objective-C\n      author: jeyben\n      stargazers_count: 222\n    - name: LinkedIn Ruby Wrapper LinkedIn Gem\n      documentation_url: https://github.com/hexgnu/linkedin\n      platform: Ruby\n      author: hexgnu\n      stargazers_count: 754\n    - name: LinkedIn-API-JSON-Client\n      documentation_url: https://github.com/mattsnider/LinkedIn-API-JSON-Client\n      platform: Python\n      author: mattsnider\n      stargazers_count: 5\n    - name: Happyr Developer LinkedIn PHP Client\n      documentation_url: http://developer.happyr.com/libraries/linkedin-php-client\n      platform: PHP\n    - name: Python LinkedIn\n      documentation_url: https://github.com/ozgur/python-linkedin\n      platform: Python\n      author: ozgur\n      stargazers_count: 754\n    - name: Simple LinkedIn PHP\n      documentation_url: https://code.google.com/p/simple-linkedinphp/\n      platform: PHP\n    - name: Scribe Java\n      documentation_url: https://github.com/fernandezpablo85/scribe-java\n      platform: Java\n      stargazers_count: 5136\n    - name: A Java wrapper for LinkedIn APIs\n      documentation_url: http://code.google.com/p/linkedin-j/\n      platform: Java\n- name: LinkPreview\n  slug: linkpreview\n  description: Preview Web links with our reliable API service. Get Detailed JSON\n    Response for any URL. RESTful API that returns JSON formatted summary with\n    title, description and preview image for any requested URL. Free & paid\n    plans\n  categories:\n    - Scrapers & Data Mining\n    - URLs\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/linkpreview/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.linkpreview.net\n- name: Listen Api\n  slug: listen-api\n  description: Simple & no-nonsense podcast search & directory API. Search the\n    meta data of all podcasts and episodes on the Internet by people, places, or\n    topics. Best podcast API trusted by 2,104 companies and developers. Search\n    1,904,658 podcasts and 91,498,333 episodes by people or topics\n  categories:\n    - Music & Audio\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/listen-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.listennotes.com/api/\n- name: Listen Notes\n  slug: listen-notes\n  description: Best podcast API trusted by 2,104 companies and developers. Search\n    1,904,658 podcasts and 91,498,333 episodes by people or topics\n  categories:\n    - Music & Audio\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/listen-notes/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.listennotes.com/api/\n- name: Liveblocks\n  slug: liveblocks\n  description: Liveblocks API enables real-time collaboration features including\n    presence, live cursors, shared state, comments, and notifications. Build\n    collaborative document editors and multiplayer experiences.\n  categories:\n    - Development\n    - Collaboration\n    - Chats & Messaging\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://liveblocks.io/docs\n    - name: API Reference\n      url: https://liveblocks.io/docs/api-reference/rest-api-endpoints\n- name: LiveChat\n  slug: livechat\n  description: Online Customer Service software with customizable chat, embeddable\n    widgets, help desk and web analytics tools. APIs include webhooks support,\n    SDKs and open-source libraries to build on. Messaging APIs, chat widgets and\n    other building blocks of remarkable customer service experience\n  categories:\n    - Business\n    - Chats & Messaging\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/livechat/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developers.livechatinc.com/\n  libraries:\n    - name: \" LiveChat Ruby Library by LiveChat\"\n      documentation_url: https://developers.livechatinc.com/rest-api/#libraries\n      source_code_url: https://github.com/cxz/livechat_client\n      platform: Ruby\n      author: cxz\n      stargazers_count: 11\n- name: Liveedu\n  slug: liveedu\n  description: Live Coding Streaming. Education Ecosystem is a project learning\n    platform for people to learn how to build real products\n  categories:\n    - Education\n    - Video & Media\n    - Entertainment\n    - Development\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.education-ecosystem.com/developer/applications/\n  libraries:\n    - name: LiveCoding .NET SDK\n      documentation_url: https://github.com/LiveCodingTVOfficial/LiveCoding.NET\n      platform: .Net\n      stargazers_count: 0\n    - name: LiveCoding.tv Python SDK\n      documentation_url: https://github.com/LiveCodingTVOfficial/python-livecodingtv\n      platform: Python\n      stargazers_count: 1\n- name: Lob.com\n  slug: lob-com\n  description: Lob provides direct mail and address verification APIs that allow\n    businesses to send timely, personalized, automated offline communications to\n    their customers\n  categories:\n    - Validation & Verification\n    - Email & SMS\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/lob-com/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://lob.com/\n- name: Localytics\n  slug: localytics\n  description: Analytics Concepts In order to use an analytics API to its maximum\n    potential, it is useful to agree on terminology. The Localytics API, and the\n    backend services which power it, are organized around. Interface to\n    Localytics analytics platform\n  categories:\n    - Marketing & SEO\n    - Analytics\n    - Business\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://docs.localytics.com/dev/query-api.html#query-api\n  libraries:\n    - name: Localytics Xamarin SDK by Localytics\n      documentation_url: https://github.com/localytics/localytics-xamarin\n      platform: C#\n      stargazers_count: 6\n    - name: Localytics Cordova SDK by Localytics\n      documentation_url: https://github.com/localytics/localytics-cordova\n      platform: JavaScript\n      stargazers_count: 13\n    - name: \" Localytics Java SDK by Localytics\"\n      documentation_url: http://docs.localytics.com/#Dev/sdk-downloads.html\n      platform: Java\n    - name: Localytics Objective-C SDK by Localytics\n      documentation_url: http://docs.localytics.com/index.html#Dev/Integrate/ios-integration.html\n      source_code_url: http://docs.localytics.com/#Dev/sdk-downloads.html\n      platform: Objective-C\n- name: LocationIQ\n  slug: locationiq\n  description: Generous free tier, offering Enterprise-grade APIs for everyone!.\n    Affordable Geocoding, Maps and Routing APIs\n  categories:\n    - Maps & Geo\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/locationiq/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://locationiq.org/docs/\n- name: Logdna\n  slug: logdna\n  description: Learn about logging, how to get started, and how to maximize our\n    log collection, monitoring, retention, alerting, and analysis features.\n    LogDNA is a centralized log management software. It helps you with Real-time\n    log aggregation, monitoring, and analysis from any platform, at any volume.\n    LogDNA is the easiest centralized log management software\n  categories:\n    - Other\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://docs.logdna.com/docs\n- name: Lololyrics API\n  slug: lololyrics-api\n  description: Specializes more in electronic dance music genres such as\n    hardstyle. You see this page because there is no Web site at this address.\n    Given an artist and track name, obtains its lyrics and metadata such as the\n    year released and album art\n  categories:\n    - Music & Audio\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://api.lololyrics.com/\n- name: Lolwallpapers Api\n  slug: lolwallpapers-api\n  description: League of Legends Wallpapers website official API. This is a\n    lightweight public API which provides an easy way to fetch informations\n    about any wallpapers on LoLWallpapers\n  categories:\n    - Games\n    - Search\n    - Images & Photography\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/lolwallpapers-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://api.lolwallpapers.net\n- name: Long Url Shortener\n  slug: long-url-shortener\n  description: Given a long URL, returns a short link\n  categories:\n    - URLs\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://cleanuri.com/\n- name: Looker\n  slug: looker\n  description: Looker's REST API manages dashboards, looks, queries, users, and\n    data connections. Embed analytics, run reports programmatically, and\n    integrate with Looker's BI platform.\n  categories:\n    - Analytics\n    - Statistics & Data\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developers.looker.com/api/explorer/4.0/methods\n    - name: API Reference\n      url: https://developers.looker.com/api/explorer/4.0/methods\n- name: Loom\n  slug: loom\n  description: Loom's API provides access to recorded videos, transcripts, viewer\n    analytics, and workspace data. Integrate async video messaging into apps and\n    automate video workflows.\n  categories:\n    - Video & Media\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://dev.loom.com/docs/reference/overview\n    - name: API Reference\n      url: https://dev.loom.com/docs/reference/overview\n- name: Lord of the Rings API\n  slug: lord-of-the-rings-api\n  description: Get data about the books, the movie trilogy, many characters and quotes\n  categories:\n    - Entertainment\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://the-one-api.herokuapp.com/\n- name: Lorem Picsum\n  slug: lorem-picsum\n  description: Lorem Ipsum, but for photos.\n  categories:\n    - Art & Design\n    - Random\n    - Images & Photography\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/lorem-picsum/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://picsum.photos/\n- name: Lorempicsum\n  slug: lorempicsum\n  description: Generate placeholder pictures. The web host lorempicsum. com does not exist\n  categories:\n    - Testing\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://lorempicsum.com\n- name: Loripsum\n  slug: loripsum\n  description: This Lorem Ipsum generator fits all your Lipsum needs! Come on\n    over, make some Lipsum and copy-paste like a pro!\n  categories:\n    - Testing\n    - Development\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/loripsum/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: http://loripsum.net/\n- name: Lottery Number Generation\n  slug: lottery-number-generation\n  description: Hundereds of lottery games from various countries are supported.\n    Generate lottery numbers\n  categories:\n    - Random\n    - Casino & Gambling\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://fungenerators.com/api/lottery/\n- name: LottieFiles\n  slug: lottiefiles\n  description: LottieFiles API provides access to a library of Lottie animations,\n    enables uploading and managing animation files, and converting between\n    animation formats for web and mobile apps.\n  categories:\n    - Images & Photography\n    - Art & Design\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://lottiefiles.com/developers\n    - name: API Reference\n      url: https://lottiefiles.com/developers/public-api\n- name: Louis Dorrad\n  slug: louis-dorrad\n  description: Google’s product is quite similar to Amazon’s but it’s actually.\n    Amazon Machine Learning&nbsp;made a lot of noise when it came out&nbsp;last\n    month. Shortly afterwards, someone posted a link to Google Prediction\n    API&nbsp;on HackerNews and it quickly became one of the most popular’s posts\n  categories:\n    - Finance & Economics\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/louis-dorrad/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: http://www.louisdorard.com/blog/machine-learning-apis-comparison\n- name: Lufthansa Open API\n  slug: lufthansa-open-api\n  description: Lufthansa Developer Network. Use the data of Europe's biggest\n    airline group! Fight status,inflight amenities, partner program\n  categories:\n    - Travel\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developer.lufthansa.com/\n- name: LUIS AI\n  slug: luis-ai\n  description: Language Understanding Intelligent Service offers a fast and\n    effective way of adding language understanding to applications\n  categories:\n    - AI & ML\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.luis.ai/\n- name: Lyft\n  slug: lyft\n  description: Get real-time ETAs, availability, price estimates, ride status\n    through the Lyft API. Learn more about how you can create delightful\n    experiences that transport people —leveraging the power of Lyft's API.\n  categories:\n    - Transportation\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/lyft/logo_256x256.png\n  contact: api-support@lyft.com\n  links:\n    - name: Docs / Website\n      url: https://www.lyft.com/developers\n  libraries:\n    - name: Lyft Go SDK by Lyft\n      documentation_url: https://github.com/lyft/lyft-go-sdk\n      platform: Go\n      stargazers_count: 7\n    - name: Lyft NodeJS SDK by Lyft\n      documentation_url: https://www.npmjs.com/package/lyft-api\n      source_code_url: https://www.npmjs.com/package/lyft-api\n      platform: Node.js\n    - name: Lyft Android SDK by Lyft\n      documentation_url: https://github.com/lyft/lyft-android-sdk\n      platform: Java\n      stargazers_count: 70\n- name: Lyrics.ovh\n  slug: lyrics-ovh\n  description: A place where APIs are kept. A place where APIs are kept\n  categories:\n    - Music & Audio\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://docs.lyricsovh.apiary.io/\n- name: MAC address vendor lookup\n  slug: mac-address-vendor-lookup\n  description: The MAC address API allows you to retrieve OUI vendor information,\n    detect virtual machines, possible applications, read the information encoded\n    in the MAC, and get research's results regarding the given MAC address or\n    the OUI.\n  categories:\n    - Security\n    - Hardware\n    - Development\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/mac-address-vendor-lookup/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://macaddress.io/api\n  libraries:\n    - name: MAC address Vendor Lookup Python SDK\n      documentation_url: https://github.com/CodeLineFi/maclookup-python\n      platform: Python\n      stargazers_count: 1\n- name: Magic The Gathering\n  slug: magic-the-gathering\n  description: The MTG API allows developers to easily consume MTG card and set\n    data in JSON format\n  categories:\n    - Games\n    - Entertainment\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/magic-the-gathering/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: http://magicthegathering.io/\n- name: mailboxlayer\n  slug: mailboxlayer\n  description: Simple and powerful email verification JSON API using SMTP, typo\n    checks, syntax validation, and free and disposable provider filtering. Free\n    for personal use.\n  categories:\n    - Security\n    - Validation & Verification\n    - Email & SMS\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/mailboxlayer/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://mailboxlayer.com\n- name: MailboxValidator\n  slug: mailboxvalidator\n  description: MailboxValidator provides single email validation API that checks\n    if an email address is valid and exists. Email validation service to check\n    for invalid email addresses. It connects to the mail server and checks\n    whether the mailbox exists or not\n  categories:\n    - Business\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/mailboxvalidator/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.mailboxvalidator.com/api-single-validation\n- name: Mailchimp\n  slug: mailchimp\n  description: Mailchimp's Marketing API manages email campaigns, audiences,\n    automations, and reports. Build and send newsletters, segment subscribers,\n    and track engagement metrics.\n  categories:\n    - Email & SMS\n    - Marketing & SEO\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://mailchimp.com/developer\n    - name: API Reference\n      url: https://mailchimp.com/developer/marketing/api\n- name: MailGun\n  slug: mailgun\n  description: Learn more today!. Transactional Email API Service For Developers.\n    Free first 10000 emails per month. Powerful Transactional Email APIs that\n    enable you to send, receive, and track emails, built with developers in mind\n  categories:\n    - Email & SMS\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://mailgun.com\n  libraries:\n    - name: Mailgun Node.js SDK by Bojan\n      documentation_url: https://www.npmjs.com/package/mailgun-js\n      source_code_url: https://github.com/bojand/mailgun-js\n      platform: Node.js\n      stargazers_count: 893\n    - name: Mailgun Objective-C SDK by Rackspace Hosting\n      documentation_url: https://github.com/rackerlabs/objc-mailgun\n      platform: Objective-C\n      stargazers_count: 26\n    - name: Mailgun Go SDK by Mailgun\n      documentation_url: https://github.com/mailgun/mailgun-go\n      platform: Go\n      stargazers_count: 499\n    - name: Mailgun PHP SDK by Mailgun\n      documentation_url: https://github.com/mailgun/mailgun-php\n      platform: PHP\n      stargazers_count: 956\n    - name: Mailgun Ruby SDK by Mailgun\n      documentation_url: https://documentation.mailgun.com/libraries.html#ruby\n      platform: Ruby\n    - name: Mailgun Node.js SDK by Mailgun\n      documentation_url: https://documentation.mailgun.com/libraries.html#node-js\n      platform: Node.js\n    - name: Mailgun C# SDK by Mailgun\n      documentation_url: https://documentation.mailgun.com/libraries.html#c\n      platform: C#\n    - name: Mailgun Java SDK by Mailgun\n      documentation_url: https://documentation.mailgun.com/libraries.html#java\n      platform: Java\n    - name: Mailgun Python SDK by Mailgun\n      documentation_url: https://documentation.mailgun.com/libraries.html#python\n      platform: Python\n    - name: Mailgun Meteor Library by GfK Business Applications\n      documentation_url: https://github.com/gfk-ba/meteor-mailgun-api/\n      platform: JavaScript\n      stargazers_count: 14\n- name: Mailjet\n  slug: mailjet\n  description: |-\n    Reliable and scalable email delivery platform with SMTP and API. \n    Real-time monitoring service for all your email traffic. \n    Responsive email design with MJML and Passport\n  categories:\n    - Email & SMS\n    - Marketing & SEO\n    - Analytics\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://dev.mailjet.com\n  libraries:\n    - name: Mailjet Symfony PHP SDK by Marc Galoyer\n      documentation_url: https://github.com/uneak/MailjetBundle\n      platform: PHP\n      author: uneak\n      stargazers_count: 1\n    - name: Mailjet Node.js SDK by Clément Delafargue\n      documentation_url: https://github.com/divarvel/node-mailjet-v3\n      platform: Node.js\n      author: divarvel\n      stargazers_count: 0\n    - name: Mailjet Node.js SDK by psolbach\n      documentation_url: https://github.com/psolbach/node-mailjet\n      platform: Node.js\n      author: psolbach\n      stargazers_count: 0\n    - name: Mailjet Symfony PHP SDK by Mehdi ZOGHLAMI\n      documentation_url: https://github.com/Vooodoo/MailJetBundle\n      platform: PHP\n    - name: Mailjet Node.js SDK by panosru\n      documentation_url: https://github.com/panosru/node-mailjet\n      platform: Node.js\n      author: panosru\n      stargazers_count: 6\n    - name: Mailjet Symfony PHP SDK by KNP Labs\n      documentation_url: https://github.com/KnpLabs/KnpMailjetBundle\n      platform: PHP\n      stargazers_count: 10\n    - name: Mailjet Python SDK by Rick van Hattem\n      documentation_url: https://github.com/WoLpH/mailjet\n      platform: Python\n      author: WoLpH\n      stargazers_count: 18\n    - name: Mailjet PHP SDK by Arnaud Ligny\n      documentation_url: https://github.com/Narno/Mailjet-API\n      platform: PHP\n      stargazers_count: 1\n    - name: Mailjet Node.js SDK by Ryan Flanagan\n      documentation_url: https://github.com/Ranagan/node-mailjet-api\n      platform: Node.js\n      author: Ranagan\n      stargazers_count: 0\n    - name: Mailjet Elixir SDK by PiggyPot\n      documentation_url: https://github.com/PiggyPot/mailjex\n      platform: Elixir\n      stargazers_count: 7\n    - name: Mailjet Go SDK by Mailjet\n      documentation_url: https://github.com/mailjet/mailjet-apiv3-go\n      platform: Go\n      stargazers_count: 51\n    - name: Mailjet Python SDK by Mailjet\n      documentation_url: https://github.com/mailjet/mailjet-apiv3-python\n      platform: Python\n      stargazers_count: 70\n    - name: Mailjet Node.js SDK by Mailjet\n      documentation_url: https://github.com/mailjet/mailjet-apiv3-nodejs\n      source_code_url: https://github.com/mailjet/mailjet-apiv3-nodejs\n      platform: Node.js\n      stargazers_count: 134\n    - name: Mailjet Ruby SDK by Mailjet\n      documentation_url: https://github.com/mailjet/mailjet-gem\n      platform: Ruby\n      stargazers_count: 119\n    - name: Mailjet Java SDK by Mailjet\n      documentation_url: https://github.com/mailjet/mailjet-apiv3-java\n      platform: Java\n      stargazers_count: 51\n    - name: Mailjet PHP SDK by Mailjet\n      documentation_url: https://github.com/mailjet/mailjet-apiv3-php-simple\n      platform: PHP\n      stargazers_count: 56\n- name: Make (Integromat)\n  slug: make\n  description: Make's API manages scenarios, modules, connections, and executions\n    on the visual automation platform. Build and trigger automated workflows\n    connecting 1,000+ apps and services.\n  categories:\n    - Development\n    - Business\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://www.make.com/en/api-documentation\n    - name: API Reference\n      url: https://www.make.com/en/api-documentation/reference\n- name: Makeup\n  slug: makeup\n  description: Search makeup products\n  categories:\n    - Other\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://makeup-api.herokuapp.com/\n  libraries:\n    - name: Makeup Go SDK by Ryan Christiani\n      documentation_url: https://github.com/Rchristiani/gomakeup\n      platform: Go\n      author: Rchristiani\n      stargazers_count: 0\n- name: Mapbox\n  slug: mapbox\n  description: Access to MapBox’s API\n  categories:\n    - Visualizations\n    - Maps & Geo\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.mapbox.com/developers/api/maps/\n  libraries:\n    - name: Mapbox AR Scenekit Swift SDK\n      documentation_url: https://github.com/mapbox/mapbox-scenekit\n      platform: Swift\n      stargazers_count: 203\n    - name: Mapbox AR React Native SDK\n      documentation_url: https://github.com/mapbox/react-native-mapbox-ar\n      platform: JavaScript\n      stargazers_count: 205\n    - name: Mapbox Tilelive Filter Layers Javascript SDK by TrailBehind\n      documentation_url: https://github.com/mapbox/tilelive\n      source_code_url: https://github.com/trailbehind/tilelive-filter-layers\n      platform: JavaScript\n      stargazers_count: 0\n    - name: Mapbox Tilelive OSciM Javascript SDK by Konstantin Käfer\n      documentation_url: https://github.com/kkaefer/tilelive-oscim/blob/master/README.md\n      source_code_url: https://github.com/kkaefer/tilelive-oscim\n      platform: JavaScript\n      author: kkaefer\n      stargazers_count: 2\n    - name: Mapbox Redis Tilelive Decorator Javascript SDK by Mapbox\n      documentation_url: https://www.mapbox.com/vector-tiles/\n      source_code_url: https://github.com/mapbox/tilelive-decorator\n      platform: JavaScript\n      stargazers_count: 8\n    - name: Mapbox Tilelive Vector Javascript SDK by Mapbox\n      documentation_url: https://github.com/mapbox/tilelive/blob/master/API.md\n      source_code_url: https://github.com/mapbox/tilelive-vector\n      platform: JavaScript\n      stargazers_count: 67\n    - name: Mapbox Directions Leaflet Javascript SDK by Mapbox\n      documentation_url: https://github.com/mapbox/mapbox-directions.js/blob/mb-pages/API.md\n      source_code_url: https://github.com/mapbox/mapbox-directions.js\n      platform: JavaScript\n      stargazers_count: 53\n    - name: Mapbox Mobile GL Styles Javascript SDK by Mapbox\n      documentation_url: https://www.mapbox.com/mapbox-gl-js/api/\n      source_code_url: https://github.com/mapbox/mapbox-gl-styles\n      platform: JavaScript\n      stargazers_count: 232\n    - name: Mapbox Events Browser Javascript SDK by Mapbox\n      documentation_url: https://www.mapbox.com/mapbox-gl-js/api/#events\n      source_code_url: https://github.com/mapbox/mapbox-events\n      platform: JavaScript\n      stargazers_count: 1\n    - name: Mapbox Ruby SDK by Mapbox\n      documentation_url: https://github.com/mapbox/mapbox-sdk-rb/blob/master/README.md\n      source_code_url: https://github.com/mapbox/mapbox-sdk-rb\n      platform: Ruby\n      stargazers_count: 54\n    - name: Mapbox CLI Data NodeJS SDK by Mapbox\n      documentation_url: https://www.mapbox.com/data-platform/\n      source_code_url: https://github.com/mapbox/mapbox-data-cli\n      platform: Node.js\n      stargazers_count: 3\n    - name: Mapbox Navigation Monitoring Javascript SDK by Mapbox\n      documentation_url: https://www.mapbox.com/directions/\n      source_code_url: https://github.com/mapbox/navigation.js\n      platform: JavaScript\n      stargazers_count: 29\n    - name: Mapbox GL Layer Group Management Javascript SDK by Mapbox\n      documentation_url: https://www.mapbox.com/mapbox-gl-js/plugins/\n      source_code_url: https://github.com/mapbox/mapbox-gl-layer-groups\n      platform: JavaScript\n      stargazers_count: 13\n    - name: Mapbox Studio Vintage Map Style Javascript SDK by Mapbox\n      documentation_url: https://www.mapbox.com/mapbox-studio/\n      source_code_url: https://github.com/mapbox/mapbox-gl-vintage-style\n      platform: JavaScript\n      stargazers_count: 27\n    - name: Mapbox React Geocoder Javascript SDK by Mapbox\n      documentation_url: https://www.mapbox.com/geocoding/#for-developers\n      source_code_url: https://github.com/mapbox/react-geocoder\n      platform: JavaScript\n      stargazers_count: 125\n    - name: Mapbox Tilelive Javascript SDK by Mapbox\n      documentation_url: https://www.mapbox.com/about/open/\n      source_code_url: https://github.com/mapbox/tilelive\n      platform: JavaScript\n      stargazers_count: 473\n    - name: Mapbox GL Geocoder Javascript SDK by Mapbox\n      documentation_url: https://www.mapbox.com/api-documentation/#geocoding\n      source_code_url: https://github.com/mapbox/mapbox-gl-geocoder\n      platform: JavaScript\n      stargazers_count: 202\n    - name: MapBox JavaScript Library\n      documentation_url: https://www.mapbox.com/mapbox.js/api/v2.1.2/\n      source_code_url: https://github.com/mapbox/mapbox.js/\n      platform: JavaScript\n      stargazers_count: 1775\n- name: Mapbox Directions API\n  slug: mapbox-directions-api\n  description: The Mapbox Directions API can calculate optimal driving, walking,\n    and cycling routes, produce turn-by-turn instructions, produce routes with\n    up to 25 coordinates anywhere on earth\n  categories:\n    - Maps & Geo\n    - Post & Logistics\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://docs.mapbox.com/api/\n- name: Mapbox Geocoding API\n  slug: mapbox-geocoding-api\n  description: The Mapbox Geocoding API does forward geocoding (search place names\n    and return coordinates) and reverse geocoding (search coordinates and return\n    place names)\n  categories:\n    - Search\n    - Maps & Geo\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://docs.mapbox.com/api/\n- name: Mapbox Maps API\n  slug: mapbox-maps-api\n  description: The Mapbox Maps API reads and renders raster map tilesets and\n    vector map tilesets. Tilesets can be retrieved as images, TileJSON, or HTML\n    slippy maps for embedding\n  categories:\n    - Maps & Geo\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://docs.mapbox.com/api/\n- name: Mapbox Matrix API\n  slug: mapbox-matrix-api\n  description: The Mapbox Matrix API returns travel times between many points\n  categories:\n    - Maps & Geo\n    - Post & Logistics\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://docs.mapbox.com/api/\n- name: Marijuana Strains\n  slug: marijuana-strains\n  description: The Strain API\n  categories:\n    - Health\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: http://strains.evanbusse.com/\n- name: markerapi\n  slug: markerapi\n  description: Trademark search API to search the US trademarks database (USPTO)\n    based on a search string. API allows to search by serial number, trademark,\n    owner, upcoming expiration date, and product/service description.\n  categories:\n    - Business\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/markerapi/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: http://www.markerapi.com/\n- name: Marketcloud\n  slug: marketcloud\n  description: It covers inventory and database, carts and checkout, payments,\n    user authentication, and more. You just bring the frontend. eCommerce APIs\n    for developers\n  categories:\n    - Commerce\n    - Development\n    - Payments\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.marketcloud.it\n  libraries:\n    - name: Marketcloud Android SDK by Marketcloud\n      documentation_url: https://github.com/Marketcloud/marketcloud-android-sdk\n      platform: Java\n      stargazers_count: 4\n    - name: Marketcloud iOS SDK by Marketcloud\n      documentation_url: https://github.com/Marketcloud/marketcloud-swift-sdk\n      platform: Swift\n      stargazers_count: 3\n    - name: Marketcloud Ruby SDK by Marketcloud\n      documentation_url: https://github.com/Marketcloud/marketcloud-ruby\n      platform: Ruby\n      stargazers_count: 1\n    - name: Marketcloud NodeJS SDK by Marketcloud\n      documentation_url: https://github.com/Marketcloud/marketcloud-node\n      platform: Node.js\n      stargazers_count: 21\n    - name: Marketcloud JavaScript SDK by Marketcloud\n      documentation_url: https://github.com/Marketcloud/marketcloud-js\n      platform: JavaScript\n      stargazers_count: 11\n    - name: Marketcloud PHP SDK by Marketcloud\n      documentation_url: https://github.com/Marketcloud/marketcloud-php\n      platform: PHP\n      stargazers_count: 2\n- name: Marvel\n  slug: marvel\n  description: The Marvel developer portal gives Marvel fans, partners and other\n    technologists access to an array of powerful APIs, documentation, and other\n    tools to interact with Marvel&#039;s systems. Access over 70 years of comic\n    data with Marvel's official developer API\n  categories:\n    - Art & Design\n    - Entertainment\n    - Comics & Anime\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/marvel/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developer.marvel.com/\n- name: Mastercard\n  slug: mastercard\n  description: Mastercard official API\n  categories:\n    - Payments\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/mastercard/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developer.mastercard.com/apis\n- name: Mastodon\n  slug: mastodon\n  description: Welcome to the Mastodon documentation!. Welcome to the Mastodon\n    documentation!\n  categories:\n    - Social\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/mastodon/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://docs.joinmastodon.org/\n  libraries:\n    - name: \" Mastodon Swift SDK by Mitchell Schwitzer\"\n      documentation_url: https://github.com/schwitzerm/scaladon\n      platform: Swift\n      author: schwitzerm\n      stargazers_count: 6\n    - name: \" Mastodon Python SDK by Lorenz Diener\"\n      documentation_url: https://github.com/halcy/Mastodon.py\n      platform: Python\n      author: halcy\n      stargazers_count: 413\n    - name: Mastodon Android SDK by Toshihiro Yashi\n      documentation_url: https://github.com/sys1yagi/mastodon4j\n      platform: Java\n      author: sys1yagi\n      stargazers_count: 83\n    - name: \" Mastodon Go SDK by Mikael Berthe\"\n      documentation_url: https://github.com/McKael/madon\n      platform: Go\n      author: McKael\n      stargazers_count: 38\n    - name: Mastodon Elixir SDK by Milton Mazzarri\n      documentation_url: https://github.com/milmazz/hunter\n      platform: Elixir\n      author: milmazz\n      stargazers_count: 32\n    - name: Mastodon CPlus SDK by TastyTea\n      documentation_url: https://github.com/tastytea/mastodon-cpp\n      platform: C++\n      author: tastytea\n      stargazers_count: 6\n    - name: Mastodon C# SDK by Yusuke Yamada\n      documentation_url: https://github.com/yamachu/Mastodot\n      platform: C#\n      author: yamachu\n      stargazers_count: 16\n- name: Matlab\n  slug: matlab\n  description: MATLAB is a high-level language and interactive environment for\n    numerical computation, visualization, and programming. The MATLAB RESTful\n    API enables you to evaluate MATLAB functions on remote servers using JSON\n    representation of MATLAB data types.\n  categories:\n    - Science & Math\n    - Development\n    - Visualizations\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/matlab/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.programmableweb.com/api/matlab\n  libraries:\n    - name: MATLAB Python SDK by Mathworks\n      documentation_url: https://www.mathworks.com/help/mps/client-programming.html\n      source_code_url: https://www.mathworks.com/help/mps/python-client-programming.html\n      platform: Python\n- name: Matomo\n  slug: matomo\n  description: \"This page is a hub space linking to the Analytics API guides.\n    There are two main APIs in Matomo (Piwik) Analytics Web API: used to request\n    all Matomo reports and to manage (add, update, delete) web. Matomo is an\n    all-in-one premium web analytics platform designed to give you the most\n    conclusive insights\"\n  categories:\n    - Analytics\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/matomo/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://matomo.org/docs/analytics-api/\n- name: MeaningCloud\n  slug: meaningcloud\n  description: Text analysis APIs for topic extraction, sentiment analysis,\n    automatic classification, morphosyntactic analysis, language detection and\n    more. Several languages are supported. TEXT ANALYTICS. MeaningCloud\n    market-leading solutions for text mining and voice of the customer. Register\n    now on our website to discover our text API\n  categories:\n    - AI & ML\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/meaningcloud/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.meaningcloud.com\n- name: Medicare\n  slug: medicare\n  description: gov. Access to the data from the CMS - medicare\n  categories:\n    - Health\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://data.medicare.gov/developers\n- name: Medium\n  slug: medium\n  description: Documentation for Medium's OAuth2 API. Documentation for Medium's\n    OAuth2 API. Contribute to Medium/medium-api-docs development by creating an\n    account on GitHub\n  categories:\n    - Social\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/medium/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://github.com/Medium/medium-api-docs\n  libraries:\n    - name: Medium Haskell SDK by Timmy Tofu\n      documentation_url: https://hackage.haskell.org/package/medium-sdk-haskell\n      platform: Haskell\n    - name: Medium Ruby SDK by Kevin Kirsche\n      documentation_url: https://rubygems.org/gems/medium-sdk-ruby/versions/1.0.1\n      platform: Ruby\n    - name: Medium PHP SDK by Jonathan Torres\n      documentation_url: https://github.com/jonathantorres/medium-sdk-php\n      platform: PHP\n      author: jonathantorres\n      stargazers_count: 77\n    - name: Medium Go SDK by Parham Doustdar\n      documentation_url: https://github.com/parhamdoustdar/godium\n      platform: Go\n      author: parhamdoustdar\n      stargazers_count: 95\n    - name: Medium Ruby SDK by John Wang\n      documentation_url: https://github.com/grokify/medium-sdk-ruby\n      platform: Ruby\n      author: grokify\n      stargazers_count: 4\n    - name: Medium Node.js SDK by Medium\n      documentation_url: https://github.com/Medium/medium-sdk-nodejs\n      platform: Node.js\n      stargazers_count: 332\n    - name: Medium Go SDK by Medium\n      documentation_url: https://github.com/Medium/medium-sdk-go\n      platform: Go\n      stargazers_count: 131\n    - name: Medium Python SDK by Medium\n      documentation_url: https://github.com/Medium/medium-sdk-python\n      platform: Python\n      stargazers_count: 179\n- name: Meetup.com\n  slug: meetup-com\n  description: Find groups that host online or in person events and meet people in\n    your local community who share your interests\n  categories:\n    - Social\n    - Events\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/meetup-com/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.meetup.com/meetup_api/\n- name: Meilisearch\n  slug: meilisearch\n  description: Meilisearch is an open-source search engine with a REST API. Offers\n    instant, typo-tolerant full-text search with filtering, faceting, geosearch,\n    and vector similarity search.\n  categories:\n    - Search\n    - Development\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://www.meilisearch.com/docs\n    - name: API Reference\n      url: https://www.meilisearch.com/docs/reference/api/overview\n- name: Mercedes-Benz\n  slug: mercedes-benz\n  description: Mercedes-Benz's live API products\n  categories:\n    - Vehicles\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/mercedes-benz/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developer.mercedes-benz.com/apis\n- name: Mercurial\n  slug: mercurial\n  description: \"Access to Mercurial’s API. Note: This page is primarily intended\n    for developers of Mercurial. The Mercurial API Rough introduction to\n    Mercurial internal API. Using this API is a strong indication that you're\n    creating a \\\"deri\"\n  categories:\n    - Development\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/mercurial/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.mercurial-scm.org/wiki/MercurialApi\n- name: Mercury\n  slug: mercury\n  description: Mercury Web Parser turns web articles into structured content\n    reliably and easily. Make semantic sense out of any web article\n  categories:\n    - Scrapers & Data Mining\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/mercury/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://mercury.postlight.com/web-parser/\n- name: Merriam-Webster Dictionary API\n  slug: merriam-webster-dictionary-api\n  description: A comprehensive resource of dictionary and thesaurus data powered\n    by Merriam-Webster's trusted references. Affordable, comprehensive, and easy\n    to use. Free for non-commercial use. Gives developers access to a big ass\n    resource of dictionary and thesaurus content as well as specialized medical,\n    Spanish, ESL, and student-friendly vocabulary\n  categories:\n    - Content & Dictionaries\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://www.dictionaryapi.com/\n- name: MessageBird\n  slug: messagebird\n  description: MessageBird's API provides SMS, voice, WhatsApp, email, and live\n    chat communications. Send messages globally, build IVR flows, and manage\n    omnichannel customer interactions.\n  categories:\n    - Email & SMS\n    - Voice\n    - Chats & Messaging\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://developers.messagebird.com\n    - name: API Reference\n      url: https://developers.messagebird.com/api\n- name: Messari\n  slug: messari\n  description: Messari provides an institutional grade Bitcoin and blockchain data\n    API, ranging from market data to fundamentals, blockchain metrics and news.\n    Gain an edge over the crypto market with professional grade data, tools, and\n    research\n  categories:\n    - Blockchain & Cryptocurrencies\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/messari/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://messari.io/api\n- name: Metacert\n  slug: metacert\n  description: MetaCert reduces the risk of identity theft, data breaches,\n    phishing, malware and ransomware attacks, by more than 98%\n  categories:\n    - Security\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/metacert/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://metacert.com/\n- name: Metadefnder Cloud API\n  slug: metadefnder-cloud-api\n  description: \"Metadefender Cloud provides unique set of APIs for everyone who is\n    working with files post by users. Metadefender APIs can check files with\n    more than 40 antivirus engines, strip malicious scripts from documents and\n    perform vulnerability assessment. About This Guide Welcome to the\n    MetaDefender Cloud guide. This guide is intended to provide the information\n    you need to: Start analyzing files with 30+ anti-malware engines How to use\n    MetaDefender\"\n  categories:\n    - Security\n    - Files & Storage\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://onlinehelp.opswat.com/mdcloud/\n- name: MetaWeather\n  slug: metaweather\n  description: API MetaWeather provides an API that delivers JSON over HTTPS for\n    access to our data.\n  categories:\n    - Weather\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.metaweather.com/api/\n- name: Meteorologisk Institutt\n  slug: meteorologisk-institutt\n  description: \"A. Q. Available products: LegendMeani. Introduction This is\n    version 3 of the MET Weather API. For additional information, please read\n    our Getting Started tutorial, Usage guide, Terms of Service and F\"\n  categories:\n    - Weather\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://api.met.no/weatherapi/documentation\n- name: Metro Lisboa\n  slug: metro-lisboa\n  description: Lisboa metro data\n  categories:\n    - Transportation\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://app.metrolisboa.pt/status/getLinhas.php\n- name: Mexico\n  slug: mexico\n  description: Contribute to IcaliaLabs/sepomex development by creating an account\n    on GitHub. A REST API for the SEPOMEX database. A REST API for the SEPOMEX\n    database\n  categories:\n    - Maps & Geo\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/mexico/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://github.com/IcaliaLabs/sepomex\n- name: Microlink\n  slug: microlink\n  description: \"Generate PDF from any website. Automate web performance. Turns any\n    link into information. Take screenshots, extract predominant palette colors.\n    Turns websites into data: Enter a URL, receive information. Make any URL\n    embeddable. Capture any website as a snapshot\"\n  categories:\n    - Art & Design\n    - Collaboration\n    - URLs\n    - Social\n    - Scrapers & Data Mining\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/microlink/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://microlink.io\n- name: Microsoft Advertising Platform - Bing Ads API\n  slug: microsoft-advertising-platform-bing-ads-api\n  description: Official developer documentation for Microsoft Advertising.\n    Provides programmatic access to various advertising technologies\n  categories:\n    - Marketing & SEO\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/microsoft-advertising-platform-bing-ads-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://msdn.microsoft.com/en-us/library/bing-ads-api.aspx\n- name: Microsoft Azure Machine Learning API\n  slug: microsoft-azure-machine-learning-api\n  description: Azure Cognitive Services brings AI within reach of every developer\n    through a family of APIs that don’t require machine-learning expertise.\n    Helps data scientists publish in minutes which once used to take days after\n    they had developed a feasible model\n  categories:\n    - AI & ML\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/microsoft-azure-machine-learning-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://azure.microsoft.com/en-us/services/cognitive-services/\n- name: Microsoft Cognitive Services\n  slug: microsoft-cognitive-services\n  description: A comprehensive family of AI services and cognitive APIs to help\n    you build intelligent apps. Text analytics, speech convertor, image & video\n    AI services, anomaly detector etc\n  categories:\n    - AI & ML\n    - Voice\n    - Recognition\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://azure.microsoft.com/en-us/services/cognitive-services/\n- name: Microsoft Graph\n  slug: microsoft-graph\n  description: Find out how you can use the Microsoft Graph API to connect to the\n    data that drives productivity - mail, calendar, contacts, documents,\n    directory, devices, and more. API for accessing stored files and photos for\n    personal and enterprise users with high resolution thumbnails and Microsoft\n    Office APIs\n  categories:\n    - Email & SMS\n    - Collaboration\n    - Files & Storage\n    - Calendar & Time\n    - CRM\n    - Documents & Productivity\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://graph.microsoft.io/en-us/docs/api-reference/v1.0/resources/onedrive\n  libraries:\n    - name: Microsoft Graph JavaScript SDK by Microsoft\n      documentation_url: https://github.com/microsoftgraph/msgraph-sdk-javascript\n      platform: JavaScript\n      stargazers_count: 412\n    - name: Microsoft Graph PHP SDK by Microsoft\n      documentation_url: https://github.com/microsoftgraph/msgraph-sdk-php\n      platform: PHP\n      stargazers_count: 288\n    - name: Microsoft Graph Objective-C SDK by Microsoft\n      documentation_url: https://github.com/microsoftgraph/msgraph-sdk-ios\n      platform: Objective-C\n      stargazers_count: 24\n    - name: Microsoft Graph Java SDK by Microsoft\n      documentation_url: https://github.com/microsoftgraph/msgraph-sdk-android\n      platform: Java\n      stargazers_count: 52\n    - name: Microsoft Graph Ruby SDK by Microsoft\n      documentation_url: https://github.com/microsoftgraph/msgraph-sdk-ruby\n      platform: Ruby\n      stargazers_count: 65\n    - name: Microsoft Graph Python SDK by Microsoft\n      documentation_url: https://github.com/microsoftgraph/msgraph-sdk-python\n      platform: Python\n      stargazers_count: 40\n    - name: Microsoft Graph .Net SDK by Microsoft\n      documentation_url: https://github.com/microsoftgraph/msgraph-sdk-dotnet\n      platform: .Net\n      stargazers_count: 374\n- name: Microsoft Teams API\n  slug: microsoft-teams-api\n  description: Microsoft Teams API via Microsoft Graph provides access to chats,\n    channels, messages, meetings, and team membership. Build bots, tabs, and\n    integrations for the Teams collaboration platform.\n  categories:\n    - Chats & Messaging\n    - Collaboration\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://learn.microsoft.com/en-us/graph/teams-concept-overview\n    - name: API Reference\n      url: https://learn.microsoft.com/en-us/graph/api/resources/teams-api-overview\n- name: Minor Planet Center\n  slug: minor-planet-center\n  description: Minor Planet Center API Overview Asterank offers a database API for\n    the Minor Planet Center's MPCORB. DAT data files. This API is a simple way\n    to quickly apply constraints to a set of over 600,000 a\n  categories:\n    - Science & Math\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://www.asterank.com/mpc\n- name: Mistral AI\n  slug: mistral-ai\n  description: Mistral AI provides access to open and proprietary language models\n    including Mistral Large, Mistral Small, and Codestral for text generation,\n    coding, and embeddings.\n  categories:\n    - AI & ML\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://docs.mistral.ai\n    - name: API Reference\n      url: https://docs.mistral.ai/api\n- name: Mixcloud\n  slug: mixcloud\n  description: Music\n  categories:\n    - Music & Audio\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/mixcloud/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.mixcloud.com/developers/\n- name: MixPanel\n  slug: mixpanel\n  description: Maintains a custom datastore that queries your data in a fast,\n    scalable, and reliable manner. On top of that datastore is user-friendly web\n    application which lets you visualize the data you have sent. Analytics for\n    mobile and web which helps you analyze the actions people take in your\n    application. Mixpanel was built to give you an answer about your product's\n    usage\n  categories:\n    - Analytics\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developer.mixpanel.com/docs/implement-mixpanel\n  libraries:\n    - name: Mixpanel Ruby SDK by Scott Bellware\n      documentation_url: https://github.com/sbellware/mixpanel-api\n      source_code_url: https://github.com/sbellware/mixpanel-api/tree/master/lib\n      platform: Ruby\n    - name: Mixpanel Android SDK by Mixpanel\n      documentation_url: https://mixpanel.com/help/reference/android\n      source_code_url: https://github.com/mixpanel/mixpanel-android\n      platform: Java\n      stargazers_count: 905\n    - name: Mixpanel iOS Swift Tracking SDK by Mixpanel\n      documentation_url: http://www.mixpanel.com/\n      source_code_url: https://github.com/mixpanel/mixpanel-swift\n      platform: Swift\n      stargazers_count: 290\n    - name: Mixpanel Action Script SDK by Mixpanel\n      documentation_url: https://mixpanel.com/help/reference/as3\n      platform: ActionScript\n    - name: Mixpanel Java SDK by Mixpanel\n      documentation_url: https://mixpanel.com/help/reference/java\n      platform: Java\n    - name: Mixpanel Unity SDK by Mixpanel\n      documentation_url: https://mixpanel.com/help/reference/unity\n      platform: Objective-C\n    - name: Mixpanel Ruby SDK by Mixpanel\n      documentation_url: https://mixpanel.com/help/reference/data-export-api\n      source_code_url: https://github.com/keolo/mixpanel_client\n      platform: Ruby\n      author: keolo\n      stargazers_count: 148\n    - name: Mixpanel PHP SDK by Mixpanel\n      documentation_url: https://mixpanel.com/help/reference/php\n      platform: PHP\n    - name: Mixpanel Python SDK by Mixpanel\n      documentation_url: https://mixpanel.com/help/reference/python\n      platform: Python\n    - name: \" Mixpanel iOS SDK by Mixpanel\"\n      documentation_url: https://mixpanel.com/help/reference/ios\n      platform: Objective-C\n    - name: Mixpanel JavaScript SDK by Mixpanel\n      documentation_url: https://mixpanel.com/help/reference/javascript\n      platform: JavaScript\n- name: MLScrape\n  slug: mlscrape\n  description: MLScrape is an API that allows you to scrape data from any online\n    shop without having to maintain your own web scraper - simply send the\n    product URL to our API. Scrape product data from any e-commerce website,\n    free tier with quota that resets monthly\n  categories:\n    - Scrapers & Data Mining\n    - AI & ML\n    - Development\n    - Commerce\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.mlscrape.com\n- name: mod.io\n  slug: mod-io\n  description: Cross-platform mod support\n  categories:\n    - Entertainment\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/mod-io/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://docs.mod.io\n- name: Moldova\n  slug: moldova\n  description: Central bank of Moldova\n  categories:\n    - Government\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://bnm.md/en/content/official-exchange-rates\n- name: Mollie\n  slug: mollie\n  description: Mollie's Payments API supports iDEAL, credit cards, SEPA, PayPal,\n    and 30+ other payment methods. Designed for European businesses with easy\n    integration and transparent pricing.\n  categories:\n    - Payments\n    - Commerce\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://docs.mollie.com\n    - name: API Reference\n      url: https://docs.mollie.com/reference/introduction\n- name: Monapi - Ip Address & Domain Api\n  slug: monapi-ip-address-and-domain-api\n  description: Our Anomaly API gives you IP & Domain Data for your Business.\n    Lookup threat intelligence score. Prevend bad signups, enrich your SIEM &\n    secure your Application. . Data Intelligence for your Application - API\n    Applications to protect your Service - Easy integration for developers and\n    companies - start today with the free application\n  categories:\n    - Security\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.monapi.io\n- name: monday.com\n  slug: monday-com\n  description: monday.com's GraphQL API provides access to boards, items, columns,\n    updates, and automations. Build work management integrations and sync data\n    with monday.com's platform.\n  categories:\n    - Project Management\n    - Development\n  type: GraphQL\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://developer.monday.com/api-reference/docs\n    - name: API Reference\n      url: https://developer.monday.com/api-reference/reference/about-the-api-reference\n- name: MongoDB Atlas\n  slug: mongodb-atlas\n  description: MongoDB Atlas Administration API manages clusters, database users,\n    network access, backups, and organizations. Automate cloud MongoDB\n    infrastructure and integrate with DevOps pipelines.\n  categories:\n    - Databases\n    - Development\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://www.mongodb.com/docs/atlas/reference/api-resources-spec\n    - name: API Reference\n      url: https://www.mongodb.com/docs/atlas/reference/api-resources-spec/v2\n- name: Moralis\n  slug: moralis\n  description: Moralis Web3 API provides NFT data, token balances, DeFi positions,\n    transaction history, and wallet analytics across EVM-compatible blockchains\n    including Ethereum, Polygon, and BNB Chain.\n  categories:\n    - Blockchain & Cryptocurrencies\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://docs.moralis.io\n    - name: API Reference\n      url: https://docs.moralis.io/web3-data-api/evm/reference\n- name: Movebank\n  slug: movebank\n  description: Movebank is a free, online database and research platform for\n    animal tracking and other on-animal sensor data\n  categories:\n    - Animals\n  type: REST\n  is_free: true\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/movebank/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://github.com/movebank/movebank-api-doc\n- name: Mozilla Addons\n  slug: mozilla-addons\n  description: Firefox Addons API\n  categories:\n    - Development\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://addons-server.readthedocs.io/en/latest/topics/api/index.html\n- name: MPDS\n  slug: mpds\n  description: Online PAULING FILE materials database with nearly 2 million data\n    entries (physical properties, crystal structures, phase diagrams) available\n    via API, ready for modern data-intensive applications. Provides experimental\n    materials science data excerpted from the peer-reviewed publications\n  categories:\n    - Science & Math\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/mpds/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developer.mpds.io\n- name: Music Machinery\n  slug: music-machinery\n  description: Here’s a categorized list of all the Music APIs. Notice one that is\n    missing or miscategorized? Let me know. Music Metadata ArtistLink Decibel\n    Discogs FreeDB Gracenote Last. fm MusicBrainz Mus…\n  categories:\n    - Finance & Economics\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/music-machinery/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://musicmachinery.com/music-apis/\n- name: musicApi\n  slug: musicapi\n  description: Centralized package to get data from qq, xiami, netease music -\n    LIU9293/musicAPI. Centralized Node. JS API SDK for Xiami, Netease, and QQ\n    music - The Top 3 music providers in China\n  categories:\n    - Music & Audio\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/musicapi/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://github.com/LIU9293/musicAPI\n- name: MusicBrainz\n  slug: musicbrainz\n  description: The API discussed here is an interface to the MusicBrainz Database.\n    It is aimed at developers of media players, CD rippers, taggers, and other\n    applications requiring music metadata. The API's archi\n  categories:\n    - Music & Audio\n    - Text Analysis & Tools\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/musicbrainz/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://musicbrainz.org/doc/Development/XML_Web_Service/Version_2\n  libraries:\n    - name: MetaMusic .NET SDK by David Pires\n      documentation_url: https://github.com/Davidblkx/MetaMusic\n      platform: .Net\n      author: Davidblkx\n      stargazers_count: 1\n    - name: MusicApiCollection C# SDK by BigGranu\n      documentation_url: https://github.com/BigGranu/MusicApiCollection\n      platform: C#\n      author: BigGranu\n      stargazers_count: 15\n    - name: Festival Search Engine JavaScript SDK by Steven Liatti\n      documentation_url: https://github.com/steenput/FestivalSearchEngine\n      platform: JavaScript\n      author: stevenliatti\n      stargazers_count: 1\n    - name: Cover Art Archive Music Brainz JavaScript SDK by Cover Art Archive\n      documentation_url: https://github.com/lastfm/coverartarchive-api\n      platform: JavaScript\n      stargazers_count: 44\n    - name: Cover Art Archive Music Brainz C SDK by Cover Art Archive\n      documentation_url: https://github.com/metabrainz/libcoverart\n      platform: C\n      stargazers_count: 27\n    - name: MusicBrainz (gomusicbrainz) Golang SDK by Michael Wendland\n      documentation_url: https://github.com/michiwend/gomusicbrainz/blob/master/README.md\n      source_code_url: https://github.com/michiwend/gomusicbrainz\n      platform: Go\n      author: michiwend\n      stargazers_count: 42\n    - name: MusicBrainz (libmusicbrainz-objc) Objective-C Library by Joachim Brandon\n        LeBlanc\n      documentation_url: https://github.com/demosdemon/libmusicbrainz-objc/blob/master/README.md\n      source_code_url: https://github.com/demosdemon/libmusicbrainz-objc\n      platform: Objective-C\n      author: demosdemon\n      stargazers_count: 12\n    - name: MusicBrainz Python Library by MusicBrainz\n      documentation_url: http://musicbrainz.org/\n      source_code_url: https://python-musicbrainzngs.readthedocs.org/en/latest/\n      platform: Python\n- name: Musixmatch\n  slug: musixmatch\n  description: Power your music project by licensing access to the world’s most\n    authoritative lyrics DB.\n  categories:\n    - Music & Audio\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developer.musixmatch.com/\n  libraries:\n    - name: Musixmatch Perl SDK by Stefano Rodighiero\n      documentation_url: https://developer.musixmatch.com/documentation\n      source_code_url: https://github.com/larsen/Net-MusixMatch\n      platform: PERL\n      author: larsen\n      stargazers_count: 1\n    - name: Musixmatch Python SDK by Musixmatch\n      documentation_url: https://github.com/musixmatch/musixmatch-sdk\n      source_code_url: https://github.com/musixmatch/musixmatch-sdk/tree/master/client/python\n      platform: Python\n      author: musixmatch\n      stargazers_count: 50\n    - name: Musixmatch Java SDK by Musixmatch\n      documentation_url: https://github.com/musixmatch/android-lyrics-plugin-sdk\n      platform: Java\n      author: musixmatch\n      stargazers_count: 47\n    - name: Musixmatch JavaScript SDK by Ayhan\n      documentation_url: https://github.com/c0b41/musixmatch\n      platform: JavaScript\n      author: c0b41\n      stargazers_count: 13\n    - name: Musixmatch Python SDK by Luca De Vitis\n      documentation_url: https://github.com/monkeython/musixmatch\n      platform: Python\n      author: monkeython\n      stargazers_count: 13\n    - name: Musixmatch iOS SDK by Musixmatch\n      documentation_url: https://developer.musixmatch.com/documentation/ios-lyrics-extension\n      platform: Objective-C\n- name: My Anime List API\n  slug: my-anime-list-api\n  description: Jikan is an unofficial MyAnimeList REST based API\n  categories:\n    - Entertainment\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/my-anime-list-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://jikan.moe/\n- name: MyAnimeList\n  slug: myanimelist\n  description: MyAnimeList.net official API\n  categories:\n    - Comics & Anime\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/myanimelist/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://myanimelist.net/clubs.php?cid=13727\n  libraries:\n    - name: Minoshiro Python SDK by Minoshiro\n      documentation_url: https://github.com/Mino-shiro/Minoshiro\n      platform: Python\n      stargazers_count: 13\n    - name: Hakuchou iOS SDK by MAL Updater OS X\n      documentation_url: https://github.com/Atelier-Shiori/Hakuchou\n      platform: Objective-C\n      stargazers_count: 2\n    - name: MyAnimeList Java SDK by Chris Allen\n      documentation_url: https://github.com/thegreatchrispy/mal4j\n      platform: Java\n      author: thegreatchrispy\n      stargazers_count: 0\n    - name: MyAnimeList Java SDK by Ben Doerr\n      documentation_url: https://github.com/bendoerr/mal-java-client\n      platform: Java\n      author: bendoerr\n      stargazers_count: 3\n    - name: MyAnimeList Node.js SDK by Josselin BUILS\n      documentation_url: https://github.com/josselinbuils/MALVApi\n      platform: Node.js\n      author: josselinbuils\n      stargazers_count: 0\n    - name: MyAnimeList Node.js SDK by Vaughan Hilts\n      documentation_url: https://github.com/hilts-vaughan/otaku-scraper\n      platform: Node.js\n      author: hilts-vaughan\n      stargazers_count: 2\n    - name: MyAnimeList Python SDK by lofdat\n      documentation_url: https://github.com/lofdat/YetAnotherMALAPI\n      platform: Python\n      author: lofdat\n      stargazers_count: 1\n    - name: MyAnimeList Node.js SDK by Pratik Chaudhary\n      documentation_url: https://github.com/abs-zero/node-mal\n      platform: Node.js\n      author: aeruhxi\n      stargazers_count: 2\n    - name: MyAnimeList Java SDK by bunuble\n      documentation_url: https://github.com/bunuble/MAL-Java-Wrapper\n      platform: Java\n    - name: MyAnimeList Node.js SDK by Julien\n      documentation_url: https://github.com/jballanger/chinmei\n      platform: Node.js\n      author: jballanger\n      stargazers_count: 3\n    - name: MyAnimeList Java SDK by Barracuda72\n      documentation_url: https://github.com/Barracuda72/MALApi\n      platform: Java\n      author: Barracuda72\n      stargazers_count: 0\n    - name: MyAnimeList Swift SDK by nktn\n      documentation_url: https://github.com/nktn/MalKit\n      platform: Swift\n      author: nktn\n      stargazers_count: 5\n    - name: MyAnimeList Node.js SDK by Chris Alderson\n      documentation_url: https://github.com/ChrisAlderson/mal-api\n      platform: Node.js\n      author: ChrisAlderson\n      stargazers_count: 8\n    - name: MyAnimeList C# SDK by William Santana\n      documentation_url: https://github.com/wmer/MyAnimeListApiConsumer\n      platform: C#\n      author: wmer\n      stargazers_count: 0\n    - name: MyAnimeList PHP SDK by animelist\n      documentation_url: https://github.com/animelist/mal-api\n      platform: PHP\n      stargazers_count: 1\n    - name: MyAnimeList Go SDK by Anime Notifier\n      documentation_url: https://github.com/animenotifier/mal\n      platform: Go\n      stargazers_count: 5\n    - name: MyAnimeList Ruby SDK by Oli4242\n      documentation_url: https://github.com/Oli4242/myanimelist_client\n      platform: Ruby\n      author: Oli4242\n      stargazers_count: 0\n    - name: MyAnimeList Java SDK by Joel Rousseau\n      documentation_url: https://github.com/v4lproik/myanimelist-api\n      platform: Java\n      author: v4lproik\n      stargazers_count: 0\n    - name: MyAnimeList .NET SDK by Sung Kim\n      documentation_url: https://github.com/dance2die/MyAnimeListSharp\n      platform: .Net\n      author: dance2die\n      stargazers_count: 13\n    - name: MyAnimeList Python SDK by Byron Vanstien\n      documentation_url: https://github.com/GetRektByMe/Pyanimelist\n      platform: Python\n      author: byronvanstien\n      stargazers_count: 9\n    - name: MyAnimeList Ruby SDK by Corey Roberts\n      documentation_url: https://github.com/croberts22/railgun\n      platform: Ruby\n      author: croberts22\n      stargazers_count: 9\n    - name: MyAnimeList Node.js SDK by João Ferreira\n      documentation_url: https://github.com/lubien/popura\n      platform: Node.js\n      author: lubien\n      stargazers_count: 30\n    - name: MyAnimeList Go SDK by Stratos Neiros\n      documentation_url: https://github.com/nstratos/go-myanimelist\n      platform: Go\n      author: nstratos\n      stargazers_count: 19\n    - name: MyAnimeList Ruby SDK by Harvey Ico\n      documentation_url: https://github.com/harveyico/myanimelist\n      platform: Ruby\n      author: harveyico\n      stargazers_count: 22\n    - name: MyAnimeList Python SDK by May\n      documentation_url: https://pypi.python.org/pypi/spice-api/1.0.3\n      source_code_url: https://github.com/Utagai/spice\n      platform: Python\n      author: Utagai\n      stargazers_count: 29\n- name: Myanmar\n  slug: myanmar\n  description: Central bank of New Myanmar\n  categories:\n    - Government\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://forex.cbm.gov.mm/api/\n- name: MySocialApp\n  slug: mysocialapp\n  description: Build scalable news feed for your app. MySocialApp is simple,\n    powerful APIs are used by some of the largest and most popular apps. Save\n    months of development headache and focus on what makes your app unique. SDK\n    available for Android, iOS, Java, Swift, Kotlin, Javascript, Ruby, Go,\n    Python, PHP. . Seamless Social Networking features, API, SDK for any app\n  categories:\n    - Chats & Messaging\n    - Development\n    - Social\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/mysocialapp/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://mysocialapp.io\n  libraries:\n    - name: MySocialApp Java SDK\n      documentation_url: https://docs.mysocialapp.io/docs/quick-start-java\n      platform: Java\n    - name: MySocialApp iOS SDK\n      documentation_url: https://github.com/MySocialApp/mysocialapp-swift-client\n      platform: Objective-C, Swift\n      stargazers_count: 5\n    - name: MySocialApp Android SDK\n      documentation_url: https://docs.mysocialapp.io/docs/quick-start-android\n      source_code_url: https://github.com/MySocialApp/mysocialapp-java-client\n      platform: Java, Kotlin\n      stargazers_count: 5\n- name: n8n\n  slug: n8n\n  description: n8n's REST API manages workflows, executions, credentials, and\n    users on the open-source workflow automation platform. Self-host or use n8n\n    Cloud for fair-code automation.\n  categories:\n    - Development\n    - Business\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://docs.n8n.io/api\n    - name: API Reference\n      url: https://docs.n8n.io/api/api-reference\n- name: Nager.Date\n  slug: nager-date\n  description: Worldwide public holidays API\n  categories:\n    - Calendar & Time\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://date.nager.at\n- name: Namedays Calendar\n  slug: namedays-calendar\n  description: API returns namedays for various countries\n  categories:\n    - Calendar & Time\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://api.abalin.net/\n- name: NaMoMemes\n  slug: namomemes\n  description: Is a description required ? Hail NaMo ! Contribute to\n    theIYD/NaMoMemes development by creating an account on GitHub\n  categories:\n    - Health\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/namomemes/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://github.com/theIYD/NaMoMemes\n- name: NASA\n  slug: nasa\n  description: Get NASA data, including imagery, list of asteroids based on their\n    closest approach date to Earth and much more. Generate API Key Loading\n    signup form\n  categories:\n    - Science & Math\n    - Maps & Geo\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://api.nasa.gov/index.html\n  libraries:\n    - name: NASA WorldWind Android SDK\n      documentation_url: https://github.com/NASAWorldWind/WorldWindAndroid\n      platform: Java\n      stargazers_count: 199\n    - name: NASA WorldWind Java SDK\n      documentation_url: https://github.com/NASAWorldWind/WorldWindJava\n      platform: Java\n      stargazers_count: 518\n    - name: NASA WorldWind JavaScript SDK\n      documentation_url: https://github.com/NASAWorldWind/WebWorldWind\n      platform: JavaScript\n      stargazers_count: 619\n    - name: NASA NodeJS SDK by AJ Funk\n      documentation_url: https://github.com/AJFunk/nasa-sdk\n      platform: Node.js\n      author: AJFunk\n      stargazers_count: 43\n- name: NASA APOD (unofficial API)\n  slug: nasa-apod-unofficial-api\n  description: What's this API for? This API is for fetching data from NASA's APOD\n    website - a popular service showing the most beautiful astronomical\n    photographs in the world. The data is returned in JSON format\n  categories:\n    - Science & Math\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://apodapi.herokuapp.com/\n- name: National Bank of Ukraine\n  slug: national-bank-of-ukraine\n  description: National Bank of Ukraine\n  categories:\n    - Government\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://bank.gov.ua/control/en/publish/article?art_id=25365630\n- name: National Flood Data (US)\n  slug: national-flood-data-us\n  description: The FEMA Flood Map API offers up-to-date FEMA flood zone maps and\n    data that can be easily embedded into partners' products or workflow\n  categories:\n    - Other\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://nationalflooddata.com/flood/\n- name: National Vulnerability Database\n  slug: national-vulnerability-database\n  description: Information Technology Laboratory (ITL) National Vulnerability\n    Database (NVD) Announcement and Discussion Lists General Questions &\n    Webmaster Contact Email:nvd@nist. gov Incident Response Assistance.\n  categories:\n    - Security\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/national-vulnerability-database/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://nvd.nist.gov/vuln/Data-Feeds/JSON-feed-changelog\n- name: Nationalize.io\n  slug: nationalize-io\n  description: Free API to check and predict the nationality of a name\n  categories:\n    - Development\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://nationalize.io\n- name: Naver Captcha\n  slug: naver-captcha\n  description: The image capturing function used by Naver Service can be used for\n    customer service to identify people and computers to prevent abusing\n  categories:\n    - Captcha\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/naver-captcha/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developers.naver.com/products/captcha\n- name: Naver Login for Apps\n  slug: naver-login-for-apps\n  description: Access to Naver’s Authentication API. 네이버 아이디로 로그인 별도의 아이디, 비밀번호없이\n    네이버 아이디로 간편하게 외부 서비스에 로그인 할 수 있도록 하는 서비스입니다. 이용자는 복잡하고 번거로운 회원 가입 절차 없이 편하게\n    서비스를 이용하고, 사업자는 회원 가입, 로그인에 대한 허들을 낮춰 회원수\n  categories:\n    - Authentication & User Management\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/naver-login-for-apps/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developers.naver.com/products/login/api\n- name: Naver URL Shortener\n  slug: naver-url-shortener\n  description: Access to Naver’s URL shortening API. 단축URL 웹 페이지의 링크 정보는 매우 긴 경우가\n    많습니다. 단축 URL API는 긴 URL을 짧은 형태로 줄여주어 글자 수에 제한이 있는 SMS를 전송하거나 SNS를 이용할 때 부담을\n    줄일 수 있습니다. 보안 이슈나 유해성이 필터링된 URL만 생성할 수 있는\n  categories:\n    - URLs\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/naver-url-shortener/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developers.naver.com/products/shortenurl\n- name: Navitia\n  slug: navitia\n  description: The open API for building cool stuff with transport data\n  categories:\n    - Transportation\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://api.navitia.io/\n- name: NBA Stats\n  slug: nba-stats\n  description: Current and historical NBA Statistics\n  categories:\n    - Sport & Fitness\n  type: REST\n  is_free: false\n  contact: contact@namsor.com\n  links:\n    - name: Docs / Website\n      url: https://any-api.com/nba_com/nba_com/docs/API_Description\n- name: Neobi\n  slug: neobi\n  description: A comprehensive Cannabis database includes products, prices, stock\n    and inventory status, images, Producer and Brand information and other\n    metadata. Get relevant, accurate and fresh Cannabis data from Neobi, that\n    can integrate with any application. Consolidate your data with our\n    cutting-edge technology\n  categories:\n    - Other\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://neobi.io/\n- name: Neon\n  slug: neon\n  description: Neon's API manages serverless Postgres databases, branches, compute\n    endpoints, and projects. Neon offers database branching, autoscaling, and\n    scale-to-zero for modern apps.\n  categories:\n    - Development\n    - Databases\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://neon.tech/docs\n    - name: API Reference\n      url: https://api-docs.neon.tech/reference\n- name: Netflix API\n  slug: netflix-api\n  description: The service that handles the (sign-up, discovery and playback)\n    traffic from all devices from all users. Netflix Open Source\n  categories:\n    - Video & Media\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://netflix.github.io/\n- name: Netflix Roulette\n  slug: netflix-roulette\n  description: Wondering what to watch? Let Netflix Roulette pick a movie or TV\n    show randomly from the Netflix catalog, filter IMDB score, and watch\n    instantly. Will let you access Netflix database (which is not open anymore)\n  categories:\n    - Entertainment\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://reelgood.com/roulette/netflix\n  libraries:\n    - name: Netflix Roulette Nim SDK by Adam Chesak\n      documentation_url: https://github.com/achesak/nim-netflixroulette\n      platform: Unspecified\n      author: achesak\n      stargazers_count: 0\n    - name: Netflix Roulette Go SDK by Julián Reyes\n      documentation_url: https://github.com/jreyeshdez/goroulette\n      platform: Go\n      author: jreyeshdez\n      stargazers_count: 1\n    - name: Netflix Roulette PHP SDK by Luis Filipe Lima dos Santos Sousa\n      documentation_url: https://github.com/lionphilips/netflix-client\n      platform: PHP\n    - name: Netflix Roulette PHP SDK by Gabriel de Tassigny\n      documentation_url: https://github.com/gabriel-detassigny/netflix-roulette\n      platform: PHP\n      author: gabriel-detassigny\n      stargazers_count: 1\n    - name: Netflix Roulette Go SDK by Elijah Wilson\n      documentation_url: https://github.com/tizz98/go-netflix-roulette\n      platform: Go\n      author: tizz98\n      stargazers_count: 2\n    - name: Netflix Roulette Ruby SDK by doesterr\n      documentation_url: https://github.com/doesterr/netflix_roulette\n      platform: Ruby\n      author: doesterr\n      stargazers_count: 2\n    - name: Netflix Roulette Node.js SDK by Enzo Toshio\n      documentation_url: https://github.com/enzotoshio/netflixSearch\n      platform: Node.js\n      author: enzotoshio\n      stargazers_count: 4\n    - name: Netflix Roulette Python SDK by Elijah Wilson\n      documentation_url: https://github.com/tizz98/netflix_roulette\n      platform: Python\n      author: tizz98\n      stargazers_count: 9\n- name: New Relic\n  slug: new-relic\n  description: New Relic's API provides access to application performance metrics,\n    errors, infrastructure health, alerts, and dashboards. Automate\n    observability and integrate monitoring workflows.\n  categories:\n    - Analytics\n    - Development\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://docs.newrelic.com/docs/apis/intro-apis/introduction-new-relic-apis\n    - name: NerdGraph (GraphQL)\n      url: https://docs.newrelic.com/docs/apis/nerdgraph/get-started/introduction-new-relic-nerdgraph\n- name: New York Times\n  slug: new-york-times\n  description: Article search, best sellers, campaign finance, community, most\n    popular, real estate, movie reviews, NY state legislature, Times newswire,\n    tags, people\n  categories:\n    - News & Feeds\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://developer.nytimes.com/\n- name: NewsAPI\n  slug: newsapi\n  description: Search worldwide news articles and headlines from all over the web\n    in real-time with our free News API. 70+ news sources and their headlines,\n    one API\n  categories:\n    - Search\n    - News & Feeds\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/newsapi/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://newsapi.org/\n  libraries:\n    - name: \"News CSharp SDK \"\n      documentation_url: https://newsapi.org/docs/client-libraries/csharp\n      source_code_url: https://github.com/News-API-gh/News-API-csharp\n      platform: C#\n      author: News-API-gh\n      stargazers_count: 32\n    - name: News Python SDK by mattlisiv\n      documentation_url: https://newsapi.org/docs/client-libraries/python\n      source_code_url: https://github.com/mattlisiv/newsapi-python\n      platform: Python\n      author: mattlisiv\n      stargazers_count: 195\n    - name: \"News Ruby SDK \"\n      documentation_url: https://newsapi.org/docs/client-libraries/ruby\n      source_code_url: https://github.com/olegmikhnovich/News-API-ruby\n      platform: Ruby\n      author: olegmikhnovich\n      stargazers_count: 19\n    - name: News Node.js SDK by bzarras\n      documentation_url: https://newsapi.org/docs/client-libraries/node-js\n      platform: Node.js\n- name: NewsCatcherAPI\n  slug: newscatcherapi\n  description: Search news articles from all over the world in real-time with News\n    API. News API to find news articles by any topic, country, language, website\n    or keyword\n  categories:\n    - News & Feeds\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/newscatcherapi/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://newscatcherapi.com/news-api\n- name: Newseum NewsMania\n  slug: newseum-newsmania\n  description: Gives you access to 1000s of Trivia questions. Your browser will\n    redirect to your requested content shortly. This process is automatic.\n    Please allow\n  categories:\n    - Games\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.newseum.org/newsmania/\n- name: NewStack\n  slug: newstack\n  description: Vendors offer a variety of methods and capabilities that allow\n    devices to talk to each other and cloud/Web-based services. The picture is a\n    bit blurry at the moment, at least in my mind, on …. Internet of Things APIs\n    are gaining a lot of attention lately and companies are jumping into the\n    fray with both feet\n  categories:\n    - Finance & Economics\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/newstack/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: http://thenewstack.io/the-different-flavors-of-iot-apis/\n- name: Newton\n  slug: newton\n  description: A really micro micro-service for advanced math\n  categories:\n    - Science & Math\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://newton.now.sh/\n- name: Nexchange\n  slug: nexchange\n  description: API for crypto currency exchange.\n  categories:\n    - Blockchain & Cryptocurrencies\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://nexchange2.docs.apiary.io/\n  libraries:\n    - name: Nexchange Python SDK by onitsoft\n      documentation_url: https://github.com/onitsoft/nexchange-sdk-python/blob/master/README.md\n      source_code_url: https://github.com/onitsoft/nexchange-sdk-python\n      platform: Python\n      stargazers_count: 1\n    - name: Nexchange Go SDK by onitsoft\n      documentation_url: https://github.com/onitsoft/nexchange-sdk-go/blob/master/README.md\n      source_code_url: https://github.com/onitsoft/nexchange-sdk-go\n      platform: Go\n      stargazers_count: 1\n- name: Nexmo\n  slug: nexmo\n  description: Make and receive phone calls, send and receive SMS worldwide.\n    Libraries in Node, Ruby, Java, PHP, .NET & Python. Get guides and code\n    snippets, browse reference documentation, and more to develop connected\n    applications with Vonage APIs and SDKs\n  categories:\n    - Email & SMS\n    - Voice\n    - Chats & Messaging\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/nexmo/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developer.nexmo.com\n  libraries:\n    - name: Vonage PHP SDK by Connect Corp\n      documentation_url: https://github.com/ConnectCorp/nexmo-client\n      platform: PHP\n      stargazers_count: 16\n    - name: Vonage SMS PHP SDK by Darren Whitlen\n      documentation_url: https://github.com/prawnsalad/Nexmo-PHP-lib\n      platform: PHP\n      author: prawnsalad\n      stargazers_count: 122\n    - name: Vonage SMS CodeIgniter PHP SDK by Bo-Yi Wu\n      documentation_url: https://github.com/appleboy/CodeIgniter-Nexmo-Message\n      platform: PHP\n      author: appleboy\n      stargazers_count: 49\n    - name: Vonage Ruby SDK\n      documentation_url: https://github.com/Nexmo/nexmo-ruby\n      source_code_url: https://rubygems.org/gems/nexmo\n      platform: Ruby\n      stargazers_count: 0\n    - name: Vonage NodeJS SDK\n      documentation_url: https://github.com/Nexmo/nexmo-node\n      source_code_url: https://www.npmjs.com/package/nexmo\n      platform: JavaScript, Node.js\n      stargazers_count: 1\n    - name: Vonage SMS NodeJS SDK by Aaron Blakely\n      documentation_url: https://github.com/ablakely/node-nexmo\n      platform: JavaScript, Node.js\n      author: ablakely\n      stargazers_count: 24\n    - name: Vonage SMS Python SDK by Marco Londero\n      documentation_url: https://github.com/marcuz/libpynexmo\n      platform: Python\n      author: marcuz\n      stargazers_count: 65\n    - name: Vonage SMS Perl SDK by Renee Baecker\n      documentation_url: https://github.com/reneeb/perl-Nexmo-SMS\n      platform: PERL\n      author: reneeb\n      stargazers_count: 5\n    - name: Nexmo C# Library by Jan Welker\n      platform: C#\n    - name: Nexmo Perl Library by Renee Backer\n      platform: PERL\n    - name: Nexmo Python Library by Marco Londero\n      platform: Python\n    - name: Nexmo Node.js Library by Aaron Blakely\n      platform: Node.js\n    - name: Nexmo Node.js Library by Prabhu Velayutham\n      platform: Node.js\n    - name: Nexmo Ruby Library by Tim Craft\n      platform: Ruby\n    - name: Nexmo PHP Library by Bo-Yi Wu\n      platform: PHP\n    - name: Nexmo PHP Library by Darren\n      platform: PHP\n    - name: Nexmo PHP Library by Connect Corp\n      platform: PHP\n    - name: Nexmo C# Library by Jan Welker\n      platform: C#\n    - name: Nexmo Perl Library by Renee Backer\n      platform: PERL\n    - name: Nexmo Python Library by Marco Londero\n      platform: Python\n    - name: Nexmo Node.js Library by Aaron Blakely\n      platform: Node.js\n    - name: Nexmo Node.js Library by Prabhu Velayutham\n      platform: Node.js\n    - name: Nexmo Ruby Library by Tim Craft\n      platform: Ruby\n    - name: Nexmo PHP Library by Bo-Yi Wu\n      platform: PHP\n    - name: Nexmo PHP Library by Darren\n      platform: PHP\n    - name: Nexmo PHP Library by Connect Corp\n      platform: PHP\n- name: Nfl Arrests\n  slug: nfl-arrests\n  description: NFL Arrest provides an interactive visualized database of National\n    Football League player Arrests & Charges.\n  categories:\n    - Sport & Fitness\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://www.nflarrest.com/\n- name: NHL Records and Stats\n  slug: nhl-records-and-stats\n  description: Documenting the publicly accessible portions of the NHL API\n  categories:\n    - Sport & Fitness\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/nhl-records-and-stats/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://gitlab.com/dword4/nhlapi\n- name: NHTSA\n  slug: nhtsa\n  description: Catalog Vehicle Listing (vPIC) Application Programming Interface\n    (API) provides different ways to gather information on Vehicles and their\n    specifications.\n  categories:\n    - Security\n    - Vehicles\n    - Government\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://vpic.nhtsa.dot.gov/api/\n- name: Nicehash\n  slug: nicehash\n  description: Largest Crypto Mining Marketplace\n  categories:\n    - Blockchain & Cryptocurrencies\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.nicehash.com/doc-api\n- name: Nigeria\n  slug: nigeria\n  description: The Official Site of The Central Bank of Nigeria.\n  categories:\n    - Government\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.cbn.gov.ng/rates/\n- name: Nimiq Hub\n  slug: nimiq-hub\n  description: \"Nimiq aims to be the best performing and easiest-to-use\n    decentralized payment protocol ecosystem. The Nimiq Hub API enables website\n    developers to integrate payment with Nimiq into their webapp, shop, and\n    mobile app. It's all open source, the GitHub repository is here:\n    http://github. com/nimiq/hub\"\n  categories:\n    - Blockchain & Cryptocurrencies\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://nimiq.github.io/hub/\n- name: NOAA Climate Data\n  slug: noaa-climate-data\n  description: Climate Data Online (CDO) provides free access to NCDC's archive of\n    global historical weather and climate data in addition to station history\n    information\n  categories:\n    - Weather\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/noaa-climate-data/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.ncdc.noaa.gov/cdo-web/\n- name: Nokia\n  slug: nokia\n  description: Use a set of easy-to-use class and method libraries to build\n    interactive B2B and B2C experiences. Providing a JavaScript places search\n    that can be searched by search term, with a detail search for display by JS\n    widget. HERE Maps API for JavaScript is the simple way to bring HERE\n    location features to your applications\n  categories:\n    - Maps & Geo\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/nokia/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developer.here.com/develop/javascript-api\n- name: Non-Working Days\n  slug: non-working-days\n  description: Open repository of non-working days ics files. Open repository of\n    non-working days ics files. Contribute to gadael/icsdb development by\n    creating an account on GitHub\n  categories:\n    - Calendar & Time\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/non-working-days/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://github.com/gadael/icsdb\n- name: Notepad Api - Simplenotes\n  slug: notepad-api-simplenotes\n  description: Share the notes with everyone you want.\n  categories:\n    - Social\n    - Documents & Productivity\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://api.simplenotes.cc\n- name: Notion API\n  slug: notion\n  description: Notion's API provides access to pages, databases, blocks, users,\n    and comments in Notion workspaces. Read and write structured data from\n    Notion databases programmatically.\n  categories:\n    - Documents & Productivity\n    - Databases\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://developers.notion.com\n    - name: API Reference\n      url: https://developers.notion.com/reference/intro\n- name: Noun Project\n  slug: noun-project\n  description: Grab a hold of the World’s Visual Language! Use it in your service\n    or application.\n  categories:\n    - Images & Photography\n    - Art & Design\n    - Visualizations\n  type: REST\n  is_free: false\n  contact: support@telnyx.com\n  links:\n    - name: Docs / Website\n      url: http://api.thenounproject.com/index.html\n  libraries:\n    - name: Noun Project Ruby Gem noun-project-api\n      documentation_url: https://github.com/TailorBrands/noun-project-api\n      source_code_url: http://rubygems.org/gems/noun-project-api/versions/0.0.5\n      platform: Ruby\n      stargazers_count: 21\n- name: npm Registry\n  slug: npm-registry\n  description: The npm Registry API provides access to package metadata, versions,\n    download counts, and search. Query package information, resolve\n    dependencies, and automate npm package workflows.\n  categories:\n    - Development\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://github.com/npm/registry/blob/main/docs/REGISTRY-API.md\n    - name: Registry API\n      url: https://registry.npmjs.org\n- name: NPPES\n  slug: nppes\n  description: National Plan & Provider Enumeration System, info on healthcare\n    providers registered in US\n  categories:\n    - Health\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/nppes/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://npiregistry.cms.hhs.gov/registry/help-api\n- name: NPR API\n  slug: npr-api\n  description: \"NPR's API is a content API, which essentially provides a\n    structured way for other computer applications to get NPR stories in a\n    predictable, flexible and powerful way. NPR One is 21st-century radio:\n    apersonalized news listening experience that gets better everyday\"\n  categories:\n    - Music & Audio\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/npr-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://dev.npr.org/\n- name: Nudity Detection Api\n  slug: nudity-detection-api\n  description: io detects nudity in images and helps to recognise and filter\n    undesired content. uploadfilter. io offers you a powerful & realtime JSON\n    REST API that detects nudity in images and helps you to moderate user\n    generated content\n  categories:\n    - Images & Photography\n    - Recognition\n    - AI & ML\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/nudity-detection-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://uploadfilter.io\n- name: Numbers\n  slug: numbers\n  description: An API for interesting facts about numbers. An API for interesting\n    facts about numbers\n  categories:\n    - Random\n    - Fun\n    - Science & Math\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://numbersapi.com\n- name: Numbers Api\n  slug: numbers-api\n  description: Numbers. Number of the day, random number generation , number facts\n    and anything else you want to do with numbers.\n  categories:\n    - Science & Math\n    - Education\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/numbers-api/logo_256x256.png\n  contact: apisupport@mastercard.com\n  links:\n    - name: Docs / Website\n      url: https://math.tools/api/numbers/\n- name: NumValidate\n  slug: numvalidate\n  description: Free and open source REST API that provides a simple yet effective\n    way to validate and format a phone number\n  categories:\n    - Validation & Verification\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://numvalidate.com\n- name: numverify\n  slug: numverify\n  description: Free, powerful JSON API offering international and national phone\n    number validation and carrier, location and line type lookup for developers\n    and businesses.\n  categories:\n    - Validation & Verification\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/numverify/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://numverify.com\n- name: Nutritionix\n  slug: nutritionix\n  description: Add robust nutrition tracking capability to any health app.\n  categories:\n    - Sport & Fitness\n    - Health\n    - Food & Drinks\n    - Bar & QR Codes\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developer.nutritionix.com/\n  libraries:\n    - name: Nutritionix Python SDK by Lee Trout\n      documentation_url: https://github.com/leetrout/python-nutritionix\n      platform: Python\n      author: leetrout\n      stargazers_count: 29\n    - name: Nutritionix PHP SDK by Leejay Gajitos\n      documentation_url: https://github.com/nutritionix/api-library-php\n      platform: PHP\n      stargazers_count: 6\n    - name: Nutritionix Node.js SDK by James R. Qualls\n      documentation_url: https://www.npmjs.com/package/nutritionix\n      platform: Node.js\n    - name: Nutritionix iOS SDK by Peter Kasson\n      documentation_url: https://github.com/pkasson/nutritionix_iOS_lib\n      platform: Objective-C\n      author: pkasson\n      stargazers_count: 11\n    - name: Nutritionix .NET SDK by Carolyn Van Slyck\n      documentation_url: https://github.com/carolynvs/nutritionix\n      platform: .Net\n      author: carolynvs\n      stargazers_count: 8\n    - name: Nutritionix Ruby SDK by JigneshGohel\n      documentation_url: https://github.com/JigneshGohel-BoTreeConsulting/nutritionix-api-ruby-library/tree/api_v_1_1\n      platform: Ruby\n      author: JigneshGohel-BoTreeConsulting\n      stargazers_count: 1\n- name: Nylas Email Api\n  slug: nylas-email-api\n  description: Email API to integrate 100% of Email Services Providers directly\n    into your app. The Nylas SDKs enable you to use Python, JavaScript, and Ruby\n    to quickly integrate email, calendar, and contacts from 100% of providers\n    including Gmail, Outlook, Office 365, Microsoft Exchange, and more\n  categories:\n    - Email & SMS\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/nylas-email-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.nylas.com/sdks/\n- name: ObjectCut\n  slug: objectcut\n  description: Automatic background removal real-time service powered by AI.\n    Automatic background removal service powered by AI. From an input image\n    given its public-accessible URL or being the image itself, ObjectCut returns\n    the same image but without background\n  categories:\n    - AI & ML\n    - Art & Design\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/objectcut/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://objectcut.com\n- name: Oddsapi\n  slug: oddsapi\n  description: Sports data API provides live and historical sports data from all\n    around the world. Data sets are updated in realtime.\n  categories:\n    - Casino & Gambling\n    - Sport & Fitness\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://sportdataapi.com\n- name: ODWeather\n  slug: odweather\n  description: Weather for boating\n  categories:\n    - Weather\n  type: REST\n  is_free: false\n  contact: matiasbonet@oceandrivers.com\n  specification:\n    type: swagger\n    url: https://api.oceandrivers.com/static/resources.json\n    version: https://api.oceandrivers.com/static/resources.json\n  links:\n    - name: Docs / Website\n      url: http://api.oceandrivers.com/static/docs.html\n- name: Okta\n  slug: okta\n  description: Okta's API manages users, groups, applications, and authentication\n    policies for enterprise identity. Build SSO, MFA, and lifecycle management\n    integrations with the Okta Identity Platform.\n  categories:\n    - Authentication & User Management\n    - Security\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developer.okta.com/docs/reference\n    - name: API Reference\n      url: https://developer.okta.com/docs/reference/core-okta-api\n- name: OKX\n  slug: okx-api\n  description: OKX's API provides spot, futures, options, and DeFi trading with\n    real-time market data and account management. One of the world's largest\n    crypto exchanges with extensive financial products.\n  categories:\n    - Blockchain & Cryptocurrencies\n    - Finance & Economics\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://www.okx.com/docs-v5/en\n    - name: API Reference\n      url: https://www.okx.com/docs-v5/en/#order-book-trading-market-data\n- name: Ola\n  slug: ola\n  description: >-\n    Ola is India’s most popular cab booking app with availability of rides in\n    more than 100 cities across India. \n\n    - RIDE AVAILABILITY\n\n    - RIDE ESTIMATE\n\n    - RIDE BOOKING\n\n    - RIDE TRACKING\n  categories:\n    - Transportation\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developers.olacabs.com/\n- name: OMDB\n  slug: omdb\n  description: The Open Movie Database. The OMDb API is a RESTful web service to\n    obtain movie information, all content and images on the site are contributed\n    and maintained by our users.\n  categories:\n    - Search\n    - Entertainment\n    - Video & Media\n  type: REST\n  is_free: false\n  contact: bfritz@fadingsignal.com\n  specification:\n    type: swagger\n    url: http://www.omdbapi.com/swagger.json\n    version: http://www.omdbapi.com/swagger.json\n  links:\n    - name: Docs / Website\n      url: https://www.omdbapi.com/\n- name: One Map, Singapore\n  slug: one-map-singapore\n  description: \"####. #######. ##. Introduction. ###. ########\"\n  categories:\n    - Maps & Geo\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/one-map-singapore/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://docs.onemap.sg/\n- name: OneDrive\n  slug: onedrive\n  description: File storage & sharing\n  categories:\n    - Files & Storage\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://dev.onedrive.com/\n  libraries:\n    - name: OneDrive C# SDK by OneDrive\n      documentation_url: https://github.com/OneDrive/onedrive-sdk-csharp\n      platform: C#\n      stargazers_count: 241\n    - name: OneDrive iOS SDK by OneDrive\n      documentation_url: https://github.com/OneDrive/onedrive-sdk-ios\n      platform: Objective-C\n      stargazers_count: 92\n    - name: OneDrive Android SDK by OneDrive\n      documentation_url: https://github.com/OneDrive/onedrive-sdk-android\n      platform: Java\n      stargazers_count: 111\n    - name: OneDrive Python SDK by OneDrive\n      documentation_url: https://github.com/OneDrive/onedrive-sdk-python\n      platform: Python\n      stargazers_count: 676\n    - name: OneDrive Picker iOS SDK by OneDrive\n      documentation_url: https://dev.onedrive.com/sdks.htm\n      platform: Objective-C\n- name: Onfido\n  slug: onfido\n  description: \"Our document verification and facial biometrics technology lets\n    your users verify themselves anywhere, anytime. Document report: Object\n    Results The result field indicates the overall report result. Possible\n    values for Document reports are clear and consider: Report resultclearIf all\n    underlying verifications. Identity verification at the speed of life. It’s\n    as simple as an ID and a selfie\"\n  categories:\n    - Security\n    - Validation & Verification\n    - Authentication & User Management\n    - AI & ML\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/onfido/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://documentation.onfido.com\n  libraries:\n    - name: Onfido Background Checks Android SDK\n      documentation_url: https://github.com/onfido/onfido-android-sdk\n      platform: Java\n      stargazers_count: 85\n    - name: Onfido Background Checks .Net SDK\n      documentation_url: https://github.com/onfido/onfido.net\n      source_code_url: https://www.nuget.org/packages/Onfido.NET\n      platform: .Net\n      stargazers_count: 3\n    - name: Onfido Background Checks Java SDK\n      documentation_url: https://github.com/onfido/api-java-client\n      platform: Java\n      stargazers_count: 4\n    - name: Onfido Background Checks JavaScript SDK\n      documentation_url: https://github.com/onfido/api-javascript-client\n      platform: JavaScript\n      stargazers_count: 3\n    - name: Onfido Background Checks C# SDK\n      documentation_url: https://github.com/onfido/api-csharp-client\n      platform: C#\n    - name: Onfido Background Checks iOS SDK\n      documentation_url: https://github.com/onfido/onfido-ios-sdk\n      platform: Swift\n      stargazers_count: 63\n    - name: \" Onfido Background Checks Go SDK by Outdoorsy\"\n      documentation_url: https://onfido.com/documentation#client-libraries\n      source_code_url: https://github.com/outdoorsy/onfido\n      platform: Go\n    - name: Onfido Background Checks Go SDK\n      documentation_url: https://onfido.com/documentation#go\n      source_code_url: https://github.com/outdoorsy/onfido\n      platform: Go\n    - name: Onfido Background Checks PHP SDK\n      documentation_url: https://onfido.com/documentation#php\n      source_code_url: https://github.com/onfido/php-onfido\n      platform: PHP\n      stargazers_count: 3\n    - name: \" Onfido Background Checks Python SDK\"\n      documentation_url: https://onfido.com/documentation#python\n      source_code_url: https://github.com/onfido/pyonfido\n      platform: Python\n      stargazers_count: 11\n    - name: Onfido Background Checks Ruby SDK by Hassle\n      documentation_url: https://onfido.com/documentation#ruby\n      source_code_url: https://github.com/hvssle/onfido\n      platform: Ruby\n      stargazers_count: 23\n- name: Onfleet API\n  slug: onfleet-api\n  description: Onfleet is the easiest way for businesses to manage and analyze\n    their last-mile delivery operations. Dispatch tasks to drivers, monitor\n    their location and status in real-time, and keep customers informed from\n    door to door. Onfleet's API provides programmatic access to our delightful\n    delivery management and analytics solution\n  categories:\n    - Post & Logistics\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://docs.onfleet.com/\n- name: Ontraport\n  slug: ontraport\n  description: Marketing automation\n  categories:\n    - Business\n    - CRM\n    - Marketing & SEO\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://api.ontraport.com/doc/\n  libraries:\n    - name: Ontraport PHP SDK by Ontraport\n      documentation_url: https://github.com/Ontraport/SDK-PHP\n      platform: PHP\n      stargazers_count: 17\n- name: OnWater\n  slug: onwater\n  description: An API to determine if a point (latitude and longitude) is on\n    water, sea, lake, river, or land\n  categories:\n    - Maps & Geo\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://onwater.io/\n- name: OOPSpam\n  slug: oopspam\n  description: Stop bots and manual spam from reaching you or your customer. All\n    with high accuracy and privacy\n  categories:\n    - Security\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://oopspam.com/\n- name: Open Access Button\n  slug: open-access-button\n  description: Free, legal research articles delivered instantly or automatically\n    requested from authors.\n  categories:\n    - Content & Dictionaries\n    - Science & Math\n    - Search\n    - News & Feeds\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://openaccessbutton.org/api\n- name: Open Brewery DB\n  slug: open-brewery-db\n  description: The goal of Open Brewery DB is to maintain an open-source,\n    community-driven database on breweries, cideries, brewpubs, and bottleshops\n  categories:\n    - Point of Interest\n    - Food & Drinks\n  type: REST\n  is_free: true\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/open-brewery-db/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.openbrewerydb.org\n- name: Open Charge Map\n  slug: open-charge-map\n  description: Open Charge Map is a non-commercial, non-profit, electric vehicle\n    data service hosted and supported by a community of businesses, charities,\n    developers and interested parties around the world.\n  categories:\n    - Environment & Nature\n    - Vehicles\n    - Maps & Geo\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/open-charge-map/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://openchargemap.org/site/develop/api\n- name: Open Collective\n  slug: open-collective\n  description: \"Learn more about it here: https://medium. GraphQL API The future\n    of the Open Collective API is our public GraphQL API. You can check the\n    documentation on https://graphql-docs-v2. opencollective. com\"\n  categories:\n    - Social\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/open-collective/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://docs.opencollective.com/help/developers/api\n- name: Open Food Facts\n  slug: open-food-facts\n  description: Open Food Facts is a database of food products with ingredients,\n    allergens, nutrition facts and all the tidbits of information we can find on\n    product labels.\n  categories:\n    - Food & Drinks\n    - Sport & Fitness\n    - Statistics & Data\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://en.wiki.openfoodfacts.org/API\n  libraries:\n    - name: Open Food Facts Python SDK\n      documentation_url: https://github.com/openfoodfacts/openfoodfacts-python\n      platform: Python\n      stargazers_count: 123\n    - name: Open Food Facts Elixir SDK\n      documentation_url: https://github.com/openfoodfacts/openfoodfacts-elixir\n      platform: Elixir\n      stargazers_count: 1\n    - name: Open Food Facts Ruby SDK\n      documentation_url: https://github.com/openfoodfacts/openfoodfacts-ruby\n      source_code_url: https://rubygems.org/gems/openfoodfacts\n      platform: Ruby\n      stargazers_count: 23\n    - name: Open Food Facts NodeJS SDK\n      documentation_url: https://github.com/openfoodfacts/openfoodfacts-nodejs\n      platform: JavaScript, Node.js\n      stargazers_count: 18\n    - name: Open Food Facts Go SDK\n      documentation_url: https://github.com/openfoodfacts/openfoodfacts-go\n      platform: Go\n      stargazers_count: 22\n    - name: Open Food Facts PHP SDK\n      documentation_url: https://github.com/openfoodfacts/openfoodfacts-php\n      platform: PHP\n      stargazers_count: 29\n    - name: Open Food Facts Laravel PHP SDK\n      documentation_url: https://github.com/openfoodfacts/openfoodfacts-laravel\n      source_code_url: https://packagist.org/packages/openfoodfacts/openfoodfacts-laravel\n      platform: PHP\n      stargazers_count: 72\n    - name: Open Food Facts iOS SDK\n      documentation_url: https://github.com/openfoodfacts/openfoodfacts-ios\n      platform: Swift\n      stargazers_count: 190\n    - name: Open Food Facts Dart SDK\n      documentation_url: https://github.com/openfoodfacts/openfoodfacts-dart\n      platform: Dart\n      stargazers_count: 49\n- name: Open Government, Australia\n  slug: open-government-australia\n  description: Australian Government Open Data\n  categories:\n    - Government\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.data.gov.au/\n- name: Open Government, Belgium\n  slug: open-government-belgium\n  description: The Belgian Open Data Initiative. The Belgian Open Data Initiative\n  categories:\n    - Government\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://data.gov.be/\n- name: Open Government, Canada\n  slug: open-government-canada\n  description: Collaborative open source project led by the Government of Canada\n  categories:\n    - Government\n    - Statistics & Data\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://open.canada.ca/en\n- name: Open Government, France\n  slug: open-government-france\n  description: data. gouv. fr accueil. data\n  categories:\n    - Government\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/open-government-france/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.data.gouv.fr/\n- name: Open Government, India\n  slug: open-government-india\n  description: \"The requested URL was rejected. Please consult with your\n    administrator. Your support ID is: 15960026853378852649 [Go Back]. The\n    requested URL was rejected. Your support ID is: 2973415432525594328 [Go\n    Back]\"\n  categories:\n    - Government\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://data.gov.in/\n- name: Open Government, Italy\n  slug: open-government-italy\n  description: dati. gov. it Il Portale dati. it, gestitodall’Agenzia per l’Italia\n    digitale, è il catalogo nazionale dei metadati relativi ai dati rilasciati\n    in formato aperto dalle pubbliche amministrazioni it\n  categories:\n    - Government\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.dati.gov.it/\n- name: Open Government, New Zealand\n  slug: open-government-new-zealand\n  description: govt. nz provides access to guidance, standards, and data from New\n    Zealand government agencies and government-funded projects. data\n  categories:\n    - Government\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/open-government-new-zealand/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.data.govt.nz/\n- name: Open Government, Romania\n  slug: open-government-romania\n  description: 2123 SETURI DE DATE 26000 FIȘIERE CORELATE 106 INSTITUȚII 14\n    GRUPURI 3873 ADRESE DE LEGĂTURĂ EXTERNE\n  categories:\n    - Government\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://data.gov.ro/\n- name: Open Government, Taiwan\n  slug: open-government-taiwan\n  description: Taiwan's open data and public service APIs\n  categories:\n    - Government\n    - Statistics & Data\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/open-government-taiwan/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://data.gov.tw/\n- name: Open Government, USA\n  slug: open-government-usa\n  description: Government’s open data Here you will find data, tools, and\n    resources to conduct research, develop web and mobile applications, design\n    data visualizations, and more. For information regarding the\n    Coronavirus/COVID-19, please visit Coronavirus. gov. The home of the U. The\n    home of the U. S\n  categories:\n    - Government\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.data.gov/\n- name: Open Library\n  slug: open-library\n  description: Open Library is an open, editable library catalog, building towards\n    a web page for every book ever published. Read, borrow, and discover more\n    than 3M books for free\n  categories:\n    - Books\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/open-library/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://openlibrary.org/developers/api\n- name: Open Movie Database\n  slug: open-movie-database\n  description: Attention Users 04/08/19 - Added support for eight digit IMDb IDs.\n    01/20/19 - Supressed adult content from search results. 01/20/19 - Added\n    Swagger files (YAML, JSON) to expose current API abilitie\n  categories:\n    - Search\n    - Entertainment\n    - Video & Media\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://www.omdbapi.com/\n- name: Open Notify\n  slug: open-notify\n  description: \"API Examples Current ISS Location The International Space Station\n    is moving at close to 28,000 km/h so its location changes really fast! Where\n    is it right now? Documentation: ISS Location Now Examp\"\n  categories:\n    - Space\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://open-notify.org/Open-Notify-API/\n  libraries:\n    - name: Open Notify Python SDK by James Gill\n      documentation_url: https://github.com/thinkhuman?tab=repositories\n      source_code_url: https://github.com/thinkhuman/iss-open-api\n      platform: Python\n      author: thinkhuman\n      stargazers_count: 0\n    - name: Open Notify Javascript SDK by Cat Haines\n      documentation_url: https://github.com/cat-haines/ISS-Pebble-Example/blob/master/README.md\n      source_code_url: https://github.com/cat-haines/ISS-Pebble-Example\n      platform: C\n      author: cat-haines\n      stargazers_count: 1\n    - name: Open Notify Python SDK by brayovsky\n      documentation_url: https://github.com/brayovsky/ISSInfo/blob/master/README.md\n      source_code_url: https://github.com/brayovsky/ISSInfo\n      platform: Python\n      author: brayovsky\n      stargazers_count: 0\n- name: Open Science Framework\n  slug: open-science-framework\n  description: OSF is a free, open platform to support your research and enable\n    collaboration.\n  categories:\n    - Files & Storage\n    - Science & Math\n    - Collaboration\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://osf.io/y9jdt/wiki/home/\n- name: Open Skills\n  slug: open-skills\n  description: Skills API. Contribute to workforce-data-initiative/skills-api\n    development by creating an account on GitHub. Skills API\n  categories:\n    - Jobs\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/open-skills/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://github.com/workforce-data-initiative/skills-api/wiki/API-Overview\n- name: Open Street Map\n  slug: open-street-map\n  description: Purge Help API - Other languages Afrikaans asturianu azərbaycanca\n    Bahasa Indonesia Bahasa Melayu bosanski brezhoneg català čeština dansk\n    Deutsch eesti English español Esperanto euskara français Fry. API access to\n    OSM\n  categories:\n    - Maps & Geo\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/open-street-map/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: http://wiki.openstreetmap.org/wiki/API\n- name: Open Trivia\n  slug: open-trivia\n  description: Free to use, user-contributed trivia questions!\n  categories:\n    - Games\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://opentdb.com/api_config.php\n- name: Open Weather\n  slug: open-weather\n  description: >-\n    Simple and fast and free weather API from OpenWeatherMap you have access to\n    current weather data, hourly, 5- and 16-day forecasts. Historical weather\n    data for 40 years back for any coordinate. Weather maps, UV Index, air\n    pollution\n     and historical data. Access current weather data for any location on Earth including over 200,000 cities!\n  categories:\n    - Weather\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://openweathermap.org/api\n- name: Open Web Analytics\n  slug: open-web-analytics\n  description: Web Analytics, open sourced. Open Web Analytics is an open source\n    alternative to commercial tools such as Google Analytics. Stay in control of\n    the data you collect about the use of your website or application. Provides\n    a way to request and work with your data outside of the OWA reporting\n    interface\n  categories:\n    - Analytics\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/open-web-analytics/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://github.com/padams/Open-Web-Analytics/wiki/Data-Access-API\n- name: Open-Meteo\n  slug: open-meteo\n  description: Open-Meteo is a free, open-source weather API with no API key\n    required. Provides hourly and daily forecasts, historical data, and climate\n    projections using multiple weather models.\n  categories:\n    - Weather\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://open-meteo.com/en/docs\n    - name: API Reference\n      url: https://open-meteo.com/en/docs\n- name: OpenAI\n  slug: openai\n  description: OpenAI's API provides access to GPT-4o, o-series reasoning models,\n    DALL-E, Whisper, and Embeddings. Build AI-powered applications for text\n    generation, image generation, speech recognition, real-time audio, and web\n    search.\n  categories:\n    - AI & ML\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://platform.openai.com/docs\n    - name: API Reference\n      url: https://platform.openai.com/docs/api-reference\n- name: OpenAlex\n  slug: openalex\n  description: OpenAlex is a fully open catalog of the global research system. API\n    provides access to 250M+ academic works, authors, institutions, concepts,\n    and citation graphs.\n  categories:\n    - Science & Math\n    - Books\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://docs.openalex.org\n    - name: API Reference\n      url: https://docs.openalex.org/api-entities/works\n- name: OpenAPI\n  slug: openapi\n  description: \"The OpenAPI Specification: a broadly adopted industry standard for\n    describing modern APIs.\"\n  categories:\n    - Development\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/openapi/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.openapis.org\n- name: OpenAQ\n  slug: openaq\n  description: Loading\n  categories:\n    - Environment & Nature\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://docs.openaq.org/\n- name: OpenCage\n  slug: opencage\n  description: An easy-to-use forward and reverse geocoding API. Worldwide\n    coverage. Affordable, predictable pricing. Open data. An easy-to-use forward\n    and reverse geocoding API\n  categories:\n    - Maps & Geo\n  type: REST\n  is_free: yes\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/opencage/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://opencagedata.com\n  libraries:\n    - name: list of 30+ different SDKs (Python, PHP, Java, etc)\n      documentation_url: https://opencagedata.com/sdks\n      platform: many\n- name: OpenCorporates\n  slug: opencorporates\n  description: World's largest open database of companies\n  categories:\n    - Business\n    - Statistics & Data\n    - Finance & Economics\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://api.opencorporates.com/documentation/API-Reference\n- name: openFDA\n  slug: openfda\n  description: openFDA is an Elasticsearch-based API that serves public FDA data\n    about nouns like drugs, devices, and foods.\n  categories:\n    - Food & Drinks\n    - Government\n    - Health\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://open.fda.gov\n- name: OpenRates.io\n  slug: openrates-io\n  description: Free live exchange rates and currency conversion API for\n    developers. ECB rates JSON API. Live exchange rates and currency conversion\n    API\n  categories:\n    - Finance & Economics\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: http://www.openrates.io/\n- name: OpenRouter\n  slug: openrouter\n  description: OpenRouter provides a unified API to access 100+ AI models from\n    OpenAI, Anthropic, Google, Meta, and more. Route requests to the best model\n    for your use case with a single endpoint.\n  categories:\n    - AI & ML\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://openrouter.ai/docs\n    - name: API Reference\n      url: https://openrouter.ai/docs/api-reference\n- name: OpenSea\n  slug: opensea\n  description: OpenSea's API provides NFT metadata, collection stats, listings,\n    offers, and transaction history from the world's largest NFT marketplace\n    across Ethereum, Polygon, and other chains.\n  categories:\n    - Blockchain & Cryptocurrencies\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://docs.opensea.io/reference/api-overview\n    - name: API Reference\n      url: https://docs.opensea.io/reference/get_listings\n- name: OpenUV\n  slug: openuv\n  description: The minimalistic JSON real-time UV Index API\n  categories:\n    - Weather\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/openuv/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.openuv.io\n- name: Openverse\n  slug: openverse\n  description: Openverse API provides search access to 800M+ openly licensed and\n    public domain images, audio, and other media. Ideal for finding Creative\n    Commons content for reuse.\n  categories:\n    - Images & Photography\n    - Music & Audio\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://api.openverse.org/v1\n    - name: API Reference\n      url: https://api.openverse.org/v1/#tag/images\n- name: OpenWeatherMap\n  slug: openweathermap\n  description: Simple and fast and free weather API from OpenWeatherMap. With it\n    you have access to current weather data, hourly, 5- and 16-day forecasts.\n    Historical weather data for 40 years back for any coordinate. Weather maps,\n    UV Index, air pollution and historical data\n  categories:\n    - Maps & Geo\n    - Weather\n    - Environment & Nature\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://openweathermap.org/api\n  libraries:\n    - name: OpenWeatherMap Android SDK by Slobodan Antonijević\n      documentation_url: https://jitpack.io/#slobodanantonijevic/OpenWeatherMap-SDK\n      source_code_url: https://github.com/slobodanantonijevic/OpenWeatherMap-SDK\n      platform: Java\n      author: slobodanantonijevic\n      stargazers_count: 1\n    - name: TYPO3 Weather Extension PHP SDK by jweiland\n      documentation_url: https://github.com/jweiland-net/weather2\n      platform: PHP\n      stargazers_count: 5\n    - name: OpenWeatherMap PHP SDK by MonkeyPHP\n      documentation_url: https://packagist.org/packages/monkeyphp/open-weather-map\n      source_code_url: https://github.com/monkeyphp/open-weather-map\n      platform: PHP\n      author: monkeyphp\n      stargazers_count: 0\n    - name: OpenWeatherMap Scala SDK by Snowplow\n      documentation_url: http://snowplowanalytics.com/blog/2015/12/13/scala-weather-0.1.0-released/\n      source_code_url: https://github.com/snowplow/scala-weather\n      platform: Scala\n      stargazers_count: 42\n    - name: OpenWeatherMap Node-RED SDK by dceejay and Nick O'Leary\n      documentation_url: http://flows.nodered.org/node/node-red-node-openweathermap\n      source_code_url: https://github.com/node-red/node-red-web-nodes/tree/master/openweathermap\n      platform: Node.js\n      stargazers_count: 182\n    - name: OpenWeatherMap AngularJS SDK by Jonathan Hornung\n      documentation_url: https://libraries.io/bower/angular-openweathermap-api-factory\n      source_code_url: https://github.com/JohnnyTheTank/angular-openweathermap-api-factory\n      platform: JavaScript\n      author: JohnnyTheTank\n      stargazers_count: 10\n    - name: OpenWeatherMap Go SDK by Brian Downs\n      documentation_url: http://briandowns.github.io/openweathermap/\n      source_code_url: https://github.com/briandowns/openweathermap\n      platform: Go\n      author: briandowns\n      stargazers_count: 159\n    - name: OpenWeatherMap Python SDK by Claudio Sparpaglione\n      documentation_url: https://github.com/csparpa/pyowm\n      platform: Python\n      author: csparpa\n      stargazers_count: 637\n    - name: OpenWeatherMap PHP SDK by Christian Flach\n      documentation_url: https://github.com/cmfcmf/OpenWeatherMap-PHP-Api\n      platform: PHP\n      author: cmfcmf\n      stargazers_count: 293\n    - name: OpenWeatherMap C SDK by Pebble Hacks\n      documentation_url: https://github.com/pebble-hacks/owm-weather\n      platform: C\n      stargazers_count: 19\n    - name: Open Weather Map .NET Library by Joan Caron\n      documentation_url: https://github.com/joancaron/OpenWeatherMap-Api-Net\n      platform: .Net\n      author: joancaron\n      stargazers_count: 35\n    - name: OpenWeatherMap JavaScript Library\n      documentation_url: http://weatherjs.com/\n      platform: JavaScript\n    - name: OpenWeatherMap Java Library\n      documentation_url: https://github.com/migtavares/owmClient\n      platform: Java\n      author: migtavares\n      stargazers_count: 79\n- name: Openwhyd\n  slug: openwhyd\n  description: 💎 Like Pinterest, for Music\n  categories:\n    - Bookmarks\n    - Music & Audio\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/openwhyd/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://openwhyd.github.io/openwhyd/API\n- name: Orange SMS API\n  slug: orange-sms-api\n  description: The SMS Service,allows you to send and receive text messages, of up\n    to 160 characters, to and from a mobile phone\n  categories:\n    - Chats & Messaging\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/orange-sms-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developer.orange.com/apis/sms-ml\n- name: Order Pizza Api\n  slug: order-pizza-api\n  description: A RESTful API as pizza restaurant ordering system. swagger Explore\n  categories:\n    - Food & Drinks\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/order-pizza-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://order-pizza-api.herokuapp.com/api/ui/\n- name: Orion Health\n  slug: orion-health\n  description: Leverage the power of our Open APIs and our FHIR capabilities to\n    enable the best applications to be developed for every healthcare scenario\n  categories:\n    - Health\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developer.orionhealth.io/\n- name: Otter.ai\n  slug: otterai\n  description: Generates rich notes for meetings, interviews, lectures, and other\n    important voice conversations\n  categories:\n    - AI & ML\n    - Voice\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://otter.ai\n- name: OwlBot\n  slug: owlbot\n  description: OwlBot is an english dictionary API\n  categories:\n    - Content & Dictionaries\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/owlbot/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://owlbot.info/\n- name: Oxford Dictionary API\n  slug: oxford-dictionary-api\n  description: Access to Oxford Dictionary services with several different\n    subscription options including a free tier. The Oxford Dictionaries API\n    gives you access to our world-renowned dictionary data, including\n    definitions, translations, synonyms, and audio pronunciations\n  categories:\n    - Content & Dictionaries\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developer.oxforddictionaries.com/\n- name: Packettotal Api\n  slug: packettotal-api\n  description: Search, correlate, and download PCAP files, based on their\n    behaviors and contents. PacketTotal is a free, online PCAP analyzer designed\n    to visualize network traffic, detect malware, and provide analytics for the\n    traffic contained within\n  categories:\n    - Security\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://packettotal.com/api.html\n- name: PageCDN\n  slug: pagecdn\n  description: PageCDN provides a state of the art opensource content delivery\n    network that uses brotli-11 compression. Public CDN API consists of\n    endpoints that help you get different kind of information from projects\n    available on PageCDN's Public CDN\n  categories:\n    - Development\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/pagecdn/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://pagecdn.com/docs/public-api\n- name: PagerDuty\n  slug: pagerduty\n  description: PagerDuty's API manages incidents, alerts, on-call schedules,\n    escalation policies, and services. Automate incident response workflows and\n    integrate with monitoring tools.\n  categories:\n    - Development\n    - Business\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developer.pagerduty.com/docs/rest-api-v2/rest-api\n    - name: API Reference\n      url: https://developer.pagerduty.com/api-reference\n- name: PandaScore\n  slug: pandascore\n  description: Get events and detailed match data in real time from major league\n    tournaments, or fetch data about players, tournaments, leagues, matches,\n    teams and more\n  categories:\n    - Games\n    - Statistics & Data\n    - Sport & Fitness\n    - Entertainment\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/pandascore/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://pandascore.co\n- name: ParallelDots\n  slug: paralleldots\n  description: ParallelDots AI APIs are the most comprehensive set of document\n    classification and NLP APIs for software developers that provide\n    state-of-the-art accuracy on most common NLP use-cases such as sentiment\n    analysis and emotion detection. Use our Text Analysis APIs to derive\n    high-end information from your data and solve problems like building\n    chatbots, social media analytics, process automation\n  categories:\n    - AI & ML\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.paralleldots.com/text-analysis-apis\n- name: Particle\n  slug: particle\n  description: API to manage Particle devices (including their own\n    Arduino-compatible ones and the Raspberry Pi) and control them. Free for up\n    to 25 devices and 250k events/month. This page has been moved to\n    /reference/device-cloud/api\n  categories:\n    - IoT & Home Automation\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://docs.particle.io/reference/api/\n  libraries:\n    - name: Particle Cloud JavaScript SDK\n      documentation_url: https://docs.particle.io/reference/SDKs/javascript/\n      platform: JavaScript\n    - name: Particle JavaScript SDK by Particle\n      documentation_url: https://www.npmjs.com/package/@particle/api\n      source_code_url: https://github.com/spark/particle-api-js\n      platform: JavaScript\n      stargazers_count: 112\n    - name: Particle Objective-C Cloud SDK by Particle\n      documentation_url: https://docs.particle.io/reference/ios/\n      platform: Objective-C\n    - name: Particle iOS Cloud SDK by Particle\n      documentation_url: http://docs.particle.io/photon/ios/\n      platform: Objective-C\n    - name: \" Particle JavaScript SDK by Particle\"\n      documentation_url: http://docs.particle.io/photon/javascript/\n      platform: JavaScript\n    - name: \" Particle Android Cloud SDK by Particle\"\n      documentation_url: http://docs.particle.io/photon/android/\n      platform: Java\n- name: Pastebin\n  slug: pastebin\n  description: Pastebin is a website where you can store text online for a set\n    period of time. Quickly share text or code, with support for over 250\n    languages for syntax highlighting. Pastebin. com is the number one paste\n    tool since 2002\n  categories:\n    - Collaboration\n    - Files & Storage\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://pastebin.com/doc_scraping_api\n- name: PayPal\n  slug: paypal\n  description: Enables your customers to sign in to your web site quickly and\n    securely using their PayPal login credentials\n  categories:\n    - Authentication & User Management\n    - Commerce\n    - Finance & Economics\n    - Payments\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developer.paypal.com/docs/integration/direct/identity/log-in-with-paypal/\n  libraries:\n    - name: PayPal PHP SDK\n      documentation_url: https://developer.paypal.com/docs/api/rest-sdks\n      source_code_url: https://github.com/paypal/PayPal-PHP-SDK\n      platform: PHP\n      stargazers_count: 2061\n    - name: PayPal PHP SDK by Oswaldo Perez\n      documentation_url: https://packagist.org/packages/oslawso/paypal-api\n      source_code_url: https://github.com/oslawso/paypal-api\n      platform: PHP\n      author: oslawso\n      stargazers_count: 0\n    - name: PayPal-nvp-api Node.js SDK by Dong Nguyen\n      documentation_url: https://www.npmjs.com/package/paypal-nvp-api\n      source_code_url: https://github.com/ndaidong/paypal-nvp-api\n      platform: Node.js\n      author: ndaidong\n      stargazers_count: 15\n    - name: PayPal Android SDK\n      documentation_url: https://github.com/paypal/PayPal-Android-SDK\n      platform: Java\n      stargazers_count: 770\n    - name: PayPal iOS SDKDeprecated\n      platform: Objective-C\n    - name: PayPal PHP SDK by PayPal\n      documentation_url: https://github.com/paypal/PayPal-PHP-SDK\n      platform: PHP\n      stargazers_count: 2061\n    - name: PayPal iOS SDKDeprecated\n      platform: Objective-C\n- name: pdflayer\n  slug: pdflayer\n  description: Free, powerful HTML to PDF API supporting both URL and raw HTML\n    conversion. Unlimited document size, lightning-fast and compatible PHP,\n    Python, Ruby, etc\n  categories:\n    - Documents & Productivity\n    - Scrapers & Data Mining\n  type: REST\n  is_free: true\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/pdflayer/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://pdflayer.com\n- name: PDFmyURL\n  slug: pdfmyurl\n  description: Easily Convert URLs / Webpages or HTML to PDF in any Programming\n    Language or on the Command Line! Options for page format, layout, headers,\n    footers, watermarking and more. RESTful API that converts webpages to PDF\n    quickly and even does entire websites to PDF\n  categories:\n    - Scrapers & Data Mining\n    - Documents & Productivity\n    - Images & Photography\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/pdfmyurl/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://pdfmyurl.com/html-to-pdf-api\n- name: \"Pdfshift \"\n  slug: pdfshift\n  description: >-\n    An API to convert HTML/CSS documents to PDF. PDFShift is the reliable,\n    Up-to-date and high-fidelity conversion API with no maintenance costs.\n    Convert any HTML documents to high-fidelity PDF in one single POST request. \n\n    The service is focused to help developers set up the conversion quickly and\n    focus on their core problem. Advanced features are available, like\n    watermarking and encryption, and you can see all the available options on\n    the\n  categories:\n    - Documents & Productivity\n    - Scrapers & Data Mining\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/pdfshift/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://pdfshift.io/\n- name: Pearson Dictionaries API\n  slug: pearson-dictionaries-api\n  description: ) Gives access to a very large database of words and phrases with\n    thorough explanations - free usage for up to 4 million calls/month\n  categories:\n    - Content & Dictionaries\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://developer.pearson.com/apis/dictionaries\n- name: Penguin Publishing\n  slug: penguin-publishing\n  description: Sample XML response Sample JSON response\n  categories:\n    - Books\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://www.penguinrandomhouse.biz/webservices/rest/\n- name: Perfect Tense API\n  slug: perfect-tense-api\n  description: Automated. Perfect Tense gives you error-free content in seconds.\n    The Perfect Tense API is the only spelling and grammar checking API that\n    uses artificial intelligence to automatically correct all of your text in\n    one call.\n  categories:\n    - Content & Dictionaries\n    - AI & ML\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.perfecttense.com/developers\n- name: Perplexity AI\n  slug: perplexity-ai\n  description: Perplexity's API provides search-augmented language model\n    responses. Models have real-time web access and cite sources, making them\n    ideal for research and fact-checking applications.\n  categories:\n    - AI & ML\n    - Search\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://docs.perplexity.ai\n    - name: API Reference\n      url: https://docs.perplexity.ai/api-reference/chat-completions\n- name: Peru\n  slug: peru\n  description: Central bank of Peru\n  categories:\n    - Government\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/peru/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://estadisticas.bcrp.gob.pe/estadisticas/series/ayuda/api\n- name: Petfinder\n  slug: petfinder\n  description: The Petfinder API (Application Programming Interface) allows you to\n    access the Petfinder database of hundreds of thousands of pets ready for\n    adoption and over ten thousand animal welfare organizations. You can use the\n    API to build your own dynamic websites or applications backed by the same\n    data used on Petfinder.com.\n  categories:\n    - Search\n    - Animals\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/petfinder/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.petfinder.com/developers/v2/docs/\n  libraries:\n    - name: Petfinder Go SDK\n      documentation_url: https://github.com/petfinder-com/petfinder-go-sdk\n      platform: Go\n      stargazers_count: 4\n    - name: Petfinder PHP SDK\n      documentation_url: https://github.com/petfinder-com/petfinder-php-sdk\n      platform: PHP\n      stargazers_count: 7\n    - name: Petfinder JavaScript SDK\n      documentation_url: https://github.com/petfinder-com/petfinder-js-sdk\n      platform: JavaScript\n      stargazers_count: 33\n    - name: Petfinder Python SDK by Aaron Schlegel\n      documentation_url: https://github.com/aschleg/petpy\n      platform: Python\n      author: aschleg\n      stargazers_count: 18\n    - name: Petfinder PHP SDK by Luke Bainbridge\n      documentation_url: https://github.com/midnightLuke/petfinder-api-php\n      platform: PHP\n      author: midnightLuke\n      stargazers_count: 0\n    - name: Petfinder .NET SDK by John Price\n      documentation_url: https://github.com/pricejc/petfinder-dotnet\n      platform: .Net\n      author: pricejc\n      stargazers_count: 1\n    - name: Petfinder Node.js SDK by Angel S. Moreno\n      documentation_url: https://github.com/angelxmoreno/petfinder-promise\n      platform: Node.js\n      author: angelxmoreno\n      stargazers_count: 0\n    - name: Petfinder Ruby SDK by Pedro De Ona\n      documentation_url: https://github.com/pdeona/petfinder_wrap\n      platform: Ruby\n      author: pdeona\n      stargazers_count: 1\n    - name: Petfinder R SDK by Aaron Schlegel\n      documentation_url: https://github.com/aschleg/PetfindeR\n      platform: R\n      author: aschleg\n      stargazers_count: 3\n    - name: Petfinder PHP SDK by Salerno Labs\n      documentation_url: https://github.com/salernolabs/petfinder\n      platform: PHP\n      stargazers_count: 1\n    - name: Petfinder AngularJS SDK by Luke Schlangen\n      documentation_url: https://github.com/LukeSchlangen/angular-petfinder-api\n      platform: JavaScript\n      author: LukeSchlangen\n      stargazers_count: 0\n    - name: Petfinder JavaScript SDK by Chris Ferdinandi\n      documentation_url: https://github.com/cferdinandi/petfinderAPI4everybody\n      platform: JavaScript, Node.js\n      author: cferdinandi\n      stargazers_count: 13\n    - name: Petfinder PHP SDK by Brian Haveri\n      documentation_url: https://github.com/brianhaveri/Petfinder\n      platform: PHP\n      author: brianhaveri\n      stargazers_count: 6\n    - name: Petfinder Python SDK by Greg Taylor\n      documentation_url: https://github.com/gtaylor/petfinder-api\n      platform: Python\n      author: gtaylor\n      stargazers_count: 11\n    - name: Petfinder Ruby SDK by Eric Hutzelman\n      documentation_url: https://github.com/ehutzelman/petfinder\n      platform: Ruby\n      author: ehutzelman\n      stargazers_count: 36\n- name: Pexels\n  slug: pexels\n  description: Pexels provides high quality and completely free stock photos\n    licensed under the Creative Commons Zero (CC0) license\n  categories:\n    - Open Source\n    - Files & Storage\n    - Art & Design\n    - Images & Photography\n    - Collaboration\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.pexels.com/api/\n- name: PhantAuth\n  slug: phantauth\n  description: Random User Generator + OpenID Connect Provider. Like Lorem Ipsum,\n    but for user accounts and authentication\n  categories:\n    - Testing\n    - Authentication & User Management\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/phantauth/logo_256x256.png\n  contact: support@receptive.io\n  links:\n    - name: Docs / Website\n      url: https://www.phantauth.net/\n- name: Philips Hue\n  slug: philips-hue\n  description: Philips Hue, smart home lighting\n  categories:\n    - IoT & Home Automation\n    - Hardware\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/philips-hue/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developers.meethue.com/documentation/getting-started\n  libraries:\n    - name: Weaver Android SDK by Weaver\n      documentation_url: http://www.weavingthings.com/\n      source_code_url: https://github.com/Produvia-Weaver/weaver_lights\n      platform: Java\n      author: Produvia-Weaver\n      stargazers_count: 12\n    - name: Philips hue SDK\n      documentation_url: http://www.developers.meethue.com/tools-and-sdks\n      platform: Java, Objective-C, PHP\n    - name: Philips hue 3d party libraries\n      documentation_url: http://www.developers.meethue.com/\n      source_code_url: http://www.developers.meethue.com/tools-and-sdks\n      platform: ActionScript, C#, C++, Java, JavaScript, Node.js, Objective-C, PERL,\n        PHP, Python, Ruby\n- name: Phone Number Validation\n  slug: phone-number-validation\n  description: Check phone number validity, location and timezones\n  categories:\n    - CRM\n    - Validation & Verification\n    - Email & SMS\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://phonenumbervalidation.apifex.com/\n- name: Phone Validator\n  slug: phone-validator\n  description: Free phone number validation provided by PhoneValidator. Check\n    phone numbers to verify if they are cell phones or landlines. Use the\n    official API to determine the line-type, phone company and service location\n    of any US phone numbers\n  categories:\n    - Validation & Verification\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.phonevalidator.com\n- name: Picatic\n  slug: picatic\n  description: Sell tickets directly from your app or website. The ticketing and\n    event management platform that puts the power in your hands\n  categories:\n    - Payments\n    - Authentication & User Management\n    - Events\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/picatic/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: http://developer.picatic.com/?utm_medium=web&utm_source=github&utm_campaign=public-apis%20repo&utm_content=abhishekbanthia\n- name: Pinterest\n  slug: pinterest\n  description: Enables apps to view the most clicked-through or repinned Pins,\n    view related posts, and user profiles. Discover recipes, home ideas, style\n    inspiration and other ideas to try\n  categories:\n    - Images & Photography\n    - Social\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/pinterest/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.pinterest.com/login/?next=http%3A%2F%2Fdevelopers.pinterest.com%2Fapi_docs%2F\n  libraries:\n    - name: Social API JS JavaScript SDK by Joris Daniel\n      documentation_url: https://github.com/yoriiis/social-api.js\n      platform: JavaScript\n      author: yoriiis\n      stargazers_count: 5\n    - name: SocialSharesCount Go SDK by Sumesh Suvarna\n      documentation_url: https://github.com/gssumesh/socialsharescount\n      platform: Go\n      author: gssumesh\n      stargazers_count: 9\n    - name: Pinterest PHP SDK by Hans Ott\n      documentation_url: https://github.com/hansott/pinterest-php\n      platform: PHP\n      author: hansott\n      stargazers_count: 47\n    - name: Pinterest PHP SDK by Dirk Groenen\n      documentation_url: https://github.com/dirkgroenen/Pinterest-API-PHP\n      platform: PHP\n      author: dirkgroenen\n      stargazers_count: 150\n    - name: Pinterest Go SDK by Carrot Creative\n      documentation_url: https://github.com/carrot/go-pinterest\n      platform: Go\n      stargazers_count: 22\n    - name: Pinterest JavaScript SDK by Pinterest\n      documentation_url: https://developers.pinterest.com/docs/sdks/js/\n      platform: JavaScript\n    - name: Pinterest Android SDK by Pinterest\n      documentation_url: https://developers.pinterest.com/docs/sdks/android/\n      platform: Java\n    - name: Pinterest iOS SDK by Pinterest\n      documentation_url: https://developers.pinterest.com/docs/sdks/ios/\n      platform: Objective-C\n    - name: Pinterest Layout Android Library by Rahul Jiresal\n      documentation_url: http://www.rahuljiresal.com/2014/03/pinterest-style-layout-on-android/\n      source_code_url: https://github.com/rahuljiresal/Pinterest-Layout-Android-Demo\n      platform: Java\n      author: rahuljiresal\n      stargazers_count: 28\n- name: Pipedrive\n  slug: pipedrive\n  description: Pipedrive's API provides access to deals, contacts, organizations,\n    pipelines, and activities. Build CRM integrations and automate sales\n    workflow management on the Pipedrive platform.\n  categories:\n    - CRM\n    - Business\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://developers.pipedrive.com/docs/api/v1\n    - name: API Reference\n      url: https://developers.pipedrive.com/docs/api/v1\n- name: PIPL API\n  slug: pipl-api\n  description: Free and public API that generates random and fake people's data in JSON.\n  categories:\n    - Random\n    - Testing\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://pipl.ir\n- name: Pixabay\n  slug: pixabay\n  description: Restful API for searching and retrieving free images and videos\n  categories:\n    - Development\n    - Images & Photography\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://pixabay.com/api/docs/\n- name: PlaceGoat\n  slug: placegoat\n  description: PlaceGOAT placeholder service.\n  categories:\n    - Development\n    - Testing\n    - Fun\n    - Animals\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://placegoat.com/\n- name: Placehold\n  slug: placehold\n  description: Contents1 What Is Placeholder. com?2 How To Use Our Placeholders3\n    How To Set Image Size4 How To Set Image Formats5 How To Set Custom Text6 How\n    To Set Background & Text Color6. 1 Popular Hex Color Codes7 New!WEBP\n    Support8 New! HTTPS Support9 NEW! Placeholder Logos, Text & Banners Ads10\n    Any Questions? What Continue Reading. A quick and simple image placeholder\n    service\n  categories:\n    - Development\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/placehold/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://placehold.it/\n- name: PlaceKitten\n  slug: placekitten\n  description: A quick and simple service for getting pictures of kittens for use\n    as placeholders in your designs or code. Kitten-themed placeholder images\n    for developers :3\n  categories:\n    - Testing\n    - Animals\n    - Images & Photography\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/placekitten/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://placekitten.com/\n- name: Plaid\n  slug: plaid\n  description: Plaid helps companies build fintech solutions by making it easy,\n    safe and reliable for people to connect their financial data to apps and\n    services. You&apos;ve reached this page unjustly\"\n  categories:\n    - Finance & Economics\n    - Analytics\n    - Payments\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/plaid/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://plaid.com/\n  libraries:\n    - name: Plaid Link React JavaScript SDK\n      documentation_url: https://plaid.com/docs/libraries/#link-client-libraries\n      source_code_url: https://github.com/plaid/react-plaid-link\n      platform: JavaScript\n      stargazers_count: 141\n    - name: Plaid Link iOS SDK\n      documentation_url: https://plaid.com/docs/#ios-bindings\n      source_code_url: https://github.com/plaid/plaid-link-ios\n      platform: Objective-C, Swift\n      stargazers_count: 51\n    - name: Plaid Android SDK by Michael Barany\n      documentation_url: https://github.com/mbarany/Plaid-Android\n      platform: Java\n      author: mbarany\n      stargazers_count: 2\n    - name: Plaid Link AngularJS SDK by Chris Barnes\n      documentation_url: https://plaid.com/docs/libraries\n      source_code_url: https://github.com/csbarnes/angular-plaid-link\n      platform: JavaScript\n      author: csbarnes\n      stargazers_count: 11\n    - name: Plaid Legacy Java SDK by Plaid\n      documentation_url: https://github.com/plaid/plaid-java-legacy\n      platform: Java\n      stargazers_count: 1\n    - name: Plaid Rust SDK by Michael Barany\n      documentation_url: https://github.com/mbarany/Plaid-Backend\n      platform: PHP\n      author: mbarany\n      stargazers_count: 22\n    - name: Plaid Rust SDK by Nathan Kot\n      documentation_url: https://github.com/nathankot/plaid-rust\n      platform: Unspecified\n      author: nathankot\n      stargazers_count: 6\n    - name: Plaid Ruby SDK by Plaid\n      documentation_url: https://github.com/plaid/plaid-ruby\n      platform: Ruby\n      stargazers_count: 154\n    - name: Plaid Java SDK by Plaid\n      documentation_url: https://plaid.com/docs/\n      source_code_url: https://github.com/plaid/plaid-java\n      platform: Java\n      stargazers_count: 69\n- name: PlanetScale\n  slug: planetscale\n  description: PlanetScale's API provides programmatic access to manage\n    MySQL-compatible databases, branches, deploy requests, and organizations on\n    the PlanetScale platform.\n  categories:\n    - Development\n    - Databases\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://planetscale.com/docs\n    - name: API Reference\n      url: https://api-docs.planetscale.com\n- name: PlayerUnknown's Battlegrounds\n  slug: playerunknowns-battlegrounds\n  description: Start building your own website today using official PUBG data\n  categories:\n    - Entertainment\n    - Games\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/playerunknowns-battlegrounds/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://pubgtracker.com/site-api\n- name: Plino\n  slug: plino\n  description: Plino - A responsive spam filtering system\n  categories:\n    - Security\n    - Development\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://plino.herokuapp.com/\n- name: Pm2.5.In\n  slug: pm2-5-in\n  description: Air quality of China. 提供PM2. 5(细颗粒物)及空气质量指数(AQI)实时查询的网站，同时开放PM2.\n    5监测数据查询的API给开发者使用！\n  categories:\n    - Environment & Nature\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://www.pm25.in/api_doc\n- name: Pocket\n  slug: pocket\n  description: When you find something you want to view later, put it in Pocket\n  categories:\n    - Bookmarks\n    - Documents & Productivity\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://getpocket.com/developer/\n  libraries:\n    - name: \"Pocket Objective-C SDK \"\n      documentation_url: https://getpocket.com/developer/docs/sdk/objective-c\n      platform: Objective-C\n    - name: Pocket Node.js SDK by Peter deHaan\n      documentation_url: https://www.npmjs.com/package/pocket-promise\n      source_code_url: https://github.com/pdehaan/pocket-promise\n      platform: Node.js\n      author: pdehaan\n      stargazers_count: 9\n    - name: Pocket .Net SDK by Tobias Klika\n      documentation_url: https://github.com/ceee/PocketSharp\n      platform: .Net, C#\n      author: ceee\n      stargazers_count: 104\n    - name: Pocket PHP SDK by Abhijeet Mohan\n      documentation_url: https://github.com/voidabhi/Pocket\n      platform: PHP\n      author: voidabhi\n      stargazers_count: 1\n    - name: Pocket Python SDK by Tapan Pandita\n      documentation_url: https://github.com/tapanpandita/pocket\n      platform: Python\n      author: tapanpandita\n      stargazers_count: 297\n    - name: Pocket Node.js SDK by Gary Gale\n      documentation_url: https://github.com/vicchi/node-getpocket\n      platform: Node.js\n      author: vicchi\n      stargazers_count: 48\n    - name: Pocket Go SDK by Hironao OTSUBO\n      documentation_url: https://github.com/motemen/go-pocket\n      platform: Go\n      author: motemen\n      stargazers_count: 39\n    - name: Pocket PHP SDK by Dan Chen\n      documentation_url: https://github.com/djchen/pocket-api-php\n      platform: PHP\n      author: djchen\n      stargazers_count: 35\n    - name: Pocket Go SDK by Shu Yang Quek\n      documentation_url: https://github.com/quekshuy/pocket-golang-sdk\n      platform: Go\n      author: quekshuy\n      stargazers_count: 1\n    - name: Pocket Android SDK by Pocket\n      documentation_url: https://github.com/Pocket/Pocket-AndroidWear-SDK\n      platform: Java\n- name: Pocket Network\n  slug: pocket-network\n  description: \"Pocket proportionally rewards the participating nodes with native\n    cryptographic tokens POKT. Reliability: Pocket allows a developer to\n    constantly keep their DApp running with confidence and wit. . Pocket\n    provides a trustless API Layer, allowing easy access to any blockchain.\n    Pocket is a distributed network that relays data requests and responses to\n    and from any blockchain system\"\n  categories:\n    - Blockchain & Cryptocurrencies\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/pocket-network/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://docs.pokt.network/docs\n  libraries:\n    - name: Pocket Network NodeJS SDK\n      documentation_url: https://github.com/pokt-network/pocket-node\n      platform: Node.js\n      stargazers_count: 11\n    - name: Pocket Network Core Go SDK\n      documentation_url: https://github.com/pokt-network/pocket-core\n      platform: Go\n      stargazers_count: 44\n    - name: Pocket Network Swift SDK\n      documentation_url: https://github.com/pokt-network/pocket-swift\n      platform: Swift\n      stargazers_count: 1\n    - name: Pocket Network JavaScript SDK\n      documentation_url: https://github.com/pokt-network/pocket-js\n      platform: JavaScript\n      stargazers_count: 10\n    - name: Pocket Network Android SDK\n      documentation_url: https://github.com/pokt-network/pocket-android\n      platform: Java\n      stargazers_count: 5\n- name: Pokéapi\n  slug: pokeapi\n  description: This is a full RESTful API linked to an extensive database\n    detailing everything about the Pokémon main game series. We've covered\n    everything from Pokémon to Berry Flavors\n  categories:\n    - Entertainment\n    - Games\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/pokeapi/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://pokeapi.co/\n  libraries:\n    - name: Pokéapi Ruby Library Pokegem\n      documentation_url: https://github.com/baweaver/pokegem\n      platform: Ruby\n      author: baweaver\n      stargazers_count: 24\n    - name: Pokéapi Java Library PokeJava\n      documentation_url: https://github.com/mickeyjk/PokeJava\n      platform: Java\n      author: mickeyjk\n      stargazers_count: 23\n    - name: Pokéapi .NET Library PokeApi.NET\n      documentation_url: https://github.com/PoroCYon/PokeApi.NET\n      platform: .Net\n    - name: Pokéapi Python Library Pykemon\n      documentation_url: http://pykemon.readthedocs.org/en/latest/\n      source_code_url: https://github.com/phalt/pykemon\n      platform: Python\n      stargazers_count: 93\n- name: Pokémon TCG\n  slug: pokemon-tcg\n  description: The Pokémon TCG API allows developers to easily consume Pokémon\n    card and set data in JSON format\n  categories:\n    - Entertainment\n    - Games\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/pokemon-tcg/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://pokemontcg.io\n  libraries:\n    - name: Pokemon TCG JavaScript SDK by Pokemon TCG\n      documentation_url: https://github.com/PokemonTCG/pokemon-tcg-sdk-javascript\n      source_code_url: https://github.com/PokemonTCG/pokemon-tcg-sdk-javascript\n      platform: JavaScript\n      stargazers_count: 41\n    - name: Pokemon TCG Python SDK by Pokemon TCG\n      documentation_url: https://github.com/PokemonTCG/pokemon-tcg-sdk-python\n      platform: Python\n      stargazers_count: 25\n    - name: Pokemon TCG Ruby SDK by Pokemon TCG\n      documentation_url: https://github.com/PokemonTCG/pokemon-tcg-sdk-ruby\n      platform: Ruby\n      stargazers_count: 13\n    - name: Pokemon TCG Python SDK by Joshua Hull\n      documentation_url: https://github.com/joshua-hull/pokemon-tcg-sdk-python\n      platform: Python\n      author: joshua-hull\n      stargazers_count: 7\n- name: Poland\n  slug: poland\n  description: |-\n    Central bank of Poland.\n    Currency exchange rates and gold prices in the XML and JSON formats.\n  categories:\n    - Government\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://api.nbp.pl\n- name: Poloniex\n  slug: poloniex\n  description: US based digital asset exchange\n  categories:\n    - Blockchain & Cryptocurrencies\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://poloniex.com/support/api/\n  libraries:\n    - name: Store-json-in-Database Python SDK by Umar Mohamed\n      documentation_url: https://github.com/moroclash/Store-json-in-Database\n      platform: Python\n      author: moroclash\n      stargazers_count: 0\n    - name: ExchangeSharp .NET/C# by Jeff Johnson\n      documentation_url: https://github.com/jjxtra/ExchangeSharp\n      platform: .Net, C#\n      author: jjxtra\n      stargazers_count: 478\n    - name: GoEx Go SDK by nntaoli.com\n      documentation_url: https://github.com/nntaoli-project/GoEx\n      platform: Go\n      stargazers_count: 1152\n    - name: Go-ccex-api-Client Go SDK by fxpgr\n      documentation_url: https://github.com/fxpgr/go-exchange-client\n      platform: Go\n      stargazers_count: 9\n    - name: Cryptex iOS SDK by Sathya Rajaraman\n      documentation_url: https://github.com/trsathya/Cryptex\n      platform: Swift\n      author: trsathya\n      stargazers_count: 51\n    - name: Poloniex Perl SDK by Vladislav\n      documentation_url: https://poloniex.com/support/api/\n      source_code_url: https://github.com/mirkos-vf/Poloniex-API\n      platform: PERL\n      author: mirkos-vf\n      stargazers_count: 1\n    - name: Poloniex NodeJS SDK by Graham Haley\n      documentation_url: https://www.npmjs.com/package/poloniex-exchange-api\n      source_code_url: https://github.com/haleyga/poloniex-exchange-api\n      platform: Node.js\n      author: haleyga\n      stargazers_count: 3\n    - name: Poloniex Twisted Python SDK by congruency\n      documentation_url: https://github.com/congruency/txpoloniex\n      platform: Python\n      author: congruency\n      stargazers_count: 2\n    - name: Poloniex Python SDK by slowdove\n      documentation_url: https://github.com/slowdove/Poloniex_API_Python3_wrapper\n      platform: Python\n    - name: Poloniex Python SDK by Kelvin Fichter\n      documentation_url: https://github.com/kfichter/pypolo\n      platform: Python\n    - name: Poloniex Python SDK by Andy Hawkins\n      documentation_url: https://github.com/a904guy/poloniex-python3\n      platform: Python\n      author: a904guy\n      stargazers_count: 4\n    - name: Poloniex Java SDK by TheCookieLab\n      documentation_url: https://github.com/TheCookieLab/poloniex-api-java\n      platform: Java\n      author: TheCookieLab\n      stargazers_count: 64\n    - name: Poloniex Node.js SDK by embicoin\n      documentation_url: https://github.com/embicoin/nodejs-Poloniex-Api\n      platform: Node.js\n      author: embicoin\n      stargazers_count: 0\n    - name: Poloniex C# SDK by ZXTeam Public Domain\n      documentation_url: https://github.com/zxteamorg/org.zxteam.apiwrap.poloniex.csharp\n      platform: C#\n      stargazers_count: 1\n    - name: Poloniex C# SDK by Takehiro M.\n      documentation_url: https://github.com/takeknock/PoloniexClientCS\n      platform: C#\n      author: takeknock\n      stargazers_count: 0\n    - name: Poloniex C# SDK by Anton Shchukin\n      documentation_url: https://github.com/Sokel/PoloniexApiWrapper\n      platform: C#\n      author: sokel\n      stargazers_count: 0\n    - name: Poloniex JavaScript SDK by Edilio Gallardo\n      documentation_url: https://github.com/edilio/rhPoloniex\n      platform: JavaScript\n      author: edilio\n      stargazers_count: 0\n    - name: Poloniex Python SDK by Chris Moser\n      documentation_url: https://github.com/twopercent/poloniex-lendrates\n      platform: Python\n      author: twopercent\n      stargazers_count: 0\n    - name: Poloniex Laravel SDK by Tibor Huđik\n      documentation_url: https://github.com/htunlogic/laravel-poloniex\n      platform: PHP\n      author: htunlogic\n      stargazers_count: 15\n    - name: Poloniex Node.js SDK by Nick Tzavalas\n      documentation_url: https://github.com/nicktzavalas/poloniex-api\n      platform: Node.js\n      author: nicktzavalas\n      stargazers_count: 0\n    - name: Poloniex Elixir SDK by cyberpunk-ventures\n      documentation_url: https://github.com/cyberpunk-ventures/poloniex_ex\n      platform: Elixir\n      stargazers_count: 2\n    - name: Poloniex Python SDK by danieljbruce\n      documentation_url: https://github.com/danieljbruce/poloniex-api\n      platform: Python\n      author: danieljbruce\n      stargazers_count: 0\n    - name: Poloniex Node.js SDK by Yuki Akiyama\n      documentation_url: https://github.com/you21979/node-poloniex\n      platform: Node.js\n      author: you21979\n      stargazers_count: 6\n    - name: Poloniex Ruby SDK by psyipm\n      documentation_url: https://github.com/psyipm/poloniex-websockets\n      platform: Ruby\n      author: psyipm\n      stargazers_count: 1\n    - name: Poloniex R SDK by jmfti\n      documentation_url: https://github.com/jmfti/Poloniex-R\n      platform: R\n      author: jmfti\n      stargazers_count: 0\n    - name: Poloniex Python API\n      documentation_url: http://pastebin.com/SB5c4Yr1\n      platform: Python\n    - name: Poloniex API - PHP Wrapper\n      documentation_url: http://pastebin.com/iuezwGRZ\n      platform: PHP\n- name: Polygon.io\n  slug: polygon-io\n  description: Polygon.io provides real-time and historical stock, options, forex,\n    and crypto market data. Access aggregates, trades, quotes, financials, and\n    news via REST and WebSocket APIs.\n  categories:\n    - Finance & Economics\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://polygon.io/docs\n    - name: API Reference\n      url: https://polygon.io/docs/stocks/getting-started\n- name: Portfolio Optimizer\n  slug: portfolio-optimizer\n  description: API for investment portfolio optimization. The science of portfolio\n    optimization, available as a Web API\n  categories:\n    - Science & Math\n    - Finance & Economics\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/portfolio-optimizer/logo_256x256.png\n  contact: contact@portfoliooptimizer.io\n  links:\n    - name: Docs / Website\n      url: https://portfoliooptimizer.io/\n- name: PostcodeData.nl\n  slug: postcodedata-nl\n  description: Netherland's post codes search\n  categories:\n    - Post & Logistics\n    - Maps & Geo\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://api.postcodedata.nl/v1/postcode/?postcode=1211EP&streetnumber=60&ref=domeinnaam.nl&type=json\n- name: Postcodes.io\n  slug: postcodes-io\n  description: Search, validate and reverse geocode postcodes. An open sourced\n    project by Ideal Postcodes. Free UK postcode lookup API and datasets. An\n    open sourced project by Ideal Postcodes\n  categories:\n    - Post & Logistics\n    - Maps & Geo\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/postcodes-io/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://postcodes.io\n- name: PostHog\n  slug: posthog\n  description: PostHog's API provides product analytics, feature flags, session\n    recording, A/B testing, and user management. Open-source and self-hostable,\n    with cloud and on-premise options.\n  categories:\n    - Analytics\n    - Development\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://posthog.com/docs\n    - name: API Reference\n      url: https://posthog.com/docs/api\n- name: Postman\n  slug: postman\n  description: The Postman API allows you to programmatically access data stored\n    in Postman account with ease.\n  categories:\n    - Development\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://docs.api.getpostman.com/\n- name: Postmark\n  slug: postmark\n  description: No bulk. That means your app's email isn't stuck waiting behind\n    500,000 copies of a marketing campaign. Postmark API and developer\n    documentation home with home about integration, API, webhooks and a user\n    guide. Postmark delivers email triggered by an action in your app\n  categories:\n    - Email & SMS\n    - Business\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/postmark/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://postmarkapp.com/developer\n  libraries:\n    - name: Kanboard PHP SDK by polom\n      documentation_url: https://github.com/polom/kanboard-tasksbymail\n      platform: PHP\n      author: polom\n      stargazers_count: 6\n    - name: Postmark Java SDK by Imaginatio\n      documentation_url: https://github.com/Imaginatio/postmark-java\n      platform: Java\n      stargazers_count: 9\n    - name: Postmark Go SDK by Mahmud Ridwan\n      documentation_url: https://github.com/hjr265/postmark.go\n      platform: Go\n      author: hjr265\n      stargazers_count: 15\n    - name: Postmark Haskell SDK by markhibberd\n      documentation_url: https://github.com/markhibberd/postmark\n      platform: Haskell\n      author: markhibberd\n      stargazers_count: 18\n    - name: Postmark Go SDK by Kyle Truscott\n      documentation_url: https://github.com/keighl/postmark\n      platform: Go\n      author: keighl\n      stargazers_count: 49\n    - name: Postmark PHP SDK by Joffrey JAFFEUX\n      documentation_url: https://github.com/jjaffeux/postmark-inbound-php\n      platform: PHP\n      author: jjaffeux\n      stargazers_count: 82\n    - name: Postmark Ruby SDK by Randy Schmidt\n      documentation_url: https://github.com/r38y/postmark-mitt\n      platform: Ruby\n      author: r38y\n      stargazers_count: 40\n    - name: Postmark Java SDK by Jared Holdcroft\n      documentation_url: https://github.com/jaredholdcroft/postmark-java\n      platform: Java\n      author: jaredholdcroft\n      stargazers_count: 15\n    - name: Postmark Ruby on Rails SDK by Wildbit\n      documentation_url: https://github.com/wildbit/postmark-rails\n      platform: Ruby\n      stargazers_count: 276\n    - name: Postmark FeathersJS SDK by feathers-plus\n      documentation_url: https://github.com/feathers-plus/feathers-postmark\n      platform: JavaScript\n      stargazers_count: 7\n    - name: Postmark Laravel PHP SDK by Durham Hale\n      documentation_url: https://github.com/durhamhale/laravel-postmark\n      platform: PHP\n      author: durhamhale\n      stargazers_count: 4\n    - name: Postmark Elixir SDK by Marcel Oomens\n      documentation_url: https://github.com/marceloomens/ExPosta\n      platform: Elixir\n      author: marceloomens\n      stargazers_count: 4\n    - name: Postmark Perl SDK by Ido Perlmuter\n      documentation_url: https://github.com/ido50/WWW-Postmark\n      platform: PERL\n      author: ido50\n      stargazers_count: 5\n    - name: Postmark NodeJS SDK by Andrew Sliwinski\n      documentation_url: https://github.com/thisandagain/trebuchet\n      platform: Node.js\n      author: thisandagain\n      stargazers_count: 14\n    - name: Postmark Scala SDK by Seb Richards\n      documentation_url: https://github.com/sebrichards/postmark-scala\n      platform: Scala\n      author: sebrichards\n      stargazers_count: 8\n    - name: Postmark Java SDK by Wildbit\n      documentation_url: https://github.com/wildbit/postmark-java\n      source_code_url: http://search.maven.org/#artifactdetails%7Ccom.wildbit.java%7Cpostmark%7C1.1.6%7C\n      platform: Java\n      stargazers_count: 18\n    - name: Postmark Python SDK by Dmitry Dygalo\n      documentation_url: https://github.com/Stranger6667/postmarker\n      source_code_url: https://pypi.org/project/postmarker/\n      platform: Python\n      author: Stranger6667\n      stargazers_count: 76\n    - name: Postmark Go SDK by ChannelMeter\n      documentation_url: https://github.com/ChannelMeter/postmark\n      platform: Go\n      stargazers_count: 0\n    - name: Postmark ColdFusion SDK by Ember Feather\n      documentation_url: https://github.com/emberfeather/postmark4cf\n      platform: ColdFusion\n      stargazers_count: 2\n    - name: Postmark Go SDK by Matt Evans\n      documentation_url: https://github.com/mattevans/postmark-go\n      platform: Go\n      author: mattevans\n      stargazers_count: 4\n    - name: Postmark Go SDK by Diffeo\n      documentation_url: https://github.com/diffeo/postmark\n      platform: Go\n      stargazers_count: 2\n    - name: Postmark ColdFusion SDK by Matt Gifford\n      documentation_url: https://github.com/coldfumonkeh/postmark\n      platform: ColdFusion\n      author: coldfumonkeh\n      stargazers_count: 5\n    - name: Postmark Laravel PHP SDK by Terry Matula\n      documentation_url: https://github.com/matula/laravel-postmark\n      platform: PHP\n      author: matula\n      stargazers_count: 4\n    - name: Postmark PHP SDK by Mark van den Broek\n      documentation_url: https://github.com/mvdnbrk/postmark-inbound\n      source_code_url: https://packagist.org/packages/mvdnbrk/postmark-inbound\n      platform: PHP\n      author: mvdnbrk\n      stargazers_count: 3\n    - name: Postmark Go SDK by Vic Demuzere\n      documentation_url: https://github.com/sorcix/go-postmark\n      platform: Go\n      author: sorcix\n      stargazers_count: 0\n- name: Postmates\n  slug: postmates\n  description: Build on-demand delivery into your app or website.\n  categories:\n    - Post & Logistics\n    - Commerce\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://postmates.com/developer/docs\n- name: Postmen\n  slug: postmen\n  description: Download Postmen's JSON schema. Learn how to generate Postmen API\n    key and make requests. Get information about Postmen Meta key and Data key.\n    Add shipping capability of FedEx, UPS, DHL, USPS and over 40 carriers\n    worldwide\n  categories:\n    - Development\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/postmen/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://docs.postmen.com/\n  libraries:\n    - name: \"Postmen Ruby SDK \"\n      documentation_url: https://www.rubydoc.info/github/postmen/postmen-sdk-ruby\n      source_code_url: https://github.com/postmen/postmen-sdk-ruby\n      platform: Ruby\n      stargazers_count: 7\n    - name: Postmen NodeJS SDK\n      documentation_url: https://www.postmen.com/\n      source_code_url: https://github.com/postmen/postmen-sdk-js\n      platform: Node.js\n      stargazers_count: 13\n    - name: \"Postmen PHP SDK \"\n      documentation_url: https://www.postmen.com\n      source_code_url: https://github.com/postmen/postmen-sdk-php\n      platform: PHP\n      stargazers_count: 10\n    - name: Postmen Python SDK\n      documentation_url: https://github.com/postmen/sdk-python\n      platform: Python\n      stargazers_count: 11\n    - name: Postmen .NET SDK\n      documentation_url: https://github.com/postmen/sdk-net\n      platform: .Net\n      stargazers_count: 4\n- name: Postmon\n  slug: postmon\n  description: API to query zip codes and orders in an easy, fast and free way.\n  categories:\n    - Maps & Geo\n    - Post & Logistics\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://postmon.com.br/\n- name: Power BI REST API\n  slug: powerbi\n  description: Power BI's REST API manages datasets, reports, dashboards,\n    workspaces, and data refreshes. Embed Power BI analytics, automate report\n    publishing, and manage BI infrastructure programmatically.\n  categories:\n    - Analytics\n    - Statistics & Data\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://learn.microsoft.com/en-us/rest/api/power-bi\n    - name: API Reference\n      url: https://learn.microsoft.com/en-us/rest/api/power-bi/datasets\n- name: Prague Opendata\n  slug: prague-opendata\n  description: Prague City Open Data. Vítejte na celoměstském portálu pro otevřená\n    data hlavního města Prahy. Zde magistrát hlavního města, příspěvkové\n    organizace, městské části a další související subjekty zveřejňují data ve\n    strojově\n  categories:\n    - Government\n    - Statistics & Data\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://opendata.praha.eu/en\n- name: PrexView\n  slug: prexview\n  description: Transform your data from XML or JSON to high quality, beautiful and\n    readable documents in PDF, HTML, PNG or JPG.\n  categories:\n    - Documents & Productivity\n    - Images & Photography\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/prexview/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://prexview.com\n  libraries:\n    - name: PrexView Python SDK by PrexView\n      documentation_url: https://github.com/prexview/prexview-python/blob/master/README.md\n      source_code_url: https://github.com/prexview/prexview-python\n      platform: Python\n      stargazers_count: 7\n    - name: PrexView Ruby SDK by PrexView\n      documentation_url: http://www.rubydoc.info/gems/PrexView/1.0.0\n      source_code_url: https://github.com/prexview/prexview-ruby\n      platform: Ruby\n      stargazers_count: 1\n    - name: PrexView PHP SDK by PrexView\n      documentation_url: https://github.com/prexview/prexview-php/blob/master/README.md\n      source_code_url: https://github.com/prexview/prexview-php\n      platform: PHP\n      stargazers_count: 4\n    - name: PrexView NodeJS SDK by PrexView\n      documentation_url: https://github.com/prexview/prexview-js/blob/master/Readme.md\n      source_code_url: https://github.com/prexview/prexview-js\n      platform: Node.js\n      stargazers_count: 21\n- name: Product Hunt\n  slug: product-hunt\n  description: The best new products, every day. Product Hunt is a curation of the\n    best new products, every day. Discover the latest mobile apps, websites, and\n    technology products that everyone's talking about\n  categories:\n    - Commerce\n    - Jobs\n    - Marketing & SEO\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/product-hunt/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://api.producthunt.com/v2/docs\n  libraries:\n    - name: Product Hunt Alfred SDK by Loris Guignard\n      documentation_url: https://github.com/loris/alfred-producthunt-workflow\n      platform: Python\n      author: loris\n      stargazers_count: 62\n    - name: Product Hunt Android SDK by Jasper van Riet\n      documentation_url: https://github.com/JaspervanRiet/Jager\n      platform: Java\n      author: JaspervanRiet\n      stargazers_count: 73\n    - name: Product Hunt Android SDK by Prashan Dharmasena\n      documentation_url: https://github.com/qrazhan/hunter2\n      platform: Java\n      author: qrazhan\n      stargazers_count: 7\n    - name: Product Hunt NodeJS SDK by Shubham Naik\n      documentation_url: http://huntlytics.shub.club\n      source_code_url: https://github.com/4shub/huntlytics\n      platform: Node.js\n      author: 4shub\n      stargazers_count: 11\n    - name: Product Hunt JavaScript SDK by Pusher\n      documentation_url: https://github.com/pusher-community/pusher-realtime-producthunt\n      platform: JavaScript\n      stargazers_count: 22\n    - name: Product Hunt Swift SDK by Raul Riera\n      documentation_url: https://github.com/raulriera/HuntingKit\n      platform: Swift\n      author: raulriera\n      stargazers_count: 42\n    - name: Product Hunt Swift SDK by Tosin Afolabi\n      documentation_url: https://github.com/TosinAF/thenews\n      platform: Swift\n      author: TosinAF\n      stargazers_count: 8\n    - name: Product Hunt JavaScript SDK\n      documentation_url: https://github.com/producthunt/producthunt-api\n      platform: JavaScript\n      stargazers_count: 221\n- name: Programming Quotes\n  slug: programming-quotes\n  description: Programming Quotes API for open source projects. Contribute to\n    skolakoda/programming-quotes-api development by creating an account on\n    GitHub\n  categories:\n    - Health\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/programming-quotes/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://github.com/skolakoda/programming-quotes-api\n- name: ProxyCrawl\n  slug: proxycrawl\n  description: Crawl and scrape websites without the need of proxies,\n    infrastructure or browsers. ProxyCrawl solve captchas for you and prevent\n    you being blocked while speeding up your development. ProxyCrawl all in one\n    data crawling and scraping platform for business developers\n  categories:\n    - Development\n    - Scrapers & Data Mining\n    - Captcha\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/proxycrawl/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://proxycrawl.com\n  libraries:\n    - name: ProxyCrawl Python SDK\n      documentation_url: https://github.com/proxycrawl/proxycrawl-python\n      source_code_url: https://pypi.org/project/proxycrawl/\n      platform: Python\n      author: proxycrawl\n      stargazers_count: 38\n    - name: ProxyCrawl PHP SDK\n      documentation_url: https://github.com/proxycrawl/proxycrawl-php\n      source_code_url: https://packagist.org/packages/proxycrawl/proxycrawl\n      platform: PHP\n      author: proxycrawl\n      stargazers_count: 11\n    - name: ProxyCrawl NodeJS SDK\n      documentation_url: https://www.npmjs.com/package/proxycrawl\n      source_code_url: https://github.com/proxycrawl/proxycrawl-node\n      platform: Node.js\n      author: proxycrawl\n      stargazers_count: 16\n    - name: ProxyCrawl Ruby SDK\n      documentation_url: https://rubygems.org/gems/proxycrawl\n      source_code_url: https://github.com/proxycrawl/proxycrawl-ruby/\n      platform: Ruby\n      author: proxycrawl\n      stargazers_count: 9\n- name: PubMed (NCBI E-utilities)\n  slug: pubmed\n  description: NCBI's E-utilities API provides programmatic access to PubMed\n    abstracts, full-text articles, gene sequences, and other biomedical\n    literature from the National Center for Biotechnology Information.\n  categories:\n    - Science & Math\n    - Health\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://www.ncbi.nlm.nih.gov/books/NBK25501\n    - name: API Reference\n      url: https://www.ncbi.nlm.nih.gov/books/NBK25500\n- name: PubNub\n  slug: pubnub\n  description: <div class=\"homepage-wrap\">\n  categories:\n    - Chats & Messaging\n    - IoT & Home Automation\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/pubnub/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.pubnub.com/docs\n  libraries:\n    - name: PubNub Silverlight C# SDK\n      documentation_url: https://www.pubnub.com/docs/silverlight-c-sharp/pubnub-c-sharp-sdk\n      source_code_url: https://github.com/pubnub/c-sharp/tree/master_3x/csharp.net\n      platform: C#\n      stargazers_count: 93\n    - name: PubNub Scala SDK\n      documentation_url: https://www.pubnub.com/docs/scala-java/pubnub-java-sdk\n      source_code_url: https://github.com/pubnub/java/tree/master_3x/scala\n      platform: Scala\n      stargazers_count: 528\n    - name: PubNub Perl SDK\n      documentation_url: https://github.com/pubnub/pubnub-api/tree/master/perl5\n      platform: PERL\n      stargazers_count: 822\n    - name: PubNub Objective-C SDK\n      documentation_url: https://www.pubnub.com/docs/ios-objective-c/pubnub-objective-c-sdk\n      source_code_url: https://github.com/pubnub/objective-c\n      platform: Objective-C\n      stargazers_count: 172\n    - name: PubNub Haskell SDK\n      documentation_url: https://github.com/pubnub/haskell/blob/master/README.md\n      source_code_url: https://github.com/pubnub/haskell\n      platform: Haskell\n      stargazers_count: 18\n    - name: PubNub Lua SDK\n      documentation_url: https://www.pubnub.com/docs/lua/pubnub-lua-sdk\n      source_code_url: https://github.com/pubnub/lua/tree/master/pure\n      platform: Lua\n      stargazers_count: 12\n    - name: PubNub C++ SDK\n      documentation_url: https://www.pubnub.com/docs/windows-cpp/pubnub-cpp-sdk\n      source_code_url: https://github.com/pubnub/c-core\n      platform: C++\n      stargazers_count: 33\n    - name: PubNub Go SDK\n      documentation_url: https://www.pubnub.com/docs/go/pubnub-go-sdk\n      source_code_url: https://github.com/pubnub/go\n      platform: Go\n      stargazers_count: 93\n    - name: PubNub MQTT Python SDK\n      documentation_url: https://www.pubnub.com/blog/new-improved-pubnub-mqtt-support-and-iot-capabilities\n      source_code_url: https://www.pubnub.com/docs/mqtt-pubnub-bridge/getting-started#introduction\n      platform: Python\n    - name: PubNub Asyncio Python SDK\n      documentation_url: https://www.pubnub.com/docs/python-aiohttp/pubnub-python-sdk\n      source_code_url: https://github.com/pubnub/python\n      platform: Python\n      stargazers_count: 141\n    - name: PubNub Tornado Python SDK\n      documentation_url: https://www.pubnub.com/docs/python-tornado/pubnub-python-sdk\n      source_code_url: https://github.com/pubnub/python\n      platform: Python\n      stargazers_count: 141\n    - name: PubNub Unity C# SDK by PubNub\n      documentation_url: https://www.pubnub.com/docs/unity3d-c-sharp/pubnub-c-sharp-sdk\n      platform: C#\n    - name: PubNub Moai Lua SDK by PubNub\n      documentation_url: https://github.com/pubnub/lua/tree/master/moai\n      platform: Lua\n      stargazers_count: 12\n    - name: PubNub Impact JavaScript SDK by PubNub\n      documentation_url: https://www.pubnub.com/docs/impactjs-javascript/pubnub-javascript-sdk\n      platform: JavaScript\n    - name: PubNub Corona Lua SDK by PubNub\n      documentation_url: https://github.com/pubnub/lua\n      platform: Lua\n      stargazers_count: 12\n    - name: PubNub ColdFusion SDK by PubNub\n      documentation_url: https://github.com/pubnub/pubnub-api/tree/master/coldfusion\n      platform: ColdFusion\n      stargazers_count: 822\n    - name: \"PubNub AngularJS SDK by PubNub \"\n      documentation_url: https://www.pubnub.com/docs/angularjs-javascript/pubnub-javascript-sdk\n      platform: JavaScript\n    - name: PubNub Xamarin iOS C# SDK by PubNub\n      documentation_url: https://github.com/pubnub/c-sharp\n      platform: Objective-C\n      stargazers_count: 93\n    - name: PubNub Xamarin Android C# SDK by PubNub\n      documentation_url: https://www.pubnub.com/docs/c-sharp-net-c-sharp/pubnub-c-sharp-sdk\n      platform: C#\n    - name: PubNub Pocket PC C# SDK by PubNub\n      documentation_url: https://www.pubnub.com/docs/pocket-pc-c-sharp/pubnub-c-sharp-sdk\n      platform: C#\n    - name: PubNub Java ME SDK by PubNub\n      documentation_url: https://www.pubnub.com/docs/j2me-java/pubnub-java-sdk\n      platform: Java\n    - name: PubNub Accelerator Titanium JavaScript SDK by PubNub\n      documentation_url: https://www.pubnub.com/docs/titanium-javascript/pubnub-javascript-sdk-v3\n      platform: JavaScript\n    - name: PubNub CodeNameOne Java SDK by PubNub\n      documentation_url: https://www.pubnub.com/docs/codename-one-java/pubnub-java-sdk\n      platform: Java\n    - name: PubNub Blackberry Java SDK by PubNub\n      documentation_url: https://www.pubnub.com/docs/blackberry-java/pubnub-java-sdk\n      platform: Java\n    - name: PubNub C Library\n      documentation_url: https://github.com/pubnub/c\n      platform: C, C++\n      stargazers_count: 46\n- name: Pulsedive\n  slug: pulsedive\n  description: Pulsedive is a free threat intelligence platform. Search, scan, and\n    enrich IPs, URLs, domains and other IOCs from OSINT feeds or submit your own\n  categories:\n    - Security\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/pulsedive/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://pulsedive.com/api/\n- name: PunkAPI\n  slug: punkapi\n  description: Brewdog's DIY Dog as a searchable, filterable API. Brewdog's DIY\n    Dog as a searchable, filterable API\n  categories:\n    - Food & Drinks\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/punkapi/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://punkapi.com/\n- name: PurgoMalum\n  slug: purgomalum\n  description: PurgoMalum is a simple, free, RESTful web service for filtering and\n    removing content of profanity, obscenity and other unwanted text.\n  categories:\n    - Validation & Verification\n    - Text Analysis & Tools\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://www.purgomalum.com\n- name: Pusher Beams\n  slug: pusher-beams\n  description: Get realtime delivery and transparency to develop your iOS and\n    Android apps. Pusher Beams is a hosted push notifications API designed for\n    developers who need critical transactional information delivered every time\n  categories:\n    - Development\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/pusher-beams/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://pusher.com/beams\n- name: PVWatts\n  slug: pvwatts\n  description: \"system_capacit. format Yes Type: string Default: None Options:\n    json, xml The output response format. api_key Yes Type: string Default: None\n    Your developer API key. See API keys for more information\"\n  categories:\n    - Environment & Nature\n  type: REST\n  is_free: false\n  contact: support@aoncadis.org\n  links:\n    - name: Docs / Website\n      url: https://developer.nrel.gov/docs/solar/pvwatts/v6/\n- name: Pwrtelegram Bot\n  slug: pwrtelegram-bot\n  description: The PWRTelegram MTProto API. Boosted version of the Telegram bot API\n  categories:\n    - Social\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://pwrtelegram.xyz\n- name: PyPI API\n  slug: pypi-api\n  description: PyPI's JSON API provides package metadata, release information,\n    download statistics, and vulnerability data for Python packages hosted on\n    the Python Package Index.\n  categories:\n    - Development\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://docs.pypi.org/api/json\n    - name: API Reference\n      url: https://warehouse.pypa.io/api-reference/json.html\n- name: qKast Channel Content\n  slug: qkast-channel-content\n  description: qKast API documentation and examples. Contribute to egfx/qKast\n    development by creating an account on GitHub. Access live content\n    collections sourced from any page around the web\n  categories:\n    - Content & Dictionaries\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/qkast-channel-content/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://github.com/egfx/qKast\n- name: Qmeta Global Search Engine\n  slug: qmeta-global-search-engine\n  description: RadSportRadar ist eine Übersichtskarte über alle gemeldeten\n    Straßenschäden und Gefahrenstellen die so gravierend sind, dass sie zu einem\n    Unfall führen könnten. Anonymous and Secure Global Search Engine\n  categories:\n    - Search\n    - Security\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/qmeta-global-search-engine/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.radsportradar.de/#qmeta\n- name: QR Code API\n  slug: qr-code-api\n  description: QR Code REST API. Can create QR code images or read existing images\n    and return the contents\n  categories:\n    - Bar & QR Codes\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://fungenerators.com/api/qrcode/\n- name: Qrcode Monkey\n  slug: qrcode-monkey\n  description: Create thousands of QR codes with design and logo automatically.\n    Integrate custom and unique looking QR codes into your system or workflow.\n    This API is perfect for creating thousands of high quality QR codes in png\n    or svg vector format. This is the official QR Code API used by QRCode Monkey\n  categories:\n    - Bar & QR Codes\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/qrcode-monkey/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.qrcode-monkey.com/qr-code-api-with-logo\n- name: Quandl\n  slug: quandl\n  description: The source for financial, economic, and alternative datasets,\n    serving investment professionals.\n  categories:\n    - Finance & Economics\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/quandl/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.quandl.com/\n  libraries:\n    - name: QuandlAPIClient Swift SDK by suzhoupanda\n      documentation_url: https://github.com/suzhoupanda/QuandlAPIClient\n      platform: Swift\n      author: suzhoupanda\n      stargazers_count: 0\n    - name: Quandl Python SDK by Samvaran Sharma\n      documentation_url: https://github.com/samvaran/historical_stock_data\n      platform: Python\n      author: samvaran\n      stargazers_count: 2\n    - name: Quandl .NET SDK by Marissa\n      documentation_url: https://github.com/paranoidTwitch/DotNetConnect.Quandl\n      platform: .Net\n    - name: Quandl Python SDK by Jyoti_Shambho\n      documentation_url: https://github.com/JSidh/legendary-ttf\n      platform: Python\n      author: JSidh\n      stargazers_count: 0\n    - name: Quandl Python SDK by Beiwen Liu\n      documentation_url: https://github.com/BeiwenLiu/StockUp\n      platform: Python\n      author: BeiwenLiu\n      stargazers_count: 0\n    - name: Quandl Java SDK by Thomas Schlabra\n      documentation_url: https://github.com/TexanBackpacker/securities-data-calculator\n      platform: Java\n    - name: Quandl JavaScript SDK by dlimx\n      documentation_url: https://github.com/dlimx/stock-vis\n      platform: JavaScript\n      author: dlimx\n      stargazers_count: 0\n    - name: Quandl Annual Company Data Python SDK by adubashi\n      documentation_url: https://github.com/adubashi/annualCompanyData\n      platform: Python\n      author: adubashi\n      stargazers_count: 0\n    - name: Quandl Python SDK by Spencer Delcore\n      documentation_url: https://github.com/sdelcore/quandl-retriever\n      platform: Python\n      author: sdelcore\n      stargazers_count: 0\n    - name: Quandl Go SDK by tchitchikov\n      documentation_url: https://github.com/tchitchikov/instant_cocoa\n      platform: Go\n      author: tchitchikov\n      stargazers_count: 0\n    - name: Quandl Scala SDK by Kaiwalya Kher\n      documentation_url: https://github.com/kaiwalya/scandl\n      platform: Scala\n      stargazers_count: 0\n    - name: Quandl JavaScript SDK by Ian Halverson\n      documentation_url: https://github.com/IDHalverson/quandl-eod-helper\n      source_code_url: https://www.npmjs.com/package/quandl-eod-helper\n      platform: JavaScript\n      author: IDHalverson\n      stargazers_count: 1\n    - name: Quandl JavaScript SDK by Jerry Hamlet\n      documentation_url: https://github.com/jhamlet/quandler\n      platform: JavaScript\n      author: jhamlet\n      stargazers_count: 1\n    - name: Quandl React Native SDK by azaleas\n      documentation_url: https://github.com/azaleas/react-native-stockticker\n      platform: JavaScript\n      author: azaleas\n      stargazers_count: 0\n    - name: Quandl Python SDK by TommyRedblue\n      documentation_url: https://github.com/TommyRedblue/quandl_viewer\n      platform: Python\n    - name: Quandl PHP SDK by wells5609\n      documentation_url: https://github.com/wells5609/Quandl-PHP\n      platform: PHP\n      author: wells5609\n      stargazers_count: 1\n    - name: Quandl Go SDK by Cédric\n      documentation_url: https://github.com/cedricmar/go-quandl\n      platform: Go\n      author: cedricmar\n      stargazers_count: 0\n    - name: Quandl Haskell SDK by Rogério Chaves\n      documentation_url: https://github.com/rogeriochaves/quandl-downloader\n      platform: Haskell\n      author: rogeriochaves\n      stargazers_count: 0\n    - name: Quandl Go SDK by twold\n      documentation_url: https://github.com/twold/go-quandl\n      platform: Go\n      author: twold\n      stargazers_count: 0\n    - name: Quandl Python SDK by Steven Gao\n      documentation_url: https://github.com/stevenlusonggao/Quandl-Python-API-Wrapper\n      platform: Python\n      author: stevenlusonggao\n      stargazers_count: 0\n    - name: Quandl JavaScript SDK by Yash Paliwal\n      documentation_url: https://github.com/ypaliwal/quandlVisualizer\n      platform: JavaScript\n      author: ypaliwal\n      stargazers_count: 0\n    - name: Quandl Ruby SDK by erikwjonsson\n      documentation_url: https://github.com/erikwjonsson/quandl_api_client\n      platform: Ruby\n      author: std6566\n      stargazers_count: 0\n    - name: Quandl Clojure SDK by keorn\n      documentation_url: https://github.com/keorn/clj-quandl-api\n      platform: Clojure\n      author: keorn\n      stargazers_count: 2\n    - name: Quandl Python SDK by Carlos Christian Salazar\n      documentation_url: https://github.com/ccsalazar/quandl-api\n      platform: Python\n    - name: Quandl C++ SDK by Daniel Cardenas\n      documentation_url: https://github.com/danielcardeenas/quandl-cpp\n      platform: C++\n      author: danielcardeenas\n      stargazers_count: 0\n- name: QuantOneMusic\n  slug: quantonemusic\n  description: Answers the need for digital music data. Our API delivers\n    high-resolution data over the wire with a powerful and elegant restful\n    interface. With in-depth search features along a range of parameters and\n    objects, like participation, work and\n  categories:\n    - Music & Audio\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://quantonemusic.com/\n- name: Quantumdigital\n  slug: quantumdigital\n  description: QuantumDigital’s APIs make navigating the USPS, securing national\n    consumer and business lists, uploading your own designs or lists, and\n    shipping small order marketing materials a breeze\n  categories:\n    - Marketing & SEO\n    - Business\n    - Post & Logistics\n    - Commerce\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/quantumdigital/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developer.quantumdigital.com\n- name: QuickChart\n  slug: quickchart\n  description: Create a chart image with one API call and embed it anywhere. Send\n    charts in email and other platforms\n  categories:\n    - Visualizations\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/quickchart/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://quickchart.io\n- name: Quidax Merchant\n  slug: quidax-merchant\n  description: Buy, sell and store Bitcoin, Ethereum, Ripple (XRP), Litecoin &\n    other cryptocurrencies with Naira. Quidax is simple, secure and safe. . Our\n    API makes it easy to integrate fiat currencies and cryptocurrencies such as;\n    Bitcoin (BTC), Ethereum (ETH), Litecoin (LTC), XRP and several others into\n    new and existing applications\n  categories:\n    - Blockchain & Cryptocurrencies\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.quidax.com/developers/api_v2\n- name: Quora API\n  slug: quora-api\n  description: Connect the people who have knowledge to the people who need it, to\n    bring together people with different perspectives so they can understand\n    each other better, and to empower everyone to share their knowledge for the\n    benefit of the rest of the world\n  categories:\n    - Social\n    - AI & ML\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.quora.com/q/edmondlausposts/Quora-Extension-API\n- name: Quotable Quotes\n  slug: quotable-quotes\n  description: Contribute to lukePeavey/quotable development by creating an\n    account on GitHub. Random Quotes API\n  categories:\n    - Health\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/quotable-quotes/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://github.com/lukePeavey/quotable\n- name: Quote Garden\n  slug: quote-garden\n  description: A RESTful API for quotes. The database currently includes more than\n    75000 quotes\n  categories:\n    - Health\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://pprathameshmore.github.io/QuoteGarden/\n- name: Quotes Api\n  slug: quotes-api\n  description: They Said So. Quotes API with lot of features\n  categories:\n    - Fun\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://quotes.rest\n- name: Rackspace Cloud Databases API\n  slug: rackspace-cloud-databases-api\n  description: Can be created, updated, and deleted using the OS::Trove::Instance\n    resource. Cloud Databases instances can also be created as replicas of other\n    Cloud Databases instances.\n  categories:\n    - Databases\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://docs.rackspace.com/cdb/api/v1.0/cdb-devguide/content/overview.html\n- name: Railway\n  slug: railway\n  description: Railway's API enables programmatic management of projects,\n    services, deployments, and environments on the Railway cloud platform.\n  categories:\n    - Development\n  type: GraphQL\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://docs.railway.app\n    - name: API Reference\n      url: https://docs.railway.app/reference/public-api\n- name: Random Data Generator\n  slug: random-data-generator\n  description: API Generator for telephones, text, numbers, passwords, names,\n    social security numbers, and cards. Use Randommer free REST API to validate\n    phone numbers, calculate hashes, get american names, and generate\n    placeholder text. You have 1000 daily quota calls for your project.\n  categories:\n    - Testing\n    - Random\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/random-data-generator/logo_256x256.png\n  specification:\n    type: openapi\n    url: https://randommer.io/api/docs/v1/swagger.json\n    version: https://randommer.io/api/docs/v1/swagger.json\n  links:\n    - name: Docs / Website\n      url: https://randommer.io/randommer-api\n- name: Random Facts\n  slug: random-facts\n  description: Random Facts API\n  categories:\n    - Fun\n    - Random\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://fungenerators.com/api/facts/\n- name: Random Facts Api\n  slug: random-facts-api\n  description: Get random Facts on different topics\n  categories:\n    - Random\n    - Fun\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://fungenerators.com/api/facts/\n- name: RandomCat\n  slug: randomcat\n  description: Random cat image API\n  categories:\n    - Animals\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://aws.random.cat/meow\n- name: RandomDog\n  slug: randomdog\n  description: Random dog image API\n  categories:\n    - Animals\n    - Fun\n    - Random\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://random.dog/woof.json\n- name: RandomFox\n  slug: randomfox\n  description: Random image of a fox\n  categories:\n    - Animals\n    - Images & Photography\n    - Random\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://randomfox.ca/\n- name: RandomUserGenerator\n  slug: randomusergenerator\n  description: Random user generator is a FREE API for generating placeholder user\n    information. Get profile photos, names, and more. It's like Lorem Ipsum, for\n    people.\n  categories:\n    - Testing\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://randomuser.me/\n- name: ratesapi.io\n  slug: ratesapi-io\n  description: Free currency exchange rates and currency conversion. Exchange rate\n    API to convert one currency from another and returns in JSON format. RateAPI\n    tracks rates daily published by European central bank\n  categories:\n    - Finance & Economics\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://ratesapi.io/\n- name: RAWG\n  slug: rawg\n  description: IO ♛ Keep all games in one profile ✔ See what friends are playing,\n    and find your next great game. Open video game database. Find games by\n    platform, genre, company or find game developers, stores, publishers and\n    many more. RAWG\n  categories:\n    - Entertainment\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/rawg/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://rawg.io/apidocs\n- name: Razorpay\n  slug: razorpay\n  description: Razorpay's Payment APIs support UPI, cards, net banking, and\n    wallets for the Indian market. Features include payment links,\n    subscriptions, payouts, and route-based split payments.\n  categories:\n    - Payments\n    - Commerce\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://razorpay.com/docs/api\n    - name: API Reference\n      url: https://razorpay.com/docs/api\n- name: Razorpay IFSC\n  slug: razorpay-ifsc\n  description: An API to query IFSC codes\n  categories:\n    - Finance & Economics\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://ifsc.razorpay.com/\n- name: Rebrandly\n  slug: rebrandly\n  description: Rebrandly is the link management platform to brand, track and share\n    short URLs using a custom domain name\n  categories:\n    - URLs\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developers.rebrandly.com/v1/docs\n  libraries:\n    - name: Rebrandly PHP SDK by Partnermarketing\n      documentation_url: https://github.com/partnermarketing/rebrandly-sdk\n      platform: PHP\n      stargazers_count: 3\n- name: Recast.AI\n  slug: recast-ai\n  description: Collaborative chatbot software. Recast.AI provides an NLP API for\n    text analysis and entity extraction. The leading platform to build, connect\n    and monitor bots\n  categories:\n    - Text Analysis & Tools\n    - Bots\n    - AI & ML\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/recast-ai/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://recast.ai\n- name: Recipe Puppy\n  slug: recipe-puppy\n  description: Recipe Puppy API lets you search through recipe puppy database of\n    over a million recipes by keyword and/or by search query.\n  categories:\n    - Food & Drinks\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://www.recipepuppy.com/about/api/\n- name: Recreation Information Database\n  slug: recreation-information-database\n  description: Recreation.gov is your source for discovering and experiencing\n    America's federal recreation activities and outdoor adventures\n  categories:\n    - Other\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://ridb.recreation.gov/\n- name: Reddit\n  slug: reddit\n  description: Contribute to reddit-archive/reddit development by creating an\n    account on GitHub. historical code from reddit. historical code from reddit.\n    com\n  categories:\n    - Social\n    - News & Feeds\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/reddit/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://github.com/reddit/reddit/wiki/API\n  libraries:\n    - name: graw Reddit Go SDK by Payton Turnage\n      documentation_url: https://github.com/turnage/graw\n      platform: Go\n      author: turnage\n      stargazers_count: 247\n    - name: Reddit .NET SDK by Kris Craig\n      documentation_url: https://github.com/sirkris/Reddit.NET\n      platform: .Net\n      author: sirkris\n      stargazers_count: 384\n    - name: SocialSharesCount Go SDK by Sumesh Suvarna\n      documentation_url: https://github.com/gssumesh/socialsharescount\n      platform: Go\n      author: gssumesh\n      stargazers_count: 9\n    - name: Reddit Python SDK by PRAW Development\n      documentation_url: https://github.com/praw-dev/praw\n      platform: Python\n      stargazers_count: 2390\n    - name: Reddit Laravel PHP SDK by CodeWizz\n      documentation_url: https://github.com/codewizz/laravel-reddit-api\n      platform: PHP\n      stargazers_count: 16\n    - name: Reddit Java SDK by euparkeria\n      documentation_url: https://github.com/euparkeria/RedditJerk\n      platform: Java\n      author: euparkeria\n      stargazers_count: 36\n    - name: Reddit PowerShell SDK by davotronic5000\n      documentation_url: https://github.com/davotronic5000/PoSh_Reddit\n      platform: Unspecified\n      author: davotronic5000\n      stargazers_count: 10\n    - name: Reddit PERL SDK by three18ti\n      documentation_url: https://github.com/three18ti/Reddit.pm\n      platform: PERL\n      author: three18ti\n      stargazers_count: 6\n    - name: Reddit PERL SDK by Jeff Ober\n      documentation_url: https://github.com/jsober/Reddit-API\n      platform: PERL\n      author: sysread\n      stargazers_count: 21\n    - name: Reddit JavaScript SDK by Mads Cordes\n      documentation_url: https://github.com/Mobilpadde/NRAW.js\n      platform: JavaScript\n      author: Mobilpadde\n      stargazers_count: 10\n    - name: Reddit Node.js SDK by go1dfish\n      documentation_url: https://github.com/go1dfish/nodewhal\n      platform: Node.js\n      author: go1dfish\n      stargazers_count: 8\n    - name: Reddit Java SDK by Cory Dissinger\n      documentation_url: https://github.com/corydissinger/raw4j\n      platform: Java\n      author: corydissinger\n      stargazers_count: 49\n    - name: Reddit Lisp SDK by jperson\n      documentation_url: https://github.com/jperson/cl-reddit\n      platform: Lisp\n      author: jperson\n      stargazers_count: 16\n    - name: Reddit Swift SDK by sonson\n      documentation_url: https://github.com/sonsongithub/reddift\n      platform: Swift\n      author: sonsongithub\n      stargazers_count: 215\n    - name: Reddit Ruby SDK by Avinash Dwarapu\n      documentation_url: https://github.com/avidw/redd\n      platform: Ruby\n      author: avinashbot\n      stargazers_count: 177\n    - name: Reddit Perl SDK by Curtis Brandt\n      documentation_url: https://github.com/aggrolite/Mojo-Snoo\n      platform: PERL\n      author: aggrolite\n      stargazers_count: 4\n    - name: Reddit JavaScript SDK by Trevor Senior\n      documentation_url: https://github.com/trevorsenior/snoocore\n      platform: JavaScript\n    - name: Reddit Dart SDK by Steven Roose\n      documentation_url: https://github.com/stevenroose/dart-reddit\n      platform: Dart\n      author: stevenroose\n      stargazers_count: 24\n    - name: Reddit C# SDK by Drew DeVault\n      documentation_url: https://github.com/SirCmpwn/RedditSharp\n      platform: .Net, C#\n      author: ddevault\n      stargazers_count: 282\n    - name: Greddit Reddit API Groovy Wrapper\n      documentation_url: http://www.reddit.com/dev/api\n      source_code_url: https://github.com/Steveice10/Greddit\n      platform: Unspecified\n    - name: RedditKit Reddit API Objective-C Wrapper\n      documentation_url: http://redditkit.com/\n      source_code_url: https://github.com/samsymons/RedditKit\n      platform: Objective-C\n      author: samsymons\n      stargazers_count: 299\n    - name: Raw.js Reddit API Node.js Wrapper\n      documentation_url: https://bitbucket.org/Doctor_McKay/raw.js\n      source_code_url: http://www.reddit.com/r/rawjs/wiki/documentation\n      platform: Node.js\n    - name: Reddit API Java Wrapper\n      documentation_url: https://thatjavanerd.github.io/JRAW/\n      source_code_url: https://github.com/thatJavaNerd/JRAW\n      platform: Java\n      author: mattbdean\n      stargazers_count: 319\n    - name: Reddit Ruby Gem RedditKit.rb\n      documentation_url: http://rdoc.info/gems/redditkit/\n      source_code_url: https://github.com/samsymons/RedditKit.rb\n      platform: Ruby\n      author: samsymons\n      stargazers_count: 157\n- name: Redtube Api\n  slug: redtube-api\n  description: The Redtube API. RedTube API Documentation Welcome to the RedTube\n    API developer documentation! Here you can find detailed information needed\n    to get data and integrate RedTube videos on your website or application\n  categories:\n    - Adult\n    - Entertainment\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://api.redtube.com/docs\n- name: Reed\n  slug: reed\n  description: Official API for reed.co.uk jobs website\n  categories:\n    - Jobs\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.reed.co.uk/developers\n- name: REFUGE Restrooms\n  slug: refuge-restrooms\n  description: Refuge Restrooms\n  categories:\n    - Point of Interest\n    - Maps & Geo\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.refugerestrooms.org/api/docs/#!/restrooms\n- name: Regulations.gov\n  slug: regulations-gov\n  description: More information is available here. Pleas. The Regulations. gov API\n    is not accepting applications for new API keys at this time to prepare for\n    the upcoming transition to a modernized Regulations. gov\n  categories:\n    - Government\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://regulationsgov.github.io/developers/\n- name: Reliefweb\n  slug: reliefweb\n  description: >-\n    ReliefWeb API to get the latest updates when a disaster happens. Do you want\n    to have the latest information about humanitarian training all around the\n    world? Use ReliefWeb API to get ReliefWeb's posted training that fits better\n    with your goals and embed the information into your corporate training\n    system\n\n    and much much more\n  categories:\n    - News & Feeds\n    - Environment & Nature\n    - Government\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/reliefweb/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://apidoc.rwlabs.org/\n- name: Render\n  slug: render\n  description: Render's API lets you manage web services, static sites, databases,\n    cron jobs, and private services on the Render cloud platform\n    programmatically.\n  categories:\n    - Development\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://render.com/docs/api\n    - name: API Reference\n      url: https://api-docs.render.com/reference\n- name: Replicate\n  slug: replicate\n  description: Replicate lets you run machine learning models via API. Access\n    thousands of community models for image generation, language, audio, and\n    video, or deploy your own custom models.\n  categories:\n    - AI & ML\n    - Images & Photography\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://replicate.com/docs\n    - name: API Reference\n      url: https://replicate.com/docs/reference/http\n- name: Represent by Open North\n  slug: represent-by-open-north\n  description: Find the elected officials and electoral districts for any Canadian\n    address or postal code, at all levels of government\n  categories:\n    - Government\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/represent-by-open-north/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://represent.opennorth.ca/\n- name: ReqRes\n  slug: reqres\n  description: A hosted REST-API ready to respond to AJAX requests\n  categories:\n    - Development\n    - Authentication & User Management\n    - Testing\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://reqres.in/\n- name: Request Kittens\n  slug: request-kittens\n  description: A randomized set of category-specific cat images.\n  categories:\n    - Images & Photography\n    - Animals\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/request-kittens/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: http://joshwcomeau.github.io/RequestKittensDocs/public/\n- name: RescueGroups\n  slug: rescuegroups\n  description: org APIs Not all adoptable pet data APIs are made equal! Choosing\n    the right API service is more than just numbers. you also need to consider\n    reliability, functio. Introduction to the RescueGroups. Introduction to the\n    RescueGroups\n  categories:\n    - Animals\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://userguide.rescuegroups.org/display/APIDG/API+Developers+Guide+Home\n  libraries:\n    - name: RescueGroups Ruby SDK by Harsha\n      documentation_url: https://github.com/bornfree/rescuegroups\n      platform: Ruby\n      author: bornfree\n      stargazers_count: 1\n- name: Resend\n  slug: resend\n  description: Resend is an email API built for developers. Send transactional\n    emails with React components, track deliverability, manage domains, and view\n    analytics via a simple REST API.\n  categories:\n    - Email & SMS\n    - Development\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://resend.com/docs\n    - name: API Reference\n      url: https://resend.com/docs/api-reference/introduction\n- name: REST Countries\n  slug: rest-countries\n  description: Get information about countries via a RESTful API.\n  categories:\n    - Maps & Geo\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://restcountries.eu\n- name: Restpack\n  slug: restpack\n  description: Screenshot API, HTML to PDF API, Content Extraction API\n  categories:\n    - Documents & Productivity\n    - Development\n    - Scrapers & Data Mining\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/restpack/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://restpack.io/\n- name: rev.ai\n  slug: revai\n  description: Accurate Speech-to-Text APIs for all of your speech recognition needs\n  categories:\n    - AI & ML\n    - Voice\n  is_free: false\n  logo: https://www.rev.ai/Content/curve/img/revai/logo/logo-blue.svg\n  links:\n    - name: Docs / Website\n      url: https://www.rev.ai/\n  libraries:\n    - name: Rev.ai Python SDK\n      platform: Python\n      source_code_url: https://github.com/revdotcom/revai-python-sdk\n      documentation_url: https://pypi.org/project/rev-ai/\n    - name: Rev.ai Node SDK\n      platform: Node\n      source_code_url: https://github.com/revdotcom/revai-node-sdk\n      documentation_url: https://www.npmjs.com/package/revai-node-sdk\n- name: Reverb\n  slug: reverb\n  description: Sell and buy music related merchandise. Join the millions of music\n    lovers who use Reverb to find everything they need to make music\n  categories:\n    - Music & Audio\n    - Commerce\n  type: REST\n  is_free: false\n  contact: integrations@reverb.com\n  links:\n    - name: Docs / Website\n      url: https://www.reverb-api.com/\n- name: Rhapsody\n  slug: rhapsody\n  description: Access metadata, user’s entire library of music and do much more.\n    The Napster API enables legal on-demand playback of millions of songs. Start\n    building something awesome with the original streaming service\n  categories:\n    - Music & Audio\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/rhapsody/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developer.rhapsody.com/\n  libraries:\n    - name: PushSpring Android SDK by Rhapsody\n      documentation_url: https://github.com/Rhapsody/PushSpringSDK-Android\n      source_code_url: https://github.com/Rhapsody/PushSpringSDK-Android/tree/master/PushSpringSDK/src/com/pushspring/sdk\n      platform: Java\n    - name: Rhapsody Java SDK by Kai Winter\n      documentation_url: https://github.com/kaiwinter/rhapsody-java-sdk\n      platform: Java\n      author: kaiwinter\n      stargazers_count: 3\n    - name: Rhapsody JavaScript SDK by Rhapsody\n      documentation_url: https://github.com/Rhapsody/rhapsody.js\n      platform: JavaScript\n      stargazers_count: 13\n    - name: Rhapsody iOS SDK by Rhapsody\n      documentation_url: https://developers.coinbase.com/api/v2\n      source_code_url: https://github.com/Rhapsody/rhapsody-ios-sdk\n      platform: Objective-C\n    - name: Rhapsody Android SDK by Rhapsody\n      documentation_url: https://developer.rhapsody.com/sdks\n      source_code_url: https://github.com/Rhapsody/rhapsody-android-sdk\n      platform: Java\n- name: Rick and Morty\n  slug: rick-and-morty\n  description: The Rick and Morty API is a REST and GraphQL API based on the\n    television show Rick and Morty\n  categories:\n    - Entertainment\n    - Comics & Anime\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/rick-and-morty/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://rickandmortyapi.com/\n- name: Rig Veda API\n  slug: rig-veda-api\n  description: All of the poets and gods in the Rig Veda, presented with the\n    mandal and sukta numbers they're mentioned in, the meters the verses are\n    composed in, and the categories the poets and gods belong to\n  categories:\n    - Other\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://aninditabasu.github.io/indica/html/rv.html\n- name: Rijksmuseum\n  slug: rijksmuseum\n  description: The Rijksmuseum links individuals with art and history. It's data\n    services are important building blocks for this. That is why Rijksmuseum\n    offers them in different ways, guided by the Rijksmuseum’s progressive Open\n    Data policy and inspired by the FAIR data principles.\n  categories:\n    - Point of Interest\n    - Art & Design\n    - Education\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/rijksmuseum/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.rijksmuseum.nl/en/api\n- name: Riot Games\n  slug: riot-games\n  description: Provide the League of Legends developer community with access to\n    game data in a secure and reliable way.\n  categories:\n    - Analytics\n    - Entertainment\n    - Games\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developer.riotgames.com/\n  libraries:\n    - name: Riot PHP SDK by Daniel Dolejška\n      documentation_url: https://github.com/dolejska-daniel/riot-api\n      source_code_url: https://github.com/dolejska-daniel/riot-api/tree/master/src\n      platform: PHP\n      author: dolejska-daniel\n      stargazers_count: 102\n    - name: Riot Games PHP SDK by DNW Network\n      documentation_url: https://packagist.org/packages/dnwnetwork/php-riot-api\n      source_code_url: https://github.com/DNWNetwork/php-riot-api\n      platform: PHP\n    - name: Riot Games Node.js SDK by NahisWayard\n      documentation_url: https://github.com/NahisWayard/wrapper-node-riot-api\n      platform: Node.js\n    - name: League of Legends PHP SDK by Lam Phuong Phan\n      documentation_url: https://packagist.org/packages/lpphan/riot-api\n      source_code_url: https://github.com/lamphuong223/riot-api-php\n      platform: PHP\n      author: lamphuong223\n      stargazers_count: 1\n    - name: Riot Games Ruby SDK by Blanchard François\n      documentation_url: https://github.com/francois-blanchard/riot_lol_api\n      platform: Ruby\n      author: francois-blanchard\n      stargazers_count: 8\n    - name: Riot Games LoL PHP SDK by Kevin Ran\n      documentation_url: https://github.com/chr0n1x/league-of-legends-api-core\n      platform: PHP\n      author: chr0n1x\n      stargazers_count: 2\n    - name: Riot Games LoL Ruby SDK by Pat George\n      documentation_url: https://github.com/petems/riot_api\n      platform: Ruby\n      author: petems\n      stargazers_count: 12\n    - name: Riot Games LoL Python SDK by Patrick O'Brien\n      documentation_url: https://github.com/p-ob/lolPy\n      platform: Python\n      author: p-ob\n      stargazers_count: 5\n    - name: Riot Games Node.js Library by Robert Manolea\n      documentation_url: https://www.npmjs.com/package/lol-riot-api\n      source_code_url: https://github.com/Pupix/lol-riot-api\n      platform: Node.js\n      author: Pupix\n      stargazers_count: 21\n    - name: Riot Games PHP Library by Kevin Ohashi\n      documentation_url: https://github.com/kevinohashi/php-riot-api\n      platform: PHP\n      author: kevinohashi\n      stargazers_count: 77\n    - name: Riot Games Java Library riot-api-java\n      documentation_url: https://github.com/rithms/riot-api-java\n      platform: Java\n      author: taycaldwell\n      stargazers_count: 182\n    - name: Riot Games API Node.js Library\n      documentation_url: https://developer.riotgames.com/api/methods\n      source_code_url: https://github.com/HardTacos/riot-games-api-nodejs\n      platform: Node.js\n      author: HardTacos\n      stargazers_count: 8\n- name: Ripple XRP Ledger\n  slug: ripple-xrp\n  description: The XRP Ledger's rippled API provides access to accounts,\n    transactions, order books, and payment channels on the XRP Ledger. Build\n    fast, low-cost cross-border payment applications.\n  categories:\n    - Blockchain & Cryptocurrencies\n    - Finance & Economics\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://xrpl.org/docs/references/http-websocket-apis\n    - name: API Reference\n      url: https://xrpl.org/docs/references/http-websocket-apis/api-conventions/request-formatting\n- name: RiteKit\n  slug: ritekit\n  description: Looking for hashtag suggestions, analytics, trend data, influencers\n    of a hashtag or historical data? How about auto-hashtagging entire social\n    media posts, Tweets, updates?. Returns text of the post with up to two\n    relevant hashtags added. Takes into account real-time hashtag popularity\n  categories:\n    - Other\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/ritekit/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://ritekit.com/api-demo/auto-hashtag\n- name: RoboHash\n  slug: robohash\n  description: Generate Unique images from any text. Robohash is a easy web\n    service that makes it easy to provide unique, robot/alien/monster/whatever\n    images for any text. Put in any text, such as IP address, email etc\n  categories:\n    - Testing\n    - Random\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/robohash/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://robohash.org/\n- name: Rocketium Video API\n  slug: rocketium-video-api\n  description: Create multiple videos with your logo, captions, and background\n    music in different aspect ratios. Check it out!. Rocketium Video API allows\n    you to create Buzzfeed-like videos programmatically. Make video and image\n    assets automatically using Rocketiumâ€™s video API\n  categories:\n    - Video & Media\n    - Marketing & SEO\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/rocketium-video-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://rocketium.com/api/?utm_source=github&utm_medium=repository&utm_campaign=abhishekbanthia&utm_content=api_solution\n- name: Ron Swanson Quotes\n  slug: ron-swanson-quotes\n  description: Node. Node. js server for providing Ron Swanson quotes. Contribute\n    to jamesseanwright/ron-swanson-quotes development by creating an account on\n    GitHub\n  categories:\n    - Entertainment\n    - Fun\n    - Video & Media\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/ron-swanson-quotes/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://github.com/jamesseanwright/ron-swanson-quotes#ron-swanson-quotes-api\n- name: Routingnumbers.Info\n  slug: routingnumbers-info\n  description: API for ACH/NACHA Bank Routing Numbers\n  categories:\n    - Finance & Economics\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.routingnumbers.info/api/index.html\n- name: Rovi\n  slug: rovi\n  description: Access to Metadata, search capabilities and recommendations.\n    Digital First Digital First metadata drives interest to your short-form web\n    content younger audiences are watching, and makes connections back to\n    traditional shows & movies, presenting a richer dis\n  categories:\n    - Music & Audio\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developers.rovicorp.com/\n- name: Rushtranslate\n  slug: rushtranslate\n  description: >-\n    RushTranslate offers certified document translation services in over 60\n    languages provided by native speaking professionals. RushTranslate provides\n    a REST API for human translation services allowing programmatic placement\n    and management of orders. Our API is perfect for high volume users who want\n    to automate their workflow. \n\n    . The RushTranslate API enables human-powered translation services in\n    applications. The API is used to create orders, retrieve files, request\n    revisions, and more. Responses are JSON formatted\n  categories:\n    - Business\n    - Documents & Productivity\n    - Translation\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/rushtranslate/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://rushtranslate.com/docs\n- name: Russian Calendar\n  slug: russian-calendar\n  description: Work calendar service. Contribute to egno/work-calendar development\n    by creating an account on GitHub. Work calendar service\n  categories:\n    - Calendar & Time\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/russian-calendar/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://github.com/egno/work-calendar\n- name: Russian Central Bank\n  slug: russian-federation\n  description: Central bank of Russian Federation\n  categories:\n    - Finance & Economics\n    - Government\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/russian-federation/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.cbr.ru/development/\n- name: Ryft\n  slug: ryft\n  description: Integrate the Ryft ONE’s data analysis capabilities into existing\n    big data environments for faster data analysis and real-time intelligence.\n  categories:\n    - AI & ML\n    - Analytics\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/ryft/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: http://www.ryft.com/api\n- name: Saidit\n  slug: saidit\n  description: Raw Saidit API Wrapper. Raw Saidit API Wrapper. Contribute to\n    IThinkImOKAY/rsaw development by creating an account on GitHub\n  categories:\n    - Social\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/saidit/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://github.com/IThinkImOKAY/rsaw\n- name: Sakari\n  slug: sakari\n  description: Integrates with 1000+ applications with no code. Send and Receive\n    SMS to over 200+ countries around the world. Send one or one million\n    messages from a single API call\n  categories:\n    - Email & SMS\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/sakari/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developer.sakari.io\n- name: Salesforce\n  slug: salesforce\n  description: >-\n    The Salesforce Platform connects the entire customer journey across Sales,\n    Service, Marketing, Commerce, and every touchpoint.\n\n    This simple RESTful interface is powerful, convenient, and great for writing\n    mobile and web apps. Salesforce uses the OAuth protocol to allow users of\n    applications to securely access data without having to reveal username and\n    password credentials. Build versatile and lightweight solutions that\n    integrate your Salesforce data using REST API\n  categories:\n    - Marketing & SEO\n    - CRM\n    - Business\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/salesforce/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/intro_understanding_authentication.htm\n  libraries:\n    - name: Salesforce C# SDK by Sean Fife\n      documentation_url: https://github.com/seanfifepep/SfdcConnect\n      platform: C#\n      author: seanfifepep\n      stargazers_count: 1\n- name: Sanity\n  slug: sanity\n  description: Sanity's Content Lake API provides real-time headless CMS access\n    via GROQ queries and REST. Manage structured content, assets, and schemas\n    for Sanity-powered applications.\n  categories:\n    - Development\n    - Documents & Productivity\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://www.sanity.io/docs/http-api\n    - name: API Reference\n      url: https://www.sanity.io/docs/http-api\n- name: Satyr\n  slug: satyr\n  description: Free powerful API for generating dummy images with unique features\n    like delay, aspect ratio, variable resolution, themes, flags and offline\n    mode.\n  categories:\n    - Development\n    - Testing\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/satyr/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: http://satyr.io/\n- name: Schiphol Airport\n  slug: schiphol-airport\n  description: Schiphol Airport's API. Through these APIs, it disclose an enormous\n    amount of airport data – for you to use and build fantastic, innovative\n    solutions.\n  categories:\n    - Transportation\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developer.schiphol.nl/\n- name: Scoop.it\n  slug: scoop-it\n  description: Enables professionals and businesses to research and publish\n    content through its content curation tool\n  categories:\n    - Marketing & SEO\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/scoop-it/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: http://www.scoop.it/dev\n- name: Scraper API\n  slug: scraper-api\n  description: Scraper API is a web scraping API that handles proxy rotation,\n    browsers, and CAPTCHAs so developers can scrape any page with a single API\n    call\n  categories:\n    - Scrapers & Data Mining\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.scraperapi.com\n- name: Scraper.AI\n  slug: scraper-ai\n  description: Scraper. AI is a no-code data extraction tool that allows you to\n    extract data from a website and convert it into the structured data you\n    require\n  categories:\n    - Development\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://docs.scraper.ai/#/\n- name: Scrapestack\n  slug: scrapestack\n  description: Use this proxy and web scraping REST API to extract html data from\n    any web page, supporting 100 geolocations, CAPTCHAs and IP rotation for\n    millions of IPs. The scrapestack API was built to offer a free, real-time\n    scraping and proxy REST API, handling CAPTCHAs, browsers, IP blocks, and\n    more. Simply send a valid website URL and the scrapestack API will return\n    its full HTML content - as seen in the browser, including JavaScript\n    rendering\n  categories:\n    - Search\n    - Development\n    - Scrapers & Data Mining\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/scrapestack/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://scrapestack.com\n- name: Scrapingbee\n  slug: scrapingbee\n  description: >-\n    Scraping is hard, scraping at scale can be very challenging. \n\n    You have to handle: \n     - JS rendering \n     - Chrome headless\n     - Captcha \n     - Proxy \n    ScrapingBee is a simple API that does all the above for you. It is truly the\n    most simple web scraping API ever. ScrapingBee is a Web Scraping API that\n    handles proxies and Headless browser for you, so you can focus on extracting\n    the data you want, and nothing else\n  categories:\n    - Scrapers & Data Mining\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/scrapingbee/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.scrapingbee.com\n- name: Screenshot Machine\n  slug: screenshot-machine\n  description: Free screenshot api for capturing web pages. Let our website\n    screenshot generator and gifted robots take your webpage screenshot!\n  categories:\n    - Scrapers & Data Mining\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.screenshotmachine.com\n  libraries:\n    - name: ScreenshotMachine Node SDK by Kevin Moritz\n      documentation_url: https://github.com/mayorbyrne/node-screenshot-machine/blob/master/README.md\n      source_code_url: https://github.com/mayorbyrne/node-screenshot-machine\n      platform: Node.js\n      author: mayorbyrne\n      stargazers_count: 2\n    - name: ScreenshotMachine Ruby SDK by Tupalo\n      documentation_url: https://github.com/tupalo/screenshot_machine/blob/master/README.md\n      source_code_url: https://github.com/tupalo/screenshot_machine\n      platform: Ruby\n      stargazers_count: 2\n- name: ScreenshotAPI.net\n  slug: screenshotapi-net\n  description: Use one simple API call to generate screenshots of any website. Use\n    this screenshot API to capture screenshots. Uses real Chrome browsers to\n    capture pixel-perfect screenshots. Blazingly fast, ready to scale and hosted\n    on Google Cloud\n  categories:\n    - Video & Media\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://screenshotapi.net\n- name: ScreenShotLayer\n  slug: screenshotlayer\n  description: Free for personal use. Free URL to Screenshot API - capture crisp\n    and clean snapshots of any website, with any device, any setting and\n    lightning fast\n  categories:\n    - Images & Photography\n    - Collaboration\n    - Art & Design\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/screenshotlayer/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://screenshotlayer.com\n- name: Screenshotscloud\n  slug: screenshotscloud\n  description: With this screenshot API you can automate high quality real browser\n    screenshots in seconds using reliable CDN backed queueless API service.\n    JPEG, PNG or PDF output available\n  categories:\n    - Scrapers & Data Mining\n    - Images & Photography\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/screenshotscloud/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://screenshots.cloud/\n  libraries:\n    - name: ScreenshotsCloud Shell Script SDK\n      documentation_url: https://github.com/ScreenshotsCloud/screenshotscloud-sh\n      platform: JavaScript\n      stargazers_count: 1\n    - name: ScreenshotsCloud Java SDK\n      documentation_url: https://github.com/ScreenshotsCloud/screenshotscloud-java\n      platform: Java\n      stargazers_count: 1\n    - name: ScreenshotsCloud C# SDK\n      documentation_url: https://github.com/ScreenshotsCloud/screenshotscloud-cs\n      platform: C#\n      stargazers_count: 1\n    - name: ScreenshotsCloud NodeJS SDK\n      documentation_url: https://github.com/ScreenshotsCloud/screenshotscloud-node\n      platform: Node.js\n      stargazers_count: 1\n    - name: ScreenshotsCloud Python SDK\n      documentation_url: https://github.com/ScreenshotsCloud/screenshotscloud-python\n      platform: Python\n      stargazers_count: 1\n    - name: ScreenshotsCloud Ruby SDK\n      documentation_url: https://github.com/ScreenshotsCloud/screenshotscloud-ruby\n      platform: Ruby\n      stargazers_count: 1\n    - name: ScreenshotsCloud PHP SDK\n      documentation_url: https://github.com/ScreenshotsCloud/screenshotscloud-php\n      platform: PHP\n      stargazers_count: 3\n- name: Scribble\n  slug: scribble\n  description: This service is an easy way to draw and share maps. The Scribble\n    Maps API is a cross browser, mobile ready, HTML5/JavaScript, interactive map\n    builder. It can help you quickly integrate geo data/functionality into your\n    application\n  categories:\n    - Maps & Geo\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.scribblemaps.com/api/\n- name: Scryfall\n  slug: scryfall\n  description: \"Scryfall is a powerful Magic: The Gathering card search\"\n  categories:\n    - Entertainment\n    - Games\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/scryfall/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://scryfall.com/docs/api\n- name: Search.Gov Jobs\n  slug: search-gov-jobs\n  description: gov • Terms of Service • Site Policies • D. Tap into a list of\n    current jobs openings with the United States government. Email us or call us\n    at 202-969-7426 An Official Website of the U. S. Government Technology\n    Transformation Service, U. General Services Administration USA\n  categories:\n    - Jobs\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://search.gov/developer/jobs.html\n- name: SearchApi\n  slug: searchapi\n  description: SearchApi is a robust real-time SERP API delivering structured data\n    from Google and other search engine results pages. SearchApi offers precise\n    location targeting, extensive search results, a reliable 99.9% SLA\n    guarantee, pay-for-success pricing, and expert customer support from real\n    engineers.\n  categories:\n    - Marketing & SEO\n    - Scrapers & Data Mining\n    - Search\n  is_free: false\n  logo: https://www.searchapi.io/press/searchapi-logo-symbol-screen.png\n  links:\n    - name: Docs / Website\n      url: https://www.searchapi.io/\n- name: SearchLy\n  slug: searchly\n  description: Contribute to AlbertSuarez/searchly development by creating an\n    account on GitHub. 🎶 Song similarity search API based on lyrics\n  categories:\n    - Music & Audio\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/searchly/logo_256x256.png\n  contact: support@unicorn-solutions.com\n  links:\n    - name: Docs / Website\n      url: https://github.com/AlbertSuarez/searchly\n- name: Secured Signing Digital Signature Api\n  slug: secured-signing-digital-signature-api\n  description: The Secured Signing REST-based, JSON API allows you to add PKI\n    based digital signing capabilities to your software, web applications or\n    business processes. Documents can be seamlessly sent and invisibly passed\n    along with customer details across to the Secured Signing platform. Secured\n    Signing then automates and manages the signing process. At the end of the\n    process, the signed document and data are returned to your software/system.\n    Access our Digital Signature API that will allow you to integrate electronic\n    and digital signature functionality into your software, platform or website\n  categories:\n    - Documents & Productivity\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://securedsigning.com/developer/api-documentation\n- name: SecurityTrails\n  slug: securitytrails\n  description: SecurityTrails currently offers three different products that can\n    help you enrich your data, search for information, and find relevant\n    security information for organizations in no time\n  categories:\n    - Security\n    - Validation & Verification\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://securitytrails.com/corp/apidocs\n  libraries:\n    - name: SecurityTrails Python SDK By secops4thewin\n      documentation_url: https://github.com/secops4thewin/securitytrails-python/blob/master/README.md\n      source_code_url: https://github.com/secops4thewin/securitytrails-python\n      platform: Python\n      author: secops4thewin\n      stargazers_count: 6\n- name: Segment\n  slug: segment\n  description: Segment's API is a customer data platform that collects, unifies,\n    and routes user events to analytics, marketing, and data warehouse tools\n    from a single source of truth.\n  categories:\n    - Analytics\n    - Marketing & SEO\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://segment.com/docs/connections/sources/catalog/libraries/server/http-api\n    - name: API Reference\n      url: https://segment.com/docs/connections/sources/catalog/libraries/server/http-api\n- name: Semantira\n  slug: semantira\n  description: To get started check out Install the SDK. For detailed explana. In\n    this documentation you will find comprehensive guides and documentation to\n    help you start working with the Semantria API. The Semantria API is a paid\n    Saas text analytics service from Lexalytics. Contact sales to discuss your\n    use case\n  categories:\n    - Text Analysis & Tools\n    - AI & ML\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://semantria.readme.io/docs\n- name: SendGrid\n  slug: sendgrid\n  description: SendGrid's Email API enables sending transactional and marketing\n    emails at scale. Features include email templates, analytics, bounced email\n    tracking, and inbound email parsing.\n  categories:\n    - Email & SMS\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://docs.sendgrid.com\n    - name: API Reference\n      url: https://docs.sendgrid.com/api-reference\n- name: Sentim-API\n  slug: sentim-api\n  description: A free API for sentiment analysis\n  categories:\n    - AI & ML\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://sentim-api.herokuapp.com\n- name: Sentry\n  slug: sentry\n  description: Sentry's API provides access to error events, issues, projects,\n    organizations, and releases. Integrate Sentry's error monitoring and\n    performance tracking into CI/CD pipelines.\n  categories:\n    - Development\n    - Analytics\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://docs.sentry.io/api\n    - name: API Reference\n      url: https://docs.sentry.io/api\n- name: Setlist.fm\n  slug: setlist-fm\n  description: setlist.fm is a free wiki-like service to collect and share\n    setlists. The setlist.fm API has been designed to give you easy access to\n    setlist data in order to build fancy websites and other applications\n  categories:\n    - Music & Audio\n  type: REST\n  is_free: false\n  specification:\n    type: swagger\n    url: https://api.setlist.fm/docs/1.0/ui/swagger.json\n    version: https://api.setlist.fm/docs/1.0/ui/swagger.json\n  links:\n    - name: Docs / Website\n      url: https://api.setlist.fm/docs/1.0/index.html\n- name: Shakespeare Translation Api\n  slug: shakespeare-translation-api\n  description: Translate from English to Shakespeare English\n  categories:\n    - Translation\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/shakespeare-translation-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://funtranslations.com/api/shakespeare\n- name: ShapeShift.io\n  slug: shapeshift-io\n  description: \"Exchange between cryptocurrencies without an account. Well\n    documented API for easy use. The all-new ShapeShift is your complete crypto\n    management platform: send, receive, trade, track, and hodl bitcoin and other\n    major cryptos\"\n  categories:\n    - Blockchain & Cryptocurrencies\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/shapeshift-io/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://shapeshift.io/\n- name: SHARE\n  slug: share\n  description: SHARE is a higher education initiative whose mission is to maximize\n    research impact by making research widely accessible, discoverable, and\n    reusable\n  categories:\n    - Science & Math\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://share-research.readthedocs.io/en/latest/\n- name: Sheet2site Api\n  slug: sheet2site-api\n  description: >-\n    Create JSON from Google Sheets without writing code. Create JSON from Google\n    Sheet\n\n    Real time updates. Free\n  categories:\n    - Other\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.sheet2site.com/dev/\n- name: Sheetsu\n  slug: sheetsu\n  description: Get data from Google Spreadsheet in a matter of seconds. You can\n    copy the HTML Snippet and paste it into your website without any code. If\n    you are developer, you can use one of many languages or frameworks Sheetsu\n    supports like Ruby, Node, React, JavaScript Python, PHP, JQuery, C#, Swift,\n    or R. Turn Google Spreadsheets into an API\n  categories:\n    - Documents & Productivity\n    - Databases\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/sheetsu/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://docs.sheetsu.com\n- name: Shibe.Online\n  slug: shibe-online\n  description: In this day and age, everyone and their dog has an API. So why not\n    have an API for dogs? Shibe. online is that API\n  categories:\n    - Animals\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/shibe-online/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: http://shibe.online/\n- name: Shippo\n  slug: shippo\n  description: Find the best shipping rates, integrate with e-commerce platforms,\n    print shipping labels, track package delivery, and verify addresses with\n    either our shipping API or web app. Shippo in an API and dashboard that\n    connects you to multiple shipping providers, simplifying the process of\n    implementing a shipping solution. Shippo is the best multi-carrier shipping\n    software for e-commerce businesses\n  categories:\n    - Maps & Geo\n    - Post & Logistics\n    - Commerce\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/shippo/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://goshippo.com/\n  libraries:\n    - name: Shippo PHP SDK by Mike Martin\n      documentation_url: https://github.com/mikemartin/statamic-v1-shippo\n      platform: PHP\n      author: mikemartin\n      stargazers_count: 0\n    - name: Shippo Elixir SDK by Alexander Mielczarek\n      documentation_url: https://github.com/almielczarek/shippo-elixir-client\n      platform: Elixir\n      author: almielczarek\n      stargazers_count: 1\n    - name: Shippo Python SDK by bosswissam\n      documentation_url: https://github.com/bosswissam/shippo-python\n      platform: Python\n      author: bosswissam\n      stargazers_count: 0\n    - name: Shippo Perl SDK by Iain Campbell\n      documentation_url: https://github.com/cpanic/WebService-Shippo\n      platform: PERL\n    - name: Shippo Laravel SDK by Brandon Martus\n      documentation_url: https://github.com/bmartus/laravel-shippo\n      platform: PHP\n      author: bmartus\n      stargazers_count: 12\n    - name: Shippo Go SDK by COLDBREW CLOUD\n      documentation_url: https://github.com/coldbrewcloud/go-shippo\n      platform: Go\n      stargazers_count: 16\n    - name: Shippo Java SDK by Shippo\n      documentation_url: https://github.com/goshippo/shippo-java-client\n      platform: Java\n      stargazers_count: 41\n    - name: Shippo C# SDK by Shippo\n      documentation_url: https://github.com/goshippo/shippo-csharp-client\n      platform: C#\n      stargazers_count: 43\n    - name: Shippo Ruby SDK by Shippo\n      documentation_url: https://goshippo.com/docs/\n      source_code_url: https://github.com/goshippo/shippo-ruby-client\n      platform: Ruby\n      stargazers_count: 69\n- name: Shodan\n  slug: shodan\n  description: Shodan API, the easiest way to access the Shodan search engine on\n    your own terms. Shodan is the world's first search engine for\n    Internet-connected devices.\n  categories:\n    - Security\n    - Search\n    - IoT & Home Automation\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developer.shodan.io/\n  libraries:\n    - name: Shodan Perl SDK by Dudley Adams\n      documentation_url: https://metacpan.org/pod/WWW::Shodan::API\n      source_code_url: https://github.com/Dudley5000/WWW-Shodan-API\n      platform: PERL\n      author: Dudley5000\n      stargazers_count: 13\n    - name: Shodan Java SDK by newhouse\n      documentation_url: https://developer.shodan.io/api/clients\n      source_code_url: https://github.com/fooock/jshodan\n      platform: Java\n      author: fooock\n      stargazers_count: 48\n    - name: Shodan Python SDK by John Matherly\n      documentation_url: https://shodan.readthedocs.io/en/latest/index.html\n      source_code_url: https://github.com/achillean/shodan-python\n      platform: Python\n      author: achillean\n      stargazers_count: 1538\n    - name: Shodan Node.js SDK by Jesús Pérez\n      documentation_url: https://github.com/jesusprubio/shodan-client.js\n      platform: Node.js\n      author: jesusprubio\n      stargazers_count: 171\n- name: Shopify API\n  slug: shopify-api\n  description: Shopify's Admin API provides programmatic access to store data\n    including products, orders, customers, inventory, and fulfillments. Build\n    custom storefronts and commerce integrations.\n  categories:\n    - Commerce\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://shopify.dev/docs/api\n    - name: Admin API Reference\n      url: https://shopify.dev/docs/api/admin-rest\n- name: Shopify Storefront API\n  slug: shopify-storefront\n  description: Shopify's Storefront API (GraphQL) enables building custom headless\n    storefronts with product catalogs, carts, checkout, and customer\n    authentication without Shopify's default themes.\n  categories:\n    - Commerce\n  type: GraphQL\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://shopify.dev/docs/api/storefront\n    - name: API Reference\n      url: https://shopify.dev/docs/api/storefront/latest\n- name: Shotstack\n  slug: shotstack\n  description: Shotstack API enables programmatic video editing and generation.\n    Compose videos from templates, images, audio, and text overlays at scale for\n    media automation pipelines.\n  categories:\n    - Video & Media\n    - AI & ML\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://shotstack.io/docs/guide/getting-started/core-concepts\n    - name: API Reference\n      url: https://shotstack.io/docs/api\n- name: SHOUTCLOUD\n  slug: shoutcloud\n  description: ALL CAPS AS A SERVICE\n  categories:\n    - Fun\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://shoutcloud.io/\n- name: Shrtco.De Api\n  slug: shrtco-de-api\n  description: Secure and reliable Online Tools. Free URL Shortener API without limits\n  categories:\n    - URLs\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/shrtco-de-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://app.shrtco.de/docs\n- name: Shrtlnk.dev\n  slug: shrtlnk-dev\n  description: URL shortener API\n  categories:\n    - URLs\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://shrtlnk.dev/developer\n- name: ShrtURI\n  slug: shrturi\n  description: API Documentation This is version 3 of the shrturi. com API. It\n    follows common REST patterns. POST /api/v1/shorten Will take the passed in\n    URL and create a new shortened link. Parameters url - The l. . URL\n    shortening API for creating short URLs from long URLs\n  categories:\n    - URLs\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://shrturi.com/docs\n- name: Shutterstock\n  slug: shutterstock\n  description: Streamline user experience with the stock image, video, and music\n    API trusted by Facebook, Google, Wix, and more. Get started with a free\n    image API today. The Shutterstock API provides access to Shutterstock's\n    library of media, as well as information about customers' accounts and the\n    contributors that provide the media. It allows customer platforms to search\n    for media, view information and previews for the media, and license and\n    download media\n  categories:\n    - Images & Photography\n    - Search\n    - Music & Audio\n    - Video & Media\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/shutterstock/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.shutterstock.com/developers/\n  libraries:\n    - name: Shutterstock CodeIgniter PHP SDK by Raditya Adi Baskara\n      documentation_url: https://github.com/raditya-ab/CI-Shutterstock-library\n      platform: PHP\n      author: raditya-ab\n      stargazers_count: 0\n    - name: Shutterstock iOS SDK by Ruslan M.\n      documentation_url: https://github.com/ruslanmusagitov/shutterstock-ios\n      platform: Swift\n      author: ruslanmusagitov\n      stargazers_count: 0\n    - name: Shutterstock Python SDK by Lumen5\n      documentation_url: https://github.com/Lumen5/shutterstock-api\n      platform: Python\n      stargazers_count: 0\n    - name: Shutterstock Python SDK by Matt\n      documentation_url: https://github.com/malero/python-shutterstock-api\n      platform: Python\n      author: malero\n      stargazers_count: 0\n    - name: Shutterstock TypeScript SDK by Ga\n      documentation_url: https://github.com/shvendala/shutterstock\n      platform: Unspecified\n      author: egagarin\n      stargazers_count: 5\n    - name: Shutterstock R SDK by Metin Yazici\n      documentation_url: https://github.com/strboul/shutterstock-r\n      source_code_url: https://cran.r-project.org/web/packages/shutterstock/index.html\n      platform: R\n      author: strboul\n      stargazers_count: 4\n    - name: Shutterstock PHP SDK by Jacob Emerick\n      documentation_url: https://github.com/jacobemerick/php-shutterstock-api\n      platform: PHP\n      author: jacobemerick\n      stargazers_count: 3\n    - name: Shutterstock Ruby SDK by Erick Schmitt\n      documentation_url: https://github.com/ejschmitt/shutterstock\n      platform: Ruby\n      author: ejschmitt\n      stargazers_count: 5\n    - name: Shutterstock JavaScript SDK\n      documentation_url: https://developers.shutterstock.com/documentation/javascript-sdk\n      source_code_url: https://github.com/shutterstock/public-api-javascript-sdk\n      platform: JavaScript, Node.js\n      stargazers_count: 11\n    - name: Shutterstock Node.js SDK by Jorma16\n      documentation_url: https://github.com/jorma16/shutter-api-client\n      platform: Node.js\n    - name: Shutterstock Java SDK by Yuri Pourre\n      documentation_url: https://github.com/yuripourre/shutterstock-java\n      platform: Java\n      author: yuripourre\n      stargazers_count: 1\n    - name: Shutterstock Ruby SDK by David Peterson\n      documentation_url: https://github.com/dippysan/shutterstock\n      platform: Ruby\n      author: dippysan\n      stargazers_count: 1\n    - name: Shutterstock Ruby SDK by Tailor\n      documentation_url: https://github.com/TailorBrands/shutterstock-ruby\n      platform: Ruby\n      stargazers_count: 3\n    - name: Shutterstock Node.js SDK\n      documentation_url: https://github.com/shutterstock/node-shutterstock-api\n      platform: Node.js\n      stargazers_count: 9\n    - name: Shutterstock Ruby SDK\n      documentation_url: https://github.com/shutterstock/ruby-shutterstock-api\n      platform: Ruby\n      stargazers_count: 7\n    - name: Shutterstock Perl SDK by Brian Phillips\n      documentation_url: http://search.cpan.org/~bphillips/WebService-Shutterstock/\n      platform: PERL\n    - name: Shutterstock Node.Js SDK by Silas Sewell\n      documentation_url: https://www.npmjs.com/package/shutterstock\n      platform: Node.js\n    - name: Shutterstock PHP SDK by Shutterstock\n      documentation_url: https://packagist.org/packages/shutterstock/api\n      source_code_url: https://github.com/shutterstock/php-shutterstock-api\n      platform: PHP\n      stargazers_count: 7\n- name: Simple Analytics\n  slug: simple-analytics\n  description: Simple, clean, and friendly analytics for developers (privacy\n    focused alternative to Google Analytics). Simple Analytics does not own your\n    data. Most analytics companies do not give you access to your raw data.\n    Simple Analytics believes it should be easy for customers to get their raw\n    data\n  categories:\n    - Other\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/simple-analytics/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://docs.simpleanalytics.com/api\n- name: Sketchfab API\n  slug: sketchfab-api\n  description: Manage your 3D assets. Distribute 3D & AR experiences. Collaborate\n    with others. Showcase your work. Buy & sell 3D models. Lets you build 3D/VR\n    experiences that work across all devices and all browsers. Also, natively\n    integrated into 80+ social networks, forums, and other sharing platforms\n    such as Facebook, Twitter, LinkedIn, and many others.\n  categories:\n    - Social\n    - Virtual & Augmented Reality\n    - Images & Photography\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://sketchfab.com/developers\n- name: Sky Biometry\n  slug: sky-biometry\n  description: SkyBiometry uses completely different computer vision algorithms\n    for face detection and recognition than face. com as you can see in the API\n    documentation. . The Sky Biometry API can be used to scan any face image for\n    face detection and attributes determination. This is a paid API\n  categories:\n    - Recognition\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/sky-biometry/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://skybiometry.com/documentation/\n- name: Skywatch\n  slug: skywatch\n  description: Instead, EarthCache allows development teams to focus on the\n    business application and in delivering actionable intelligence to the\n    end-user. Search for and retrieve Earth observation data in a fully\n    autonomous manner via our APIs. Contact SkyWatch for access to documentation\n    and more information on pricing. SkyWatch provides a digital infrastructure\n    for the distribution of Earth observation data and derived intelligence.\n    SkyWatch EarthCache™ provides developers with the tools they need to\n    cost-effectively add Earth observation data into their applications and\n    workflows. SkyWatch removes the complexity out of Earth observation data\n    sourcing and processing so developers can focus on what matters. Adopting\n    EarthCache into your development environment eliminates the need for\n    multiple integrations and costly multi-point searches\n  categories:\n    - Images & Photography\n    - Environment & Nature\n    - Maps & Geo\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/skywatch/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.skywatch.com/\n- name: Slack\n  slug: slack\n  description: Slack APIs allow you to integrate complex services with Slack to go\n    beyond the integrations they provide out of the box.\n  categories:\n    - Social\n    - Chats & Messaging\n    - Collaboration\n    - Documents & Productivity\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/slack/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://api.slack.com/\n  libraries:\n    - name: Slack Python SDK by Slack\n      documentation_url: http://slackapi.github.io/python-slackclient/\n      source_code_url: https://github.com/slackapi/python-slackclient\n      platform: Python\n      stargazers_count: 3065\n    - name: Slack Events PHP SDK by Jarrad Littleford\n      documentation_url: https://packagist.org/packages/suspectdoubloon/slack-api\n      source_code_url: https://github.com/suspectdoubloon/slack-api\n      platform: PHP\n      author: suspectdoubloon\n      stargazers_count: 0\n    - name: Slack Ruby SDK by Akiteru Maeda\n      documentation_url: https://github.com/aki017/slack-ruby-gem\n      platform: Ruby\n      author: aki017\n      stargazers_count: 245\n    - name: Slack Ruby SDK by SoundCloud\n      documentation_url: https://github.com/soundcloud/slack-ruby-gem\n      platform: Ruby\n    - name: Slack Ruby SDK by Daniel Doubrovkine\n      documentation_url: https://github.com/dblock/slack-ruby-client\n      platform: Ruby\n      author: dblock\n      stargazers_count: 16\n    - name: Slack Node.js SDK by Slack\n      documentation_url: https://slackapi.github.io/node-slack-sdk/\n      source_code_url: https://github.com/slackapi/node-slack-sdk\n      platform: Node.js\n      stargazers_count: 2849\n    - name: Slack PHP SDK by Morning Train\n      documentation_url: https://packagist.org/packages/morningtrain/slack-api\n      source_code_url: https://github.com/Morning-Train/slack-api\n      platform: PHP\n      stargazers_count: 4\n    - name: SlackAPI .Net SDK by Inumedia\n      documentation_url: https://github.com/Inumedia/SlackAPI/blob/master/README.md\n      source_code_url: https://github.com/Inumedia/SlackAPI\n      platform: .Net\n      author: Inumedia\n      stargazers_count: 385\n    - name: Slack MargieBot .Net SDK by Jammerware\n      documentation_url: https://github.com/jammerware/margiebot/blob/master/README.md\n      source_code_url: https://github.com/jammerware/margiebot\n      platform: .Net\n      author: jammerware\n      stargazers_count: 117\n    - name: Slack .NET SDK by WooCode\n      documentation_url: https://github.com/WooCode/WooCode.Slack\n      platform: .Net\n      stargazers_count: 23\n    - name: Slack Go SDK by Norberto Lopes\n      documentation_url: https://github.com/nlopes/slack\n      platform: Go\n      author: nlopes\n      stargazers_count: 8\n    - name: Slack JavaScript SDK\n      documentation_url: https://www.npmjs.com/package/slack-api\n      platform: JavaScript\n    - name: Slack Laravel Library by Vagner Luz do Carmo\n      documentation_url: https://github.com/vluzrmos/laravel-slack-api\n      platform: PHP\n      author: vluzrmos\n      stargazers_count: 90\n    - name: Slack Node.js Library by Tom Eklof\n      documentation_url: https://www.npmjs.com/package/hubot-slack-api\n      source_code_url: https://github.com/ORBAT/hubot-slack-api\n      platform: Node.js\n      author: ORBAT\n      stargazers_count: 10\n    - name: Slack API Haskell Library\n      documentation_url: https://api.slack.com/web\n      source_code_url: https://hackage.haskell.org/package/slack-api-0.1\n      platform: Haskell\n    - name: \"Slack API Haskell Library \"\n      documentation_url: https://hackage.haskell.org/package/slack\n      source_code_url: https://hackage.haskell.org/package/slack\n      platform: Haskell\n- name: Smartcar\n  slug: smartcar\n  description: Build web and mobile apps that communicate with vehicles\n  categories:\n    - Vehicles\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/smartcar/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://smartcar.com/docs/\n  libraries:\n    - name: Smartcar Connect Android SDK\n      documentation_url: https://github.com/smartcar/android-sdk\n      source_code_url: https://smartcar.github.io/android-sdk/\n      platform: Java\n      stargazers_count: 7\n    - name: \" Smartcar Connect iOS SDK\"\n      documentation_url: https://github.com/smartcar/ios-sdk\n      platform: Objective-C\n      stargazers_count: 6\n    - name: Smartcar Connect JavaScript SDK\n      documentation_url: https://github.com/smartcar/javascript-sdk\n      platform: JavaScript\n      stargazers_count: 3\n    - name: Smartcar JavaScript SDK\n      documentation_url: https://smartcar.com/docs/\n      source_code_url: https://github.com/smartcar/javascript-sdk\n      platform: JavaScript\n      stargazers_count: 3\n    - name: \"Smartcar React SDK \"\n      documentation_url: https://smartcar.com/docs/integration-guides/react/introduction\n      source_code_url: https://github.com/smartcar/getting-started-javascript-sdk-react\n      platform: JavaScript\n      stargazers_count: 1\n    - name: \"Smartcar ExpressJS SDK \"\n      documentation_url: https://smartcar.com/docs/integration-guides/express/introduction\n      source_code_url: https://github.com/smartcar/getting-started-express\n      platform: Node.js\n      stargazers_count: 1\n    - name: \"Smartcar Java SDK \"\n      documentation_url: https://smartcar.github.io/java-sdk\n      source_code_url: https://github.com/smartcar/java-sdk\n      platform: Java\n      stargazers_count: 6\n    - name: \"Smartcar Python SDK \"\n      documentation_url: https://github.com/smartcar/python-sdk\n      platform: Python\n      stargazers_count: 19\n    - name: \"Smartcar NodeJS SDK \"\n      documentation_url: https://github.com/smartcar/node-sdk#readme\n      source_code_url: https://github.com/smartcar/node-sdk\n      platform: Node.js\n      stargazers_count: 24\n    - name: \"Smartcar Android SDK \"\n      documentation_url: https://smartcar.com/docs/integration-guides/android/introduction\n      source_code_url: https://github.com/smartcar/android-sdk\n      platform: Java\n      stargazers_count: 7\n    - name: \"Smartcar iOS SDK \"\n      documentation_url: https://smartcar.com/docs/integration-guides/ios/introduction\n      source_code_url: https://github.com/smartcar/ios-sdk\n      platform: Swift\n      stargazers_count: 6\n    - name: \"Smartcar JavaScript Client OAuth SDK \"\n      documentation_url: https://github.com/smartcar/javascript-sdk/blob/master/README.md\n      source_code_url: https://github.com/smartcar/javascript-sdk\n      platform: JavaScript\n      stargazers_count: 3\n- name: Smartip.Io\n  slug: smartip-io\n  description: >-\n    SmartIP offers the following data points: \n\n    - Location data\n\n    Localize your users, apply geographical restrictions to your website and\n    increase customer satisfaction\n\n    - Crypto data\n\n    Gather information about any crypto transaction related to a specific IP\n    address. \n\n    - Currency data\n\n    Get information about the currency used by your customers and cutomize their\n    shopping experience. \n\n    - Timezone data\n\n    Get your users current timezone without forcing them to fill-in any forms. \n\n    - Security data\n\n    Assess potential risks and threats coming from certain IP addresses by\n    detecting crawlers, proxies and tor users. With SmartIP you can enrich any\n    IP address with geolocation data, ASN and hostname information, enforce GDPR\n    compliance, assess potential risks and much more.\n  categories:\n    - Maps & Geo\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://smartip.io\n- name: Smartsheet\n  slug: smartsheet\n  description: Smartsheet's API provides access to sheets, rows, columns, reports,\n    and automations. Build integrations for project tracking, resource\n    management, and workflow automation.\n  categories:\n    - Project Management\n    - Documents & Productivity\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://smartsheet.redoc.ly\n    - name: API Reference\n      url: https://smartsheet.redoc.ly/tag/sheets\n- name: SmartThings\n  slug: smartthings\n  description: An open, programmatic interface for controlling smart devices The\n    SmartThings platform has the largest coverage of competitive IoT devices on\n    the market, including Samsung devices and appliances. I. . API for Samsung\n    SmartThings Smart Home Hub products (ZigBee, Z-Wave, IP)\n  categories:\n    - IoT & Home Automation\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://developer.smartthings.com/\n  libraries:\n    - name: Samsung SmartThings SmartApp NodeJS SDK\n      documentation_url: https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs\n      platform: Node.js\n      stargazers_count: 90\n    - name: Samsung SmartThings SmartApp Java SDK\n      documentation_url: https://github.com/SmartThingsCommunity/smartapp-sdk-java\n      source_code_url: https://search.maven.org/search?q=g%3A%22com.smartthings.sdk%22\n      platform: Java\n      stargazers_count: 37\n- name: SMMRY\n  slug: smmry\n  description: Summarize articles, text, websites, essays and documents online for\n    free with SMMRY.\n  categories:\n    - Text Analysis & Tools\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/smmry/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://smmry.com/api\n- name: Sms And Phone Calls Api - 46elks\n  slug: sms-and-phone-calls-api-46elks\n  description: Integrate SMS, MMS and Phone calls into your applications with just\n    a few lines of code. Transparent pricing, no startup fees, no minimum\n    monthly costs. API for telephony (phone calls, sms, mms, viop)\n  categories:\n    - Voice\n    - Email & SMS\n    - Chats & Messaging\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/sms-and-phone-calls-api-46elks/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://46elks.com\n- name: Snapchat\n  slug: snapchat\n  description: \"Snapchat’s private API. Contribute to mgp25/SC-API development by\n    creating an account on GitHub. PHP library of Snapchat’s private API.\n    #Private\"\n  categories:\n    - Social\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/snapchat/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://github.com/mgp25/SC-API\n- name: Solana RPC API\n  slug: solana-rpc\n  description: Solana's JSON-RPC API provides access to account data, transaction\n    history, block info, and program interactions on the high-performance Solana\n    blockchain network.\n  categories:\n    - Blockchain & Cryptocurrencies\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://solana.com/docs/rpc\n    - name: API Reference\n      url: https://solana.com/docs/rpc/http\n- name: Songkick\n  slug: songkick\n  description: Find live music near you, track your favorite artists, get instant\n    concert alerts and buy tickets for all the best upcoming concerts\n  categories:\n    - Events\n    - Music & Audio\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/songkick/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.songkick.com/developer/\n  libraries:\n    - name: Songkick NodeJS SDK by Andrew Schneider\n      documentation_url: https://www.npmjs.com/package/songkick-api-node\n      source_code_url: https://github.com/schnogz/songkick-api-node\n      platform: Node.js\n      author: schnogz\n      stargazers_count: 3\n    - name: Songkick Node.js SDK by Andrew Jaeger\n      documentation_url: https://www.npmjs.com/package/songkick-api\n      source_code_url: https://github.com/MrJaeger/songkick-api\n      platform: Node.js\n      author: MrJaeger\n      stargazers_count: 3\n    - name: Songkick PHP SDK by Antonello D'Ippolito\n      documentation_url: https://github.com/antodippo/SongkickPHP\n      platform: PHP\n    - name: Songkick Java SDK by Greg Knox\n      documentation_url: https://www.versioneye.com/java/com.randomnoun.songkick:songkick-api-client/0.0.2\n      platform: Java\n    - name: Songkick PHP SDK by Tiago Pereira\n      documentation_url: https://github.com/wildlifechorus/songkick-php\n      platform: PHP\n    - name: Songkick Node.js SDK by gig.today\n      documentation_url: https://github.com/gigtoday/sdk-songkick-nodejs\n      platform: Node.js\n      author: matchilling\n      stargazers_count: 0\n    - name: Songkick Ruby SDK by Jared Mehle\n      documentation_url: https://github.com/jrmehle/songkickr\n      platform: Ruby\n      author: jrmehle\n      stargazers_count: 41\n- name: Songsterr\n  slug: songsterr\n  description: One accurate tab per song. Huge selection of 500,000 tabs. Guitar,\n    bass and drum tabs & chords with free online tab player.\n  categories:\n    - Music & Audio\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/songsterr/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.songsterr.com/a/wa/api/\n- name: SoundCloud\n  slug: soundcloud\n  description: Using the SoundCloud API, you can build applications that take\n    sound on the web to the next level. Latest Updates Twitter Build\n    applications that allow users to upload and share sounds across the web. The\n    SDKs will make it easier to access the SoundCloud API on your framework of\n    choice. Learn ho\n  categories:\n    - Music & Audio\n    - Social\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developers.soundcloud.com\n  libraries:\n    - name: lizz C++ SDK by bx5a\n      documentation_url: https://github.com/bx5a/lizz\n      platform: C++\n      author: bx5a\n      stargazers_count: 0\n    - name: SoundCloud Node.js SDK by Jake Marsh\n      documentation_url: https://www.npmjs.com/package/node-soundcloud\n      source_code_url: https://github.com/jakemmarsh/node-soundcloud\n      platform: Node.js\n      author: jakemmarsh\n      stargazers_count: 32\n    - name: SoundCloud .Net SDK by Kirill Ivanov\n      documentation_url: https://github.com/kipwoker/SoundCloud.API.Client\n      platform: .Net\n      author: kipwoker\n      stargazers_count: 46\n    - name: SoundCloud JavaScript SDK by SoundCloud\n      documentation_url: https://github.com/soundcloud/soundcloud-javascript\n      platform: JavaScript\n      stargazers_count: 364\n    - name: SoundCloud Python SDK by SoundCloud\n      documentation_url: https://github.com/soundcloud/soundcloud-python\n      platform: Python\n      stargazers_count: 47\n    - name: SoundCloud Python SDK by Alexander Skiridomov\n      documentation_url: https://github.com/n1nj4z33/soundcloud-python\n      platform: Python\n      author: n1nj4z33\n      stargazers_count: 1\n    - name: SoundCloud PHP SDK by Nelson J Morais\n      documentation_url: https://github.com/njasm/soundcloud\n      platform: PHP\n      author: njasm\n      stargazers_count: 94\n    - name: SoundCloud Ruby SDK by SoundCloud\n      documentation_url: https://github.com/soundcloud/soundcloud-ruby\n      platform: Ruby\n      stargazers_count: 0\n    - name: SoundCloud SDK\n      documentation_url: https://developers.soundcloud.com/\n      source_code_url: https://developers.soundcloud.com/docs/api/ios-quickstart\n      platform: Objective-C\n    - name: \" SoundCloud Java Library by Darius Morawiec\"\n      documentation_url: https://github.com/nok/soundcloud-java-library\n      platform: Java\n      author: nok\n      stargazers_count: 56\n- name: Spaceflight News\n  slug: spaceflight-news\n  description: The Spaceflight News API lets you add space related news to your apps\n  categories:\n    - Space\n    - News & Feeds\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/spaceflight-news/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://spaceflightnewsapi.net\n- name: SpaceX\n  slug: spacex\n  description: Open Source REST API for rocket, core, capsule, pad, and launch\n    data - r-spacex/SpaceX-API.\n  categories:\n    - Space\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/spacex/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://github.com/r-spacex/SpaceX-API\n- name: SparkPost\n  slug: sparkpost\n  description: SparkPost is a cloud based email delivery service that sends 25% of\n    the worlds legitimate emails. Emails are delivered to the inbox quickly via\n    a RESTful API or SMTP.\n  categories:\n    - Email & SMS\n    - Analytics\n    - Chats & Messaging\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/sparkpost/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developers.sparkpost.com\n  libraries:\n    - name: Sparkpost Elixir SDK\n      documentation_url: https://github.com/SparkPost/elixir-sparkpost\n      platform: Elixir\n      stargazers_count: 43\n    - name: SparkPost Java SDK by SparkPost\n      documentation_url: https://developers.sparkpost.com/\n      source_code_url: https://github.com/sparkpost/java-sparkpost\n      platform: Java\n      stargazers_count: 40\n    - name: SparkPost Go SDK by SparkPost\n      documentation_url: https://github.com/SparkPost/gosparkpost\n      platform: Go\n      stargazers_count: 60\n    - name: SparkPost Ruby SDK by SparkPost\n      documentation_url: https://github.com/SparkPost/ruby-sparkpost\n      platform: Ruby\n      stargazers_count: 28\n    - name: SparkPost C# SDK by SparkPost\n      documentation_url: https://github.com/SparkPost/csharp-sparkpost\n      platform: C#\n      author: darrencauthon\n      stargazers_count: 53\n- name: SpeechText.AI API\n  slug: speechtext-ai-api\n  description: Cloud Speech Recognition API. Transform speech to text with high\n    accuracy in multiple languages. Generate summaries with important highlights\n    from audio and video files. Start for free\n  categories:\n    - AI & ML\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/speechtext-ai-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://speechtext.ai/speech-recognition-api\n- name: Spoonacular Food API\n  slug: spoonacular-food-api\n  description: The only Food API you'll ever need. Spoonacular offers its food\n    parsing, matching, and searching technology for businesses and developers to\n    create outstanding applications. They automatically analyze recipes to check\n    for ingredients that contain common allergens, such as wheat, dairy, eggs,\n    soy, nuts, etc.\n  categories:\n    - Food & Drinks\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://spoonacular.com/food-api\n- name: Spotify\n  slug: spotify\n  description: Let’s you search and lookup metadata about artists, tracks and\n    albums. Spotify’s Web API lets your applications fetch data from the Spotify\n    music catalog, manage users' playlists and saved music, get recommendations,\n    control Spotify Connect, and more. Simply put, your app receives Spotify\n    content through the Spotify Web API\n  categories:\n    - Music & Audio\n    - Scrapers & Data Mining\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/spotify/logo_256x256.png\n  contact: admin@spinbot.net\n  links:\n    - name: Docs / Website\n      url: https://developer.spotify.com/documentation/web-api/\n  libraries:\n    - name: lizz C++ SDK by bx5a\n      documentation_url: https://github.com/bx5a/lizz\n      platform: C++\n      author: bx5a\n      stargazers_count: 0\n    - name: Discogs Loves Spotify PHP SDK by Lukas Juhas\n      documentation_url: https://github.com/lukasjuhas/discogs-loves-spotify\n      platform: PHP\n      author: lukasjuhas\n      stargazers_count: 0\n    - name: Media Now JavaScript SDK by internet4000\n      documentation_url: https://github.com/internet4000/media-now\n      platform: JavaScript, Node.js\n      stargazers_count: 9\n    - name: Festival Search Engine JavaScript SDK by Steven Liatti\n      documentation_url: https://github.com/steenput/FestivalSearchEngine\n      platform: JavaScript\n      author: stevenliatti\n      stargazers_count: 1\n    - name: Spotify Web Playback JavaScript SDK\n      documentation_url: https://beta.developer.spotify.com/documentation/web-playback-sdk/\n      platform: JavaScript\n    - name: Spotify iOS App Remote SDK\n      documentation_url: https://beta.developer.spotify.com/documentation/ios-app-remote/\n      platform: Objective-C\n    - name: Spotify Android App Remote SDK\n      documentation_url: https://beta.developer.spotify.com/documentation/android-app-remote/\n      platform: Java\n    - name: Spotifind NodeJS SDK by Pedro Otero Prada\n      documentation_url: https://github.com/pedro-otero/spotifind\n      source_code_url: https://www.npmjs.com/package/spotifind\n      platform: Node.js\n      author: pedro-otero\n      stargazers_count: 0\n    - name: Spotify NodeJS SDK by Christian Eckenrode\n      documentation_url: https://github.com/ceckenrode/node-spotify-api/blob/master/README.md\n      source_code_url: https://github.com/ceckenrode/node-spotify-api\n      platform: Node.js\n      author: ceckenrode\n      stargazers_count: 22\n    - name: Spotify Web JavaScript SDK by José Manuel Pérez\n      documentation_url: https://github.com/JMPerez/spotify-web-api-js\n      platform: JavaScript\n      author: JMPerez\n      stargazers_count: 1289\n    - name: Spotify Java SDK by Siegenthaler Solutions\n      documentation_url: https://github.com/SiegenthalerSolutions/spotify-web-api-android\n      platform: Java\n      stargazers_count: 11\n    - name: Spotify NodeJS SDK by Michael Thelin\n      documentation_url: https://github.com/thelinmichael/spotify-web-api-node\n      platform: Node.js\n      author: thelinmichael\n      stargazers_count: 1934\n    - name: Spotify Java SDK by Michael Thelin\n      documentation_url: https://github.com/thelinmichael/spotify-web-api-java\n      platform: Java\n      author: thelinmichael\n      stargazers_count: 543\n    - name: Spotify Perl SDK by Spotify Perl SDK by trs-80\n      documentation_url: https://github.com/trs-80/WWW-Spotify\n      platform: PERL\n      author: trs-80\n      stargazers_count: 3\n    - name: Spotify Perl SDK by Nick Langridge\n      documentation_url: https://github.com/nicklangridge/WebService-Spotify\n      platform: PERL\n      author: nicklangridge\n      stargazers_count: 5\n    - name: Spotify Elixir SDK by Jason Cummings\n      documentation_url: https://github.com/jsncmgs1/spotify_ex\n      platform: Elixir\n      author: jsncmgs1\n      stargazers_count: 109\n    - name: Spotify Go SDK by Zac Bergquist\n      documentation_url: https://github.com/zmb3/spotify\n      platform: Go\n      author: zmb3\n      stargazers_count: 671\n    - name: Spotify Clojure SDK by Kalle Bromstrom\n      documentation_url: https://github.com/blmstrm/clj-spotify\n      platform: Clojure\n      author: blmstrm\n      stargazers_count: 59\n    - name: Spotify .NET SDK by Jonas Dellinger\n      documentation_url: https://github.com/JohnnyCrazy/SpotifyAPI-NET\n      platform: .Net, C#\n      author: JohnnyCrazy\n      stargazers_count: 861\n    - name: Spotify Ruby SDK by Guilherme Sad\n      documentation_url: https://github.com/guilhermesad/rspotify\n      platform: Ruby\n      author: guilhermesad\n      stargazers_count: 569\n    - name: Spotify Ruby SDK by iCore Tech\n      documentation_url: https://github.com/icoretech/spotify-client\n      platform: Ruby\n      stargazers_count: 76\n    - name: Spotify PHP SDK by Jonjo McKay\n      documentation_url: https://github.com/jonjomckay/spotify-web-api\n      platform: PHP\n      author: jonjomckay\n      stargazers_count: 53\n    - name: Spotify Python SDK by Paul Lamere\n      documentation_url: https://github.com/plamere/spotipy\n      platform: Python\n      author: plamere\n      stargazers_count: 3040\n    - name: Spotify Meteor JavaScript SDK by Xinran Xiao\n      documentation_url: https://github.com/xinranxiao/meteor-spotify-web-api/\n      platform: JavaScript\n      author: xinranxiao\n      stargazers_count: 34\n    - name: Spotify AngularJS SDK by Ed Moore\n      documentation_url: https://github.com/eddiemoore/angular-spotify\n      platform: JavaScript\n      author: eddiemoore\n      stargazers_count: 244\n    - name: Spotify Web Android Library by Kasia\n      documentation_url: https://github.com/kaaes/spotify-web-api-android\n      platform: Java\n      author: kaaes\n      stargazers_count: 343\n    - name: Spotify Web PHP Library by Jonathan Wilsson\n      documentation_url: https://github.com/jwilsson/spotify-web-api-php\n      platform: PHP\n      author: jwilsson\n      stargazers_count: 636\n- name: Spreaker\n  slug: spreaker\n  description: Enables developers to read and write data to Spreaker. Get started\n    with one of our guides, or jump straight into the API documentation\n  categories:\n    - Music & Audio\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/spreaker/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developers.spreaker.com/\n- name: Square\n  slug: square\n  description: Square provides support and tools for you to build apps for today’s\n    business needs. Build customized solutions that accept payments (online,\n    in-person, or in-app), manage products and customers and handle the\n    day-to-day operations that keep business running. Square APIs are powerful,\n    secure, reliable, and free to use. Use Developer APIs to build on the\n    platform that sellers trust\n  categories:\n    - Commerce\n    - Payments\n    - Business\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/square/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developer.squareup.com/us/en\n  libraries:\n    - name: Square Connect NodeJS SDK\n      documentation_url: https://developer.squareup.com/docs/sdks\n      source_code_url: https://github.com/square/connect-nodejs-sdk\n      platform: Node.js\n      stargazers_count: 80\n    - name: \" Square Register In Person Payment Android SDK by Square\"\n      documentation_url: https://github.com/square/register-android-sdk\n      platform: Java\n      stargazers_count: 99\n    - name: Square Register In Person Payment iOS SDK by Square\n      documentation_url: https://github.com/square/SquareRegisterSDK-iOS\n      platform: Objective-C\n      stargazers_count: 82\n    - name: Picasso Java SDK by Square\n      documentation_url: http://square.github.io/picasso/\n      source_code_url: https://github.com/square/picasso\n      platform: Java\n      stargazers_count: 17853\n- name: Stability AI\n  slug: stability-ai\n  description: Stability AI's API provides access to Stable Diffusion and SDXL\n    models for image generation, editing, and upscaling. Supports text-to-image,\n    image-to-image, and inpainting.\n  categories:\n    - AI & ML\n    - Images & Photography\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://platform.stability.ai/docs/api-reference\n    - name: API Reference\n      url: https://platform.stability.ai/docs/api-reference\n- name: StackExchange\n  slug: stackexchange\n  description: The StackExchange API provides RESTful services to all the sites on\n    the StackExchange domain. about blog terms of use contact us feedback always\n    welcome site design / logo © 2021 Stack Exchange, Inc; user contributions\n    licensed under cc by-sa\n  categories:\n    - Other\n  type: REST\n  is_free: false\n  contact: developers@squareup.com\n  links:\n    - name: Docs / Website\n      url: https://api.stackexchange.com/\n- name: Stakdek's QR generator API\n  slug: stakdeks-qr-generator-api\n  description: The QR-Code generator gets your data and generates a QR-Code\n  categories:\n    - Bar & QR Codes\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/stakdeks-qr-generator-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://api.stakdek.de/blog?id=1006\n- name: STAPI\n  slug: stapi\n  description: Information on all things Star Trek\n  categories:\n    - Video & Media\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://stapi.co\n- name: Star Wars API (SWAPI)\n  slug: star-wars-api-swapi\n  description: A Remake of the original api, using the MERN stack\n  categories:\n    - Entertainment\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.swapi.tech/\n- name: Starwars Translations Api\n  slug: starwars-translations-api\n  description: Translate from imperial language ( English that is ) to one of the\n    Starwars language. Yoda, Sith, Gungan ( Jar Jar Binks ), Cheunh, Huttese,\n    Mandalorian etc\n  categories:\n    - Translation\n    - Entertainment\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/starwars-translations-api/logo_256x256.png\n  contact: dev@fulfillment.com\n  links:\n    - name: Docs / Website\n      url: https://funtranslations.com/api/starwars\n- name: Steam Web API\n  slug: steam\n  description: Steam WEB API created to provide programmatic access to Steam data\n    and services\n  categories:\n    - Entertainment\n    - Games\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developer.valvesoftware.com/wiki/Steam_Web_API\n- name: Stellar\n  slug: stellar\n  description: Stellar's Horizon API provides access to accounts, transactions,\n    payments, offers, and assets on the Stellar blockchain network. Build\n    cross-border payment and token issuance applications.\n  categories:\n    - Blockchain & Cryptocurrencies\n    - Finance & Economics\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://developers.stellar.org/api\n    - name: API Reference\n      url: https://developers.stellar.org/api/horizon\n- name: Stock News API\n  slug: stock-news-api\n  description: Get the latest stock news from the best news sources. Use this API\n    to get relevant video and article content from companies in the stock\n    market.\n  categories:\n    - Finance & Economics\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://stocknewsapi.com/\n- name: Storm Glass Marine Weather API\n  slug: storm-glass-marine-weather-api\n  description: Read More. Global marine weather data from multiple sources in one\n    single API!\n  categories:\n    - Weather\n  type: REST\n  is_free: false\n  contact: support@stormglass.io\n  links:\n    - name: Docs / Website\n      url: https://stormglass.io\n- name: Storyblok\n  slug: storyblok\n  description: Storyblok's API is a headless CMS that provides content delivery\n    and management APIs. Manage stories, components, assets, and spaces for\n    omnichannel content distribution.\n  categories:\n    - Development\n    - Documents & Productivity\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://www.storyblok.com/docs/api/content-delivery/v2\n    - name: Management API\n      url: https://www.storyblok.com/docs/api/management/v1\n- name: Strapi\n  slug: strapi\n  description: Strapi is an open-source headless CMS with auto-generated REST and\n    GraphQL APIs. Manage content types and entries with a customizable admin\n    panel and plugin ecosystem.\n  categories:\n    - Development\n    - Documents & Productivity\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://docs.strapi.io/dev-docs/api/rest\n    - name: API Reference\n      url: https://docs.strapi.io/dev-docs/api/rest\n- name: Strava\n  slug: strava\n  description: API for accessing and managing data about athletes, activities and\n    segments. Strava API usage is limited on a per-application basis using a\n    short term, 15 minute, limit and a long term, daily, limit. The default rate\n    limit allows 600 requests every 15 minutes, with up to 30\n  categories:\n    - Maps & Geo\n    - Sport & Fitness\n    - Social\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://strava.github.io/api/\n  libraries:\n    - name: strava-to-fitbit-api Azure JavaScript SDK by Matt Magurany\n      documentation_url: https://github.com/heymagurany/strava-to-fitbit-api\n      platform: JavaScript\n      author: heymagurany\n      stargazers_count: 0\n    - name: meteor-fit-api MeteorJS SDK by Stavros Elaias\n      documentation_url: https://github.com/selaias/meteor-fit-api\n      platform: JavaScript, Node.js\n      author: selaias\n      stargazers_count: 3\n    - name: Strava Python SDK by jhavens12\n      documentation_url: https://github.com/jhavens12/Running_Graphs\n      platform: Python\n      author: jhavens12\n      stargazers_count: 0\n    - name: Strava JavaScript SDK by harryphelps\n      documentation_url: https://github.com/harryphelps/SportsDataVisualisation\n      platform: JavaScript\n      author: harryphelps2\n      stargazers_count: 1\n    - name: Strava JavaScript SDK by Maxime\n      documentation_url: https://github.com/maximemhd/Maaxstats\n      platform: JavaScript\n      author: maximemhd\n      stargazers_count: 0\n    - name: Strava Python SDK by Dan McCombs\n      documentation_url: https://github.com/dmccombs/everest_climbing\n      platform: Python\n      author: dmccombs\n      stargazers_count: 0\n    - name: Strava JavaScript SDK by Jake Wiesler\n      documentation_url: https://github.com/jakewies/just-chart-it\n      platform: JavaScript\n    - name: Strava JavaScript SDK by Peter Strumolo\n      documentation_url: https://github.com/pstrum/athletes-dashboard\n      platform: JavaScript\n      author: pstrum\n      stargazers_count: 0\n    - name: Strava AKKA Scala SDK by Blair Garrett\n      documentation_url: https://github.com/blairg/comparemyrace-backend\n      platform: Scala\n      author: blairg\n      stargazers_count: 0\n    - name: Strava PHP SDK by Colin Busby\n      documentation_url: https://github.com/cdbusby/activity-tracker\n      platform: PHP\n      author: cdbusby\n      stargazers_count: 0\n    - name: Strava KoaJS SDK by Lee Powell\n      documentation_url: https://github.com/leepowellcouk/koa-strava-api\n      platform: JavaScript, Node.js\n      author: leepowelldev\n      stargazers_count: 0\n    - name: Strava Python SDK by Daniel Clewley\n      documentation_url: https://github.com/danclewley/get_pcr_tt_results\n      platform: Python\n      author: danclewley\n      stargazers_count: 0\n    - name: Strava R SDK by Michael Pearmain\n      documentation_url: https://github.com/mpearmain/StravR\n      platform: R\n      author: mpearmain\n      stargazers_count: 0\n    - name: Strava Ruby on Rails SDK by julianGallegos\n      documentation_url: https://github.com/julianGallegos/strava_rails_api\n      platform: Ruby\n      author: julianGallegos\n      stargazers_count: 0\n    - name: Strava PHP SDK by Eric Todd\n      documentation_url: https://github.com/dRockolla/GearSpy\n      platform: PHP\n      author: dRockolla\n      stargazers_count: 1\n    - name: Strava PHP SDK by RapidAPI\n      documentation_url: https://github.com/RapidSoftwareSolutions/Marketplace-Strava-Package\n      platform: PHP\n      stargazers_count: 0\n    - name: Strava Flask Python SDK by stolmen\n      documentation_url: https://github.com/stolmen/strava_flask_derp\n      platform: Python\n      author: stolmen\n      stargazers_count: 0\n    - name: Strava JavaScript SDK by Isabel Sharp\n      documentation_url: https://github.com/iss7/StravaWaxTracker\n      platform: JavaScript\n      author: iss7\n      stargazers_count: 0\n    - name: Strava Python SDK by Sergei Shevlyagin\n      documentation_url: https://github.com/sshevlyagin/strava-api-v3.1\n      platform: Python\n      author: sshevlyagin\n      stargazers_count: 5\n    - name: Strava Java SDK by Vlad Berezan\n      documentation_url: https://github.com/vberezan/st.utils-strava-api-wrapper\n      platform: Java\n    - name: Strava Objective-C SDK by martinalex\n      documentation_url: https://github.com/martinalex/WebServiceCall\n      platform: Objective-C\n      author: martinalex\n      stargazers_count: 0\n    - name: Strava Scala SDK by Geraint Jones\n      documentation_url: https://github.com/city81/strava-service\n      platform: Scala\n      author: city81\n      stargazers_count: 0\n    - name: Strava NodeJS SDK by Richard Bradley\n      documentation_url: https://github.com/chudley/node-strava\n      platform: Node.js\n      author: chudley\n      stargazers_count: 0\n    - name: Strava NodeJS SDK by bjackson1\n      documentation_url: https://github.com/bjackson1/strava_updater\n      platform: JavaScript, Node.js\n      author: bjackson1\n      stargazers_count: 0\n    - name: Strava Python SDK by Shaun Cloherty\n      documentation_url: https://github.com/cnuahs/strava-tools\n      platform: Python\n      author: cnuahs\n      stargazers_count: 0\n- name: Stripe\n  slug: stripe\n  description: Stripe's API. Payments, Billing, Business financing, Spend\n    management, Fraud & risk management etc\n  categories:\n    - Commerce\n    - Payments\n    - Finance & Economics\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://stripe.com/docs/api\n  libraries:\n    - name: Stripe Android SDK\n      documentation_url: https://stripe.com/docs/libraries\n      source_code_url: https://stripe.com/docs/mobile/android\n      platform: Java\n    - name: tools-sales-ops PHP SDK by Revolve Robotics\n      documentation_url: https://github.com/revolverobotics/tools-sales-ops\n      platform: PHP\n      stargazers_count: 0\n    - name: Stripe iOS SDK by Stripe\n      documentation_url: https://github.com/stripe/stripe-ios\n      platform: Objective-C\n      stargazers_count: 1369\n    - name: Stripe NodeJS SDK by Xavier Carpentier\n      documentation_url: https://www.npmjs.com/package/react-native-stripe-api\n      platform: Node.js\n    - name: Stripe PHP SDK by Joe Linn\n      documentation_url: https://github.com/jlinn/stripe-api-php\n      platform: PHP\n      author: jlinn\n      stargazers_count: 83\n    - name: Stripe Perl Library by Al Newkirk\n      documentation_url: https://metacpan.org/release/API-Stripe\n      source_code_url: https://github.com/alnewkirk/API-Stripe\n      platform: PERL\n    - name: Stripe Haskell Library by David Johnson\n      documentation_url: http://hackage.haskell.org/package/stripe-haskell\n      source_code_url: https://github.com/dmjio/stripe\n      platform: Haskell\n      author: dmjio\n      stargazers_count: 148\n    - name: Stripe .NET Library by ServiceStack\n      documentation_url: https://github.com/ServiceStack/Stripe/blob/master/README.md\n      source_code_url: https://github.com/ServiceStack/Stripe\n      platform: .Net, C++\n      stargazers_count: 191\n    - name: Stripe .NET Library by Jayme Davis\n      documentation_url: https://github.com/jaymedavis/stripe.net/blob/master/readme.md\n      source_code_url: https://github.com/jaymedavis/stripe.net\n      platform: .Net, C++\n      author: jaymedavis\n      stargazers_count: 3\n    - name: Stripe Xamarin C++ Library by Xamarin\n      documentation_url: https://github.com/xamarin/XamarinStripe\n      platform: C++\n      stargazers_count: 133\n    - name: Stripe PHP Library by Cartalyst\n      documentation_url: https://cartalyst.com/manual/stripe/1.0\n      platform: PHP\n    - name: Stripe OAuth2 PHP Library by Oliver Nassar\n      documentation_url: https://github.com/onassar/PHP-StripeOAuth/blob/master/README.md\n      source_code_url: https://github.com/onassar/PHP-StripeOAuth\n      platform: PHP\n      author: onassar\n      stargazers_count: 44\n    - name: \"Stripe PHP Library by Laravel Cashier \"\n      documentation_url: http://laravel.com/docs/4.2/billing\n      platform: PHP\n    - name: Stripe Kohana PHP Library by Kohana\n      documentation_url: https://github.com/jnbdz/kohana-stripe/blob/master/README.md\n      source_code_url: https://github.com/jnbdz/kohana-stripe\n      platform: PHP\n      author: jnbdz\n      stargazers_count: 4\n    - name: Stripe CakePHP-StripeComponent-Plugin Library by Chronon\n      documentation_url: https://github.com/chronon/CakePHP-StripeComponent-Plugin/blob/master/README.markdown\n      source_code_url: https://github.com/chronon/CakePHP-StripeComponent-Plugin\n      platform: PHP\n      author: chronon\n      stargazers_count: 43\n    - name: Stripe CakePHP Plugin Library by Jeremy Harris\n      documentation_url: https://github.com/jeremyharris/stripe/blob/master/README.md\n      source_code_url: https://github.com/jeremyharris/stripe\n      platform: PHP\n      author: jeremyharris\n      stargazers_count: 40\n    - name: Stripe Payola Ruby Library by Peter Keen\n      documentation_url: https://www.payola.io/\n      source_code_url: https://github.com/peterkeen/payola\n      platform: Ruby\n      stargazers_count: 831\n    - name: Stripe Node.js Library by Stripe\n      documentation_url: https://stripe.com/docs/api/node#intro\n      platform: Node.js\n    - name: Stripe Java Library by Stripe\n      documentation_url: https://stripe.com/docs/api/java\n      platform: Java\n    - name: Stripe API PHP Library by Stripe\n      documentation_url: https://stripe.com/docs/api/php#intro\n      platform: PHP\n    - name: Stripe API Ruby Library by Stripe\n      documentation_url: https://stripe.com/docs/api/ruby\n      platform: Ruby\n    - name: Stripe API Python Library by Stripe\n      documentation_url: https://stripe.com/docs/api/python#intro\n      platform: Python\n- name: Studio Ghibli\n  slug: studio-ghibli\n  description: Resources from Studio Ghibli films\n  categories:\n    - Comics & Anime\n    - Entertainment\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://ghibliapi.herokuapp.com/\n  libraries:\n    - name: Studio Ghibli Go SDK by Ryan Christiani\n      documentation_url: https://github.com/Rchristiani/totoro\n      platform: Go\n      author: Rchristiani\n      stargazers_count: 4\n- name: SummarizeBot API\n  slug: summarizebot-api\n  description: Multilingual summarization, keywords and sentiment analysis,\n    language recognition, article extraction, comments identification,\n    multimedia analysis, image and face recognition solutions. Integrate our\n    premium text and image analysis APIs into applications that may require\n    artificial intelligence features.\n  categories:\n    - Text Analysis & Tools\n    - Images & Photography\n    - Scrapers & Data Mining\n    - Documents & Productivity\n    - AI & ML\n    - News & Feeds\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.summarizebot.com/summarization_business.html\n- name: Sunrise and Sunset\n  slug: sunrise-and-sunset\n  description: Sunset and sunrise times API. Free API that provides sunset and\n    sunrise times for a given latitude and longitude.\n  categories:\n    - Science & Math\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://sunrise-sunset.org/api\n- name: Supabase\n  slug: supabase\n  description: Supabase is an open-source Firebase alternative offering a RESTful\n    API over PostgreSQL, real-time subscriptions, authentication, file storage,\n    and Edge Functions.\n  categories:\n    - Development\n    - Databases\n    - Authentication & User Management\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://supabase.com/docs\n    - name: API Reference\n      url: https://supabase.com/docs/guides/api\n- name: Superhero Api\n  slug: superhero-api\n  description: Biography. From both the universe, and more. Images. Get all\n    SuperHeroes and Villians data from all universes under a single API. For all\n    the superhero data you've needed. Connections. Appearance. Work. Powerstats.\n    Introduction What is this? The superhero API, is a quantifi\n  categories:\n    - Fun\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://superheroapi.com\n- name: SuperHeroes\n  slug: superheroes\n  description: From both the universe, and more. Biography. Powerstats.\n    Connections. Images. Introduction What is this? The superhero API, is a\n    quantifi. API is for all the superhero data you've needed. Work. Appearance\n  categories:\n    - Entertainment\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://superheroapi.com\n- name: SuredBits\n  slug: suredbits\n  description: This API allows you to query our NFL, NBA and Crypto Exchange data.\n    NFL and NBA APIs offer multiple channels including teams, players, games,\n    scores, and statistics. Crypto Exchange API allows you to stream data on\n    Trades, Tickers and Order Books.\n  categories:\n    - Sport & Fitness\n    - Blockchain & Cryptocurrencies\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://suredbits.com/api/\n- name: SVN\n  slug: svn\n  description: It is intended mainly for programmers, both those working on\n    Subversion itself, as well as developers of 3rd-party ap. Collection of\n    modular libraries written in the C programming language. This documentation\n    covers the public APIs provided by the Subversion libraries\n  categories:\n    - Development\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://subversion.apache.org/docs/api/1.8/\n- name: Swagger\n  slug: swagger\n  description: Find out how Swagger can help you and get started today. Simplify\n    API development for users, teams, and enterprises with our open source and\n    professional toolset\n  categories:\n    - Development\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://swagger.io/\n- name: SWAPI\n  slug: swapi\n  description: A Remake of the original api, using the MERN stack. A Remake of the\n    original api, using the MERN stack\n  categories:\n    - Video & Media\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.swapi.tech\n- name: Sweden\n  slug: sweden\n  description: Information you need to get started using PostNord API. PostNord\n    provides a range of APIs to facilitate integration with your back end\n    systems. Integrate PostNord web services directly into your website, customs\n    applications or e-commerce platform.\n  categories:\n    - Post & Logistics\n    - Maps & Geo\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developer.postnord.com/api/docs/general-information\n- name: Switzerland\n  slug: switzerland\n  description: Swiss National Bank\n  categories:\n    - Government\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://data.snb.ch/en\n- name: Tableau REST API\n  slug: tableau\n  description: Tableau's REST API manages workbooks, views, data sources,\n    projects, and users on Tableau Server and Tableau Cloud. Automate\n    publishing, permissions, and data refresh workflows.\n  categories:\n    - Analytics\n    - Statistics & Data\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api.htm\n    - name: API Reference\n      url: https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_ref.htm\n- name: TacoFancy API\n  slug: tacofancy\n  description: API for community-driven, object-oriented taco recipe repo -\n    https://github.com/sinker/tacofancy. Please fork and submit your own\n    recipes, because the more there are, the more delicious it gets.\n  categories:\n    - Food & Drinks\n    - Fun\n  type: REST\n  is_free: true\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/tacofancy/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://github.com/evz/tacofancy\n- name: Tamil Dictionary Api\n  slug: tamil-dictionary-api\n  description: Lookup Tamil words and build your own Tamil dictionary APP using this API\n  categories:\n    - Content & Dictionaries\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/tamil-dictionary-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://agarathi.com/api/dictionary\n- name: Tardis\n  slug: tardis\n  description: Raw historical market data is available both in exchange native and\n    normalized formats and includes full order book depth snapshots plus\n    incremental updates, tick-by-tick trades, historical open interest, funding,\n    index and mark prices. io Futures, Gate. dev is the the most comprehensive\n    digital assets data platform, providing access to high frequency historical\n    raw tick data for a wide range of use cases such as market microstructure\n    and order book dynamics research, liquidity and lead-lag analysis, trading\n    execution optimization, backtesting and optimization of trading strategies,\n    full historical order book reconstruction at any given point in time,\n    training machine learning models, alpha generation, designing quantitative\n    models, academics research, data visualizations and more. dev provides\n    historical tick-level cryptocurrency market data API that enables\n    optimization and backtesting of latency-sensitive trading strategies, market\n    microstructure research, historical full order book reconstruction and more.\n    Historical tick-level order book data, tick-by-tick trades, quotes, open\n    interest, funding, liquidations, options chains and more. io and top digital\n    assets such as Bitcoin, Ethereum, Litecoin, Ripple, Cardano, BNB, LEO as\n    well as Bitcoin and Ether derivatives (Options, Futures and Perpetual\n    Swaps). Tardis. BitMEX, Deribit, Binance Perpetual Futures, Binance Delivery\n    Futures, Binance Spot, FTX, OKEx Futures, OKEx Swap, OKEx Options, OKEx\n    Spot, Huobi Futures, Huobi Swap, Huobi Global, Bitfinex Derivatives,\n    Bitfinex Spot, Kraken Futures (Crypto Facilities), Kraken, Bitstamp,\n    Coinbase Pro, Gemini, Poloniex, CoinFLEX, Bybit, Phemex, FTX US, OKCoin,\n    bitFlyer, HitBTC, Delta, Binance US, Binance UK, Binance Jersey, Binance\n    DEX, Gate. Real-time consolidated market data streaming API via client\n    libraries that connect directly to exchanges' WebSocket APIs. API access and\n    downloadable CSV files\n  categories:\n    - Blockchain & Cryptocurrencies\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/tardis/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://tardis.dev\n- name: TasteDive\n  slug: tastedive\n  description: The TasteDive API can be used to integrate recommendations in other products.\n  categories:\n    - AI & ML\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/tastedive/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://tastedive.com/read/api\n- name: taylor.rest\n  slug: taylor-rest\n  description: A Taylor Swift REST API, written in Deno\n  categories:\n    - Health\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://taylor.rest\n- name: Team Foundation Server\n  slug: team-foundation-server\n  description: Overview of integrating with Azure DevOps. . TFS APIs are based on\n    REST, OAuth, Json and service hooks\n  categories:\n    - Development\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/team-foundation-server/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.visualstudio.com/en-us/docs/integrate/get-started/overview\n- name: Technical Analysis\n  slug: technical-analysis\n  description: Coin predictions as a service. Automatically fetch coin data from\n    various exchanges and put it though our strategies. Cryptocurrency prices,\n    technical analysis and sentiment detection\n  categories:\n    - Blockchain & Cryptocurrencies\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/technical-analysis/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://technical-analysis-api.com\n- name: Telegram\n  slug: telegram\n  description: The Bot API allows you to easily create programs that use Telegram.\n    The Telegram API allows you to build your own customized Telegram clients\n  categories:\n    - Images & Photography\n    - Video & Media\n    - Social\n    - Chats & Messaging\n    - Bots\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://core.telegram.org/\n  libraries:\n    - name: Telegram JavaScript SDK by Maxim Sadofyev\n      documentation_url: https://github.com/sunriselink/TelegramApi\n      platform: JavaScript\n      author: sunriselink\n      stargazers_count: 71\n    - name: Telegram Java SDK by Aykut Alparslan\n      documentation_url: https://github.com/aykutalparslan/Telegram-Server\n      platform: Java\n      author: aykutalparslan\n      stargazers_count: 192\n    - name: Telegram NodeJS SDK by Enrico Stara\n      documentation_url: https://github.com/enricostara/telegram.link\n      source_code_url: https://www.npmjs.com/package/telegram.link\n      platform: JavaScript, Node.js\n      author: enricostara\n      stargazers_count: 331\n    - name: Telegram Java SDK by Ruben Bermudez\n      documentation_url: https://github.com/rubenlagus/TelegramApi\n      platform: Java\n      author: rubenlagus\n      stargazers_count: 195\n    - name: Telegram Passport JavaScript SDK\n      documentation_url: https://core.telegram.org/passport/sdk-javascript\n      source_code_url: https://github.com/TelegramMessenger/TGPassportJsSDK\n      platform: JavaScript\n      stargazers_count: 22\n    - name: Telegram Passport Android SDK\n      documentation_url: https://core.telegram.org/passport/sdk-android\n      source_code_url: https://github.com/TelegramMessenger/TGPassportAndroidSDK\n      platform: Java\n      stargazers_count: 29\n    - name: Telegram Passport iOS SDK\n      documentation_url: https://core.telegram.org/passport/sdk-ios-mac\n      source_code_url: https://github.com/TelegramMessenger/TGPassportKit\n      platform: Objective-C\n      stargazers_count: 18\n    - name: VKontakte JavaScript SDK by ejnshtein\n      documentation_url: https://github.com/ejnshtein/vk-to-telegram\n      platform: JavaScript\n      author: ejnshtein\n      stargazers_count: 24\n    - name: Telegram C# SDK by TaggersoftDeprecated\n      platform: C#\n    - name: Telegram Android SDK\n      documentation_url: https://telegram.org/source\n      source_code_url: https://github.com/DrKLO/Telegram\n      platform: Java\n      author: DrKLO\n      stargazers_count: 16237\n    - name: Telegram Java SDK by Steve Korshakov\n      documentation_url: https://github.com/ex3ndr/telegram-api\n      platform: Java\n      author: ex3ndr\n      stargazers_count: 128\n    - name: Telegram Python Library by Anton Grigoryev\n      documentation_url: https://github.com/griganton/telepy/blob/master/README.md\n      source_code_url: https://github.com/griganton/telepy\n      platform: Python\n      author: griganton\n      stargazers_count: 1\n    - name: Telegram Ruby Library by Platphorm\n      documentation_url: https://github.com/platphorm/telegram_rb/blob/master/README.md\n      source_code_url: https://github.com/platphorm/telegram_rb\n      platform: Ruby\n      author: platphorm\n      stargazers_count: 35\n    - name: Telegram JavaScript Library by Enrico Stara\n      documentation_url: https://www.npmjs.com/package/telegram.link\n      source_code_url: https://github.com/enricostara/telegram.link\n      platform: JavaScript, Node.js\n      author: enricostara\n      stargazers_count: 331\n    - name: Telegram Java MTProto Library by Stepan Korshakov\n      documentation_url: https://github.com/ex3ndr/telegram-mt/blob/master/README.md\n      source_code_url: https://github.com/ex3ndr/telegram-mt\n      platform: Java\n      author: ex3ndr\n      stargazers_count: 112\n    - name: Telegram Java TL-Builder Library by Stepan Korshakov\n      documentation_url: https://github.com/ex3ndr/telegram-tl/blob/master/README.md\n      source_code_url: https://github.com/ex3ndr/telegram-tl\n      platform: Java\n      author: ex3ndr\n      stargazers_count: 58\n    - name: Telegram Java TypeLanguage Library by Stepan Korshakov\n      documentation_url: https://github.com/ex3ndr/telegram-tl-core/blob/master/README.md\n      source_code_url: https://github.com/ex3ndr/telegram-tl-core\n      platform: Java\n      author: ex3ndr\n      stargazers_count: 32\n    - name: Telegram C# SDK by TaggersoftDeprecated\n      platform: C#\n- name: Telegram Bot\n  slug: telegram-bot\n  description: The Bot API is an HTTP-based interface created for developers keen\n    on building bots for Telegram.\n  categories:\n    - Bots\n    - AI & ML\n    - Chats & Messaging\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://core.telegram.org/bots/api\n  libraries:\n    - name: Telegram Bot PHP SDK by Danilo Spinella\n      documentation_url: https://github.com/DanySpin97/PhpBotFramework\n      source_code_url: https://packagist.org/packages/danyspin97/php-bot-framework\n      platform: PHP\n      author: DanySpin97\n      stargazers_count: 56\n    - name: Telegram Bot .NET SDK by Mohammadreza\n      documentation_url: https://github.com/mrtaikandi/Telebot\n      source_code_url: https://www.nuget.org/packages/Telebot/\n      platform: .Net, C#\n      author: mrtaikandi\n      stargazers_count: 18\n    - name: Telegram Bot Go SDK by Oleg Lebedev\n      documentation_url: https://github.com/olebedev/go-tgbot\n      platform: Go\n      author: olebedev\n      stargazers_count: 102\n    - name: Telegram Bot Ruby SDK by Sergey Potapov\n      documentation_url: https://github.com/greyblake/telebot\n      platform: Ruby\n      author: greyblake\n      stargazers_count: 29\n    - name: Telegram Bot Nim SDK by Huy Doan\n      documentation_url: https://github.com/ba0f3/telebot.nim\n      platform: Unspecified\n      author: ba0f3\n      stargazers_count: 91\n    - name: Telegram Bot JavaScript SDK by Pavel Tereschenko\n      documentation_url: https://github.com/bigslycat/tgapi\n      platform: JavaScript\n      author: bigslycat\n      stargazers_count: 33\n    - name: Telegram Bot Java SDK by rainu\n      documentation_url: https://github.com/rainu/telegram-bot-api\n      platform: Java\n      author: rainu\n      stargazers_count: 16\n    - name: Telegram Bot C++ SDK by slowriot\n      documentation_url: https://github.com/slowriot/libtelegram\n      platform: C++\n      author: slowriot\n      stargazers_count: 85\n    - name: Telegram Bot Scala SDK by Hüseyin ZENGİN\n      documentation_url: https://github.com/hzengin/telegrambot\n      platform: Scala\n      author: hzengin\n      stargazers_count: 38\n    - name: Telegram Bot Go SDK by Sungjin Han\n      documentation_url: https://github.com/meinside/telegram-bot-go\n      platform: Go\n      author: meinside\n      stargazers_count: 18\n    - name: Telegram Bot .NET SDK by Mehrdad Youssefi\n      documentation_url: https://github.com/themehrdad/NetTelebot\n      source_code_url: https://www.nuget.org/packages/nettelebot\n      platform: .Net, C#\n      author: themehrdad\n      stargazers_count: 10\n    - name: Telegram Bot Rust SDK by Wesley A. Gahr\n      documentation_url: https://github.com/voider1/teleborg\n      platform: Unspecified\n      author: voider1\n      stargazers_count: 24\n    - name: Telegram Bot Yii PHP SDK by Mirocow\n      documentation_url: https://github.com/Mirocow/yii2-telegram-api\n      platform: PHP\n      author: Mirocow\n      stargazers_count: 7\n    - name: Telegram Bot Java SDK by Fouad Almalki\n      documentation_url: https://github.com/Eng-Fouad/JTelegramBot\n      platform: Java\n      author: Eng-Fouad\n      stargazers_count: 67\n    - name: Telegram Bot Yii PHP SDK by SonkoDmitry\n      documentation_url: https://github.com/SonkoDmitry/yii2-telegram-bot-api\n      source_code_url: https://packagist.org/packages/sonko-dmitry/yii2-telegram-bot-api\n      platform: PHP\n      author: SonkoDmitry\n      stargazers_count: 19\n    - name: Telegram Bot NodeJS SDK by bounty0x\n      documentation_url: https://github.com/bounty0x/TelegramBots\n      platform: JavaScript, Node.js\n      stargazers_count: 10\n    - name: Telegram Bot NodeJS SDK by Frederik Ring\n      documentation_url: https://github.com/m90/telegram-bot-client\n      platform: JavaScript, Node.js\n      author: m90\n      stargazers_count: 24\n    - name: Telegram Bot Python SDK by banteg\n      documentation_url: https://github.com/banteg/telegram\n      platform: Python\n      author: banteg\n      stargazers_count: 16\n    - name: Telegram Bot Go SDK by Rock Neurotiko\n      documentation_url: https://github.com/rockneurotiko/go-tgbot\n      platform: Go\n      author: rockneurotiko\n      stargazers_count: 80\n    - name: Telegram Bot Python SDK by aiogram projects group\n      documentation_url: https://github.com/aiogram/aiogram\n      platform: Python\n      stargazers_count: 1392\n    - name: Telegram Bot PHP SDK by Saeed Moqadam\n      documentation_url: https://github.com/smoqadam/php-telegram-bot\n      platform: PHP\n      author: smoqadam\n      stargazers_count: 23\n    - name: Telegram Bot Symfony PHP SDK by Borsaco Software Group\n      documentation_url: https://github.com/borsaco/TelegramBotApiBundle\n      platform: PHP\n      stargazers_count: 18\n    - name: Telegram Bot Go SDK by Paul Larsen\n      documentation_url: https://github.com/PaulSonOfLars/gotgbot\n      platform: Go\n      author: PaulSonOfLars\n      stargazers_count: 52\n    - name: Telegram Bot TypeScript SDK by Sergey Sova\n      documentation_url: https://github.com/sergeysova/telegram-typings/tree/master/javascript\n      platform: JavaScript\n      author: sergeysova\n      stargazers_count: 38\n    - name: Telegram Bot Rust SDK by Sergey Sova\n      documentation_url: https://github.com/sergeysova/telegram-typings/tree/master/rust\n      source_code_url: https://crates.io/crates/telegram-typings\n      platform: Unspecified\n      author: sergeysova\n      stargazers_count: 38\n    - name: Telegram Bot Ruby SDK by SuHun Han\n      documentation_url: https://github.com/ssut/telegram-rb/blob/master/README.md\n      source_code_url: https://github.com/ssut/telegram-rb\n      platform: Ruby\n      author: ssut\n      stargazers_count: 78\n    - name: Telegram Bot Node.js Library by Yago\n      documentation_url: https://github.com/yagop/node-telegram-bot-api\n      platform: Node.js\n      author: yagop\n      stargazers_count: 4945\n- name: Teleport\n  slug: teleport\n  description: Welcome to Teleport for Developers! Largest and most up-to-date\n    quality of life database for Planet Earth using 300+ different data\n    dimensions from 70+ different sources\n  categories:\n    - News & Feeds\n    - Images & Photography\n    - Video & Media\n    - Environment & Nature\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/teleport/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developers.teleport.org/\n  libraries:\n    - name: Teleport .NET SDK by Mark Embling\n      documentation_url: https://github.com/markembling/MarkEmbling.Teleport\n      platform: .Net\n- name: Telleroo\n  slug: telleroo\n  description: Instant Bulk Payments for your Finance Team. Finance teams use\n    Telleroo’s Bulk Payments Service and APIs to make multiple bank payments to\n    employees, suppliers, customers and partners\n  categories:\n    - Payments\n    - Business\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://docs.telleroo.com/\n- name: Telnyx\n  slug: telnyx\n  description: Build Voice, SMS, Fax, Networking and Cellular IoT applications on\n    a private, purpose-built global communications network. Access documentation\n    and API references to develop applications with the Telnyx API\n  categories:\n    - Email & SMS\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/telnyx/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developers.telnyx.com/\n- name: Temboo SDK\n  slug: temboo-sdk\n  description: This platform acts as a layer on top of third-party APIs, using\n    code snippets to trigger complex processes that run through their cloud\n    platform. Get the Temboo SDK in the programming language of your choice\n  categories:\n    - IoT & Home Automation\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/temboo-sdk/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://temboo.com/download\n- name: Temporal\n  slug: temporal\n  description: IPFS API. Upload files, pin hashes, and send pubsub messages using\n    our proprietary API, or interact directly with our IPFS nodes using the IPFS\n    HTTP API reverse proxy.\n  categories:\n    - Files & Storage\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://gateway.temporal.cloud/ipns/docs.api.temporal.cloud\n- name: Terraform Cloud\n  slug: terraform-cloud\n  description: Terraform Cloud's API manages workspaces, runs, state versions,\n    variables, and organizations. Automate infrastructure provisioning workflows\n    and integrate IaC into CI/CD pipelines.\n  categories:\n    - Development\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://developer.hashicorp.com/terraform/cloud-docs/api-docs\n    - name: API Reference\n      url: https://developer.hashicorp.com/terraform/cloud-docs/api-docs\n- name: TextRazor\n  slug: textrazor\n  description: TextRazor is the world's fastest and most accurate Natural Language\n    Processing API. Helps you extract and understand the Who, What, Why, and How\n    from your research with unprecedented accuracy and speed.\n  categories:\n    - Text Analysis & Tools\n    - AI & ML\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.textrazor.com/documentation\n  libraries:\n    - name: TextRazor Java SDK by TextRazor\n      documentation_url: https://www.textrazor.com/docs/java\n      source_code_url: https://github.com/TextRazor/textrazor-java\n      platform: Java\n      stargazers_count: 12\n    - name: TextRazor PHP SDK by TextRazor\n      documentation_url: https://www.textrazor.com/docs/php\n      source_code_url: https://github.com/TextRazor/textrazor-php\n      platform: PHP\n      stargazers_count: 18\n    - name: TextRazor Python SDK by TextRazor\n      documentation_url: https://www.textrazor.com/docs/python\n      source_code_url: https://github.com/TextRazor/textrazor-python\n      platform: Python\n      stargazers_count: 11\n- name: The Audio DB\n  slug: theaudiodb\n  description: TheAudioDB is a community database of Music Artwork, Metadata and\n    Charts with a free JSON Music API\n  categories:\n    - Music & Audio\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: http://www.theaudiodb.com\n  libraries:\n    - name: TheAudioDB Java SDK by Guillaume Serre\n      documentation_url: https://github.com/mozvip/theaudiodb-client\n      platform: Java\n      author: mozvip\n      stargazers_count: 2\n    - name: TheAudioDB .NET SDK by BigGranu\n      documentation_url: https://github.com/BigGranu/TheAudioDB\n      platform: .Net\n      author: BigGranu\n      stargazers_count: 4\n    - name: MusicApiCollection C# SDK by BigGranu\n      documentation_url: https://github.com/BigGranu/MusicApiCollection\n      platform: C#\n      author: BigGranu\n      stargazers_count: 15\n- name: The Cat Api\n  slug: the-cat-api\n  description: A public service API all about cat pictures. A public service API\n    all about Cats, free to use when making your fancy new App, Website or\n    Service\n  categories:\n    - Animals\n    - Fun\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/the-cat-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://TheCatAPI.com\n- name: The Dog Api\n  slug: the-dog-api\n  description: An API all about dogs. A public service API all about Dogs, free to\n    use when making your fancy new App, Website or Service\n  categories:\n    - Animals\n    - Fun\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/the-dog-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://thedogapi.com\n- name: The Google Fonts Developer API.\n  slug: the-google-fonts-developer-api\n  description: High-quality fonts to use on your web site\n  categories:\n    - Art & Design\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/the-google-fonts-developer-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developers.google.com/fonts/?hl=en\n- name: The Graph\n  slug: the-graph\n  description: The Graph is an indexing protocol for querying blockchain data via\n    GraphQL. Access indexed data from Ethereum, Polygon, and other networks\n    through community-built subgraphs.\n  categories:\n    - Blockchain & Cryptocurrencies\n    - Development\n  type: GraphQL\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://thegraph.com/docs/en/querying/introduction\n    - name: API Reference\n      url: https://thegraph.com/docs/en/querying/graphql-api\n- name: The Guardian\n  slug: the-guardian\n  description: All accessible with a single open platform key. Get Started. Access\n    a huge range of content from The Guardian. Build incredible apps with our\n    rich archive of content Our API stores all articles, images, audio and\n    videos dating back to 1999\n  categories:\n    - News & Feeds\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://open-platform.theguardian.com/\n- name: The Lord of the Rings\n  slug: the-lord-of-the-rings\n  description: The Lord of the Rings API - The one API\n  categories:\n    - Video & Media\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://the-one-api.dev/\n- name: The Meal Db\n  slug: the-meal-db\n  description: This food API is free to use and can get you recipes, food details,\n    food names , meals by category, food images and more!. Support The API and\n    site will always remain free at point of access\n  categories:\n    - Food & Drinks\n    - Open Source\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.themealdb.com/api.php\n- name: The Muse\n  slug: the-muse\n  description: Public API to provide job and company listings.\n  categories:\n    - Jobs\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/the-muse/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.themuse.com/developers/api/v2\n- name: The Old Reader\n  slug: the-old-reader\n  description: The Old Reader API. The Old Reader API. Contribute to\n    theoldreader/api development by creating an account on GitHub\n  categories:\n    - News & Feeds\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/the-old-reader/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://github.com/theoldreader/api\n- name: The Report of the Week\n  slug: the-report-of-the-week\n  description: API of The Report Of The Week Reviews. Contribute to\n    andyklimczak/TheReportOfTheWeek-API development by creating an account on\n    GitHub. API of The Report Of The Week Reviews\n  categories:\n    - Food & Drinks\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/the-report-of-the-week/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://github.com/andyklimczak/TheReportOfTheWeek-API\n- name: The Shrimpy Universal Crypto Exchange Api\n  slug: the-shrimpy-universal-crypto-exchange-api\n  description: Collect real-time trade or order book data for free, manage user\n    exchange accounts, execute trading strategies, and simplify the way you\n    connect to each exchange. The industry leading API for crypto trading,\n    real-time data collection, and exchange account management. Shrimpy’s\n    Universal Crypto Exchange APIs are the only unified APIs for crypto\n    exchanges that are specifically designed for application developers\n  categories:\n    - Blockchain & Cryptocurrencies\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/the-shrimpy-universal-crypto-exchange-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developers.shrimpy.io/\n- name: The SMS Works\n  slug: the-sms-works\n  description: The SMS Works provides a low-cost, reliable SMS API for developers.\n    Pay only for delivered texts, all failed messages are refunded\n  categories:\n    - Email & SMS\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://thesmsworks.co.uk/sms-api\n- name: The Sports Db\n  slug: the-sports-db\n  description: With the Sports DB API you can query teams, players in teams,\n    player details, player contract details, and just about any player or team\n    data from a broad range of sports (from soccer/football to handball).\n  categories:\n    - Sport & Fitness\n    - Open Source\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.thesportsdb.com/api.php\n- name: TheCocktailDB\n  slug: thecocktaildb\n  description: An open, crowd-sourced database of drinks and cocktails from around\n    the world. A fee API to query a db of 1000s of cocktails, you can search for\n    recipes, images of specific cocktails, ingredients, filter by alcoholic, non\n    alcoholic and more with the Cocktails DB\n  categories:\n    - Open Source\n    - Food & Drinks\n    - Images & Photography\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.thecocktaildb.com/api.php\n- name: TheSportsDB\n  slug: thesportsdb\n  description: Various sports events, results, players, teams and high quality\n    artwork. TheSportsDB is an open, crowd sourced database of Sports metadata\n    with Events, TV listings, Artwork, Scores and a free JSON Sports API\n  categories:\n    - Images & Photography\n    - Sport & Fitness\n    - Art & Design\n    - Statistics & Data\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/thesportsdb/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: http://www.thesportsdb.com/\n- name: They Said So\n  slug: they-said-so\n  description: They Said So Quotes API offers a complete feature rich REST API\n    access to its quotes platform.\n  categories:\n    - Fun\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://quotes.rest/\n  libraries:\n    - name: They Said So Node.js SDK by Adam Barker\n      documentation_url: https://github.com/q-state/node-theysaidso\n      platform: Node.js\n      author: q-state\n      stargazers_count: 0\n- name: ThingSpeak\n  slug: thingspeak\n  description: Ppen source “Internet of Things” application and API to store and\n    retrieve data from things using HTTP over the Internet or via a Local Area\n    Network.\n  categories:\n    - IoT & Home Automation\n    - Open Source\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/thingspeak/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://github.com/iobridge/ThingSpeak\n  libraries:\n    - name: ThingSpeak Python SDK by Chris Lee\n      documentation_url: https://github.com/sirleech/thingspeak\n      platform: Python\n      author: sirleech\n      stargazers_count: 20\n    - name: ThingSpeak Ruby SDK by ThingSpeak\n      documentation_url: https://github.com/iobridge/thingspeak\n      platform: Ruby\n      author: iobridge\n      stargazers_count: 962\n- name: This Person Does not Exist\n  slug: this-person-does-not-exist\n  description: This Person Does Not Exist\n  categories:\n    - Random\n    - Testing\n    - AI & ML\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://thispersondoesnotexist.com\n- name: Thumbnails Cloud\n  slug: thumbnails-cloud\n  description: Cloud API generates JPG and PDF file previews for all common\n    document formats, using a super simple API. The simplest API for generating\n    file thumbnails that you've ever seen.\n  categories:\n    - Documents & Productivity\n    - Images & Photography\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://thumbnails.cloud\n- name: Ticketmaster\n  slug: ticketmaster\n  description: Everything you need to start playing with the Ticketmaster API\n  categories:\n    - Events\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/ticketmaster/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: http://developer.ticketmaster.com/products-and-docs/apis/getting-started/\n- name: Time Door\n  slug: time-door\n  description: A time series analysis API. Time Door is an API for statistical\n    insights into time series data. It is easy to integrate and handles fast and\n    messy real-world data.\n  categories:\n    - Databases\n    - Development\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/time-door/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://timedoor.io\n- name: Tink (Visa)\n  slug: tink\n  description: Tink's Open Banking API provides bank account data, payment\n    initiation, and income verification across 3,500+ European banks. Powers\n    account aggregation and PSD2-compliant fintech apps.\n  categories:\n    - Finance & Economics\n    - Payments\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://docs.tink.com\n    - name: API Reference\n      url: https://docs.tink.com/api\n- name: Tiny.cc\n  slug: tiny-cc\n  description: Easy-to-use URL shortener. Supports custom short link ending. API\n    documentation\n  categories:\n    - URLs\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://tiny.cc/api-docs\n- name: Tiny.UID\n  slug: tiny-uid\n  description: API Documentation tinyuid. com exposes its data via an Application\n    Programming Interface (API), so developers can interact in a programmatic\n    way with application. This document is the official refer. API for\n    shortening long URLs\n  categories:\n    - URLs\n  type: REST\n  is_free: false\n  contact: support@traccar.org\n  links:\n    - name: Docs / Website\n      url: https://tinyuid.com/docs\n- name: Tinypng\n  slug: tinypng\n  description: TinyPNG API will help you compress and reduce the size of your JPEF\n    and PNG files. The first 500 API requests are free. Automate your JPEG and\n    PNG compression workflow\n  categories:\n    - Images & Photography\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/tinypng/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://tinypng.com/developers\n  libraries:\n    - name: TinyPNG Java SDK by TinyPNG\n      documentation_url: https://tinypng.com/developers/reference/java\n      source_code_url: https://github.com/tinify/tinify-java\n      platform: Java\n      stargazers_count: 105\n    - name: TinyPNG Node.js SDK by TinyPNG\n      documentation_url: https://tinypng.com/developers/reference/nodejs\n      source_code_url: https://github.com/tinify/tinify-nodejs\n      platform: Node.js\n      stargazers_count: 299\n    - name: TinyPNG PHP SDK by TinyPNG\n      documentation_url: https://tinypng.com/developers/reference/php\n      source_code_url: https://github.com/tinify/tinify-php\n      platform: PHP\n      stargazers_count: 202\n    - name: TinyPNG Ruby SDK by TinyPNG\n      documentation_url: https://tinypng.com/developers/reference/ruby\n      source_code_url: https://github.com/tinify/tinify-ruby\n      platform: Ruby\n      stargazers_count: 35\n- name: TLDRLegal Licenses API\n  slug: tldrlegal-licenses-api\n  description: Software Licenses in Plain English. Lookup popular software\n    licenses summarized at-a-glance.\n  categories:\n    - Development\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://tldrlegal.com/api/license\n- name: TMDb\n  slug: tmdb\n  description: TMDb provides powerful searches as well as powerful movie\n    discovery. The Movie Database (TMDb) is a popular, user editable database\n    for movies and TV shows\n  categories:\n    - Video & Media\n    - Search\n    - Entertainment\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/tmdb/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.themoviedb.org/documentation/api\n- name: Today in History\n  slug: today-in-history\n  description: Database of historical events\n  categories:\n    - Content & Dictionaries\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://history.muffinlabs.com/\n- name: Todoist\n  slug: todoist\n  description: Todo Lists\n  categories:\n    - Project Management\n    - Documents & Productivity\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developer.todoist.com\n- name: Together AI\n  slug: together-ai\n  description: Together AI provides fast inference for 100+ open-source models\n    including Llama 3, Mistral, and FLUX image models. Offers fine-tuning and\n    dedicated deployment options.\n  categories:\n    - AI & ML\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://docs.together.ai\n    - name: API Reference\n      url: https://docs.together.ai/reference\n- name: Tomorrow.io\n  slug: tomorrow-io\n  description: Tomorrow.io's Weather API delivers hyper-local, minute-by-minute\n    forecasts with 100+ weather data layers including precipitation, wind, air\n    quality, and pollen. Formerly ClimaCell.\n  categories:\n    - Weather\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://docs.tomorrow.io\n    - name: API Reference\n      url: https://docs.tomorrow.io/reference/api-overview\n- name: ToSDR terms of service API\n  slug: tosdr-terms-of-service-api\n  description: Terms of service are often too long to read, but it's important to\n    understand what's in them. Your rights online depend on them. This service\n    can help you get informed about your rights.\n  categories:\n    - Other\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://tosdr.org/api.html\n- name: Trace.Moe\n  slug: trace-moe\n  description: Scan anime image to get specific detail\n  categories:\n    - Other\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://soruly.github.io/trace.moe/#/\n- name: Tradier\n  slug: tradier\n  description: Set of fully hosted APIs, modules and 'out of the box' tools built\n    to serve developers, providers and investors\n  categories:\n    - Finance & Economics\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developer.tradier.com\n  libraries:\n    - name: Tradier Android SDK by Tradier\n      documentation_url: https://developer.tradier.com/documentation/overview/libraries\n      source_code_url: https://github.com/Utsav2/AndroidTradier\n      platform: Java\n      author: Utsav2\n      stargazers_count: 7\n- name: Traitify\n  slug: traitify\n  description: >-\n    A diverse set of fun visual assessments used to uncover personality types\n    and traits. Your users simply select \"Me\" or \"Not Me\" to a brief series of\n    images and voila! Instant, actionable data.\n\n\n    With this psychology-backed data in hand, the possibilities are endless -\n    any way that personalization can help you is now within reach. Potential\n    uses include:\n\n    - Applicant Fit Score\n\n    - Personalized Job Recommendations\n\n    - Personalized Interview Questions\n\n    - Personality Conflicts / Complements\n\n    - Communication Styles\n\n    - Ideal Work Environments\n\n    - Workplace Performance Predictions\n\n    - Career Growth Hacks\n\n    - Leadership Styles\n\n    - Team Building \n\n    - Suggestions\n  categories:\n    - Jobs\n    - AI & ML\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://app.traitify.com/developer\n  libraries:\n    - name: Traitify JavaScript SDK\n      documentation_url: https://github.com/traitify/traitify-js-client\n      platform: JavaScript\n      stargazers_count: 2\n    - name: Traitify PHP SDK\n      documentation_url: https://github.com/traitify/traitify-php\n      platform: PHP\n      stargazers_count: 4\n    - name: Traitify Python SDK\n      documentation_url: https://github.com/traitify/traitify-python2.x\n      platform: Python\n      stargazers_count: 7\n    - name: Traitify Java SDK\n      documentation_url: https://github.com/traitify/traitify-java\n      platform: Java\n      stargazers_count: 3\n    - name: Traitify .NET SDK\n      documentation_url: https://github.com/traitify/traitify.net\n      platform: .Net\n      stargazers_count: 2\n    - name: Traitify Node.js SDK\n      documentation_url: https://github.com/traitify/traitify-node\n      platform: Node.js\n      stargazers_count: 3\n    - name: Traitify Ruby SDK\n      documentation_url: https://github.com/traitify/traitify-ruby\n      platform: Ruby\n      stargazers_count: 3\n    - name: Traitify API Java Library\n      documentation_url: https://developer.traitify.com/documentation\n      source_code_url: https://github.com/traitify/traitify-java\n      platform: Java\n      stargazers_count: 3\n- name: Trakt\n  slug: trakt\n  description: Trakt collect lots of information about what tv shows and movies\n    everyone is watching. A place where APIs are kept\n  categories:\n    - Entertainment\n    - Video & Media\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://trakt.docs.apiary.io/\n- name: TransitLand\n  slug: transitland\n  description: Transitland is a community-edited open data service aggregating\n    transit networks across metropolitan and rural around the world. Transitland\n    collects over a thousand GTFS and GTFS Realtime feeds from over 50\n    countries. It provides an API and other ways to explore and use transit data\n  categories:\n    - Transportation\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/transitland/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://transit.land/documentation/datastore/api-endpoints.html\n- name: Transportation in Atlanta, USA\n  slug: transport-for-atlanta-us\n  description: MARTA. Atlanta transporation services\n  categories:\n    - Transportation\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: http://www.itsmarta.com/app-developer-resources.aspx\n- name: Transportation in Auckland, New Zealand\n  slug: transport-for-auckland-new-zealand\n  description: The Auckland Transport developer portal is a platform that exposes\n    a diverse range of API's and transport data\n  categories:\n    - Transportation\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://api.at.govt.nz/\n- name: Transportation in Belgium\n  slug: transport-for-belgium\n  description: Belgian Transport API\n  categories:\n    - Transportation\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://hello.irail.be/api/\n- name: Transportation in Berlin, Germany\n  slug: transport-for-berlin-germany\n  description: An HTTP API for Berlin & Brandenburg public transport\n  categories:\n    - Transportation\n  type: REST\n  is_free: true\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/transport-for-berlin-germany/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://github.com/derhuerst/vbb-rest/blob/3/docs/index.md\n- name: Transportation in Bordeaux, France\n  slug: transport-for-bordeaux-france\n  description: Bordeaux Transportion Data\n  categories:\n    - Transportation\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://opendata.bordeaux-metropole.fr/explore/\n- name: Transportation in Boston, USA\n  slug: transport-for-boston-us\n  description: Official website of the MBTA -- schedules, maps, and fare\n    information for Greater Boston's public transportation system, including\n    subway, commuter rail, bus routes, and boat lines\n  categories:\n    - Transportation\n  type: REST\n  is_free: true\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/transport-for-boston-us/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://mbta.com/developers/v3-api\n- name: Transportation in Budapest, Hungary\n  slug: transport-for-budapest-hungary\n  description: A place where APIs are kept. A place where APIs are kept\n  categories:\n    - Transportation\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://bkkfutar.docs.apiary.io\n- name: Transportation in Chicago, USA\n  slug: transport-for-chicago-us\n  description: The CTA's Developer Center offers a variety of data feeds that\n    allow anyone to develop Web, mobile and other applications to help transit\n    riders throughout the Chicago area\n  categories:\n    - Transportation\n  type: REST\n  is_free: true\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/transport-for-chicago-us/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: http://www.transitchicago.com/developers/\n- name: Transportation in Czech Republic\n  slug: transport-for-czech-republic\n  description: CHAPS spol. s r. o. je společnost zabývající se vývojem IT aplikací\n    a systémů, jejich údržbou a provozem. Zaměřujeme se na komplexní softwarová\n    řešení zejména pro oblast osobní dopravy a to jak na železnici, tak na\n    silnici\n  categories:\n    - Transportation\n  type: REST\n  is_free: true\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/transport-for-czech-republic/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.chaps.cz/eng/products/idos-internet\n- name: Transportation in Denver, USA\n  slug: transport-for-denver-us\n  description: RTD OPEN DATA\n  categories:\n    - Transportation\n  type: REST\n  is_free: true\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/transport-for-denver-us/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: http://www.rtd-denver.com/gtfs-developer-guide.shtml\n- name: Transportation in Finland\n  slug: transport-for-finland\n  description: >-\n    Route planning algorithms and APIs…. Digitransit Platform is an open source\n    journey planning solution that combines several open source components into\n    a\n\n    modern, highly available route planning service\n  categories:\n    - Transportation\n  type: REST\n  is_free: true\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/transport-for-finland/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://digitransit.fi/en/developers/\n- name: Transportation in Grenoble, France\n  slug: transport-for-grenoble-france\n  description: Service that brings together all your travel information in the Grenoble area\n  categories:\n    - Transportation\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://www.metromobilite.fr/pages/opendata/OpenDataApi.html\n- name: Transportation in Honolulu, USA\n  slug: transport-for-honolulu-us\n  description: « Return to TheBusHEA Web Services API The Web API (Application\n    Programming Interface) allows a developer to access our real-time AVL data.\n    To utilize OTS's web services, an application id (AppID)\n  categories:\n    - Transportation\n  type: REST\n  is_free: true\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/transport-for-honolulu-us/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: http://hea.thebus.org/api_info.asp\n- name: Transportation in India\n  slug: transport-for-india\n  description: \"Your support ID is: 15960026853378924585 [Go Back]. Please consult\n    with your administrator. Your support ID is: 15960026853378861129 [Go Back].\n    The requested URL was rejected\"\n  categories:\n    - Transportation\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://data.gov.in/sector/transport\n- name: Transportation in Lisbon, Portugal\n  slug: transport-for-lisbon-portugal\n  description: Data access is free upon registration, in order to enhanc. Welcome\n    to EMEL’s open data portal. This website provides datasets concerning the\n    company, and by other partner entities related with EMEL\n  categories:\n    - Transportation\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://emel.city-platform.com/opendata/\n- name: Transportation in London, UK\n  slug: transport-for-london-england\n  description: Transport for London open data. All public TfL data (or 'open\n    data') is freely released here for developers to use in their own software\n    and services. We encourage software developers to use these feeds to present\n    customer travel information in innovative ways\n  categories:\n    - Transportation\n  type: REST\n  is_free: true\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/transport-for-london-england/logo_256x256.png\n  contact: support@telnyx.com\n  links:\n    - name: Docs / Website\n      url: https://api.tfl.gov.uk\n- name: Transportation in Madrid, Spain\n  slug: transport-for-madrid-spain\n  description: Madrid BUS transport API\n  categories:\n    - Transportation\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: http://opendata.emtmadrid.es/Servicios-web/BUS\n- name: Transportation in Manchester, England\n  slug: transport-for-manchester-england\n  description: The s. Welcome to Transport for Greater Manchester’s new Real-Time\n    Open Data Portal The system has been designed to provide Developers with\n    access to data from across the region’s transport network\n  categories:\n    - Transportation\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://developer.tfgm.com/\n- name: Transportation in Minneapolis, USA\n  slug: transport-for-minneapolis-us\n  description: NexTrip API\n  categories:\n    - Transportation\n  is_free: true\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/transport-for-minneapolis-us/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://svc.metrotransit.org/\n- name: Transportation in Netherlands\n  slug: transport-for-the-netherlands\n  description: NS has a large amount of data with information about the planned\n    and current timetable\n  categories:\n    - Transportation\n  type: REST\n  is_free: true\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/transport-for-the-netherlands/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: http://www.ns.nl/reisinformatie/ns-api\n- name: Transportation in New York City, USA\n  slug: transport-for-new-york-city-us\n  description: MTA\n  categories:\n    - Transportation\n  is_free: true\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/transport-for-new-york-city-us/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://api.mta.info/\n- name: Transportation in Ottawa, Canada\n  slug: transport-for-ottawa-canada\n  description: OC Transpo next bus arrival API\n  categories:\n    - Transportation\n  is_free: true\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/transport-for-ottawa-canada/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.octranspo.com/developers\n- name: Transportation in Philadelphia, USA\n  slug: transport-for-philadelphia-us\n  description: Southeastern Pennsylvania Transportation Authority API\n  categories:\n    - Transportation\n    - Government\n  type: REST\n  is_free: true\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/transport-for-philadelphia-us/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: http://www3.septa.org/hackathon/\n- name: Transportation in Sao Paulo, Brazil\n  slug: transport-for-sao-paulo-brazil\n  description: Bus lines in the city of São Paulo\n  categories:\n    - Transportation\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: http://www.sptrans.com.br/desenvolvedores/api-do-olho-vivo-guia-de-referencia/documentacao-api/\n- name: Transportation in Sweden\n  slug: transport-for-sweden\n  description: Arrival and departure forecasts for buses, metro, commuter trains,\n    local railways and boats in Stockholm\n  categories:\n    - Transportation\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://www.trafiklab.se/api\n- name: Transportation in Switzerland\n  slug: transport-for-switzerland\n  description: Here you can view mobility data free of charge and access various\n    services. The data. opentransportdata. swiss is the customer information\n    platform for Swiss public transport and individual mobility\n  categories:\n    - Transportation\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://opentransportdata.swiss/en/\n- name: Transportation in Toronto, Canada\n  slug: transport-for-toronto-canada\n  description: MyTTC is the best trip planner available for the TTC\n  categories:\n    - Transportation\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://myttc.ca/developers\n- name: Transportation in United States\n  slug: transport-for-united-states\n  description: NextBus API\n  categories:\n    - Transportation\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: http://www.nextbus.com/xmlFeedDocs/NextBusXMLFeed.pdf\n- name: Transportation in Vancouver, Canada\n  slug: transport-for-vancouver-canada\n  description: The TransLink Open API provides access to data associated with the\n    regional bus network, bus service operations, and major road network\n  categories:\n    - Transportation\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://developer.translink.ca/\n- name: Transportation in Victoria, Australia\n  slug: transport-for-victoria-au\n  description: |-\n    This page is not yet available on the PTV Beta website. <br />\n    <br />\n    Please refer to the PTV website until further notice. PTV API\n  categories:\n    - Transportation\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://www.ptv.vic.gov.au/footer/ptv-data-and-reports/digital-products/ptv-timetable-api\n- name: Transportation in Washington, USA\n  slug: transport-for-washington-us\n  description: GTFS Changes and GTFS-RT Debut Metro has officially launched\n    GTFS-RT! Developers now have access to the new Metrorail and Metrobus feeds\n    through the Developer Portal. With the implementation of GTF\n  categories:\n    - Transportation\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://developer.wmata.com/\n- name: Trash Nothing\n  slug: trash-nothing\n  description: Developer API trash nothing! provides a REST API which allows\n    developers to build apps on top of the trash nothing platform (with\n    thousands of new posts every day and millions of users from around). Build\n    apps on top of one of the largest freecycling and reuse communities with\n    millions of people giving away thousands of free items every day\n  categories:\n    - Environment & Nature\n    - Commerce\n    - Social\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/trash-nothing/logo_256x256.png\n  contact: support@transitfeeds.com\n  links:\n    - name: Docs / Website\n      url: https://trashnothing.com/developer\n- name: Travel Advisory Data\n  slug: travel-advisory-data\n  description: This is a simple REST API that replies with an UTF8 encoded JSON\n    Object. This API provides you with a daily updated list of country\n    advisories. These advisories contain a risk value which describes how\n    dangerous a country is from a travellers perspective. This data is available\n    for every country. Free travel api for websites with daily updated travel\n    safety advisories. Simple json/REST api you can use instantly. For virtually\n    every country on this planet\n  categories:\n    - Travel\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.travel-advisory.info/data-api\n- name: Traveltime Api\n  slug: traveltime-api\n  description: Testing the TravelTime API is free. Transform location site search.\n    Search and sort by journey time, not distance. An alternative to a distance\n    matrix API. Create polygons to show how far you can travel within a time\n    limit. Calculate times from an origin to thousands of destinations in a\n    single API call\n  categories:\n    - Maps & Geo\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://traveltime.com/docs/api/overview/introduction\n- name: Travis CI\n  slug: travis-ci\n  description: If you’re new to the Travis CI API, you should be using API V3. The\n    API V2 described on this page will be deprecated so. Overview API V3 Our\n    most recent API is V3, which is has its own API Explorer\n  categories:\n    - Development\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://docs.travis-ci.com/api/\n  libraries:\n    - name: Travis CI Elixir SDK by Hugo Duksis\n      documentation_url: https://github.com/duksis/travis_ex\n      platform: Elixir\n      author: duksis\n      stargazers_count: 0\n    - name: Travis CI Python SDK by Fabio Menegazzo\n      documentation_url: https://github.com/menegazzo/travispy\n      platform: Python\n      author: menegazzo\n      stargazers_count: 74\n    - name: Travis CI Ruby SDK\n      documentation_url: https://github.com/travis-ci/travis.rb\n      platform: Ruby\n      stargazers_count: 1547\n    - name: Travis CI Ember Web JavaScript SDK\n      documentation_url: https://github.com/travis-ci/travis-web\n      platform: JavaScript\n      stargazers_count: 585\n- name: Trawlingweb\n  slug: trawlingweb\n  description: Trawlingweb structures, stores and indexes millions of web pages\n    per day in vertical data pools. This way, you can focus on what you do best\n    instead of wasting time and money crawling, scraping, and extracting web\n    data yourself.\n  categories:\n    - News & Feeds\n    - Scrapers & Data Mining\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/trawlingweb/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://trawlingweb.com/\n- name: Trefle\n  slug: trefle\n  description: Trefle is a botanical API and data source\n  categories:\n    - Environment & Nature\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://trefle.io/\n- name: Trello\n  slug: trello\n  description: Trello is a web-based, Kanban-style, list-making application\n  categories:\n    - Project Management\n    - Documents & Productivity\n    - Collaboration\n  type: REST\n  is_free: false\n  contact: support@transitfeeds.com\n  links:\n    - name: Docs / Website\n      url: https://developers.trello.com/\n  libraries:\n    - name: data_integ_api Laravel PHP SDK by Theodor Georgopoulos\n      documentation_url: https://github.com/TheodorGeo/data_integ_api\n      platform: PHP\n      author: TheodorGeo\n      stargazers_count: 1\n    - name: Bitbucket Commit To Trello Cards JavaScript SDK by Norimitsu Yamashita\n      documentation_url: https://github.com/nori3tsu/bitbucket-commit-to-trello-card\n      platform: JavaScript\n      author: nori3tsu\n      stargazers_count: 0\n    - name: magento_trello_laravel Laravel PHP SDK by ksly\n      documentation_url: https://github.com/donksly/magento_trello_laravel\n      platform: PHP\n      author: donksly\n      stargazers_count: 1\n    - name: trello2kanboard Ruby SDK by Psy-Q\n      documentation_url: https://gitlab.com/psy-q/trello2kanboard\n      platform: Ruby\n    - name: Treller C# SDK by Kontur\n      documentation_url: https://github.com/skbkontur/Treller\n      platform: C#\n    - name: Trello Python SDK by Jean Jordaan\n      documentation_url: https://github.com/jean/trollop\n      platform: Python\n      author: jean\n      stargazers_count: 0\n    - name: Trello MeteorJS SDK by Warehouseman\n      documentation_url: https://github.com/warehouseman/meteor-node-trello\n      platform: JavaScript, Node.js\n      stargazers_count: 1\n    - name: Trello Ruby SDK by Chase Southard\n      documentation_url: https://github.com/chaserx/trellist\n      platform: Ruby\n      author: chaserx\n      stargazers_count: 1\n    - name: Trello Python SDK by Jeremy Dean Lakey\n      documentation_url: https://github.com/jeremydeanlakey/jello\n      platform: Python\n      author: jeremydeanlakey\n      stargazers_count: 0\n    - name: Trello Python SDK by Dustin Wyatt\n      documentation_url: https://github.com/dmwyatt/rose_trellis\n      platform: Python\n      author: dmwyatt\n      stargazers_count: 0\n    - name: Trello C# SDK by Bruno Fernando Corrêa de Abreu\n      documentation_url: https://github.com/sathoril/Dashboards\n      platform: C#\n      author: sathoril\n      stargazers_count: 0\n    - name: Trello Ruby SDK by Mike Beasley\n      documentation_url: https://github.com/mbeasley/ctrl\n      platform: Ruby\n    - name: Trello Laravel PHP SDK by Manu Pijierro\n      documentation_url: https://github.com/mpijierro/laratrell\n      platform: PHP\n      author: mpijierro\n      stargazers_count: 0\n    - name: Trello NodeJS SDK by Huanhuan Huang\n      documentation_url: https://github.com/jchappypig/trello-manager-node\n      platform: Node.js\n      author: jchappypig\n      stargazers_count: 1\n    - name: Trello NodeJS SDK by Jasmine Hegman\n      documentation_url: https://github.com/r4j4h/trello-card-lister\n      platform: Node.js\n      author: r4j4h\n      stargazers_count: 0\n    - name: Trello NodeJS SDK by Léa\n      documentation_url: https://github.com/LeaBrb/appli-trello-nodejs\n      platform: Node.js\n      author: LeaBrb\n      stargazers_count: 0\n    - name: Trello Python SDK by mxmader\n      documentation_url: https://github.com/mxmader/trello-reporting\n      platform: Python\n      author: mxmader\n      stargazers_count: 2\n    - name: Trello Perl SDK by lth2h\n      documentation_url: https://github.com/lth2h/perl-trello\n      platform: PERL\n      author: lth2h\n      stargazers_count: 0\n    - name: Trello Python SDK by Saar Wasserman\n      documentation_url: https://github.com/saar-wasserman-bv/trellomanager_project\n      platform: Python\n      author: saar-wasserman-bv\n      stargazers_count: 0\n    - name: Trello Laravel PHP SDK by fsbdev\n      documentation_url: https://github.com/fsbdev/trello-client\n      platform: PHP\n      stargazers_count: 0\n    - name: Trello Go SDK by Matt Dietz\n      documentation_url: https://github.com/Cerberus98/trello_go\n      platform: Go\n      author: MattDietz\n      stargazers_count: 0\n    - name: Trello JavaScript SDK by Johannes Brodwall\n      documentation_url: https://github.com/jhannes/wassup-trello\n      platform: JavaScript\n      author: jhannes\n      stargazers_count: 0\n    - name: Trello NodeJS SDK by Kévin Letupe\n      documentation_url: https://github.com/KevinL59/trello-export\n      platform: Node.js\n    - name: Trello JavaScript SDK by Andrew Dunn\n      documentation_url: https://github.com/Andrew-Dunn/trello-burndown\n      platform: JavaScript\n      author: Andrew-Dunn\n      stargazers_count: 0\n    - name: Trello Shell SDK by erjenkins29\n      documentation_url: https://github.com/erjenkins29/trello-reports\n      platform: Unspecified\n      author: erjenkins29\n      stargazers_count: 0\n- name: Treopim Api\n  slug: treopim-api\n  description: AtroPIM is a free, modern, open source, GPLv3 licensed, web-based,\n    feature-rich and configurable PIM solution of the new generation. Managing,\n    editing, and delivering product information is time-consuming. It must be\n    informative, accurate and revenue generating in terms of quality and for all\n    existing channels. This task is handled by a Product Information Management\n    System (PIM). PIM helps you to centralize, optimize and publish on all\n    appropriate channels all product-related, technical and / or\n    marketing-relevant information about all your products\n  categories:\n    - Commerce\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/treopim-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://atropim.com/\n- name: Trivia Api\n  slug: trivia-api\n  description: 100k+ trivia entries available via REST API\n  categories:\n    - Games\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://fungenerators.com/api/trivia/\n- name: Tronald Dump\n  slug: tronald-dump\n  description: Tronald Dump Api & web archive for the dumbest things Donald Trump\n    has ever said\n  categories:\n    - Fun\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.tronalddump.io/\n- name: TrueFace.Ai API\n  slug: trueface-ai-api\n  description: Our endpoints include face detection (detect 1 or multiple faces),\n    face matching (1 to 1 matching, good for authentication), face\n    identification (face recognition - good for a a crowd/group), spoof\n    detection (determine if someone is trying to trick the technology by holding\n    up a picture of someone else), raw landmark detection (determine the facial\n    characteristics to size a face). TrueFace.ai facial recognition APIs are\n    perfect for use in 3rd party products and services\n  categories:\n    - Recognition\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/trueface-ai-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://trueface.ai/sign-up\n- name: Tumblr\n  slug: tumblr\n  description: Create new ways to use Tumblr with access to content, likes,\n    followers, and drafts. Tumblr is a place to express yourself, discover\n    yourself, and bond over the stuff you love. It's where your interests\n    connect you with your people\n  categories:\n    - Social\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.tumblr.com/docs/en/api/v2\n  libraries:\n    - name: Tumblr Go SDK by Tumblr\n      documentation_url: https://engineering.tumblr.com/post/154723895033/golang-and-the-tumblr-api\n      source_code_url: https://github.com/tumblr/tumblrclient.go\n      platform: Go\n      stargazers_count: 36\n    - name: Social Networks Node.js SDK by Léo Pradel\n      documentation_url: https://www.npmjs.com/package/node-social-api\n      source_code_url: https://github.com/pradel/node-social-api\n      platform: Node.js\n      author: pradel\n      stargazers_count: 6\n    - name: Tumblr Objective-C SDK by Tumblr\n      documentation_url: http://developers.tumblr.com/clients\n      source_code_url: https://github.com/tumblr/TMTumblrSDK\n      platform: Objective-C\n      stargazers_count: 412\n    - name: \" Tumblr iOS SDK by Tumblr\"\n      documentation_url: http://tumblr.github.io/TMTumblrSDK/\n      source_code_url: https://github.com/tumblr/TMTumblrSDK\n      platform: Objective-C\n      stargazers_count: 412\n- name: TuneFind\n  slug: tunefind\n  description: Since 2005 Tunefind has been the leading site dedicated to tracking\n    the music featured in TV shows and movies. Whether your app or site is\n    focused on music discovery or TV and film entertainment, Tunefind can\n    provide the most comprehensive data available to power fan engagement\n    through music.\n  categories:\n    - Entertainment\n    - Music & Audio\n    - Recognition\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/tunefind/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: http://www.tunefind.com/api\n  libraries:\n    - name: Spotifind NodeJS SDK by Pedro Otero Prada\n      documentation_url: https://github.com/pedro-otero/spotifind\n      source_code_url: https://www.npmjs.com/package/spotifind\n      platform: Node.js\n      author: pedro-otero\n      stargazers_count: 0\n    - name: TuneFind NodeJS SDK by Pedro Otero Prada\n      documentation_url: https://www.npmjs.com/package/tunefindjs\n      platform: Node.js\n    - name: \"TuneFind Perl SDK by Hondallica \"\n      documentation_url: https://github.com/hondallica/p5-WebService-TuneFind\n      platform: PERL\n      author: hondallica\n      stargazers_count: 0\n    - name: TuneFind Python SDK by Christopher Brasington\n      documentation_url: https://github.com/chrisbrasington/tunefind-playlist-generator\n      platform: Python\n      author: achristrophe\n      stargazers_count: 2\n    - name: TuneFind Ruby SDK by Marcus Mansur\n      documentation_url: https://github.com/louman/tunefind\n      platform: Ruby\n      author: louman\n      stargazers_count: 0\n    - name: TuneFind JavaScript SDK by Autarc\n      documentation_url: https://github.com/Sonarvio/tunefind\n      platform: JavaScript\n      stargazers_count: 0\n- name: Turf JS\n  slug: turf-js\n  description: js | Advanced geospatial analysis for browsers and Node. js. Turf\n  categories:\n    - Maps & Geo\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://turfjs.org\n- name: Turso\n  slug: turso\n  description: Turso provides edge SQLite databases powered by libSQL. API manages\n    databases, groups, and organizations with support for embedded replicas and\n    multi-tenant architectures.\n  categories:\n    - Development\n    - Databases\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://docs.turso.tech\n    - name: Platform API\n      url: https://docs.turso.tech/api-reference\n- name: TVDB\n  slug: tvdb\n  description: Token Added. Token Added\n  categories:\n    - Video & Media\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://api.thetvdb.com/swagger\n- name: TVmaze\n  slug: tvmaze\n  description: Add schedules, show, episode, cast information. TV Show and web\n    series database. Episode guide, cast, crew and character information.\n    Recaps, reviews, episode trailers, celebrity photos and more.Add television\n    information to your own website or app with a fast and clean TV API\n  categories:\n    - Entertainment\n    - Video & Media\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/tvmaze/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.tvmaze.com/api\n  libraries:\n    - name: TVmaze Go SDK by Sascha Hanse\n      documentation_url: https://github.com/knarz/gotvmaze\n      platform: Go\n    - name: TVmaze Node.js SDK by Hendri Pretorius\n      documentation_url: https://github.com/pretorh/node-tvmaze-client\n      platform: Node.js\n      author: pretorh\n      stargazers_count: 0\n    - name: TVmaze PHP SDK by whocares\n      documentation_url: https://github.com/whocares-openscene/TVMaze-php\n      platform: PHP\n      author: whocares-openscene\n      stargazers_count: 1\n    - name: TVmaze JavaScript SDK by Ajay Thomas\n      documentation_url: https://github.com/ajaythomas123/tvmaze-js-wrapper\n      platform: JavaScript\n      author: ajaythomas123\n      stargazers_count: 2\n    - name: TVmaze Node.js SDK by gtuk\n      documentation_url: https://github.com/gtuk/tvmaze-api\n      platform: Node.js\n      author: gtuk\n      stargazers_count: 1\n    - name: TVmaze Ruby SDK by Ivan Parfenchuk\n      documentation_url: https://github.com/uson1x/tvmaze\n      platform: Ruby\n      author: uson1x\n      stargazers_count: 5\n    - name: TVmaze Node.js SDK by Greg Hesp\n      documentation_url: https://github.com/greghesp/tvmaze-node\n      platform: Node.js\n      author: greghesp\n      stargazers_count: 4\n    - name: TVmaze JavaScript SDK by Ivan Robles\n      documentation_url: https://github.com/Sharmaz/tv-shows\n      platform: JavaScript\n      author: Sharmaz\n      stargazers_count: 0\n    - name: TVmaze PHP SDK by Josh Pinkney\n      documentation_url: https://github.com/JPinkney/TVMaze-PHP-API-Wrapper\n      platform: PHP\n      author: JPinkney\n      stargazers_count: 11\n    - name: TVmaze .NET SDK by William Bradley\n      documentation_url: https://github.com/WilliamABradley/TVMazeSharp\n      platform: .Net\n      author: WilliamABradley\n      stargazers_count: 2\n    - name: TVmaze Ruby SDK by Codie Mullins\n      documentation_url: https://github.com/codiemullins/tvmaze-api\n      platform: Ruby\n      author: codiemullins\n      stargazers_count: 0\n    - name: TVmaze Node.js SDK by Julian Duque\n      documentation_url: https://github.com/julianduque/tv-maze\n      platform: Node.js\n      author: julianduque\n      stargazers_count: 9\n    - name: TVmaze Python SDK by RP1458\n      documentation_url: https://github.com/robertopauletto/tvmaze_wrapper\n      platform: Python\n      author: robertopauletto\n      stargazers_count: 0\n    - name: TVmaze Go SDK by Abu Ashraf Masnun\n      documentation_url: https://github.com/masnun/tvmaze\n      platform: Go\n      author: masnun\n      stargazers_count: 4\n    - name: TVmaze PHP SDK by Martin Århof\n      documentation_url: https://github.com/lsv/tvmazeapi\n      platform: PHP\n      author: lsv\n      stargazers_count: 0\n    - name: TVmaze Python SDK by srob650\n      documentation_url: https://github.com/srob650/pytvmaze\n      platform: Python\n      author: srob650\n      stargazers_count: 22\n    - name: TVmaze Elixir SDK by Sean Abrahams\n      documentation_url: https://github.com/seanabrahams/tv\n      platform: Elixir\n      author: seanabrahams\n      stargazers_count: 0\n    - name: TVmaze Python SDK by Jerry-27\n      documentation_url: https://github.com/Jerry-27/TVMaze\n      platform: Python\n      author: Jerry-27\n      stargazers_count: 0\n    - name: TVmaze ReactJS SDK by Hişar Kaya\n      documentation_url: https://github.com/hisarkaya/tvmaze\n      platform: JavaScript\n      author: hisarkaya\n      stargazers_count: 0\n    - name: TVmaze JavaScript SDK by Oscar Pérez\n      documentation_url: https://github.com/omiguelperez/tv-maze\n      platform: JavaScript\n      author: omiguelperez\n      stargazers_count: 0\n    - name: TVmaze AngularJS SDK by CHARLES I\n      documentation_url: https://github.com/Lepkele/AngularJS-TVwatcher\n      platform: JavaScript\n      author: Lepkele\n      stargazers_count: 0\n    - name: TVmaze Python SDK by Jani Šumak\n      documentation_url: https://github.com/dasdachs/tvmaze-py\n      platform: Python\n      author: dasdachs\n      stargazers_count: 0\n    - name: TVmaze Node.js SDK by Chris Alderson\n      documentation_url: https://github.com/ChrisAlderson/tvmaze-api-pt\n      platform: Node.js\n      author: ChrisAlderson\n      stargazers_count: 2\n    - name: TVmaze Laravel PHP SDK by David Fisher\n      documentation_url: https://github.com/davidfisher24/tv-show-api\n      platform: PHP\n      author: davidfisher24\n      stargazers_count: 0\n    - name: TVmaze Android Kotlin SDK by Jacek Dermont\n      documentation_url: https://github.com/jdermont/TVMazeApiClient\n      platform: Kotlin\n      author: jdermont\n      stargazers_count: 0\n- name: Twelve Data\n  slug: twelve-data\n  description: Stock market data (real-time & historical). Explore real time stock\n    market data, forex, and cryptocurrency exchanges, available in JSON & CSV\n    formats. Complete documentation of Twelve Data API\n  categories:\n    - Blockchain & Cryptocurrencies\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/twelve-data/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://twelvedata.com/docs/\n- name: Twilio\n  slug: twilio\n  description: APIs for SMS, Voice, Video and more. With Twilio, unite\n    communications and strengthen customer relationships across your business\n    from marketing and sales to customer service and operations\n  categories:\n    - Email & SMS\n    - Voice\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/twilio/logo_256x256.png\n  contact: support@transitfeeds.com\n  links:\n    - name: Docs / Website\n      url: https://www.twilio.com/solutions\n  libraries:\n    - name: Twilio .NET SDK\n      documentation_url: https://github.com/twilio/twilio-csharp\n      source_code_url: https://www.nuget.org/packages/Twilio\n      platform: .Net, C#\n      stargazers_count: 537\n    - name: Twilio Java SDK\n      documentation_url: https://github.com/twilio/twilio-java\n      source_code_url: https://mvnrepository.com/artifact/com.twilio.sdk/twilio\n      platform: Java\n      stargazers_count: 370\n    - name: CWilio-SMS PHP SDK by Joey Undis\n      documentation_url: https://github.com/jundis/CWilio-SMS\n      platform: PHP\n      author: jundis\n      stargazers_count: 2\n    - name: Twilio Python SDK by Lyft\n      documentation_url: https://github.com/lyft/twilio-python\n      platform: Python\n      stargazers_count: 1\n    - name: Twilio Perl SDK by Scott Wiersdorf\n      documentation_url: http://search.cpan.org/~scottw/WWW-Twilio-API-0.20/\n      platform: PERL\n    - name: Twilio JavaScript SDK\n      documentation_url: https://www.twilio.com/docs/voice/client/javascript\n      source_code_url: https://www.npmjs.com/package/twilio-client\n      platform: JavaScript\n    - name: Twilio C++ SDK by Laurent Luce\n      documentation_url: https://github.com/laurentluce/twilio-cplusplus\n      platform: C++\n      author: laurentluce\n      stargazers_count: 25\n    - name: Twilio Erlang Library by Ryan Huffman\n      documentation_url: https://github.com/huffman/twilio_erlang/blob/master/README.md\n      source_code_url: https://github.com/huffman/twilio_erlang\n      platform: Unspecified\n      author: huffman\n      stargazers_count: 36\n    - name: Twilio sms-rb Ruby Library by Pat Nakajima\n      documentation_url: https://github.com/nakajima/sms-rb/blob/master/README.md\n      source_code_url: https://github.com/nakajima/sms-rb\n      platform: Ruby\n      author: nakajima\n      stargazers_count: 33\n    - name: Twilio-Rails Ruby Library by Hemant Bhanoo\n      documentation_url: https://github.com/hbhanoo/Twilio-Rails/blob/master/README.txt\n      source_code_url: https://github.com/hbhanoo/Twilio-Rails\n      platform: Ruby\n      author: hbhanoo\n      stargazers_count: 58\n    - name: Twilio Ruby Wrapper by Webficient\n      documentation_url: http://www.webficient.com/\n      source_code_url: https://github.com/webficient/twilio\n      platform: Ruby\n      author: philm\n      stargazers_count: 124\n    - name: Fuel-Twilio PHP Library by Matthew McConnell\n      documentation_url: https://github.com/maca134/fuel-twilio/blob/master/README.md\n      source_code_url: https://github.com/maca134/fuel-twilio\n      platform: PHP\n      author: maca134\n      stargazers_count: 5\n    - name: Twilio Ruby Library by Philip Misiowiec\n      documentation_url: https://github.com/webficient/twilio\n      platform: Ruby\n      author: philm\n      stargazers_count: 124\n    - name: Drupal Twilio PHP Library by Arvin Singla\n      documentation_url: https://www.drupal.org/project/twilio\n      source_code_url: https://www.drupal.org/node/895232/\n      platform: PHP\n    - name: Twilio C# Library by Twilio\n      documentation_url: https://www.twilio.com/docs/csharp/install\n      source_code_url: https://github.com/twilio/twilio-csharp/tree/4.7.2\n      platform: C#\n      stargazers_count: 537\n    - name: Twilio Scala Library by Dag Liodden\n      documentation_url: https://github.com/daggerrz/Scwilio/blob/master/README.markdown\n      source_code_url: https://github.com/daggerrz/Scwilio\n      platform: Scala\n      author: daggerrz\n      stargazers_count: 37\n    - name: Twilio C++ Library by Laurent Luce\n      documentation_url: https://github.com/laurentluce/twilio-cplusplus/blob/master/README\n      source_code_url: https://github.com/laurentluce/twilio-cplusplus\n      platform: C++\n      author: laurentluce\n      stargazers_count: 25\n    - name: Twilio Google Apps Script Library by Samy Vacheresse\n      documentation_url: https://github.com/illiatdesdindes/twilio-gas/blob/master/README.md\n      source_code_url: https://github.com/illiatdesdindes/twilio-gas\n      platform: JavaScript\n      author: illiatdesdindes\n      stargazers_count: 20\n    - name: Twilio JavaScript Library by Alexandre Morgaut\n      documentation_url: https://github.com/AMorgaut/wakanda-twilio/blob/master/readme.md\n      source_code_url: https://github.com/AMorgaut/wakanda-twilio\n      platform: JavaScript\n      author: AMorgaut\n      stargazers_count: 5\n    - name: Twilio Java GWT Library by Alessio Harri\n      documentation_url: https://code.google.com/p/gwt-twilio/\n      source_code_url: https://code.google.com/p/gwt-twilio/downloads/detail?name=gwt-twilio-1.1.jar\n      platform: Java\n    - name: Twilio C# Library by Billy Coover\n      documentation_url: https://github.com/azcoov/twilio.sugar/blob/master/README.md\n      source_code_url: https://github.com/azcoov/twilio.sugar\n      platform: C#\n      author: azcoov\n      stargazers_count: 9\n    - name: Twilio Go Library by ckvist\n      documentation_url: https://bitbucket.org/ckvist/twilio\n      source_code_url: https://bitbucket.org/ckvist/twilio/downloads\n      platform: Go\n    - name: Twilio Go Library by Carlos Diaz-Padron\n      documentation_url: https://github.com/carlosdp/twiliogo/blob/master/README.md\n      source_code_url: https://github.com/carlosdp/twiliogo\n      platform: Go\n      author: carlosdp\n      stargazers_count: 72\n    - name: Twilio Salesforce Apex Helper Library\n      documentation_url: https://www.twilio.com/docs/salesforce/install\n      source_code_url: https://github.com/twilio/twilio-salesforce\n      platform: Unspecified\n      stargazers_count: 185\n    - name: Twilio C-Sharp Helper Library\n      documentation_url: http://www.twilio.com/docs/csharp/install\n      source_code_url: https://github.com/twilio/twilio-csharp\n      platform: C#\n      stargazers_count: 537\n    - name: Twilio Ruby Gem\n      documentation_url: https://github.com/webficient/twilio/tree/master\n      platform: Ruby\n      author: philm\n      stargazers_count: 124\n    - name: Twilio JavaScript Library\n      documentation_url: https://www.twilio.com/webrtc\n      source_code_url: https://www.twilio.com/docs/client/twilio-js\n      platform: JavaScript\n    - name: WWW-Twilio-TwiML\n      documentation_url: http://search.cpan.org/~scottw/WWW-Twilio-TwiML-1.05/lib/WWW/Twilio/TwiML.pm\n      platform: PERL\n    - name: WWW-Twilio-API\n      documentation_url: http://search.cpan.org/~scottw/WWW-Twilio-API-0.16/lib/WWW/Twilio/API.pm\n      platform: PERL\n    - name: TwilioFluent\n      documentation_url: https://bitbucket.org/kogir/twiliofluent/wiki/Home\n      platform: .Net\n    - name: TwilioSharp\n      documentation_url: https://github.com/jgable/TwilioSharp\n      platform: .Net, C#\n      author: jgable\n      stargazers_count: 9\n    - name: Django-Twilio\n      documentation_url: http://django-twilio.readthedocs.org/en/latest/\n      source_code_url: https://github.com/rdegges/django-twilio\n      platform: Python\n      author: rdegges\n      stargazers_count: 303\n- name: Twitch\n  slug: twitch\n  description: The Twitch API enables you to develop your own applications using\n    the rich feature set that Twitch provides. Twitch Developer Documentation\n  categories:\n    - Social\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/twitch/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://dev.twitch.tv/docs\n- name: Twitter API\n  slug: twitter-api\n  description: Explore now. Connect with your friends — and other fascinating\n    people. Get in-the-moment updates on the things that interest you. And watch\n    events unfold, in real time, from every angle. Guides and reference\n    materials to help you get started, integrate, optimize, and troubleshoot\n    your use of the Twitter Developer Platform\n  categories:\n    - Social\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/twitter-api/logo_256x256.png\n  contact: support@twitter.com\n  links:\n    - name: Docs / Website\n      url: https://developer.twitter.com/en/docs\n- name: Twitter Sign-in\n  slug: twitter-sign-in\n  description: Works on websites, iOS, mobile and desktop applications. The\n    browser log in flow is appropriate for websites and applications which are\n    able to open or embed a web browser.\n  categories:\n    - Social\n    - Authentication & User Management\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/twitter-sign-in/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://dev.twitter.com/web/sign-in\n- name: Typeform\n  slug: typeform\n  description: Typeform's APIs allow you to create and edit Typeform surveys, and\n    retrieve survey responses on demand. With Typeform's APIs and developer\n    tools, you can do everything from the basics, like tweak your themes and add\n    new images to your account, to the most powerful features Typeform offers\n  categories:\n    - Forms & Surveys\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/typeform/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developer.typeform.com/\n  libraries:\n    - name: Typeform Python SDK by Daniel Vidal de la Rubia\n      documentation_url: https://github.com/Vidimensional/py-typeformio\n      platform: Python\n      author: Vidimensional\n      stargazers_count: 6\n    - name: Typeform JavaScript SDK by Marc Cusso\n      documentation_url: https://github.com/CussoMarc/typeform-sdk\n      platform: JavaScript\n    - name: Typeform Ruby SDK by Philip De Smedt\n      documentation_url: https://github.com/philipdesmedt/typeform\n      platform: Ruby\n      author: philipdesmedt\n      stargazers_count: 20\n- name: Typesense\n  slug: typesense\n  description: Typesense is an open-source, typo-tolerant search engine with a\n    REST API. Self-host or use Typesense Cloud for fast, relevant full-text\n    search with faceting and vector search support.\n  categories:\n    - Search\n    - Development\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://typesense.org/docs\n    - name: API Reference\n      url: https://typesense.org/docs/latest/api\n- name: Uber\n  slug: uber\n  description: Discover how the Uber API can easily enhance your app’s user\n    experience and take your innovation further with a wide range of new\n    capabilities. Uber provides API for customizing trip experiences, requesting\n    rides, powering logistics, creating bots and so much more\n  categories:\n    - Commerce\n    - Travel\n    - Transportation\n    - Maps & Geo\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/uber/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developer.uber.com/\n  libraries:\n    - name: Uber Ride Request Android SDK by Uber\n      documentation_url: https://github.com/uber/rides-android-sdk\n      platform: Java\n      stargazers_count: 278\n    - name: Uber Ride Request iOS SDK by Uber\n      documentation_url: https://github.com/uber/rides-ios-sdk\n      platform: Objective-C\n      stargazers_count: 335\n    - name: Uber Ride Requests Java SDK by Uber\n      documentation_url: https://github.com/uber/rides-java-sdk/tree/master/sdk\n      platform: Java\n      stargazers_count: 92\n    - name: Uber Ride Requests Python SDK by Uber\n      documentation_url: https://github.com/uber/rides-python-sdk/tree/master/example\n      platform: Python\n      stargazers_count: 143\n    - name: Uber PHP SDK by APIMATIC\n      documentation_url: https://github.com/apimatic/uber-php\n      platform: PHP\n    - name: Uber Ruby SDK by Abhijeet Kalyan\n      documentation_url: https://rubygems.org/gems/uber_api/versions/0.1.2\n      platform: Ruby\n    - name: Uber Node.js SDK by Jackson Geller\n      documentation_url: https://www.npmjs.com/package/uberjs\n      platform: Node.js\n    - name: Uber Ruby SDK by Dingding Ye\n      documentation_url: https://github.com/sishen/uber-ruby\n      platform: Ruby\n      author: sishen\n      stargazers_count: 42\n    - name: Uber PHP SDK by Bas van Dorst\n      documentation_url: https://github.com/basvandorst/UberPHP\n      platform: PHP\n      author: basvandorst\n      stargazers_count: 3\n    - name: Uber Android SDK by Uber\n      documentation_url: https://developer.uber.com/docs/riders/ride-requests/tutorials/api/android\n      platform: Java\n    - name: Uber iOS SDK by Uber\n      documentation_url: https://developer.uber.com/docs/riders/ride-requests/tutorials/api/ios\n      source_code_url: https://github.com/uber/rides-ios-sdk\n      platform: Swift\n      stargazers_count: 335\n    - name: Uber Java SDK by Uber\n      documentation_url: https://developer.uber.com/docs/riders/ride-requests/tutorials/api/java\n      source_code_url: https://github.com/uber/rides-java-sdk\n      platform: Java\n      stargazers_count: 92\n    - name: Uber Python SDK by Uber\n      documentation_url: https://developer.uber.com/docs/riders/ride-requests/tutorials/api/python\n      source_code_url: https://github.com/uber/rides-python-sdk\n      platform: Python\n      stargazers_count: 143\n    - name: Uber PHP SDK by Steven Maguire\n      documentation_url: https://github.com/stevenmaguire/uber-php\n      platform: PHP\n      author: stevenmaguire\n      stargazers_count: 55\n    - name: \"Uber R SDK by Andrew Collier \"\n      documentation_url: https://github.com/DataWookie/ubeR\n      platform: R\n      author: datawookie\n      stargazers_count: 35\n    - name: Uber Ruby SDK by Christopher EnyTC\n      documentation_url: https://github.com/chrisenytc/uber-sdk\n      platform: Ruby\n      author: chrisenytc\n      stargazers_count: 32\n    - name: Uber Node.js SDK by Shern Shiou Tan\n      documentation_url: https://github.com/shernshiou/node-uber\n      platform: Node.js\n      author: shernshiou\n      stargazers_count: 162\n    - name: Uber SDK for .NET\n      documentation_url: https://github.com/wadewegner/uber-sdk-for-net\n      platform: .Net, C#\n      author: wadewegner\n      stargazers_count: 18\n    - name: UberKit\n      documentation_url: https://github.com/sachinkesiraju/UberKit\n      platform: Objective-C\n      author: sachinkesiraju\n      stargazers_count: 96\n    - name: uber (Ruby Gem)\n      documentation_url: https://github.com/pageandrew/uber\n      platform: Ruby\n      author: andrewpage\n      stargazers_count: 0\n    - name: Uber API for NodeJS\n      documentation_url: https://www.npmjs.org/package/uber-api\n      source_code_url: https://github.com/nathanpdaniel/uber-api\n      platform: Node.js\n      author: nathanpdaniel\n      stargazers_count: 11\n- name: Uber API\n  slug: uber-api\n  description: API to request Uber rides. Discover how the Uber API can easily\n    enhance your app’s user experience and take your innovation further with a\n    wide range of new capabilities\n  categories:\n    - Transportation\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/uber-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developer.uber.com\n- name: Uebermaps\n  slug: uebermaps\n  description: uebermaps are interactive maps that enable people to. Hello\n    developer. This is the uebermaps JSON REST API v2. uebermaps is a platform\n    for everyone to create and share maps with your favorite spots\n  categories:\n    - Social\n    - Maps & Geo\n  type: REST\n  is_free: false\n  contact: support@twitter.com\n  links:\n    - name: Docs / Website\n      url: https://uebermaps.com/api/v2\n- name: Ufc Data\n  slug: ufc-data\n  description: Ultimate Fighting Championship information for events and fighters\n  categories:\n    - Sport & Fitness\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://ufc-data-api.ufc.com/\n- name: UI Names\n  slug: ui-names\n  description: A simple tool to generate names for use in designs and mockups\n  categories:\n    - Random\n    - Testing\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/ui-names/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://github.com/thm/uinames\n- name: UK Carbon Intensity\n  slug: uk-carbon-intensity\n  description: This is the Official Carbon Intensity API for Great Britain\n    developed by National Grid.\n  categories:\n    - Environment & Nature\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://carbon-intensity.github.io/api-definitions/#carbon-intensity-api-v1-0-0\n- name: UK Police\n  slug: uk-police\n  description: \"Police API Documentation The API provides a rich data source for\n    information, including: Neighbourhood team members Upcoming events\n    Street-level crime and outcome data Nearest police stations The A. Police\n    API Documentation The API provides a rich data source for information,\n    including: Neighbourhood team members Upcoming events Street-level crime and\n    outcome data Nearest police stations The A\"\n  categories:\n    - Statistics & Data\n    - Government\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://data.police.uk/docs/\n  libraries:\n    - name: UK Police Python SDK by Rock Kitchen Harris\n      documentation_url: https://github.com/rkhleics/police-api-client-python/\n      platform: Python\n      stargazers_count: 25\n- name: Universities List\n  slug: universities-list\n  description: List of universities and their domain names\n  categories:\n    - Education\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/universities-list/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://github.com/Hipo/university-domains-list\n- name: University of Oslo\n  slug: university-of-oslo\n  description: University of Oslo\n  categories:\n    - Education\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://data.uio.no/\n- name: Unix Timestamp Converteri\n  slug: unix-timestamp-converteri\n  description: Unix Timestamp Converter API Unix Timestamp converter REST API\n    Convert Unix Timestamps to DateTime objects and DateTime objects to Unix\n    Timestamps This WebService was built in 20 minutes using Li. Convert UNIX\n    timestamps to datetime and vice versa\n  categories:\n    - Calendar & Time\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://unixtime.co.za\n- name: Unofficial Google News Api\n  slug: unofficial-google-news-api\n  description: GNews is an API to search for articles from a variety of sources,\n    including Google News. We also provide top headlines from which you can\n    filter by topic such as world, business, sports. The Unofficial Google News\n    API is used for collecting articles corresponding to a given set of\n    keywords. The API was created as a reliable alternative in response to\n    Google's closure of their Google News API. Our API allows you to receive up\n    to 100 articles per search (max item number depends on your plan). Each\n    article contains a title, a description, the article link, the website, the\n    source and the date\n  categories:\n    - Text Analysis & Tools\n    - Search\n    - News & Feeds\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://gnews.io/\n- name: Unplugg\n  slug: unplugg\n  description: Add intelligence to your energy products. Automated Forecasting API\n    for timeseries data which can be used to forecast energy consumption,\n    temperature, or any other timeseries data which has some seasonality effect.\n    Forecast timeseries with Unplugg’s API\n  categories:\n    - AI & ML\n    - Analytics\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://unplu.gg/test_api.html\n- name: Unsplash\n  slug: unsplash\n  description: but for photos. Lorem Ipsum. Lorem Ipsum\n  categories:\n    - Development\n    - Images & Photography\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/unsplash/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://unsplash.it/\n  libraries:\n    - name: Unsplash Python SDK by salvoventura\n      documentation_url: https://github.com/salvoventura/pyunsplash\n      platform: Python\n      author: salvoventura\n      stargazers_count: 30\n    - name: Unsplash Android SDK by Jaleel Akbash\n      documentation_url: https://github.com/akbashev/KotSplash\n      platform: Java, Kotlin\n    - name: Unsplash Ruby SDK by Felipe Luiz Soares\n      documentation_url: https://github.com/felipesoares6/UnplashPhotosAPI\n      platform: Ruby\n      author: felipesoares6\n      stargazers_count: 0\n    - name: Unsplash Swift SDK by Pintumo\n      documentation_url: https://github.com/Pintumo/PNTMUnsplash\n      platform: Swift\n      stargazers_count: 0\n    - name: Unsplash Node.js SDK by Fabian Lauer\n      documentation_url: https://github.com/FabianLauer/unsplash-json\n      platform: Node.js\n      author: FabianLauer\n      stargazers_count: 1\n    - name: Unsplash PHP SDK by taduuda\n      documentation_url: https://github.com/taduuda/unsplash-php\n      platform: PHP\n      author: cetteup\n      stargazers_count: 0\n    - name: Unsplash Node.js SDK by Andrew Zhang\n      documentation_url: https://github.com/zhangmhao/node-unsplash\n      platform: Node.js\n      author: walkdoer\n      stargazers_count: 0\n    - name: Unsplash PHP SDK by Owen Voke\n      documentation_url: https://github.com/PXgamer/splas-php\n      platform: PHP\n      author: owenvoke\n      stargazers_count: 2\n    - name: Unsplash Java SDK by rye761\n      documentation_url: https://github.com/rye761/unsplash-java-unofficial\n      platform: Java\n      author: rye761\n      stargazers_count: 7\n    - name: Unsplash Go SDK by hardikbagdi\n      documentation_url: https://github.com/hardikbagdi/go-unsplash\n      platform: Go\n      author: hbagdi\n      stargazers_count: 34\n    - name: Unsplash JavaScript SDK by Malik Nurmatov\n      documentation_url: https://github.com/maliknurmatov/unsplashify\n      platform: JavaScript\n      author: maliknurmatov\n      stargazers_count: 0\n    - name: Unsplash Python SDK by Yakup Adaklı\n      documentation_url: https://github.com/yakupadakli/python-unsplash\n      platform: Python\n      author: yakupadakli\n      stargazers_count: 94\n    - name: Unsplash Elixir SDK by Wayne Hoover\n      documentation_url: https://github.com/waynehoover/unsplash-elixir\n      platform: Elixir\n      author: waynehoover\n      stargazers_count: 13\n    - name: Unsplash Android SDK by Keenen Charles\n      documentation_url: https://github.com/KeenenCharles/AndroidUnplash\n      platform: Java\n      author: KeenenCharles\n      stargazers_count: 81\n    - name: Unsplash Swift SDK by Camden Fullmer\n      documentation_url: https://github.com/camdenfullmer/unsplash-swift\n      platform: Swift\n    - name: Unsplash Python SDK by Tzahi Vidas\n      documentation_url: https://github.com/kazuar/unsplash\n      platform: Python\n      author: kazuar\n      stargazers_count: 0\n    - name: Unsplash Swift SDK by Willow Graysen\n      documentation_url: https://github.com/istx25/Unsplash\n      platform: Swift\n    - name: Unsplash PHP SDK by Unsplash\n      documentation_url: https://github.com/unsplash/unsplash-php\n      platform: PHP\n      stargazers_count: 331\n    - name: Unsplash Ruby SDK by Unsplash\n      documentation_url: https://github.com/unsplash/unsplash_rb\n      platform: Ruby\n      stargazers_count: 201\n    - name: Unsplash iOS SDK by Don Bytyqi\n      documentation_url: https://github.com/donbytyqi/Papers\n      platform: Swift\n      author: donbytyqi\n      stargazers_count: 0\n    - name: Unsplash Python SDK by Michael Hacker\n      documentation_url: https://github.com/michael-hacker/unsplash-python\n      platform: Python\n    - name: Unsplash Swift SDK by Caramba\n      documentation_url: https://github.com/carambalabs/UnsplashKit\n      platform: Swift\n      stargazers_count: 183\n    - name: \" Unsplash JavaScript SDK by Unsplash\"\n      documentation_url: https://github.com/unsplash/unsplash-js\n      platform: JavaScript\n      stargazers_count: 1481\n    - name: Unsplash PHP SDK by Crew\n      documentation_url: https://github.com/CrewLabs/Unsplash-PHP\n      platform: PHP\n      stargazers_count: 331\n- name: Untappd\n  slug: untappd\n  description: Access the Untappd API documentation to power your app or project.\n    . Untappd is a mobile web app that allows you to socially share beers that\n    you're enjoying\n  categories:\n    - Social\n    - Food & Drinks\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/untappd/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://untappd.com/api/docs\n  libraries:\n    - name: Untappd PHP SDK by Jason Austin\n      documentation_url: https://github.com/PintLabs/Pintlabs_Service_Untappd\n      platform: PHP\n      stargazers_count: 30\n    - name: Untappd Go SDK by Matt Layher\n      documentation_url: https://github.com/mdlayher/untappd\n      platform: Go\n      author: mdlayher\n      stargazers_count: 20\n    - name: Untappd Node.js SDK by Glen R. Goodwin\n      documentation_url: https://github.com/arei/node-untappd\n      platform: Node.js\n      author: arei\n      stargazers_count: 62\n    - name: Untappd Ruby SDK by Chris Mar\n      documentation_url: https://github.com/cmar/untappd\n      platform: Ruby\n      author: cmar\n      stargazers_count: 45\n- name: UPC database\n  slug: upc-database\n  description: Database contains a mixture of barcode types from the standard UPC\n    numbering system, the worldwide EAN numbering system, and the Bookland\n    numbering system. This database provides information such as the product\n    name, price, quantity, and manufacturer. UPCDatabase also takes this one\n    step further by providing an image of the item, a rating system, and a\n    product alias for shopping list applications.\n  categories:\n    - Commerce\n    - Bar & QR Codes\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/upc-database/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://upcdatabase.org/api\n- name: UPS\n  slug: ups\n  description: UPS is an American multinational package delivery and supply chain\n    management company\n  categories:\n    - Commerce\n    - Maps & Geo\n    - Post & Logistics\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.ups.com/upsdeveloperkit\n  libraries:\n    - name: Shipment Perl SDK by Andrew Baerg\n      documentation_url: https://github.com/pullingshots/Shipment\n      platform: PERL\n      author: pullingshots\n      stargazers_count: 17\n    - name: python-ship SDK by benweatherman\n      documentation_url: https://github.com/benweatherman/python-ship\n      platform: Python\n      author: benweatherman\n      stargazers_count: 43\n    - name: Unofficial UPS PHP SDK by xujiajun\n      documentation_url: https://packagist.org/packages/xujiajun/ups-api\n      source_code_url: https://github.com/xujiajun/php-ups-api\n      platform: PHP\n      author: xujiajun\n      stargazers_count: 0\n    - name: UPS PHP Library php-ups-api\n      documentation_url: https://github.com/gabrielbull/php-ups-api\n      platform: PHP\n      author: gabrielbull\n      stargazers_count: 367\n    - name: UPS Shipping PHP Library php-ups-api\n      documentation_url: https://code.google.com/p/php-ups-api/\n      platform: PHP\n- name: Upstash\n  slug: upstash\n  description: Upstash provides serverless Redis and Kafka with a REST API.\n    Designed for edge and serverless environments with per-request pricing and\n    global low-latency replication.\n  categories:\n    - Development\n    - Databases\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://upstash.com/docs\n    - name: Redis REST API\n      url: https://upstash.com/docs/redis/features/restapi\n- name: Upvest Blockchain Api\n  slug: upvest-blockchain-api\n  description: The Upvest Blockchain API is a multi-protocol blockchain API for\n    building blockchain-interacting applications. Get started using the Upvest\n    APIs. Get familiar with an overview of quickstarts, client libraries and\n    tutorials to start building on blockchain in no time\n  categories:\n    - Blockchain & Cryptocurrencies\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/upvest-blockchain-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://doc.upvest.co/docs\n- name: Upwork\n  slug: upwork\n  description: |-\n    Upwork Developers Site offers you access to Upwork's web services\n    to build your own applications and to integrate it's features and workflow\n    to your dashboards, websites and management systems.\n  categories:\n    - Search\n    - Jobs\n    - Commerce\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developers.upwork.com/\n  libraries:\n    - name: Upwork PERL SDK by Upwork\n      documentation_url: https://metacpan.org/release/Net-Upwork-API\n      platform: PERL\n    - name: Upwork JavaScript SDK by Upwork\n      documentation_url: https://developers.upwork.com/?lang=python#getting-started_libraries-and-tools\n      source_code_url: https://github.com/upwork/node-upwork\n      platform: JavaScript\n      stargazers_count: 57\n- name: URLScan.io\n  slug: urlscan-io\n  description: urlscan. io - Website scanner for suspicious and malicious URLs. urlscan\n  categories:\n    - Security\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://urlscan.io/about-api/\n- name: US Autocomplete\n  slug: us-autocomplete\n  description: \"Address Autocomplete \"\n  categories:\n    - Maps & Geo\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/us-autocomplete/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://smartystreets.com/docs/cloud/us-autocomplete-api\n- name: US Extract\n  slug: us-extract\n  description: Extract USPS addresses from any text with our easy-to-use API\n  categories:\n    - Post & Logistics\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/us-extract/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://smartystreets.com/products/apis/us-extract-api\n- name: US Restaurant Menus\n  slug: us-restaurant-menus\n  description: Database of over 300,000 restaurant menus and over 30,000,000\n    Individual Menu Items\n  categories:\n    - Food & Drinks\n    - Business\n    - Point of Interest\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/us-restaurant-menus/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://rapidapi.com/restaurantmenus/api/restaurant-menus\n- name: US Street Address\n  slug: us-street-address\n  description: Verify one or more addresses using the SmartyStreets US Street Address API\n  categories:\n    - Validation & Verification\n    - Maps & Geo\n    - Post & Logistics\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/us-street-address/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://smartystreets.com/docs/cloud/us-street-api\n  libraries:\n    - name: SmartyStreets-Validator-Geocoder JavaScript SDK by Josh Pierro\n      documentation_url: https://github.com/jlberglund/pco-postal\n      platform: JavaScript\n      author: jlberglund\n      stargazers_count: 0\n    - name: SmartyStreets US Street Address Go SDK by Eric Whitebloom\n      documentation_url: https://github.com/ewhitebloom/CMS-Importer\n      platform: Go\n    - name: SmartyStreets US Street Address JavaScript SDK by Nir Alfasi\n      documentation_url: https://github.com/alfasin/smarty-streets-as-promised\n      platform: JavaScript\n      author: alfasin\n      stargazers_count: 0\n    - name: SmartyStreets US Street Address Python SDK by Don Morehouse\n      documentation_url: https://github.com/dm-wyncode/smartystreets-client\n      platform: Python\n    - name: SmartyStreets Drupal PHP SDK by Liam Schneider\n      documentation_url: https://github.com/labwebdev/SmartyStreetsAPI\n      platform: PHP\n      author: labwebdev\n      stargazers_count: 0\n    - name: SmartyStreets US Street Address ColdFusion SDK by Construction Monitor\n      documentation_url: https://github.com/Construction-Monitor/coldfusion-smartystreets\n      platform: ColdFusion\n      stargazers_count: 0\n    - name: SmartyStreets PHP SDK by Austin Burns\n      documentation_url: https://github.com/AustinBurns/Smarty-Streets-API-Request\n      platform: PHP\n      author: AustinBurns\n      stargazers_count: 0\n    - name: SmartyStreets Clojure SDK by Democracy Works\n      documentation_url: https://github.com/democracyworks/clj-smartystreets\n      platform: Clojure\n      stargazers_count: 2\n    - name: SmartyStreets iOS SDK\n      documentation_url: https://smartystreets.com/docs/sdk/ios\n      source_code_url: https://github.com/smartystreets/smartystreets-ios-sdk\n      platform: Objective-C, Swift\n      stargazers_count: 5\n    - name: SmartyStreets Ruby SDK by Florian Lorrain\n      documentation_url: https://github.com/florrain/smartystreets_api\n      platform: Ruby\n      author: florrain\n      stargazers_count: 4\n    - name: SmartyStreets Java SDK by Peter Edge\n      documentation_url: https://github.com/peter-edge/smartystreets-java\n      platform: Java\n    - name: SmartyStreets Ruby SDK\n      documentation_url: https://smartystreets.com/docs/sdk/ruby\n      source_code_url: https://github.com/smartystreets/smartystreets-ruby-sdk\n      platform: Ruby\n      stargazers_count: 16\n    - name: SmartyStreets Ruby SDK by Peter Edge\n      documentation_url: https://github.com/peter-edge/smartystreets_ruby\n      platform: Ruby\n- name: US ZipCode\n  slug: us-zipcode\n  description: Easily look up, verify and append ZIP Code data using the US ZIP\n    Code API from SmartyStreets\n  categories:\n    - Post & Logistics\n    - Maps & Geo\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/us-zipcode/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://smartystreets.com/docs/cloud/us-zipcode-api\n- name: USA Census API'S\n  slug: usa-census-apis\n  description: These data are currently used to distribute around $400 B in\n    Federal, State and local funds in ways that help communities plan for\n    schools, social and emergency services, highway improvements and economic\n    developments. The API lets developers customize Census Bureau statistics\n    into web or mobile apps that provide users quick and easy access from an\n    every increasing pool of publicly available datasets\n  categories:\n    - Government\n    - Statistics & Data\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.census.gov/data/developers/data-sets.html\n- name: USAJOBS\n  slug: usajobs\n  description: USAJOBS API. USAJOBS is a United States Office of Personnel\n    Management website\n  categories:\n    - Jobs\n    - Government\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/usajobs/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developer.usajobs.gov/\n- name: USAspending.gov\n  slug: usaspending-gov\n  description: Announcement The USASpending API is in V2. V1 endpoints are\n    currently Deprecated. The USAspending Application Programming Interface\n    (API) The USAspending API (Application Programming Interface) all\n  categories:\n    - Government\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://api.usaspending.gov/\n- name: USDA Nutrients\n  slug: usda-nutrients\n  description: FoodData Central is an integrated data system that provides\n    expanded nutrient profile data and links to related agricultural and\n    experimental research.\n  categories:\n    - Health\n    - Food & Drinks\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://fdc.nal.usda.gov/\n- name: USGS Earthquake Hazards Program\n  slug: usgs-earthquake-hazards-program\n  description: USGS Earthquake Hazards Program, responsible for monitoring,\n    reporting, and researching earthquakes and earthquake hazards\n  categories:\n    - Environment & Nature\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://earthquake.usgs.gov/fdsnws/event/1/\n- name: USGS Water Services\n  slug: usgs-water-services\n  description: Home page for water resources information from the US Geological Survey.\n  categories:\n    - Environment & Nature\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/usgs-water-services/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://waterservices.usgs.gov/\n- name: USPTO\n  slug: uspto\n  description: United States patent and trademark office API\n  categories:\n    - Statistics & Data\n    - Government\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.uspto.gov/learning-and-resources/open-data-and-mobility\n- name: Utah AGRC\n  slug: utah-agrc\n  description: 'Geocoding API Methods API methods for finding a geolocation (x,y)\n    for addresses. Important Note: matchAddress returns the name of the address\n    grid system for the address. For example, \"matchAddress'\n  categories:\n    - Maps & Geo\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/utah-agrc/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://api.mapserv.utah.gov\n- name: Utelly\n  slug: utelly\n  description: Check where a tv show or movie is available\n  categories:\n    - Content & Dictionaries\n    - Entertainment\n    - Video & Media\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/utelly/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.utelly.com/\n- name: V.gd\n  slug: v-gd\n  description: Simple URL shortener. Supports custom short link ending. Our main\n    portal for developer documentation\n  categories:\n    - URLs\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://v.gd/developers.php\n- name: Vagalume\n  slug: vagalume\n  description: Vagalume » API » Documentação Documentação Conteúdo disponível na\n    API do Vagalume Artistas Letras de Músicas Buscas Artista Música/Trecho\n    Músicas/Artistas Álbuns Discografia Hot Spot Notícias Ranki\n  categories:\n    - Music & Audio\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://api.vagalume.com.br/docs/\n- name: Vainglory\n  slug: vainglory\n  description: Vainglory Players, Matches and Telemetry\n  categories:\n    - Games\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/vainglory/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developer.vainglorygame.com\n- name: Validator.Pizza\n  slug: validator-pizza\n  description: pizza is made to prevent users to register to websites with a\n    disposable email address. It checks in the same time if the domain or email\n    is valid. Free API to block throwaway emails. It also validates the email\n    format, checks for MX records, aliases and more. Validator\n  categories:\n    - Validation & Verification\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/validator-pizza/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.validator.pizza\n- name: VATComply.com\n  slug: vatcomply-com\n  description: VAT Number Validation API, Geolocation API, Exchange rates API\n  categories:\n    - Finance & Economics\n    - Validation & Verification\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.vatcomply.com/documentation\n- name: vatlayer\n  slug: vatlayer\n  description: Free and HTTPS secured JSON API offering instant VAT number\n    validation, reliable EU VAT rates and VAT compliant price calculations for\n    developers & businesses\n  categories:\n    - Finance & Economics\n    - Validation & Verification\n    - Commerce\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/vatlayer/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://vatlayer.com\n- name: Vector Express\n  slug: vector-express\n  description: Convert your AI, CDR, DWG, DXF, EPS, HPGL, PDF, PLT, PS and SVG\n    vector fast and quickly.\n  categories:\n    - Documents & Productivity\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://vector.express\n- name: Vedic Society API\n  slug: vedic-society-api\n  description: A description of all of the nouns in vedic literature, including\n    the flora, fauna, geography, food, relationships, and objects (personal\n    nouns not included, though).\n  categories:\n    - Other\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://aninditabasu.github.io/indica/html/vs.html\n- name: Vercel\n  slug: vercel\n  description: Vercel's API lets you manage deployments, domains, environment\n    variables, projects, and teams programmatically. Integrates with Git to\n    automate frontend deployment workflows.\n  categories:\n    - Development\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://vercel.com/docs/rest-api\n    - name: API Reference\n      url: https://vercel.com/docs/rest-api/endpoints\n- name: Verizon Cloud\n  slug: verizon-cloud\n  description: API for accessing stored pictures and other files stored by users\n    of Verizon Cloud app. 403 - Forbidden\n  categories:\n    - Files & Storage\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://www.verizon.com/cloudstorageapi\n- name: Verse\n  slug: verse\n  description: Check what's the latest version of your favorite open-source\n    project. 無効なURLです。 プログラム設定の反映待ちである可能性があります。 しばらく時間をおいて再度アクセスをお試しください。\n  categories:\n    - Development\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://verse.pawelad.xyz/\n- name: ViaCep\n  slug: viacep\n  description: Free webservice for address search via CEP\n  categories:\n    - Maps & Geo\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://viacep.com.br\n- name: Viber\n  slug: viber\n  description: Millions of Viber users call, text, and send photos to each other,\n    worldwide - for free. With Viber’s APIs, can create unique experiences for\n    users at scale. Viber lets everyone in the world connect. Freely\n  categories:\n    - Voice\n    - Social\n    - Chats & Messaging\n    - Video & Media\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/viber/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developers.viber.com/docs/api/\n- name: Vidyo.Io\n  slug: vidyo-io\n  description: Developers do not need to be experts in video, all of the\n    complexities of video communication is handled by the Vidyo. With easy to\n    use APIs you can rapidly embed video communications into your own app or\n    workflow providing fully interactive video communications. Vidyo. io SDK\n    leaving the developer to focus on their app. Enable video communication\n    using WebRTC and video chat APIs. io. io supports Windows, macOS, iOS,\n    Android, and WebRTC. Vidyo. Embed real-time multiparty video chat into your\n    web, mobile, and native apps using Vidyo. io is a cloud API platform that\n    enables developers to embed high quality group video chat into their own\n    mobile, desktop, or web apps\n  categories:\n    - Chats & Messaging\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://vidyo.io/\n- name: Vimeo\n  slug: vimeo\n  description: Unlock the power of video and join over 200M professionals, teams,\n    and organizations who use Vimeo to create, collaborate and communicate.\n    Access to Vimeo’s API\n  categories:\n    - Entertainment\n    - Social\n    - Video & Media\n    - Content & Dictionaries\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/vimeo/logo_256x256.png\n  contact: support@twitter.com\n  links:\n    - name: Docs / Website\n      url: https://developer.vimeo.com/\n  libraries:\n    - name: Media Now JavaScript SDK by internet4000\n      documentation_url: https://github.com/internet4000/media-now\n      platform: JavaScript, Node.js\n      stargazers_count: 9\n    - name: Vimeo Player JavaScript SDK\n      documentation_url: https://developer.vimeo.com/player/sdk/basics\n      platform: JavaScript\n    - name: Vimeo VimNetworking iOS SDK by Vimeo\n      documentation_url: https://github.com/vimeo/VIMNetworking\n      source_code_url: https://github.com/vimeo/VIMNetworking\n      platform: Objective-C\n      stargazers_count: 57\n    - name: Vimeo NodeJS SDK by Vimeo\n      documentation_url: https://github.com/vimeo/vimeo.js\n      source_code_url: https://github.com/vimeo/vimeo.js\n      platform: Node.js\n      stargazers_count: 213\n    - name: Vimeo PHP SDK by Vimeo\n      documentation_url: https://github.com/vimeo/vimeo.php\n      source_code_url: https://github.com/vimeo/vimeo.php\n      platform: PHP\n      stargazers_count: 377\n    - name: Vimeo Python Library by Vimeo\n      documentation_url: https://github.com/vimeo/vimeo.py\n      platform: Python\n      stargazers_count: 170\n    - name: Vimeo Ruby Library Vimeo API Gem\n      documentation_url: https://github.com/matthooks/vimeo/tree/master\n      platform: Ruby\n      author: matthooks\n      stargazers_count: 330\n    - name: Scribe Java\n      documentation_url: https://github.com/fernandezpablo85/scribe-java\n      platform: Java\n      stargazers_count: 5136\n- name: VirusTotal\n  slug: virustotal\n  description: The VirusTotal API lets you upload and scan files or URLs, access\n    finished scan reports and make automatic comments without the need of using\n    the website interface. In other words, it allows you to build simple scripts\n    to access the information generated by VirusTotal\n  categories:\n    - Security\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.virustotal.com/en/documentation/public-api/\n  libraries:\n    - name: VirusTotal Threat Intelligence Python SDK by Yelp\n      documentation_url: https://github.com/Yelp/threat_intel\n      source_code_url: https://github.com/Yelp/threat_intel#virustotal-api\n      platform: Python\n      stargazers_count: 237\n- name: Visit Rank\n  slug: visit-rank\n  description: Get a rank for any of 385 million domains. Visit Rank tells how\n    popular and influential a web domain is\n  categories:\n    - Marketing & SEO\n    - Search\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/visit-rank/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.webfinery.com/cloud/visitrank\n- name: Visual Crossing Weather Api\n  slug: visual-crossing-weather-api\n  description: Weather API for businesses & data science. 0001/record.\n    com/weather-data) inside any application or script. 15-day forecasts & 50+\n    years historical data. The Visual Crossing Weather Data API provides\n    developers with a way to use Visual Crossing Weather Data (https://www. 1000\n    records/day free then $0. The API provides instant access to both historical\n    weather reports and forecast data in a convenient, comma separated, tabular\n    format. Monthly plans available. visualcrossing\n  categories:\n    - Weather\n  is_free: false\n  contact: info@visualcrossing.com\n  links:\n    - name: Docs / Website\n      url: https://www.visualcrossing.com/weather-api\n- name: VK\n  slug: vk\n  description: Additionally, you may use the VK API to control much of the\n    functionality on the website (for example, adjusting shop inventory in your\n    VK community's market section). Access to VKontakte's API. This has a\n    variety of features such as authorization via VK, embedding VK comments for\n    things like blogs, and taking payments via VK\n  categories:\n    - Social\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/vk/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://vk.com/dev\n  libraries:\n    - name: VK Node.js SDK by VK\n      documentation_url: https://github.com/VKCOM/node-vk-call\n      platform: Node.js\n      stargazers_count: 31\n    - name: VK Android SDK by VK\n      documentation_url: https://github.com/VKCOM/vk-android-sdk\n      platform: Java\n      stargazers_count: 388\n    - name: VK Windows Phone SDK by VK\n      documentation_url: https://github.com/VKCOM/vk-windowsphone-sdk\n      platform: C#\n      stargazers_count: 21\n    - name: VK Java SDK by VK\n      documentation_url: https://github.com/VKCOM/vk-java-sdk\n      platform: Java\n      stargazers_count: 250\n    - name: VK iOS SDK by VK\n      documentation_url: https://github.com/VKCOM/vk-ios-sdk\n      platform: Objective-C\n      stargazers_count: 285\n- name: VOCAPIA\n  slug: vocapia\n  description: Speech Recognition, Broadcast Monitoring, Lecture and Seminar\n    Transcription, Video Subtitling, Conference Call and Voicemail\n    Transcription, Speech Analytics\n  categories:\n    - AI & ML\n  logo: https://www.vocapia.com/logos/vocapialogo_blue5x2.png\n  links:\n    - name: Docs / Website\n      url: https://www.vocapia.com/\n- name: VoiceRSS\n  slug: voicerss\n  description: An API to convert Text to Speech, supporting 15+ major languages.\n    Voice RSS provides text-to-speech (TTS) online service and TTS API with very\n    fast and simple integration\n  categories:\n    - AI & ML\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://www.voicerss.org/\n- name: Vonage (Nexmo)\n  slug: vonage\n  description: Vonage's Communications APIs provide SMS, voice calls, video,\n    WhatsApp, and verification services. Build global messaging and telephony\n    features into applications.\n  categories:\n    - Email & SMS\n    - Voice\n    - Chats & Messaging\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://developer.vonage.com\n    - name: API Reference\n      url: https://developer.vonage.com/en/api\n- name: Vuforia\n  slug: vuforia\n  description: Developers can easily add advanced computer vision functionality to\n    Android, iOS, and UWP apps, to create AR experiences that realistically\n    interact with objects and the environment. Vuforia Engine is the most widely\n    used platform for AR development, with support for leading phones, tablets,\n    and eyewear\n  categories:\n    - AI & ML\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://library.vuforia.com/\n- name: WakaTime\n  slug: wakatime\n  description: \"Dashboards for developers. WakaTime is committed to making time\n    tracking fully automatic for every programmer. By creating open source\n    plugins for IDEs and text editors, we give powerful insights about how you\n    code, and let you get back to what matters most: creating amazing software.\"\n  categories:\n    - Documents & Productivity\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/wakatime/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://wakatime.com/developers\n- name: Wal-Mart\n  slug: wal-mart\n  description: Product Lookup API gives access to item price and availability in\n    real-time. Item id needs to be specified for doing a lookup. Response type\n    returned is full response.\n  categories:\n    - Commerce\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developer.walmartlabs.com/docs\n- name: Wallhaven\n  slug: wallhaven\n  description: wallhaven. cc help docs!. A huge wallpaper library\n  categories:\n    - Other\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://wallhaven.cc/help/api\n- name: Wargaming.net\n  slug: wargaming-net\n  description: Wargaming Games API. Stats, Matches, Data\n  categories:\n    - Entertainment\n    - Games\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developers.wargaming.net/\n- name: Watson Natural Language Understanding\n  slug: watson-natural-language-understanding\n  description: Provide text, raw HTML, or a public URL and IBM Watson Natural\n    Language Understanding will give you results for the features you request.\n    The service cleans HTML content before analysis by default, so the results\n    can ignore most advertisements and other unwanted content. Analyze various\n    features of text content at scale\n  categories:\n    - AI & ML\n    - Text Analysis & Tools\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://cloud.ibm.com/apidocs/natural-language-understanding/natural-language-understanding\n- name: Weather Source\n  slug: weather-source\n  description: Powerful Weather API built for systems that demand speed,\n    reliability and heavy load. On-demand access to Hyper-local Global Weather\n    History, Forecast, Nowcast, Climate, Hazards & Astronomical data.\n    Analytics-grade, Built for enterprises\n  categories:\n    - Space\n    - Weather\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/weather-source/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: http://weathersource.com/weather-api\n- name: WeatherAPI\n  slug: weatherapi\n  description: WeatherAPI provides real-time, forecast, and historical weather\n    data, plus astronomy, time zone, and geolocation information. Simple REST\n    API with global coverage and JSON/XML responses.\n  categories:\n    - Weather\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://www.weatherapi.com/docs\n    - name: API Reference\n      url: https://www.weatherapi.com/api-explorer.aspx\n- name: Weatherbit\n  slug: weatherbit\n  description: Weather API Documentation. Use our Weather API to access weather\n    forecasts, and historical weather data to power your applications!. Access\n    forecasts, current weather, and historical weather data for any point on the\n    Earth!\n  categories:\n    - Weather\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/weatherbit/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.weatherbit.io/api\n  libraries:\n    - name: Weatherbit Python SDK\n      documentation_url: https://github.com/weatherbit/weatherbit-python\n      platform: Python\n      stargazers_count: 18\n- name: Web Crawl Data\n  slug: web-crawl-data\n  description: An open repository of web crawl data that can be accessed and\n    analyzed by anyone.\n  categories:\n    - Other\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://commoncrawl.org/\n- name: Web Of Trust (WOT)\n  slug: web-of-trust-wot\n  description: The WOT reputation system computes website reputations using\n    ratings received from users and information from third-party sources.\n  categories:\n    - Security\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/web-of-trust-wot/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://support.mywot.com/hc/en-us/articles/360024398673-3-Using-the-API\n- name: Web Search Engine Api\n  slug: web-search-engine-api\n  description: QMeta offers a free, uncensored and unlimited web search engine API\n  categories:\n    - Search\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/web-search-engine-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.qmeta.net/api.html\n- name: Webcams.Travel\n  slug: webcams-travel\n  description: Webcams.Travel aggregates and distributes landscape webcams\n    worldwide. Add webcams to your app or website — Browse through the webcams.\n    Wind map and weather forecast.\n  categories:\n    - Travel\n    - Weather\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/webcams-travel/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.windy.com/webcams/\n- name: Webflow\n  slug: webflow\n  description: Webflow's CMS API manages collections, items, sites, pages, and\n    forms. Build headless CMS integrations, sync content, and automate\n    publishing workflows for Webflow sites.\n  categories:\n    - Development\n    - Documents & Productivity\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://developers.webflow.com\n    - name: API Reference\n      url: https://developers.webflow.com/data/reference\n- name: WebPurify\n  slug: webpurify\n  description: Provides live image moderation by humans or AI-based image\n    moderation service.\n  categories:\n    - Validation & Verification\n    - Security\n    - Images & Photography\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.webpurify.com/image-moderation/\n- name: Website Text Extraction\n  slug: website-text-extraction\n  description: Scrape websites and get their content as plaintext\n  categories:\n    - Other\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://websitetextextraction.apifex.com/\n- name: Wegmans\n  slug: wegmans\n  description: APIs for products and store information\n  categories:\n    - Commerce\n    - Food & Drinks\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/wegmans/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://dev.wegmans.io\n- name: Weibo\n  slug: weibo\n  description: 9 Block API [NEW]. 3 User API 1. 8 Privacy API [NEW] 1. 2 Weibo\n    Access API 1. Programmatic access to China’s most popular microblogging\n    site. 1 Timeline API 1. 6 Trends API Beta! 1. 7 Social Graph API 1. 4 Direct\n    message API 1. Contents 1 REST API 1. 5 Friendships API 1\n  categories:\n    - Social\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://open.weibo.com/wiki/API%E6%96%87%E6%A1%A3/en\n- name: Wetransfer\n  slug: wetransfer\n  description: Put us in unexpected places, challenge the traditional creative\n    flow, think big, go wild. File Sharing. Integrate WeTransfer into your\n    product, your platform, your life\n  categories:\n    - Documents & Productivity\n    - Files & Storage\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/wetransfer/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developers.wetransfer.com\n  libraries:\n    - name: WeTransfer WeScan Swift SDK\n      documentation_url: https://github.com/WeTransfer/WeScan\n      platform: Swift\n      stargazers_count: 2219\n    - name: WeTransfer JavaScript SDK\n      documentation_url: https://wetransfer.github.io/wt-api-docs/index.html#sdks\n      source_code_url: https://github.com/WeTransfer/wt-js-sdk\n      platform: JavaScript\n      stargazers_count: 37\n- name: Wger\n  slug: wger\n  description: \"de/api/v2/ Authentication Public endpoints, such as the list of\n    exercises or the ingredients can be accessed with. wger Workout Manager\n    provides a full REST API to all database objects: https://wger\"\n  categories:\n    - Sport & Fitness\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/wger/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://wger.de/en/software/api\n- name: Wgs84 To Osgb36\n  slug: wgs84-to-osgb36\n  description: Convert a WGS84 latitude and longitude to OSGB36 easting and\n    northing (British National Grid)\n  categories:\n    - Maps & Geo\n    - Post & Logistics\n  is_free: false\n  contact: info@quicksold.co.uk\n  links:\n    - name: Docs / Website\n      url: https://quicksold.co.uk/swagger\n- name: What Anime\n  slug: what-anime\n  description: trace.moe is a test-of-concept prototype search engine that helps\n    users trace back the original anime by screenshot.\n  categories:\n    - Comics & Anime\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://soruly.github.io/trace.moe/\n- name: What's on the menu?\n  slug: whats-on-the-menu\n  description: Historical menu data\n  categories:\n    - Food & Drinks\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: http://nypl.github.io/menus-api/\n- name: WhatPulse\n  slug: whatpulse\n  description: Get to know your time with your computer\n  categories:\n    - Maps & Geo\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/whatpulse/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://whatpulse.org/pages/webapi/\n- name: WhatsApp Business API\n  slug: whatsapp-business\n  description: WhatsApp Business Platform API enables sending and receiving\n    WhatsApp messages, managing message templates, and handling webhooks for\n    business-to-customer communications at scale.\n  categories:\n    - Chats & Messaging\n    - Social\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developers.facebook.com/docs/whatsapp\n    - name: API Reference\n      url: https://developers.facebook.com/docs/whatsapp/cloud-api/reference\n- name: Whatsapp Document Interaction\n  slug: whatsapp-document-interaction\n  description: Universal links are the preferred method of linking to a WhatsApp account.\n  categories:\n    - Social\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/whatsapp-document-interaction/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://faq.whatsapp.com/en/iphone/23559013\n- name: WhereIsMyTransport\n  slug: whereismytransport\n  description: WhereIsMyTransport connects public transport data in one place.\n    WhereIsMyTransport is the de facto source of mobility data for the world’s\n    largest low- and middle-income cities.\n  categories:\n    - Transportation\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/whereismytransport/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developer.whereismytransport.com/\n  libraries:\n    - name: WhereIsMyTransport .NET SDK by WhereIsMyTransport\n      documentation_url: https://github.com/WhereIsMyTransport/TransportApiSdk.NET\n      platform: .Net\n      stargazers_count: 3\n- name: Whisky Hunter\n  slug: whisky-hunter\n  description: Explore lots from the past online whisky auctions. Whisky Hunter\n    have collected the results from whisky auction sites into a single\n    up-to-date database.\n  categories:\n    - Food & Drinks\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://whiskyhunter.net/api/\n- name: Whitepages Pro\n  slug: whitepages-pro\n  description: Global Identity Verification API. Get a clearer picture of your\n    customer. Instantly know if a name, address, phone number, email, and IP all\n    belong to the same person\n  categories:\n    - Validation & Verification\n    - CRM\n    - Maps & Geo\n    - Business\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/whitepages-pro/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://pro.whitepages.com/\n  libraries:\n    - name: Whitepages Pro C# SDK by Whitepages\n      documentation_url: http://pro.whitepages.com/developer/libraries/c-sharp/\n      platform: C#\n    - name: WhitePages Pro Java SDK by WhitePages\n      documentation_url: http://pro.whitepages.com/developer/libraries/java/\n      platform: Java\n- name: Who Hosts This\n  slug: who-hosts-this\n  description: Detect the hosting provider powering any web site. API\n  categories:\n    - Other\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.who-hosts-this.com/API\n- name: Wikidata\n  slug: wikidata\n  description: Wikidata is a free and open knowledge base that can be read and\n    edited by both humans and machines.\n  categories:\n    - Wiki\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/wikidata/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.wikidata.org/w/api.php?action=help\n- name: Wikimedia REST API\n  slug: wikimedia\n  description: Wikimedia's REST API provides access to Wikipedia articles,\n    summaries, page metadata, media files, and editing history across all\n    Wikimedia projects in multiple formats.\n  categories:\n    - Wiki\n    - Content & Dictionaries\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://www.mediawiki.org/wiki/API:REST_API\n    - name: API Reference\n      url: https://en.wikipedia.org/api/rest_v1\n- name: Wikipedia\n  slug: wikipedia\n  description: Free multilingual Encyclopedia.\n  categories:\n    - Content & Dictionaries\n    - Wiki\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/wikipedia/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://en.wikipedia.org/w/api.php\n  libraries:\n    - name: Wikipedia Python SDK by Martin Majlis\n      documentation_url: https://pypi.python.org/pypi/Wikipedia-API/0.3.5\n      source_code_url: https://github.com/martin-majlis/Wikipedia-API/\n      platform: Python\n      author: martin-majlis\n      stargazers_count: 217\n    - name: \"Wikipedia Javascript SDK by Open Knowledge International \"\n      documentation_url: http://okfnlabs.org/wikipediajs/\n      source_code_url: https://github.com/okfn/wikipediajs\n      platform: JavaScript\n      stargazers_count: 75\n    - name: Python Wikitools\n      documentation_url: https://github.com/alexz-enwp/wikitools\n      platform: Python\n      author: alexz-enwp\n      stargazers_count: 100\n    - name: Wikipedia Java Library java-mwapi\n      documentation_url: https://github.com/wikimedia/java-mwapi\n      source_code_url: https://github.com/wikimedia/java-mwapi\n      platform: Java\n      stargazers_count: 1\n    - name: Wikipedia Go Library go-mwclient\n      documentation_url: https://github.com/cgt/go-mwclient\n      source_code_url: https://github.com/cgt/go-mwclient\n      platform: Go\n      author: cgt\n      stargazers_count: 23\n    - name: Wikipedia Haskell Library mediawiki package\n      documentation_url: http://hackage.haskell.org/package/mediawiki\n      source_code_url: http://hackage.haskell.org/package/mediawiki\n      platform: Haskell\n    - name: Wikipedia by Goldsmith\n      documentation_url: https://pypi.python.org/pypi/wikipedia\n      source_code_url: https://github.com/goldsmith/Wikipedia\n      platform: Python\n      author: goldsmith\n      stargazers_count: 2196\n- name: Wikipedia API\n  slug: wikipedia-api\n  description: A web service that provides convenient access to wiki features,\n    data, and meta-data over HTTP, via a URL usually at api.\n  categories:\n    - Wiki\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/wikipedia-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.mediawiki.org/wiki/API\n- name: Wikitude\n  slug: wikitude\n  description: Powerful augmented reality apps. Create immersive Augmented Reality\n    experiences that transform the world around you\n  categories:\n    - Virtual & Augmented Reality\n    - Maps & Geo\n    - AI & ML\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/wikitude/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.wikitude.com/developer-overview/\n  libraries:\n    - name: Wikitude iOS SDK\n      documentation_url: http://www.wikitude.com/products/wikitude-augmented-reality-sdk-mobile/wikitude-sdk-ios/\n      platform: JavaScript, Objective-C\n    - name: Wikitude Android SDK\n      documentation_url: http://www.wikitude.com/products/wikitude-augmented-reality-sdk-mobile/wikitude-sdk-android/\n      platform: JavaScript\n- name: Wiktionary API\n  slug: wiktionary-api\n  description: \"This is an auto-generated MediaWiki API documentation page.\n    Documentation and examples: https://www. mediawiki.\n    org/wiki/Special:MyLanguage/API:Main_page Main module Status: The MediaWiki\n    API is a ma. Collaborative, free-content multilingual dictionary\"\n  categories:\n    - Content & Dictionaries\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/wiktionary-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://en.wiktionary.org/w/api.php\n- name: Wip\n  slug: wip\n  description: Open API for the maker community. WIP is a community of makers who\n    help each other ship products\n  categories:\n    - Social\n    - Commerce\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/wip/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://wip.co/api\n- name: Wise (TransferWise)\n  slug: wise-transferwise\n  description: Wise's API enables international money transfers, multi-currency\n    accounts, balance management, and payment automation. Build global payouts\n    and borderless banking integrations.\n  categories:\n    - Payments\n    - Finance & Economics\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://docs.wise.com/api-docs/api-reference\n    - name: API Reference\n      url: https://docs.wise.com/api-docs/api-reference\n- name: Wit.ai\n  slug: wit-ai\n  description: Natural Language Processing\n  categories:\n    - AI & ML\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://wit.ai/\n- name: Withings\n  slug: withings\n  description: Access to data from Withings activity trackers and body measures\n  categories:\n    - Sport & Fitness\n    - Health\n    - IoT & Home Automation\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://oauth.withings.com/api\n  libraries:\n    - name: Withings Ruby SDK by Paul Osman\n      documentation_url: https://github.com/paulosman/withings-sdk\n      platform: Ruby\n      author: paulosman\n      stargazers_count: 6\n    - name: Withings NodeJS SDK by Amida Technology Solutions\n      documentation_url: https://github.com/amida-tech/withings-lib\n      platform: Node.js\n      stargazers_count: 9\n    - name: Withings Python SDK by Maxime Bouroumeau-Fuseau\n      documentation_url: https://github.com/maximebf/python-withings\n      platform: Python\n      author: maximebf\n      stargazers_count: 71\n    - name: \" Withings PHP Library by Alexander Liljengård \"\n      documentation_url: https://github.com/Zn4rK/php-withings\n      platform: PHP\n      author: Zn4rK\n      stargazers_count: 16\n- name: Wix REST API\n  slug: wix-api\n  description: Wix's REST API provides access to site data, members, contacts,\n    orders, bookings, and blog posts. Build integrations and extend Wix-powered\n    websites programmatically.\n  categories:\n    - Development\n    - Commerce\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://dev.wix.com/docs/rest\n    - name: API Reference\n      url: https://dev.wix.com/docs/rest/api-reference/wix-data/items/introduction\n- name: Wolfram|Alpha\n  slug: wolfram-alpha\n  description: General knowledge on every topic; query it all with natural\n    language input. Easily add top-of-the-line computational knowledge into your\n    applications with Wolfram|Alpha APIs. Options from free to pre-built and\n    custom solutions. The official Wolfram|Alpha API\n  categories:\n    - Statistics & Data\n    - Search\n    - Text Analysis & Tools\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://products.wolframalpha.com/api/\n  libraries:\n    - name: Wolfram Alpha .Net SDK by Ian Qvist\n      documentation_url: https://github.com/Genbox/WolframAlpha.NET\n      platform: .Net, C#\n      author: Genbox\n      stargazers_count: 45\n    - name: Wolfram Alpha Python Library by Derik Pereira\n      documentation_url: http://products.wolframalpha.com/api/libraries.html\n      platform: Python\n- name: Woopra\n  slug: woopra\n  description: >-\n    End-to-end Customer Journey Analytics\n\n    No hours sank into aggregating and cleaning data. No complex SQL queries\n    required. Just the answers teams need to make smarter decisions, fast. Now,\n    that's data-driven.\n  categories:\n    - Analytics\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.woopra.com/docs/developer/analytics-api/\n  libraries:\n    - name: Woopra Ruby SDK by Woopra\n      documentation_url: https://www.woopra.com/docs/setup/ruby-on-rails-sdk/\n      platform: Ruby\n    - name: Woopra Python SDK by Woopra\n      documentation_url: https://www.woopra.com/docs/setup/python-sdk/\n      platform: Python\n    - name: Woopra Java SDK by Woopra\n      documentation_url: https://www.woopra.com/docs/setup/java-sdk/\n      source_code_url: https://github.com/Woopra/woopra-java-sdk\n      platform: Java\n      stargazers_count: 2\n    - name: Woopra Node.js SDK by Woopra\n      documentation_url: https://www.woopra.com/docs/setup/node-js-sdk/\n      source_code_url: https://github.com/woopra/node-woopra\n      platform: Node.js\n      stargazers_count: 5\n    - name: Woopra Android SDK by Woopra\n      documentation_url: https://www.woopra.com/docs/setup/android-sdk/\n      source_code_url: https://github.com/Woopra/woopra-android-sdk\n      platform: Java\n      stargazers_count: 6\n    - name: Woopra iOS SDK by Woopra\n      documentation_url: https://www.woopra.com/docs/setup/ios-sdk/\n      source_code_url: https://github.com/Woopra/woopra-ios-sdk\n      platform: Objective-C\n      stargazers_count: 5\n    - name: Woopra PHP SDK by Woopra\n      documentation_url: https://www.woopra.com/docs/setup/php-sdk/\n      platform: PHP\n    - name: Woopra JavaScript SDK by Woopra\n      documentation_url: https://www.woopra.com/docs/setup/javascript-tracking/\n      platform: JavaScript\n- name: Word Associations API\n  slug: word-associations-api\n  description: Provides service to get associations for a word or phrase. Words\n    are grouped by semantics, meaning, and psychological perception. Word\n    Association API - Word Associations Network\n  categories:\n    - AI & ML\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/word-associations-api/logo_256x256.png\n  contact: contact@wordassociations.net\n  links:\n    - name: Docs / Website\n      url: https://wordassociations.net/en/api\n- name: Wordnik\n  slug: wordnik\n  description: The Wordnik API Docs. Dictionary functions\n  categories:\n    - Text Analysis & Tools\n    - Content & Dictionaries\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/wordnik/logo_256x256.png\n  contact: contact@wordassociations.net\n  links:\n    - name: Docs / Website\n      url: http://developer.wordnik.com/docs.html#!/word\n  libraries:\n    - name: Wordnik Scala SDK by Wordnik\n      documentation_url: https://github.com/wordnik/wordnik-clients/tree/master/scala\n      platform: Scala\n      stargazers_count: 7\n    - name: Wordnik PHP SDK by Wordnik\n      documentation_url: https://github.com/wordnik/wordnik-clients/tree/master/php\n      platform: PHP\n      stargazers_count: 7\n    - name: Wordnik Objective-C SDK by Wordnik\n      documentation_url: https://github.com/wordnik/wordnik-clients/tree/master/objc/\n      platform: Objective-C\n      stargazers_count: 7\n    - name: Wordnik Java SDK by Wordnik\n      documentation_url: https://github.com/wordnik/wordnik-clients/tree/master/java\n      platform: Java\n      stargazers_count: 7\n    - name: Wordnik's Library Page\n      documentation_url: http://developer.wordnik.com/libraries\n      platform: .Net, Java, Objective-C, PHP, Python, Ruby\n- name: Wordpress\n  slug: wordpress\n  description: WordPress is open source software you can use to create a beautiful\n    website, blog, or app.\n  categories:\n    - Social\n    - Development\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://codex.wordpress.org/WordPress_APIs\n- name: WordPress REST API\n  slug: wordpress-rest\n  description: WordPress REST API provides endpoints for posts, pages, media,\n    users, taxonomies, and custom post types. Build headless WordPress sites and\n    automate content management workflows.\n  categories:\n    - Development\n    - Documents & Productivity\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://developer.wordpress.org/rest-api\n    - name: API Reference\n      url: https://developer.wordpress.org/rest-api/reference\n- name: Words API\n  slug: words-api\n  description: An API for the english language. Definitions, related words,\n    rhymes, and more. Use it to find definitions for more than 150,000 words\n  categories:\n    - Content & Dictionaries\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/words-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.wordsapi.com/\n- name: WorkOS\n  slug: workos\n  description: Easily integrate Okta SAML, Google OAuth, and more. Support Single\n    Sign-On for common Enterprise Identity Providers (Okta, Azure, OneLogin).\n    Documentation on integrating WorkOS API for Single Sign-On (SSO), Directory\n    Sync (SCIM), Audit Trail (SIEM), and more\n  categories:\n    - Security\n    - Business\n    - Authentication & User Management\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/workos/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://workos.com/docs\n  libraries:\n    - name: WorkOS Python SDK\n      documentation_url: https://docs.workos.com/sdk/python\n      platform: Python\n    - name: WorkOS Go SDK\n      documentation_url: https://docs.workos.com/sdk/go\n      platform: Go\n    - name: WorkOS Ruby SDK\n      documentation_url: https://docs.workos.com/sdk/ruby\n      platform: Ruby\n    - name: WorkOS NodeJS SDK\n      documentation_url: https://docs.workos.com/sdk/node\n      platform: Node.js\n- name: World Bank\n  slug: world-bank\n  description: >-\n    World Bank APIs.\n\n    World Bank APIs provide access to various types of data and databases:\n\n    - The Indicators API provides programmatic access to time series development\n    data and metadata. Most of the articles in this section are devoted to the\n    Indicators API.\n\n    - The Data Catalog API provides information about the thousands of\n    development-relevant datasets available through the World Bank Data Catalog.\n    Learn More\n\n    - The Projects API provides access to World Bank operations data, i.e.,\n    active, pipeline and closed projects implemented in countries and around the\n    world. Learn More\n\n    - The Finances API provides programmatic access to World Bank financial data\n    (loans, credits, financial statements, etc) delivered on the World Bank\n    Finances platform. Learn More\n\n    - The Climate Data API provides access to historical and modelled climate\n    data from the Climate Knowledge Portal. Learn More\n  categories:\n    - Government\n    - Finance & Economics\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://datahelpdesk.worldbank.org/knowledgebase/topics/125589\n- name: World Trading Data\n  slug: world-trading-data\n  description: World Trading Data is a worldwide market data provider, for example\n    provide a stock name and dates and get trading data for those. Free\n    real-time and historical stock market data for 100,000+ stock tickers via\n    REST API in JSON format, with 72 exchanges and 30+ years of historical data\n  categories:\n    - Finance & Economics\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/world-trading-data/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://marketstack.com/\n- name: WorldCoinIndex\n  slug: worldcoinindex\n  description: Cryptocurrencies price API, prices denoted in USD, EUR, CNY, GBP, RUB\n  categories:\n    - Blockchain & Cryptocurrencies\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/worldcoinindex/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.worldcoinindex.com/apiservice\n- name: WorldTimeAPI\n  slug: worldtimeapi\n  description: >-\n    A JSON/plain-text which returns the (approx) current time for a provided\n    timezone or IP. Targetted at limited-compute IoT devices. World Time API:\n    Simple JSON/plain-text API to obtain the current\n     time in, and related data about, a timezone\n  categories:\n    - Maps & Geo\n    - Calendar & Time\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://worldtimeapi.org\n- name: Wrike\n  slug: wrike\n  description: Wrike's API provides access to tasks, folders, projects,\n    timesheets, and workflows. Automate project management and build\n    integrations with Wrike's collaborative work platform.\n  categories:\n    - Project Management\n    - Development\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://developers.wrike.com\n    - name: API Reference\n      url: https://developers.wrike.com/api/v4/tasks\n- name: Wunderground API\n  slug: wunderground-api\n  description: Reliable data, accurate forecast, & global coverage in 80 languages\n  categories:\n    - Weather\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.wunderground.com/weather/api/\n- name: xAI Grok\n  slug: xai-grok\n  description: xAI's API provides access to the Grok family of language models for\n    text generation and reasoning. Grok has real-time access to X (Twitter) data\n    and is optimized for conversational tasks.\n  categories:\n    - AI & ML\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://docs.x.ai\n    - name: API Reference\n      url: https://docs.x.ai/api\n- name: xkcd\n  slug: xkcd\n  description: xkcd API\n  categories:\n    - Comics & Anime\n    - Fun\n    - Entertainment\n  type: REST\n  is_free: false\n  contact: contact@wordassociations.net\n  links:\n    - name: Docs / Website\n      url: https://xkcd.com/json.html\n  libraries:\n    - name: xkcd Elixir SDK by Devin Clark\n      documentation_url: https://libraries.io/hex/xkcd\n      source_code_url: https://github.com/notdevinclark/xkcd\n      platform: Elixir\n      author: notdevinclark\n      stargazers_count: 0\n    - name: xkcd Python SDK by Ben Rosser\n      documentation_url: https://pypi.python.org/pypi/xkcd/\n      platform: Python\n    - name: xkcd Python SDK by JacobLandau\n      documentation_url: https://github.com/JacobLandau/pykcd\n      platform: Python\n      author: JacobLandau\n      stargazers_count: 33\n    - name: xkcd Go SDK by nishanths\n      documentation_url: https://github.com/nishanths/go-xkcd\n      platform: Go\n      author: nishanths\n      stargazers_count: 43\n- name: Xml To Json\n  slug: xml-to-json\n  description: Integration developer utility APIs. By API Name [Default] By API\n    Provider [ Syntax - provider:xxxx ] or By API Version [ Syntax -\n    version:xxxx ] or By Context [ Syntax - context:xxxx ] or By Description [\n    Syntax - description:xxxx ]\n  categories:\n    - Development\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developers.wso2apistore.com/\n- name: Xposedornot Passwords\n  slug: xposedornot-passwords\n  description: XposedOrNot is a collection of ~850 million real time passwords\n    collated from real time data breaches. This large collection of password can\n    be checked anonymously with SHA-3 (Keccak 512) encryption using K-Anonymity.\n    Xposed Or Not ?\n  categories:\n    - Security\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://xposedornot.com/api_doc\n- name: Xyz Menus\n  slug: xyz-menus\n  description: XYZ Menus API provides access to a Database of over 350,000\n    Restaurant Menus with over 30,000,000 individual menu items\n  categories:\n    - Food & Drinks\n    - Business\n    - Point of Interest\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/xyz-menus/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://menuapi.xyz\n- name: Yahoo BOSS API\n  slug: yahoo-boss-api\n  description: Join the 200,000 developers using Yahoo tools to build their app\n    businesses. Offers premium search and geo API services allowing you to build\n    innovative technology applications quickly and efficiently. Measure,\n    monetize, advertise and improve your apps with Yahoo tools\n  categories:\n    - Search\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/yahoo-boss-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developer.yahoo.com/boss/search/\n- name: Yahoo Gemini API\n  slug: yahoo-gemini-api\n  description: Developer tools and the support you need to leverage Verizon\n    Media's powerful data and advertising solutions. Allows advertisers to\n    manage complex Gemini accounts and campaigns more efficiently\n  categories:\n    - Marketing & SEO\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/yahoo-gemini-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developer.yahoo.com/gemini/\n- name: Yahoo Local Search API\n  slug: yahoo-local-search-api\n  description: Join the 200,000 developers using Yahoo tools to build their app\n    businesses. Local Web Services. Measure, monetize, advertise and improve\n    your apps with Yahoo tools\n  categories:\n    - Search\n    - Maps & Geo\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/yahoo-local-search-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developer.yahoo.com/search/local/localSearch.html\n- name: Yahoo Map Image API\n  slug: yahoo-map-image-api\n  description: Measure, monetize, advertise and improve your apps with Yahoo\n    tools. Join the 200,000 developers using Yahoo tools to build their app\n    businesses. . Web Services\n  categories:\n    - Images & Photography\n    - Maps & Geo\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/yahoo-map-image-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developer.yahoo.com/maps/rest/V1/\n- name: Yahoo Maps\n  slug: yahoo-maps\n  description: Yahoo Maps lets you easily embed rich and interactive maps using\n    your choice of platform. Measure, monetize, advertise and improve your apps\n    with Yahoo tools. Join the 200,000 developers using Yahoo tools to build\n    their app businesses\n  categories:\n    - Maps & Geo\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/yahoo-maps/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developer.yahoo.com/maps/\n  libraries:\n    - name: Mapstraction JavaScript SDK\n      documentation_url: http://mapstraction.com/\n      source_code_url: https://github.com/mapstraction/mxn\n      platform: JavaScript\n      stargazers_count: 579\n- name: Yahoo Term Extraction API\n  slug: yahoo-term-extraction-api\n  description: Join the 200,000 developers using Yahoo tools to build their app\n    businesses. Content Analysis detects, ranks, and resolves entities in\n    unstructured content and classifies a document against our taxonomy.\n    Measure, monetize, advertise and improve your apps with Yahoo tools\n  categories:\n    - Search\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/yahoo-term-extraction-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developer.yahoo.com/contentanalysis/\n- name: Yahoo Weather\n  slug: yahoo-weather\n  description: Yahoo Weather API for your apps Get up-to-date weather information\n    for any location, including 10-day forecast, wind, atmosphere, astronomy\n    conditions, and more. You can lookup weather by location\n  categories:\n    - Weather\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developer.yahoo.com/weather/\n  libraries:\n    - name: Yahoo Weather Python SDK by Anthony Bloomer\n      documentation_url: https://github.com/AnthonyBloomer/weather-api\n      source_code_url: https://pypi.python.org/pypi/weather-api/0.0.5\n      platform: Python\n    - name: \"Yahoo Weather PHP SDK by Jason Leung \"\n      documentation_url: https://github.com/Th3Mouk/YahooWeatherAPI\n      source_code_url: https://github.com/Th3Mouk/YahooWeatherAPI\n      platform: PHP\n      author: Th3Mouk\n      stargazers_count: 3\n    - name: Python Weather Library python-weather-api\n      documentation_url: https://code.google.com/p/python-weather-api/\n      platform: Python\n- name: Yammer API\n  slug: yammer-api\n  description: Yammer Developer Site was created using ReadMe. Discuss ideas,\n    share updates, and crowdsource answers from coworkers around the globe.\n    Yammer gives your team a faster, smarter way to connect and collaborate\n    across your company\n  categories:\n    - Social\n    - Business\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/yammer-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developer.yammer.com/documentation/\n- name: Yandex\n  slug: yandex\n  description: Maps and the necessary tools for working it on your web app or site\n  categories:\n    - Maps & Geo\n    - Search\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://tech.yandex.com/maps/\n  libraries:\n    - name: Yandex Go SDK by Javier162380\n      documentation_url: https://github.com/Javier162380/yandexapi\n      platform: Go\n      author: Javier162380\n      stargazers_count: 0\n    - name: Yandex PHP SDK by NIX Solutions\n      documentation_url: https://github.com/nixsolutions/yandex-php-library\n      platform: PHP\n      stargazers_count: 515\n    - name: \" Geocoder PHP Library by William Durand\"\n      documentation_url: https://github.com/geocoder-php/Geocoder\n      platform: PHP\n      stargazers_count: 3686\n- name: Yclas\n  slug: yclas\n  description: Be creative and create any type of marketplace. Whether you are\n    looking for a website for your Real Estate firm, a buy-and-sell preloved\n    goods website with Yclas API you have a full backend to create\n    adversitements, categories, locations, geolocations and much more in a\n    simple and easy to use API\n  categories:\n    - Commerce\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/yclas/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://yclas.com/\n- name: Yelp\n  slug: yelp\n  description: Yelp's API exposes search to 3rd party developers. You can search\n    location using longitude and latitude, neighborhood, address or city and\n    filter listings by “where”, using a list of support categories\n  categories:\n    - Business\n    - Commerce\n    - Point of Interest\n    - Search\n    - Maps & Geo\n    - AI & ML\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.yelp.com/developers/documentation/v3/\n  libraries:\n    - name: Yelp Fusion Swift SDK by Christopher de Haan\n      documentation_url: https://yelp.github.io\n      source_code_url: https://github.com/chrisdhaan/CDYelpFusionKit\n      platform: Swift\n      author: chrisdhaan\n      stargazers_count: 46\n    - name: Yelp React Native SDK by dobiedad\n      documentation_url: https://www.npmjs.com/package/v3-yelp-api\n      source_code_url: https://github.com/dobiedad/v3-yelp-api\n      platform: JavaScript\n      author: dobiedad\n      stargazers_count: 6\n    - name: Yelp Fusion PHP SDK by radoneman\n      documentation_url: https://github.com/radoneman/yelp-fusion-v3-php-client\n      platform: PHP\n      author: radoneman\n      stargazers_count: 2\n    - name: Yelp Fusion Node.js SDK by Vinnie Giarrusso\n      documentation_url: https://github.com/vingiarrusso/BasicYelpClient\n      platform: Node.js\n      author: vingiarrusso\n      stargazers_count: 0\n    - name: Yelp Fusion Java SDK by RedRoma\n      documentation_url: https://github.com/RedRoma/YelpJavaClient\n      platform: Java\n      stargazers_count: 3\n    - name: Yelp Fusion JavaScript SDK by Joshua Anderson Slate\n      documentation_url: https://github.com/joshuaslate/node-yelp-api\n      platform: JavaScript, Node.js\n      author: joshuaslate\n      stargazers_count: 5\n    - name: Yelp Fusion C# SDK by Joe Brock\n      documentation_url: https://github.com/jdbrock/yelp-sharp\n      platform: C#\n      author: jdbrock\n      stargazers_count: 2\n    - name: Yelp Fusion Python SDK by Garry Polley\n      documentation_url: https://github.com/garrypolley/yelp-client\n      platform: Python\n      author: garrypolley\n      stargazers_count: 0\n    - name: Yelp Fusion Python SDK by Randy Daw-Ran Liou\n      documentation_url: https://github.com/dawran6/yelpy\n      platform: Python\n    - name: Yelp Fusion Elixir SDK by Gaslight\n      documentation_url: https://github.com/gaslight/exyelp\n      platform: Elixir\n      stargazers_count: 1\n    - name: Yelp Fusion Python SDK by Johnie Lee\n      documentation_url: https://github.com/JohnieLee/YelpClient\n      platform: Python\n      author: JohnieLee\n      stargazers_count: 3\n    - name: Yelp Fusion Node.js SDK by tonybadguy\n      documentation_url: https://github.com/tonybadguy/yelp-fusion\n      platform: Node.js\n      author: tonybadguy\n      stargazers_count: 69\n    - name: Yelp Fusion Android SDK by ugomarinelli\n      documentation_url: https://github.com/ugomarinelli/Yelp\n      platform: Java\n      author: ugomarinelli\n      stargazers_count: 0\n    - name: Yelp Fusion Objective-C SDK by Dhanu Agnihotri\n      documentation_url: https://github.com/dhanuagnihotri/Yelp\n      platform: Objective-C\n      author: dhanuagnihotri\n      stargazers_count: 0\n    - name: Yelp Fusion Python SDK by Adam Ever-Hadani\n      documentation_url: https://github.com/adamhadani/python-yelp\n      platform: Python\n      author: adamhadani\n      stargazers_count: 11\n    - name: Yelp Fusion Swift SDK by Jerry Su\n      documentation_url: https://github.com/jerrysu/CodePath-Yelp\n      platform: Swift\n      author: jerrysu\n      stargazers_count: 40\n    - name: Yelp Fusion PHP SDK by Steven Maguire\n      documentation_url: https://github.com/stevenmaguire/yelp-php\n      platform: PHP\n      author: stevenmaguire\n      stargazers_count: 55\n    - name: Yelp Fusion Node.js SDK by Oli Lalonde\n      documentation_url: https://github.com/olalonde/node-yelp\n      platform: Node.js\n      author: olalonde\n      stargazers_count: 213\n    - name: Yelp Fusion Android SDK by Yelp\n      documentation_url: https://github.com/Yelp/yelp-android\n      platform: Java\n      stargazers_count: 53\n    - name: Yelp Fusion iOS SDK by Yelp\n      documentation_url: https://github.com/Yelp/yelp-ios\n      platform: Objective-C\n      stargazers_count: 56\n    - name: Yelp Fusion Ruby SDK by Yelp\n      documentation_url: https://github.com/Yelp/yelp-ruby\n      platform: Ruby\n      stargazers_count: 106\n    - name: Yelp Fusion Python SDK by Yelp\n      documentation_url: https://github.com/Yelp/yelp-python\n      platform: Python\n      stargazers_count: 161\n    - name: \"Yelp C# Library by Justin Beckwith \"\n      documentation_url: https://github.com/JustinBeckwith/YelpSharp\n      platform: C#\n      author: JustinBeckwith\n      stargazers_count: 36\n- name: Yes No\n  slug: yes-no\n  description: Yes or No\n  categories:\n    - Testing\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://yesno.wtf/api\n- name: YNAB\n  slug: ynab\n  description: You Need A Budget API. YNAB is a budgeting app that helps you\n    confidently spend your money, get out of debt, and take control of your\n    financial freedom.\n  categories:\n    - Finance & Economics\n  type: REST\n  is_free: true\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/ynab/logo_256x256.png\n  contact: contact@wordassociations.net\n  links:\n    - name: Docs / Website\n      url: https://api.youneedabudget.com/\n  libraries:\n    - name: YNAB PowerShell SDK by Connor Griffin\n      documentation_url: https://api.youneedabudget.com/#clients-community\n      source_code_url: https://github.com/ConnorGriffin/Posh-YNAB\n      platform: .Net\n      author: ConnorGriffin\n      stargazers_count: 12\n    - name: YNAB JavaScript SDK\n      documentation_url: https://api.youneedabudget.com/#client-javascript\n      source_code_url: https://github.com/ynab/ynab-sdk-js\n      platform: JavaScript\n      stargazers_count: 164\n    - name: YNAB Ruby SDK\n      documentation_url: https://api.youneedabudget.com/#client-ruby\n      source_code_url: https://github.com/ynab/ynab-sdk-ruby\n      platform: Ruby\n      stargazers_count: 49\n- name: Yo Developers API\n  slug: yo-developers-api\n  description: Yo API Documentation. Programmatically send Yos (contextual\n    messages) through API\n  categories:\n    - Marketing & SEO\n    - Chats & Messaging\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/yo-developers-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://docs.justyo.co/\n- name: You Need A Budget\n  slug: you-need-a-budget\n  description: Introduction Hello Developers Welcome to the YNAB API! (If you\n    aren't a developer or you have no idea what an \"API\" is and you just want to\n    sign in to your YNAB account, you can do that here. ) The. The you need a\n    budget official API\n  categories:\n    - Finance & Economics\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/you-need-a-budget/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://api.youneedabudget.com\n- name: Yourls\n  slug: yourls\n  description: Generate or get existing short URLs, with sequential or custom\n    keyword. ➤ About YOURLS ➤ What is YOURLS YOURLS stands for Your Own URL\n    Shortener. It is a small set of PHP scripts that will allow you to run your\n    own URL shortening service (a la TinyURL or Bitly). Runnin\n  categories:\n    - URLs\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/yourls/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://yourls.org/#API\n- name: YouTube\n  slug: youtube\n  description: Add YouTube functionality to your sites and apps. Add YouTube\n    functionality to your sites and apps\n  categories:\n    - Video & Media\n    - Social\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developers.google.com/youtube/\n  libraries:\n    - name: Media Now JavaScript SDK by internet4000\n      documentation_url: https://github.com/internet4000/media-now\n      platform: JavaScript, Node.js\n      stargazers_count: 9\n    - name: Social API JS JavaScript SDK by Joris Daniel\n      documentation_url: https://github.com/yoriiis/social-api.js\n      platform: JavaScript\n      author: yoriiis\n      stargazers_count: 5\n    - name: \"Google Go SDK \"\n      documentation_url: https://github.com/google/google-api-go-client/blob/master/GettingStarted.md\n      source_code_url: https://github.com/google/google-api-go-client\n      platform: Go\n      stargazers_count: 2553\n    - name: \"Google Objective-C SDK \"\n      documentation_url: https://github.com/google/google-api-objectivec-client-for-rest/wiki\n      source_code_url: https://github.com/google/google-api-objectivec-client-for-rest\n      platform: Objective-C\n      stargazers_count: 542\n    - name: Google Java SDK\n      documentation_url: https://developers.google.com/api-client-library/java/\n      source_code_url: https://developers.google.com/api-client-library/java/google-api-java-client/dev-guide\n      platform: Java\n    - name: \"YouTube Python SDK by Chirag Rathod \"\n      documentation_url: https://github.com/srcecde/python-youtube-api\n      platform: Python\n      author: srcecde\n      stargazers_count: 94\n    - name: YouTube PHP SDK by Jason Leung\n      documentation_url: https://github.com/madcoda/php-youtube-api\n      source_code_url: https://github.com/madcoda/php-youtube-api\n      platform: PHP\n      author: madcoda\n      stargazers_count: 375\n    - name: YouTube Node.js SDK by node.js Nicaragua\n      documentation_url: https://github.com/nodenica/youtube-node\n      platform: Node.js\n      author: paulomcnally\n      stargazers_count: 90\n    - name: YouTube PHP SDK by Jan Galek\n      documentation_url: https://packagist.org/packages/galek/youtube-api\n      source_code_url: https://github.com/JanGalek/YoutubeAPI\n      platform: PHP\n      author: JanGalek\n      stargazers_count: 0\n    - name: YouTube Laravel PHP SDK by Joe Dawson\n      documentation_url: https://packagist.org/packages/dawson/youtube\n      source_code_url: https://github.com/JoeDawson/youtube\n      platform: PHP\n      author: joedawson\n      stargazers_count: 141\n    - name: YouTube Video Sync JavaScript SDK 3.7.2 by Pubnub\n      documentation_url: http://pubnub.github.io/video-sync/\n      source_code_url: http://www.pubnub.com/docs/javascript/javascript-sdk.html\n      platform: JavaScript\n    - name: ASP.NET Video Starter Kit - Youtube DATA SDK\n      documentation_url: http://www.mediasoftpro.com/video-starter-kit/youtube-sdk.html\n      platform: .Net\n    - name: YouTube Node.js Library by Ionică Bizău\n      documentation_url: https://github.com/IonicaBizau/youtube-api\n      platform: Node.js\n      author: IonicaBizau\n      stargazers_count: 337\n    - name: \"Youtube .Net Library .Net-youtube \"\n      documentation_url: https://developers.google.com/api-client-library/dotnet/apis/youtube/v3\n      source_code_url: http://www.nuget.org/packages/Google.Apis.Tasks.v1/\n      platform: .Net\n    - name: Youtube Java LIbrary java-youtube\n      documentation_url: https://github.com/google/google-api-java-client\n      platform: Java\n      stargazers_count: 1003\n    - name: CodeIgniter YouTube API Library\n      documentation_url: https://developers.google.com/youtube/articles/codeigniter_library?csw=1\n      source_code_url: https://github.com/jimdoescode/CodeIgniter-YouTube-API-Library\n      platform: PHP\n      author: jimdoescode\n      stargazers_count: 128\n    - name: Google APIs Client Library for Python\n      documentation_url: https://developers.google.com/api-client-library/python/\n      source_code_url: https://code.google.com/p/google-api-python-client/downloads/list\n      platform: Python\n    - name: Google APIs Client Library for Objective-C\n      documentation_url: https://code.google.com/p/google-api-objectivec-client/\n      platform: Objective-C\n    - name: Google APIs Client Library for JavaScript\n      documentation_url: https://developers.google.com/api-client-library/javascript/\n      platform: JavaScript\n    - name: Google APIs Client Library for Java\n      documentation_url: https://code.google.com/p/google-api-java-client/\n      platform: Java\n    - name: Google APIs Client Library for .NET\n      documentation_url: https://developers.google.com/api-client-library/dotnet/\n      platform: .Net\n    - name: Google APIs Client Library for PHP\n      documentation_url: https://developers.google.com/api-client-library/php/\n      source_code_url: https://github.com/google/google-api-php-client\n      platform: PHP\n      stargazers_count: 7333\n    - name: AS3 Library for YouTube API\n      documentation_url: http://code.google.com/p/as3youtubelib/\n    - name: ActionScript YouTube Library\n      documentation_url: http://code.google.com/p/as3-youtube-data-api/\n    - name: Official YouTube Objective-C Library\n      documentation_url: http://code.google.com/p/gdata-objectivec-client/\n    - name: Official YouTube Python Library\n      documentation_url: http://code.google.com/apis/youtube/developers_guide_python.html\n      platform: Python\n    - name: \"Official Java Source for YouTube \"\n      documentation_url: http://code.google.com/apis/youtube/developers_guide_java.html\n      platform: Java\n    - name: Perl Library for YouTube API\n      documentation_url: http://search.cpan.org/~yoshida/WebService-YouTube/\n- name: YouTube API\n  slug: youtube-api\n  description: Add YouTube functionality to your sites and apps. . Allows\n    developers to access video statistics and YouTube channels' data via two\n    types of calls, REST and XML-RPC\n  categories:\n    - Video & Media\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developers.google.com/youtube/\n- name: Yummly\n  slug: yummly\n  description: Find food recipes. The Yummly Recipe API lets you integrate recipes\n    and faceted recipe search into your websites or mobile applications. Since\n    Yummly understands the recipe – ingredients, diets, allergies, nutrition,\n    taste, techniques & more. It can connect your users with the best recipes\n    available for their unique food preferences\n  categories:\n    - Food & Drinks\n    - Search\n    - Text Analysis & Tools\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developer.yummly.com/\n  libraries:\n    - name: Yummly Ruby SDK by Theo Mills\n      documentation_url: https://github.com/twmills/yummly\n      platform: Ruby\n    - name: Yummly Node.js SDK by Yummly\n      documentation_url: https://github.com/yummly/node-yummly\n      platform: Node.js\n    - name: Yummly Python SDK by Derrick Gilland\n      documentation_url: https://github.com/dgilland/yummly.py\n      platform: Python\n      author: dgilland\n      stargazers_count: 27\n- name: Zapier\n  slug: zapier\n  description: Zapier's API enables creating and managing Zaps (automated\n    workflows), accessing connected app data, and triggering automations\n    programmatically across 6,000+ integrated apps.\n  categories:\n    - Development\n    - Business\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://docs.zapier.com/apis/zapier-apis\n    - name: API Reference\n      url: https://docs.zapier.com/apis/zapier-apis/rest\n- name: Zendesk\n  slug: zendesk\n  description: Zendesk's REST API manages support tickets, users, organizations,\n    macros, and automations. Build customer support integrations, chatbots, and\n    helpdesk workflows.\n  categories:\n    - CRM\n    - Business\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://developer.zendesk.com/documentation\n    - name: API Reference\n      url: https://developer.zendesk.com/api-reference\n- name: Zenscrape\n  slug: zenscrape-web-scraping-api\n  description: This web scraping API handles all problems that are related to web\n    scraping. Extracting HTML from websites has never been so easy!\n  categories:\n    - Scrapers & Data Mining\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/zenscrape-web-scraping-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://zenscrape.com/web-scraping-api/\n- name: Zenserp\n  slug: zenserp\n  description: Our fast & reliable SERP API enables you to scrape search results\n    in realtime and without interruption. Fast response times and fair pricing.\n    Scraping SERPs from search engines is a difficult task, as it involves proxy\n    management, captcha-solving and constant parser adaptation. SERP API makes\n    this process easy, fast & scalable\n  categories:\n    - Marketing & SEO\n    - Scrapers & Data Mining\n    - Search\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/zenserp/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://zenserp.com\n  libraries:\n    - name: Zenserp Python SDK\n      documentation_url: https://github.com/zenserp/zenserp-python\n      platform: Python\n      author: zenserp\n      stargazers_count: 0\n- name: Zero Width Shortener\n  slug: zero-width-shortener\n  description: Shorten URLs with invisible spaces. URL shortener that shortens\n    URLs using spaces that have zero width, making them invisible to humans\n  categories:\n    - URLs\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/zero-width-shortener/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://docs.zws.im\n- name: Zestful Data\n  slug: zestful-data\n  description: The Zestful's ingredient parser API turns plain recipe strings into\n    beautiful, structured data. You can get 30 ingredient parses per day for\n    free. A machine-learning-powered ingredient parser API. Parse your recipe\n    ingredients into clean, structured JSON. Built to power the best food apps\n    online\n  categories:\n    - Food & Drinks\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/zestful-data/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://zestfuldata.com/\n- name: Zetta\n  slug: zetta\n  description: An API-first, open source software platform for the Internet of\n    Things. - zettajs/zetta\n  categories:\n    - IoT & Home Automation\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/zetta/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://github.com/zettajs/zetta/wiki\n- name: ZipCodeAPI\n  slug: zipcodeapi\n  description: Zip Codes to Location The API can convert a zip code to the primary\n    location for the zip code. This includes the city, state, latitude,\n    longitude, time zone information, and NPA area codes for the\n  categories:\n    - Maps & Geo\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://www.zipcodeapi.com\n- name: Zippopotam\n  slug: zippopotam\n  description: Zippopotamus. Zippopotamus\n  categories:\n    - Maps & Geo\n  type: REST\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: http://www.zippopotam.us\n- name: ZipRecruiter\n  slug: ziprecruiter\n  description: Jobs API\n  categories:\n    - Jobs\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/ziprecruiter/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://www.ziprecruiter.com/publishers\n- name: Zipstatic\n  slug: zipstatic\n  description: Ziptastic API is a super easy to use API that returns the Country,\n    State, City of the zip code you supply.\n  categories:\n    - Maps & Geo\n    - Post & Logistics\n  is_free: false\n  links:\n    - name: Docs / Website\n      url: https://ziptasticapi.com/\n- name: Zoho Reports API\n  slug: zoho-reports-api\n  description: Zoho Analytics API Zoho Analytics API offers wide range of\n    functions to help developers build & manage powerful reporting and\n    analytical capabilities for their business application needs\n  categories:\n    - Analytics\n    - Business\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/zoho-reports-api/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://zohoreportsapi.wiki.zoho.com/\n  libraries:\n    - name: Zoho Reports Ruby SDK by Neil Giarratana\n      documentation_url: https://github.com/neilsmind/zoho_reports\n      platform: Ruby\n      author: neilsmind\n      stargazers_count: 2\n    - name: Zoho Python SDK by A2Z Cloud\n      documentation_url: https://github.com/A2Z-Cloud/Talk-Zoho\n      platform: Python\n      stargazers_count: 4\n    - name: Zoho PHP SDK by oprimus\n      documentation_url: https://github.com/oprimus/PHP-Zoho\n      platform: PHP\n      author: oprimus\n      stargazers_count: 0\n- name: Zomato\n  slug: zomato\n  description: Zomato API. 5 million restaurants across 10,000 cities globally.\n  categories:\n    - Point of Interest\n    - Social\n    - Food & Drinks\n  type: REST\n  is_free: false\n  logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/zomato/logo_256x256.png\n  links:\n    - name: Docs / Website\n      url: https://developers.zomato.com/api\n  libraries:\n    - name: Zomato PHP SDK by Ruben Arakelyan\n      documentation_url: https://packagist.org/packages/rubenarakelyan/zomato-api-php\n      source_code_url: https://github.com/rubenarakelyan/zomato-api-php\n      platform: PHP\n      author: rubenarakelyan\n      stargazers_count: 3\n- name: Zoom API\n  slug: zoom-api\n  description: Zoom's REST API manages meetings, webinars, users, recordings, and\n    reports. Build scheduling integrations, automate meeting workflows, and\n    access video conferencing data.\n  categories:\n    - Video & Media\n    - Chats & Messaging\n  type: REST\n  is_free: true\n  links:\n    - name: Docs / Website\n      url: https://developers.zoom.us/docs/api\n    - name: API Reference\n      url: https://developers.zoom.us/docs/api/rest/reference/zoom-api/methods\n"
  },
  {
    "path": "docs/plans/2026-02-21-add-ai-devtools-apis-design.md",
    "content": "# Design: Add AI & Developer Tool APIs\n\n**Date:** 2026-02-21\n**Author:** Claude\n**Status:** Approved\n\n## Context\n\nThe collection (~1,226 APIs) is missing many modern, widely-used APIs in the AI/ML and Developer Tools spaces. These are among the most actively used APIs in 2025-2026 and their absence is a significant gap in the collection.\n\n## Goal\n\nAdd ~40 new YAML entries for missing AI/ML and Developer Tool APIs using a hybrid approach: write from knowledge for structure, use Firecrawl to verify URLs and descriptions for complex/changing entries.\n\n## Target APIs\n\n### AI & ML (~18)\n| Slug | Name |\n|------|------|\n| `openai` | OpenAI API |\n| `anthropic` | Anthropic Claude API |\n| `google-gemini` | Google Gemini API |\n| `mistral-ai` | Mistral AI |\n| `groq` | Groq |\n| `hugging-face` | Hugging Face Inference API |\n| `cohere` | Cohere |\n| `together-ai` | Together AI |\n| `replicate` | Replicate |\n| `stability-ai` | Stability AI |\n| `perplexity-ai` | Perplexity AI |\n| `elevenlabs` | ElevenLabs |\n| `deepl` | DeepL |\n| `assemblyai` | AssemblyAI |\n| `deepgram` | Deepgram |\n| `fal-ai` | fal.ai |\n| `fireworks-ai` | Fireworks AI |\n| `aws-bedrock` | AWS Bedrock |\n\n### Developer Tools (~22)\n| Slug | Name |\n|------|------|\n| `vercel` | Vercel |\n| `supabase` | Supabase |\n| `railway` | Railway |\n| `render` | Render |\n| `neon` | Neon |\n| `planetscale` | PlanetScale |\n| `upstash` | Upstash |\n| `resend` | Resend |\n| `clerk` | Clerk |\n| `liveblocks` | Liveblocks |\n| `convex` | Convex |\n| `turso` | Turso |\n| `fly-io` | Fly.io |\n| `cloudflare-workers` | Cloudflare Workers |\n| `deno-deploy` | Deno Deploy |\n| `sentry` | Sentry |\n| `posthog` | PostHog |\n| `grafana` | Grafana |\n| `linear` | Linear |\n| `notion` | Notion API |\n| `airtable` | Airtable |\n| `figma` | Figma |\n\n## Approach: Hybrid\n\n1. **Knowledge-based creation**: Write all 40 YAML files directly from training knowledge (fast, reliable for well-known APIs).\n2. **Firecrawl spot-check**: Verify URLs and descriptions for ~10 that change frequently (OpenAI, Anthropic, Google Gemini, Groq, etc.).\n3. **Duplicate check**: Before creating each file, verify slug doesn't already exist in `/collection/`.\n\n## File Format\n\nFollows existing schema (`/src/schema.ts`):\n```yaml\nname: <API Name>\nslug: <slug>\ndescription: <one-line description>\ncategories:\n  - <category from categories.yaml>\ntype: REST\nis_free: true|false\nlinks:\n  - name: Docs / Website\n    url: https://...\n```\n\n## Files to Create\n\nAll new files go in: `/Users/yevhen/Code/github.com/tools-collection/apis-collection/collection/`\n\n## Quality Gates\n- Cross-check each slug against existing collection before creating\n- Only use official documentation URLs\n- Categories must match entries in `categories.yaml`\n"
  },
  {
    "path": "docs/plans/2026-02-21-add-ai-devtools-apis.md",
    "content": "# Add AI & Developer Tool APIs Implementation Plan\n\n> **For Claude:** REQUIRED SUB-SKILL: Use superpowers:executing-plans to implement this plan task-by-task.\n\n**Goal:** Add ~40 new YAML files to `/collection/` for prominent AI/ML and Developer Tool APIs currently missing from the collection.\n\n**Architecture:** Each API gets a single YAML file in `/collection/{slug}.yaml` following the schema in `/src/schema.ts`. Use hybrid approach: write from knowledge, Firecrawl-verify URLs for the most volatile entries (OpenAI, Anthropic, Gemini, Groq).\n\n**Tech Stack:** YAML files, existing schema validation (`src/schema.ts`), Firecrawl for URL verification.\n\n---\n\n## Pre-flight: Duplicate Check\n\nBefore creating any file, verify no slug already exists:\n\n```bash\nls /Users/yevhen/Code/github.com/tools-collection/apis-collection/collection/ | grep -E \"openai|anthropic|gemini|mistral|groq|hugging-face|cohere|together-ai|replicate|stability-ai|perplexity|elevenlabs|deepl|assemblyai|deepgram|fal-ai|fireworks|bedrock|vercel|supabase|railway|render|neon|planetscale|upstash|resend|clerk|liveblocks|convex|turso|fly-io|cloudflare-workers|deno-deploy|sentry|posthog|grafana|linear|notion|airtable|figma\"\n```\n\nExpected: only slugs that DON'T already exist should be created.\n\n---\n\n### Task 1: AI/ML APIs — OpenAI, Anthropic, Gemini (Firecrawl-verify)\n\n**Files:**\n- Create: `collection/openai.yaml`\n- Create: `collection/anthropic.yaml`\n- Create: `collection/google-gemini.yaml`\n\n**Step 1: Firecrawl-verify official docs URLs**\n\nUse Firecrawl to confirm current docs URLs:\n- `https://platform.openai.com/docs`\n- `https://docs.anthropic.com`\n- `https://ai.google.dev/gemini-api/docs`\n\n**Step 2: Create `collection/openai.yaml`**\n\n```yaml\nname: OpenAI\nslug: openai\ndescription: OpenAI's API provides access to GPT-4, GPT-4o, DALL-E, Whisper, and Embeddings models. Build AI-powered applications for text generation, image generation, speech recognition, and more.\ncategories:\n  - AI & ML\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://platform.openai.com/docs\n  - name: API Reference\n    url: https://platform.openai.com/docs/api-reference\n```\n\n**Step 3: Create `collection/anthropic.yaml`**\n\n```yaml\nname: Anthropic Claude\nslug: anthropic\ndescription: Anthropic's API provides access to the Claude family of AI models (Claude 3.5, Claude 3 Opus, Sonnet, Haiku) for text generation, analysis, coding assistance, and vision tasks.\ncategories:\n  - AI & ML\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://docs.anthropic.com\n  - name: API Reference\n    url: https://docs.anthropic.com/en/api/getting-started\n```\n\n**Step 4: Create `collection/google-gemini.yaml`**\n\n```yaml\nname: Google Gemini API\nslug: google-gemini\ndescription: Google's Gemini API provides access to Gemini 1.5 Pro, Flash, and other multimodal models for text, image, video, and audio understanding and generation.\ncategories:\n  - AI & ML\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://ai.google.dev/gemini-api/docs\n  - name: API Reference\n    url: https://ai.google.dev/api/rest\n```\n\n**Step 5: Commit**\n\n```bash\ngit add collection/openai.yaml collection/anthropic.yaml collection/google-gemini.yaml\ngit commit -m \"feat: add OpenAI, Anthropic, and Google Gemini API entries\"\n```\n\n---\n\n### Task 2: AI/ML APIs — Mistral, Groq, Hugging Face (Firecrawl-verify)\n\n**Files:**\n- Create: `collection/mistral-ai.yaml`\n- Create: `collection/groq.yaml`\n- Create: `collection/hugging-face.yaml`\n\n**Step 1: Firecrawl-verify**\n- `https://docs.mistral.ai`\n- `https://console.groq.com/docs`\n- `https://huggingface.co/docs/api-inference`\n\n**Step 2: Create `collection/mistral-ai.yaml`**\n\n```yaml\nname: Mistral AI\nslug: mistral-ai\ndescription: Mistral AI provides access to open and proprietary language models including Mistral Large, Mistral Small, and Codestral for text generation, coding, and embeddings.\ncategories:\n  - AI & ML\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://docs.mistral.ai\n  - name: API Reference\n    url: https://docs.mistral.ai/api\n```\n\n**Step 3: Create `collection/groq.yaml`**\n\n```yaml\nname: Groq\nslug: groq\ndescription: Groq's API provides ultra-fast inference for open-source language models like Llama 3, Mixtral, and Gemma using custom LPU hardware. Optimized for low-latency applications.\ncategories:\n  - AI & ML\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://console.groq.com/docs\n  - name: API Reference\n    url: https://console.groq.com/docs/openai\n```\n\n**Step 4: Create `collection/hugging-face.yaml`**\n\n```yaml\nname: Hugging Face Inference API\nslug: hugging-face\ndescription: Hugging Face Inference API gives access to thousands of open-source ML models hosted on the Hub. Run NLP, computer vision, audio, and multimodal models via a simple REST API.\ncategories:\n  - AI & ML\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://huggingface.co/docs/api-inference\n  - name: Models Hub\n    url: https://huggingface.co/models\n```\n\n**Step 5: Commit**\n\n```bash\ngit add collection/mistral-ai.yaml collection/groq.yaml collection/hugging-face.yaml\ngit commit -m \"feat: add Mistral AI, Groq, and Hugging Face API entries\"\n```\n\n---\n\n### Task 3: AI/ML APIs — Cohere, Together AI, Replicate\n\n**Files:**\n- Create: `collection/cohere.yaml`\n- Create: `collection/together-ai.yaml`\n- Create: `collection/replicate.yaml`\n\n**Step 1: Create `collection/cohere.yaml`**\n\n```yaml\nname: Cohere\nslug: cohere\ndescription: Cohere's API provides NLP capabilities including text generation, embeddings, classification, and reranking. Designed for enterprise use cases like semantic search and RAG pipelines.\ncategories:\n  - AI & ML\n  - Text Analysis & Tools\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://docs.cohere.com\n  - name: API Reference\n    url: https://docs.cohere.com/reference/about\n```\n\n**Step 2: Create `collection/together-ai.yaml`**\n\n```yaml\nname: Together AI\nslug: together-ai\ndescription: Together AI provides fast inference for 100+ open-source models including Llama 3, Mistral, and FLUX image models. Offers fine-tuning and dedicated deployment options.\ncategories:\n  - AI & ML\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://docs.together.ai\n  - name: API Reference\n    url: https://docs.together.ai/reference\n```\n\n**Step 3: Create `collection/replicate.yaml`**\n\n```yaml\nname: Replicate\nslug: replicate\ndescription: Replicate lets you run machine learning models via API. Access thousands of community models for image generation, language, audio, and video, or deploy your own custom models.\ncategories:\n  - AI & ML\n  - Images & Photography\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://replicate.com/docs\n  - name: API Reference\n    url: https://replicate.com/docs/reference/http\n```\n\n**Step 4: Commit**\n\n```bash\ngit add collection/cohere.yaml collection/together-ai.yaml collection/replicate.yaml\ngit commit -m \"feat: add Cohere, Together AI, and Replicate API entries\"\n```\n\n---\n\n### Task 4: AI/ML APIs — Stability AI, Perplexity, ElevenLabs\n\n**Files:**\n- Create: `collection/stability-ai.yaml`\n- Create: `collection/perplexity-ai.yaml`\n- Create: `collection/elevenlabs.yaml`\n\n**Step 1: Create `collection/stability-ai.yaml`**\n\n```yaml\nname: Stability AI\nslug: stability-ai\ndescription: Stability AI's API provides access to Stable Diffusion and SDXL models for image generation, editing, and upscaling. Supports text-to-image, image-to-image, and inpainting.\ncategories:\n  - AI & ML\n  - Images & Photography\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://platform.stability.ai/docs/api-reference\n  - name: API Reference\n    url: https://platform.stability.ai/docs/api-reference\n```\n\n**Step 2: Create `collection/perplexity-ai.yaml`**\n\n```yaml\nname: Perplexity AI\nslug: perplexity-ai\ndescription: Perplexity's API provides search-augmented language model responses. Models have real-time web access and cite sources, making them ideal for research and fact-checking applications.\ncategories:\n  - AI & ML\n  - Search\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://docs.perplexity.ai\n  - name: API Reference\n    url: https://docs.perplexity.ai/api-reference/chat-completions\n```\n\n**Step 3: Create `collection/elevenlabs.yaml`**\n\n```yaml\nname: ElevenLabs\nslug: elevenlabs\ndescription: ElevenLabs API provides AI voice generation and cloning. Generate realistic speech from text with customizable voices, or clone a voice from an audio sample.\ncategories:\n  - AI & ML\n  - Voice\n  - Music & Audio\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://elevenlabs.io/docs\n  - name: API Reference\n    url: https://elevenlabs.io/docs/api-reference/getting-started\n```\n\n**Step 4: Commit**\n\n```bash\ngit add collection/stability-ai.yaml collection/perplexity-ai.yaml collection/elevenlabs.yaml\ngit commit -m \"feat: add Stability AI, Perplexity AI, and ElevenLabs API entries\"\n```\n\n---\n\n### Task 5: AI/ML APIs — DeepL, AssemblyAI, Deepgram\n\n**Files:**\n- Create: `collection/deepl.yaml`\n- Create: `collection/assemblyai.yaml`\n- Create: `collection/deepgram.yaml`\n\n**Step 1: Create `collection/deepl.yaml`**\n\n```yaml\nname: DeepL\nslug: deepl\ndescription: DeepL API provides high-quality machine translation for 30+ languages. Known for producing more natural translations than competitors, with support for documents and glossaries.\ncategories:\n  - AI & ML\n  - Translation\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://developers.deepl.com/docs\n  - name: API Reference\n    url: https://developers.deepl.com/docs/api-reference\n```\n\n**Step 2: Create `collection/assemblyai.yaml`**\n\n```yaml\nname: AssemblyAI\nslug: assemblyai\ndescription: AssemblyAI's API provides speech-to-text transcription, speaker diarization, sentiment analysis, topic detection, and summarization from audio and video files.\ncategories:\n  - AI & ML\n  - Voice\n  - Music & Audio\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://www.assemblyai.com/docs\n  - name: API Reference\n    url: https://www.assemblyai.com/docs/api-reference\n```\n\n**Step 3: Create `collection/deepgram.yaml`**\n\n```yaml\nname: Deepgram\nslug: deepgram\ndescription: Deepgram's API offers real-time and batch speech recognition with high accuracy. Features include speaker detection, smart formatting, language detection, and custom model training.\ncategories:\n  - AI & ML\n  - Voice\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://developers.deepgram.com/docs\n  - name: API Reference\n    url: https://developers.deepgram.com/reference\n```\n\n**Step 4: Commit**\n\n```bash\ngit add collection/deepl.yaml collection/assemblyai.yaml collection/deepgram.yaml\ngit commit -m \"feat: add DeepL, AssemblyAI, and Deepgram API entries\"\n```\n\n---\n\n### Task 6: AI/ML APIs — fal.ai, Fireworks AI, AWS Bedrock\n\n**Files:**\n- Create: `collection/fal-ai.yaml`\n- Create: `collection/fireworks-ai.yaml`\n- Create: `collection/aws-bedrock.yaml`\n\n**Step 1: Create `collection/fal-ai.yaml`**\n\n```yaml\nname: fal.ai\nslug: fal-ai\ndescription: fal.ai provides fast inference for generative media models including FLUX, Stable Diffusion, Kling, and others. Optimized for real-time image and video generation use cases.\ncategories:\n  - AI & ML\n  - Images & Photography\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://fal.ai/docs\n  - name: API Reference\n    url: https://fal.ai/docs/rest-api\n```\n\n**Step 2: Create `collection/fireworks-ai.yaml`**\n\n```yaml\nname: Fireworks AI\nslug: fireworks-ai\ndescription: Fireworks AI offers fast, cost-efficient inference for open-source language and image models. Supports Llama, Mistral, Stable Diffusion, and fine-tuned custom models.\ncategories:\n  - AI & ML\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://docs.fireworks.ai\n  - name: API Reference\n    url: https://docs.fireworks.ai/api-reference/introduction\n```\n\n**Step 3: Create `collection/aws-bedrock.yaml`**\n\n```yaml\nname: AWS Bedrock\nslug: aws-bedrock\ndescription: Amazon Bedrock is a fully managed service that provides access to foundation models from Anthropic, Meta, Mistral, Stability AI, and Amazon via a single API with enterprise security.\ncategories:\n  - AI & ML\n  - Cloud\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://docs.aws.amazon.com/bedrock\n  - name: API Reference\n    url: https://docs.aws.amazon.com/bedrock/latest/APIReference\n```\n\n**Step 4: Commit**\n\n```bash\ngit add collection/fal-ai.yaml collection/fireworks-ai.yaml collection/aws-bedrock.yaml\ngit commit -m \"feat: add fal.ai, Fireworks AI, and AWS Bedrock API entries\"\n```\n\n---\n\n### Task 7: Dev Tools — Vercel, Supabase, Railway\n\n**Files:**\n- Create: `collection/vercel.yaml`\n- Create: `collection/supabase.yaml`\n- Create: `collection/railway.yaml`\n\n**Step 1: Create `collection/vercel.yaml`**\n\n```yaml\nname: Vercel\nslug: vercel\ndescription: Vercel's API lets you manage deployments, domains, environment variables, projects, and teams programmatically. Integrates with Git to automate frontend deployment workflows.\ncategories:\n  - Development\n  - Files & Storage\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://vercel.com/docs/rest-api\n  - name: API Reference\n    url: https://vercel.com/docs/rest-api/endpoints\n```\n\n**Step 2: Create `collection/supabase.yaml`**\n\n```yaml\nname: Supabase\nslug: supabase\ndescription: Supabase is an open-source Firebase alternative offering a RESTful API over PostgreSQL, real-time subscriptions, authentication, file storage, and Edge Functions.\ncategories:\n  - Development\n  - Databases\n  - Authentication & User Management\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://supabase.com/docs\n  - name: API Reference\n    url: https://supabase.com/docs/guides/api\n```\n\n**Step 3: Create `collection/railway.yaml`**\n\n```yaml\nname: Railway\nslug: railway\ndescription: Railway's API enables programmatic management of projects, services, deployments, and environments on the Railway cloud platform.\ncategories:\n  - Development\ntype: GraphQL\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://docs.railway.app\n  - name: API Reference\n    url: https://docs.railway.app/reference/public-api\n```\n\n**Step 4: Commit**\n\n```bash\ngit add collection/vercel.yaml collection/supabase.yaml collection/railway.yaml\ngit commit -m \"feat: add Vercel, Supabase, and Railway API entries\"\n```\n\n---\n\n### Task 8: Dev Tools — Render, Neon, PlanetScale\n\n**Files:**\n- Create: `collection/render.yaml`\n- Create: `collection/neon.yaml`\n- Create: `collection/planetscale.yaml`\n\n**Step 1: Create `collection/render.yaml`**\n\n```yaml\nname: Render\nslug: render\ndescription: Render's API lets you manage web services, static sites, databases, cron jobs, and private services on the Render cloud platform programmatically.\ncategories:\n  - Development\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://render.com/docs/api\n  - name: API Reference\n    url: https://api-docs.render.com/reference\n```\n\n**Step 2: Create `collection/neon.yaml`**\n\n```yaml\nname: Neon\nslug: neon\ndescription: Neon's API manages serverless Postgres databases, branches, compute endpoints, and projects. Neon offers database branching, autoscaling, and scale-to-zero for modern apps.\ncategories:\n  - Development\n  - Databases\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://neon.tech/docs\n  - name: API Reference\n    url: https://api-docs.neon.tech/reference\n```\n\n**Step 3: Create `collection/planetscale.yaml`**\n\n```yaml\nname: PlanetScale\nslug: planetscale\ndescription: PlanetScale's API provides programmatic access to manage MySQL-compatible databases, branches, deploy requests, and organizations on the PlanetScale platform.\ncategories:\n  - Development\n  - Databases\ntype: REST\nis_free: false\nlinks:\n  - name: Docs / Website\n    url: https://planetscale.com/docs\n  - name: API Reference\n    url: https://api-docs.planetscale.com\n```\n\n**Step 4: Commit**\n\n```bash\ngit add collection/render.yaml collection/neon.yaml collection/planetscale.yaml\ngit commit -m \"feat: add Render, Neon, and PlanetScale API entries\"\n```\n\n---\n\n### Task 9: Dev Tools — Upstash, Resend, Clerk\n\n**Files:**\n- Create: `collection/upstash.yaml`\n- Create: `collection/resend.yaml`\n- Create: `collection/clerk.yaml`\n\n**Step 1: Create `collection/upstash.yaml`**\n\n```yaml\nname: Upstash\nslug: upstash\ndescription: Upstash provides serverless Redis and Kafka with a REST API. Designed for edge and serverless environments with per-request pricing and global low-latency replication.\ncategories:\n  - Development\n  - Databases\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://upstash.com/docs\n  - name: Redis REST API\n    url: https://upstash.com/docs/redis/features/restapi\n```\n\n**Step 2: Create `collection/resend.yaml`**\n\n```yaml\nname: Resend\nslug: resend\ndescription: Resend is an email API built for developers. Send transactional emails with React components, track deliverability, manage domains, and view analytics via a simple REST API.\ncategories:\n  - Email & SMS\n  - Development\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://resend.com/docs\n  - name: API Reference\n    url: https://resend.com/docs/api-reference/introduction\n```\n\n**Step 3: Create `collection/clerk.yaml`**\n\n```yaml\nname: Clerk\nslug: clerk\ndescription: Clerk's API handles authentication and user management including sign-up, sign-in, MFA, SSO, and user profiles. Provides embeddable UI components and backend SDKs.\ncategories:\n  - Authentication & User Management\n  - Development\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://clerk.com/docs\n  - name: API Reference\n    url: https://clerk.com/docs/reference/backend-api\n```\n\n**Step 4: Commit**\n\n```bash\ngit add collection/upstash.yaml collection/resend.yaml collection/clerk.yaml\ngit commit -m \"feat: add Upstash, Resend, and Clerk API entries\"\n```\n\n---\n\n### Task 10: Dev Tools — Liveblocks, Convex, Turso\n\n**Files:**\n- Create: `collection/liveblocks.yaml`\n- Create: `collection/convex.yaml`\n- Create: `collection/turso.yaml`\n\n**Step 1: Create `collection/liveblocks.yaml`**\n\n```yaml\nname: Liveblocks\nslug: liveblocks\ndescription: Liveblocks API enables real-time collaboration features including presence, live cursors, shared state, comments, and notifications. Build collaborative document editors and multiplayer experiences.\ncategories:\n  - Development\n  - Collaboration\n  - Chats & Messaging\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://liveblocks.io/docs\n  - name: API Reference\n    url: https://liveblocks.io/docs/api-reference/rest-api-endpoints\n```\n\n**Step 2: Create `collection/convex.yaml`**\n\n```yaml\nname: Convex\nslug: convex\ndescription: Convex is a backend-as-a-service platform offering a reactive database, serverless functions, file storage, and real-time subscriptions accessible via TypeScript SDK and HTTP actions.\ncategories:\n  - Development\n  - Databases\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://docs.convex.dev\n  - name: HTTP Actions\n    url: https://docs.convex.dev/functions/http-actions\n```\n\n**Step 3: Create `collection/turso.yaml`**\n\n```yaml\nname: Turso\nslug: turso\ndescription: Turso provides edge SQLite databases powered by libSQL. API manages databases, groups, and organizations with support for embedded replicas and multi-tenant architectures.\ncategories:\n  - Development\n  - Databases\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://docs.turso.tech\n  - name: Platform API\n    url: https://docs.turso.tech/api-reference\n```\n\n**Step 4: Commit**\n\n```bash\ngit add collection/liveblocks.yaml collection/convex.yaml collection/turso.yaml\ngit commit -m \"feat: add Liveblocks, Convex, and Turso API entries\"\n```\n\n---\n\n### Task 11: Dev Tools — Fly.io, Cloudflare Workers, Deno Deploy\n\n**Files:**\n- Create: `collection/fly-io.yaml`\n- Create: `collection/cloudflare-workers.yaml`\n- Create: `collection/deno-deploy.yaml`\n\n**Step 1: Create `collection/fly-io.yaml`**\n\n```yaml\nname: Fly.io\nslug: fly-io\ndescription: Fly.io API enables programmatic management of applications, machines, volumes, and networking on the Fly.io global platform. Deploy Docker containers close to users worldwide.\ncategories:\n  - Development\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://fly.io/docs\n  - name: Machines API\n    url: https://fly.io/docs/machines/api\n```\n\n**Step 2: Create `collection/cloudflare-workers.yaml`**\n\n```yaml\nname: Cloudflare Workers\nslug: cloudflare-workers\ndescription: Cloudflare Workers API manages serverless functions deployed to Cloudflare's global edge network, including KV storage, D1 databases, R2 object storage, and Queues.\ncategories:\n  - Development\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://developers.cloudflare.com/workers\n  - name: API Reference\n    url: https://developers.cloudflare.com/api\n```\n\n**Step 3: Create `collection/deno-deploy.yaml`**\n\n```yaml\nname: Deno Deploy\nslug: deno-deploy\ndescription: Deno Deploy API manages projects and deployments on Deno's edge JavaScript/TypeScript runtime. Deploy serverless functions globally with built-in TypeScript support and no configuration.\ncategories:\n  - Development\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://docs.deno.com/deploy\n  - name: API Reference\n    url: https://apidocs.deno.com\n```\n\n**Step 4: Commit**\n\n```bash\ngit add collection/fly-io.yaml collection/cloudflare-workers.yaml collection/deno-deploy.yaml\ngit commit -m \"feat: add Fly.io, Cloudflare Workers, and Deno Deploy API entries\"\n```\n\n---\n\n### Task 12: Dev Tools — Sentry, PostHog, Grafana\n\n**Files:**\n- Create: `collection/sentry.yaml`\n- Create: `collection/posthog.yaml`\n- Create: `collection/grafana.yaml`\n\n**Step 1: Create `collection/sentry.yaml`**\n\n```yaml\nname: Sentry\nslug: sentry\ndescription: Sentry's API provides access to error events, issues, projects, organizations, and releases. Integrate Sentry's error monitoring and performance tracking into CI/CD pipelines.\ncategories:\n  - Development\n  - Analytics\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://docs.sentry.io/api\n  - name: API Reference\n    url: https://docs.sentry.io/api\n```\n\n**Step 2: Create `collection/posthog.yaml`**\n\n```yaml\nname: PostHog\nslug: posthog\ndescription: PostHog's API provides product analytics, feature flags, session recording, A/B testing, and user management. Open-source and self-hostable, with cloud and on-premise options.\ncategories:\n  - Analytics\n  - Development\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://posthog.com/docs\n  - name: API Reference\n    url: https://posthog.com/docs/api\n```\n\n**Step 3: Create `collection/grafana.yaml`**\n\n```yaml\nname: Grafana\nslug: grafana\ndescription: Grafana's HTTP API enables management of dashboards, datasources, alerts, users, and organizations programmatically. Integrate with CI/CD pipelines and automate observability workflows.\ncategories:\n  - Analytics\n  - Development\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://grafana.com/docs/grafana/latest/developers/http_api\n  - name: API Reference\n    url: https://grafana.com/docs/grafana/latest/developers/http_api\n```\n\n**Step 4: Commit**\n\n```bash\ngit add collection/sentry.yaml collection/posthog.yaml collection/grafana.yaml\ngit commit -m \"feat: add Sentry, PostHog, and Grafana API entries\"\n```\n\n---\n\n### Task 13: Dev Tools — Linear, Notion, Airtable, Figma\n\n**Files:**\n- Create: `collection/linear.yaml`\n- Create: `collection/notion.yaml`\n- Create: `collection/airtable.yaml`\n- Create: `collection/figma.yaml`\n\n**Step 1: Create `collection/linear.yaml`**\n\n```yaml\nname: Linear\nslug: linear\ndescription: Linear's API enables programmatic access to issues, projects, cycles, teams, and workflows. Build integrations, automate issue tracking, and sync with external tools using GraphQL.\ncategories:\n  - Project Management\n  - Development\ntype: GraphQL\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://developers.linear.app/docs\n  - name: API Reference\n    url: https://developers.linear.app/docs/graphql/working-with-the-graphql-api\n```\n\n**Step 2: Create `collection/notion.yaml`**\n\n```yaml\nname: Notion API\nslug: notion\ndescription: Notion's API provides access to pages, databases, blocks, users, and comments in Notion workspaces. Read and write structured data from Notion databases programmatically.\ncategories:\n  - Documents & Productivity\n  - Databases\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://developers.notion.com\n  - name: API Reference\n    url: https://developers.notion.com/reference/intro\n```\n\n**Step 3: Create `collection/airtable.yaml`**\n\n```yaml\nname: Airtable\nslug: airtable\ndescription: Airtable's API allows reading and writing records, managing tables, and handling attachments in Airtable bases. Use it to build automations and integrations with the flexible spreadsheet-database.\ncategories:\n  - Documents & Productivity\n  - Databases\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://airtable.com/developers/web/api/introduction\n  - name: API Reference\n    url: https://airtable.com/developers/web/api/field-model\n```\n\n**Step 4: Create `collection/figma.yaml`**\n\n```yaml\nname: Figma\nslug: figma\ndescription: Figma's API provides access to files, components, styles, comments, and team projects. Extract design tokens, automate design-to-code workflows, and build design system tooling.\ncategories:\n  - Art & Design\n  - Development\ntype: REST\nis_free: true\nlinks:\n  - name: Docs / Website\n    url: https://www.figma.com/developers/api\n  - name: API Reference\n    url: https://www.figma.com/developers/api#intro\n```\n\n**Step 5: Commit**\n\n```bash\ngit add collection/linear.yaml collection/notion.yaml collection/airtable.yaml collection/figma.yaml\ngit commit -m \"feat: add Linear, Notion, Airtable, and Figma API entries\"\n```\n\n---\n\n## Final Verification\n\nAfter all tasks, validate the YAML files parse correctly:\n\n```bash\ncd /Users/yevhen/Code/github.com/tools-collection/apis-collection\nnpx ts-node -e \"\nimport { readdirSync, readFileSync } from 'fs';\nimport { parse } from 'yaml';\nimport { apiSchema } from './src/schema';\nconst dir = './collection';\nconst newFiles = ['openai','anthropic','google-gemini','mistral-ai','groq','hugging-face','cohere','together-ai','replicate','stability-ai','perplexity-ai','elevenlabs','deepl','assemblyai','deepgram','fal-ai','fireworks-ai','aws-bedrock','vercel','supabase','railway','render','neon','planetscale','upstash','resend','clerk','liveblocks','convex','turso','fly-io','cloudflare-workers','deno-deploy','sentry','posthog','grafana','linear','notion','airtable','figma'];\nnewFiles.forEach(slug => {\n  const file = readFileSync(dir + '/' + slug + '.yaml', 'utf8');\n  const data = parse(file);\n  const result = apiSchema.safeParse(data);\n  if (!result.success) console.error(slug, result.error.errors);\n  else console.log('✓', slug);\n});\n\"\n```\n\nExpected: all 40 entries print `✓` with their slug.\n\nCount new files to confirm all 40 were created:\n\n```bash\nls /Users/yevhen/Code/github.com/tools-collection/apis-collection/collection/ | wc -l\n```\n\nExpected: previous count + 40.\n"
  },
  {
    "path": "graveyard/3ps.yaml",
    "content": "name: 3ps\nslug: 3ps\ncategories:\n  - Other\nis_free: false\nis_active: false\nlinks:\n  - name: Docs / Website\n    url: https://ideea.io/3ps\n"
  },
  {
    "path": "graveyard/abbreviation.yaml",
    "content": "name: Abbreviation\nslug: abbreviation\ndescription: Get abbreviations and meanings\ncategories:\n  - Content & Dictionaries\nis_free: false\nis_active: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/abbreviation/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://market.mashape.com/daxeel/abbreviations\n"
  },
  {
    "path": "graveyard/adorable-avatars.yaml",
    "content": "name: Adorable Avatars\nslug: adorable-avatars\ndescription: Generate random cartoon avatars\ncategories:\n  - Testing\nis_free: false\nis_active: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/adorable-avatars/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://avatars.adorable.io\n"
  },
  {
    "path": "graveyard/ais-web.yaml",
    "content": "name: Ais Web\nslug: ais-web\ndescription: Aeronautical information in digital media produced by the Department of Airspace Control (DECEA)\ncategories:\n  - Transportation\nis_free: false\nis_active: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/ais-web/logo_256x256.png\nlinks:\n  - name: Docs / Website\n"
  },
  {
    "path": "graveyard/anon-click.yaml",
    "content": "name: Anon.click\nslug: anon-click\ndescription: Shorten long URLs and optionally protect them with passwords or captcha. No registration required\ncategories:\n  - URLs\ntype: REST\nis_free: false\nis_active: false\nlinks:\n  - name: Docs / Website\n    url: https://anon.click/api/\n"
  },
  {
    "path": "graveyard/apility-io.yaml",
    "content": "name: Apility.io\nslug: apility-io\ncategories:\n  - Other\ntype: REST\nis_free: false\nis_active: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/apility-io/logo_256x256.png\ncontact: support@unicorn-solutions.com\nlinks:\n  - name: Docs / Website\n    url: https://apility.io/apidocs/\n"
  },
  {
    "path": "graveyard/axfr-database.yaml",
    "content": "name: Axfr Database\nslug: axfr-database\ndescription: AXFR public database\ncategories:\n  - Security\nis_free: false\nis_active: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/axfr-database/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://api.axfrcheck.com\n"
  },
  {
    "path": "graveyard/betterdoctor.yaml",
    "content": "name: BetterDoctor\nslug: betterdoctor\ndescription: BetterDoctor API is the most frequently updated and trusted source of doctor data. BetterDoctor delivers\n  accurate provider directory data to ensure health plans, health systems, provider groups, and doctors are\n  regulation-compliant and can provide patients with care they’re looking for.\ncategories:\n  - Health\ntype: REST\nis_free: false\nis_active: false\nlinks:\n  - name: Docs / Website\n    url: https://developer.betterdoctor.com/\n"
  },
  {
    "path": "graveyard/booknomads.yaml",
    "content": "name: Booknomads\nslug: booknomads\ndescription: 5 million), book covers and related data. Books published in the Netherlands and Flanders (about 2\ncategories:\n  - Books\nis_free: false\nis_active: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/booknomads/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.booknomads.com\n"
  },
  {
    "path": "graveyard/business-gov-api.yaml",
    "content": "name: Business.Gov API\nslug: business-gov-api\ndescription: Create the Uber for anything, a small business API for on-demand fulfillment.\ncategories:\n  - Government\n  - Business\nis_free: false\nis_active: false\nlinks:\n  - name: Docs / Website\n    url: http://business.usa.gov/apis\n"
  },
  {
    "path": "graveyard/celebinfo.yaml",
    "content": "name: Celebinfo\nslug: celebinfo\ndescription: Celebrity information\ncategories:\n  - Entertainment\nis_free: false\nis_active: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/celebinfo/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://market.mashape.com/daxeel/celebinfo\n"
  },
  {
    "path": "graveyard/channel-messaing-api.yaml",
    "content": "name: Channel Messaing API\nslug: channel-messaing-api\ndescription: Channel Messaging API lets your build real-time application\ncategories:\n  - Chats & Messaging\n  - Documents & Productivity\n  - Bots\nis_free: false\nis_active: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/channel-messaing-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.getchannel.co\n"
  },
  {
    "path": "graveyard/choppingboard-recipes.yaml",
    "content": "name: Choppingboard.Recipes\nslug: choppingboard-recipes\ncategories:\n  - Scrapers & Data Mining\nis_free: false\nis_active: false\nlinks:\n  - name: Docs / Website\n    url: http://choppingboard.recipes/\n"
  },
  {
    "path": "graveyard/city-context.yaml",
    "content": "name: City Context\nslug: city-context\ndescription: Crime, school and transportation data for US cities.\ncategories:\n  - Transportation\n  - Education\n  - Real Estate\n  - Maps & Geo\n  - Statistics & Data\nis_free: false\nis_active: false\ncontact: developer-support@citrixonline.com\nlinks:\n  - name: Docs / Website\n    url: https://www.citycontext.com/api-reference#/\nlibraries:\n  - name: City Context JavaScript Library by City Context\n    documentation_url: https://github.com/citycontext/citycontext-ui\n    source_code_url: https://github.com/citycontext/citycontext-ui\n    platform: JavaScript\n    stargazers_count: 4\n"
  },
  {
    "path": "graveyard/coinbin.yaml",
    "content": "name: Coinbin\nslug: coinbin\ndescription: Cryptocurrency information\ncategories:\n  - Blockchain & Cryptocurrencies\nis_free: false\nis_active: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/coinbin/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://coinbin.org\n"
  },
  {
    "path": "graveyard/contentxtractor.yaml",
    "content": "name: Contentxtractor\nslug: contentxtractor\ndescription: Extract relevant content from articles. ContentXtractor automatically extracts relevant content from\n  articles/blog with a simple API call\ncategories:\n  - Scrapers & Data Mining\nis_free: false\nis_active: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/contentxtractor/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://contentxtractor.com\n"
  },
  {
    "path": "graveyard/count-io.yaml",
    "content": "name: Count.Io\nslug: count-io\ndescription: Persistent counting and A/B testing\ncategories:\n  - Development\nis_free: false\nis_active: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/count-io/logo_256x256.png\nlinks:\n  - name: Docs / Website\n"
  },
  {
    "path": "graveyard/cricket-live-scores.yaml",
    "content": "name: Cricket Live Scores\nslug: cricket-live-scores\ndescription: Live cricket scores\ncategories:\n  - Sport & Fitness\nis_free: false\nis_active: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/cricket-live-scores/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://market.mashape.com/dev132/cricket-live-scores\n"
  },
  {
    "path": "graveyard/cryptostandardizer.yaml",
    "content": "name: Cryptostandardizer\nslug: cryptostandardizer\ndescription: Standardize crypto coin symbols (eg. BTC, XBT) across 100+ exchanges.\ncategories:\n  - Blockchain & Cryptocurrencies\nis_free: false\nis_active: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/cryptostandardizer/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://cryptostandardizer.com\n"
  },
  {
    "path": "graveyard/datakick.yaml",
    "content": "name: Datakick\nslug: datakick\ndescription: The open product database.\ncategories:\n  - Statistics & Data\n  - Bar & QR Codes\nis_free: false\nis_active: false\nlinks:\n  - name: Docs / Website\n    url: https://www.datakick.org/api\nlibraries:\n  - name: Datakick Ruby SDK\n    documentation_url: https://github.com/ankane/datakick-rb\n    platform: Ruby\n    author: ankane\n    stargazers_count: 12\n  - name: Datakick Python SDK\n    documentation_url: https://github.com/carlos-a-rodriguez/datakick\n    platform: Python\n    author: carlos-a-rodriguez\n    stargazers_count: 2\n  - name: Datakick Node.js SDK\n    documentation_url: https://github.com/ENT8R/datakick\n    platform: Node.js\n    author: ENT8R\n    stargazers_count: 4\n  - name: Datakick Objective-C SDK\n    documentation_url: https://github.com/imryan/datakick-ios\n    platform: Objective-C\n    author: imryan\n    stargazers_count: 2\n  - name: Datakick Android SDK\n    documentation_url: https://github.com/kyleconroy/datakick-android\n    platform: Java\n    author: kyleconroy\n    stargazers_count: 1\n"
  },
  {
    "path": "graveyard/del-icio-us-api.yaml",
    "content": "name: Del.Icio.Us API\nslug: del-icio-us-api\ndescription: Keep, share, and discover the best of the Web using Delicious, the world's leading social bookmarking service\ncategories:\n  - Bookmarks\n  - Social\nis_free: false\nis_active: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/del-icio-us-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://delicious.com/developers#title1\n"
  },
  {
    "path": "graveyard/delion-io.yaml",
    "content": "name: Delion.Io\nslug: delion-io\ndescription: A powerful API for developers and companies to explore and develop new apps based on IOTA distributed ledger technology\ncategories:\n  - Blockchain & Cryptocurrencies\nis_free: false\nis_active: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/delion-io/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://delion.io\n"
  },
  {
    "path": "graveyard/digital-owl-free-text-classification-api.yaml",
    "content": "name: Digital Owl Free Text Classification Api\nslug: digital-owl-free-text-classification-api\ndescription: Free for use text classification, sentiment analysis, semantic similarity and word analysis api.\ncategories:\n  - AI & ML\n  - Text Analysis & Tools\nis_free: false\nis_active: false\nlinks:\n  - name: Docs / Website\n    url: https://digitalowl.org\n"
  },
  {
    "path": "graveyard/edmunds.yaml",
    "content": "name: Edmunds\nslug: edmunds\ndescription: A dataset containing all the car makes. Edmunds has detailed specs, customer ratings, photos & videos, pricing, etc\ncategories:\n  - Vehicles\ntype: REST\nis_free: false\nis_active: false\nlinks:\n  - name: Docs / Website\n    url: http://developer.edmunds.com/\n"
  },
  {
    "path": "graveyard/ermahgerd-translator.yaml",
    "content": "name: ERMAHGERD Translator\nslug: ermahgerd-translator\ndescription: This translates text to ERMAHGERD\ncategories:\n  - Entertainment\n  - Fun\n  - Translation\nis_free: false\nis_active: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/ermahgerd-translator/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.mashape.com/jmillerdesign/ermahgerd-translator\n"
  },
  {
    "path": "graveyard/face.yaml",
    "content": "name: Face++\nslug: face\ndescription: Let’s you detect the information of a given photo (face location, age, race, gender etc.)\ncategories:\n  - Recognition\n  - Security\n  - Images & Photography\nis_free: false\nis_active: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/face/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://www.faceplusplus.com\nlibraries:\n  - name: Face++ MATLAB SDK by Face++\n    documentation_url: https://github.com/FacePlusPlus/facepp-matlab-sdk\n    source_code_url: https://github.com/FacePlusPlus/facepp-matlab-sdk\n    platform: Unspecified\n    stargazers_count: 34\n  - name: Face++ PHP SDK by Face++\n    documentation_url: https://github.com/FacePlusPlus/facepp-php-sdk\n    platform: PHP\n    stargazers_count: 115\n  - name: Face++ Ruby SDK by Face++\n    documentation_url: https://github.com/FacePlusPlus/facepp-ruby-sdk\n    platform: Ruby\n    stargazers_count: 16\n  - name: Face++ JavaScript SDK by Face++\n    documentation_url: https://github.com/FacePlusPlus/facepp-javascript-sdk\n    source_code_url: https://github.com/FacePlusPlus/facepp-javascript-sdk\n    platform: JavaScript\n    stargazers_count: 95\n  - name: Face++ Java SDK by Face++\n    documentation_url: https://github.com/FacePlusPlus/facepp-java-sdk\n    source_code_url: https://github.com/FacePlusPlus/facepp-java-sdk\n    platform: Java\n    stargazers_count: 179\n  - name: Face++ Python SDK by Face++\n    documentation_url: http://www.faceplusplus.com/dev-tools-sdks/\n    source_code_url: https://github.com/FacePlusPlus/facepp-python-sdk/tree/v2.0\n    platform: Python\n    stargazers_count: 338\n"
  },
  {
    "path": "graveyard/feedster.yaml",
    "content": "name: Feedster\nslug: feedster\ndescription: Searchable and categorized collections of RSS feeds\ncategories:\n  - News & Feeds\nis_free: false\nis_active: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/feedster/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://api.feedster.me/v1/docs\n"
  },
  {
    "path": "graveyard/fengshui.yaml",
    "content": "name: FengShui\nslug: fengshui\ndescription: Let’s you enter your name and the name of your partner/lover/crush to find Love compatibility & chances of\n  successful love relationship.\ncategories:\n  - Fun\nis_free: false\nis_active: false\nlinks:\n  - name: Docs / Website\n    url: https://confluence.test.draftway.pl/login.action?os_destination=%2Findex.action&permissionViolation=true\n"
  },
  {
    "path": "graveyard/fhir.yaml",
    "content": "name: Fhir\nslug: fhir\ndescription: Fast Healthcare Interoperability Resources test data\ncategories:\n  - Testing\n  - Health\nis_free: false\nis_active: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/fhir/logo_256x256.png\nlinks:\n  - name: Docs / Website\n"
  },
  {
    "path": "graveyard/figo.yaml",
    "content": "name: Figo\nslug: figo\ndescription: Banking API that allows you to extract financial data such as transaction history, account balance, account\n  owner name and others to extract from any financial account\ncategories:\n  - Finance & Economics\n  - Payments\n  - Development\nis_free: false\nis_active: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/figo/logo_256x256.png\nlinks:\n  - name: Docs / Website\nlibraries:\n  - name: Figo .NET SDK by Figo\n    documentation_url: https://github.com/figo-connect/net-figo\n    platform: .Net\n    stargazers_count: 3\n  - name: Figo Java SDK by Figo\n    documentation_url: https://github.com/figo-connect/java-figo\n    platform: Java\n    stargazers_count: 18\n  - name: Figo PHP SDK by Figo\n    documentation_url: https://github.com/figo-connect/php-figo\n    platform: PHP\n    stargazers_count: 38\n  - name: Figo Node.js SDK by Figo\n    documentation_url: https://github.com/figo-connect/node-figo\n    platform: Node.js\n    stargazers_count: 41\n  - name: Figo Ruby SDK by Figo\n    documentation_url: https://github.com/figo-connect/ruby-figo\n    platform: Ruby\n    stargazers_count: 8\n  - name: Figo Python SDK by Figo\n    documentation_url: https://github.com/figo-connect/python-figo\n    platform: Python\n    stargazers_count: 28\n"
  },
  {
    "path": "graveyard/food2fork.yaml",
    "content": "name: Food2fork\nslug: food2fork\ndescription: Recipe Search\ncategories:\n  - Food & Drinks\nis_free: false\nis_active: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/food2fork/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://food2fork.com/about/api\n"
  },
  {
    "path": "graveyard/goibibo.yaml",
    "content": "name: Goibibo\nslug: goibibo\ndescription: API for travel search\ncategories:\n  - Travel\nis_free: false\nis_active: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/goibibo/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developer.goibibo.com\n"
  },
  {
    "path": "graveyard/google-buzz-api.yaml",
    "content": "name: Google Buzz API\nslug: google-buzz-api\ndescription: A social platform that both users and developers can interact with, the company has faced some difficulty\n  in gaining ongoing traction\ncategories:\n  - Social\nis_free: false\nis_active: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/google-buzz-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n"
  },
  {
    "path": "graveyard/gowalla-api.yaml",
    "content": "name: Gowalla API\nslug: gowalla-api\ndescription: Gather and compare all kinds of interesting data, they weren't really interactive with Gowalla itself\ncategories:\n  - Maps & Geo\n  - Social\nis_free: false\nis_active: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/gowalla-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://go.gowalla.com/\n"
  },
  {
    "path": "graveyard/hampton-roads-crime.yaml",
    "content": "name: Hampton Roads Crime\nslug: hampton-roads-crime\ndescription: Let’s you get most recent and historical crime data so you feel safe in your neighbourhood\ncategories:\n  - Statistics & Data\n  - News & Feeds\nis_free: false\nis_active: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/hampton-roads-crime/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://labs.hamptonroads.com/api/crime/\n"
  },
  {
    "path": "graveyard/heroes-graphql-api.yaml",
    "content": "name: Heroes GraphQL API\nslug: heroes-graphql-api\ncategories:\n  - Other\nis_free: false\nis_active: false\nlinks:\n  - name: Docs / Website\n    url: https://www.graph.cool/\n"
  },
  {
    "path": "graveyard/hipster-ipsum.yaml",
    "content": "name: Hipster Ipsum\nslug: hipster-ipsum\ndescription: Generates Hipster Ipsum text\ncategories:\n  - Testing\n  - Random\nis_free: false\nis_active: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/hipster-ipsum/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://hipsterjesus.com\n"
  },
  {
    "path": "graveyard/holiday-api.yaml",
    "content": "name: Holiday API (holidayapi.pl)\nslug: holiday-api\ndescription: Public holiday API service for several supported countries. Don't let sourcing and maintaining holiday\n  information get in the way of building your product\ncategories:\n  - Calendar & Time\ntype: REST\nis_free: false\nis_active: false\nlinks:\n  - name: Docs / Website\n    url: https://holidayapi.pl/\n"
  },
  {
    "path": "graveyard/ibm-visual-recognition.yaml",
    "content": "name: IBM Visual Recognition\nslug: ibm-visual-recognition\ndescription: The IBM Watson Visual Recognition service uses deep learning algorithms to identify scenes and objects in\n  images that you upload to the service. You can create and train a custom classifier to identify subjects that suit\n  your needs. Existing instances are supported until 1 December 2021, but as of 7 January 2021, you can't create\n  instances. Any instance that is provisioned on 1 December 2021 will be deleted. IBM Watso Visual Recognition is\n  discontinued\ncategories:\n  - Text Analysis & Tools\n  - Recognition\n  - Images & Photography\n  - AI & ML\ntype: REST\nis_free: false\nis_active: false\nlinks:\n  - name: Docs / Website\n    url: https://cloud.ibm.com/apidocs/visual-recognition/visual-recognition-v3\nlibraries:\n  - name: \" IBM Watson Visual Recognition .NET SDK\"\n    documentation_url: https://github.com/watson-developer-cloud/dotnet-standard-sdk\n    platform: .Net\n    stargazers_count: 146\n  - name: IBM Watson Visual Recognition Python SDK\n    documentation_url: https://github.com/watson-developer-cloud/python-sdk\n    platform: Python\n    stargazers_count: 1334\n  - name: IBM Watson Visual Recognition Swift SDK\n    documentation_url: https://github.com/watson-developer-cloud/swift-sdk\n    platform: Swift\n    stargazers_count: 876\n  - name: IBM Watson C# SDK by Denny Headrick\n    documentation_url: https://github.com/dennyboy/WatsonCSharp\n    platform: .Net, C#\n    author: dennyboy\n    stargazers_count: 2\n  - name: IBM Watson Visual Recognition PHP SDK by Paul Aan\n    documentation_url: https://github.com/weburnit/ibm-watson-visual-regconition\n    platform: PHP\n    author: weburnit\n    stargazers_count: 2\n  - name: IBM Watson Go SDK by Livio Soares\n    documentation_url: https://github.com/liviosoares/go-watson-sdk\n    platform: Go\n    author: liviosoares\n    stargazers_count: 86\n  - name: IBM Watson Android SDK by Watson Developer Cloud\n    documentation_url: https://github.com/watson-developer-cloud/android-sdk\n    platform: Java\n    stargazers_count: 137\n  - name: IBM Watson Ruby SDK by suchowan\n    documentation_url: https://github.com/suchowan/watson-api-client\n    platform: Ruby\n    author: suchowan\n    stargazers_count: 26\n  - name: IBM Watson Visual Recognition PHP SDK by Tom Robertshaw\n    documentation_url: https://github.com/bobbyshaw/ibm-watson-visual-recognition-php\n    platform: PHP\n    author: bobbyshaw\n    stargazers_count: 7\n  - name: IBM Watson Unity SDK by Watson Developer Cloud\n    documentation_url: https://github.com/watson-developer-cloud/unity-sdk\n    platform: C#\n    stargazers_count: 541\n"
  },
  {
    "path": "graveyard/identi-ca-api.yaml",
    "content": "name: Identi.Ca API\nslug: identi-ca-api\ndescription: It pumps your life in and out of your friends, family and colleagues. Runs pump. io, the high-performance\n  Open Source social engine\ncategories:\n  - Social\nis_free: false\nis_active: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/identi-ca-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n"
  },
  {
    "path": "graveyard/ip-vigilante.yaml",
    "content": "name: IP Vigilante\nslug: ip-vigilante\ndescription: \"IP Vigilante provides a free geographical IP locator API, so the developers can obtain geographical\n  information of an IP in various formats: JSON and CSV\"\ncategories:\n  - Post & Logistics\n  - Maps & Geo\ntype: REST\nis_free: false\nis_active: false\nlinks:\n  - name: Docs / Website\n    url: https://www.ipvigilante.com/\n"
  },
  {
    "path": "graveyard/jesus-api.yaml",
    "content": "name: Jesus Api\nslug: jesus-api\ncategories:\n  - Other\nis_free: false\nis_active: false\nlinks:\n  - name: Docs / Website\n    url: https://jesusapi.000webhostapp.com\n"
  },
  {
    "path": "graveyard/job-titles-and-professionals-skills-api.yaml",
    "content": "name: Job Titles And Professionals Skills Api\nslug: job-titles-and-professionals-skills-api\ndescription: \"Like job and skill match etc. The API is growing every day thanks to the mycru.io job community. Avoid\n  free form input when asking for job titles in Human Ressource or any job related app. GET over 12K curated job titles\n  and skill tags as API endpoint. Endpoint url: https://mycru. io). io/api/v1/skills (requires membership on\n  https://mycru. With the API you can set up professional dropdown inputs for asking for a users job title and build\n  smart logics after that\"\ncategories:\n  - Jobs\nis_free: false\nis_active: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/job-titles-and-professionals-skills-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://mycru.io/\n"
  },
  {
    "path": "graveyard/livecoin.yaml",
    "content": "name: Livecoin\nslug: livecoin\ncategories:\n  - Blockchain & Cryptocurrencies\ntype: REST\nis_free: false\nis_active: false\nlinks:\n  - name: Docs / Website\n    url: https://www.livecoin.net\n"
  },
  {
    "path": "graveyard/lorem-text.yaml",
    "content": "name: Lorem Text\nslug: lorem-text\ndescription: Generates Lorem Ipsum text\ncategories:\n  - Testing\nis_free: false\nis_active: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/lorem-text/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://market.mashape.com/montanaflynn/lorem-text-generator\n"
  },
  {
    "path": "graveyard/mercadobitcoin.yaml",
    "content": "name: MercadoBitcoin\nslug: mercadobitcoin\ncategories:\n  - Blockchain & Cryptocurrencies\ntype: REST\nis_free: false\nis_active: false\nlinks:\n  - name: Docs / Website\n    url: https://www.mercadobitcoin.net/api-doc/\n"
  },
  {
    "path": "graveyard/mlrequest.yaml",
    "content": "name: Mlrequest\nslug: mlrequest\ndescription: Serverless, high-performance machine learning contained in a simple API. Models are duplicated across 5\n  data centers around the world with latency-routed requests at less than 60ms response time. No servers, dependencies,\n  or maintenance - simply make a request to a /predict or /learn endpoint to get started.\ncategories:\n  - AI & ML\nis_free: false\nis_active: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/mlrequest/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://dan.com/buy-domain/mlrequest.com?redirected=true&tld=com\n"
  },
  {
    "path": "graveyard/musikki.yaml",
    "content": "name: Musikki\nslug: musikki\ndescription: Music\ncategories:\n  - Music & Audio\nis_free: false\nis_active: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/musikki/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://music-api.musikki.com\n"
  },
  {
    "path": "graveyard/myjson.yaml",
    "content": "name: Myjson\nslug: myjson\ndescription: A simple JSON store for your web or mobile app\ncategories:\n  - Files & Storage\n  - Development\nis_free: false\nis_active: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/myjson/logo_256x256.png\nlinks:\n  - name: Docs / Website\n"
  },
  {
    "path": "graveyard/myspace-api.yaml",
    "content": "name: MySpace API\nslug: myspace-api\ndescription: A social networking website offering an interactive, user-submitted network of friends, personal profiles,\n  blogs, groups, photos, music, and videos\ncategories:\n  - Social\nis_free: false\nis_active: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/myspace-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://developer.myspace.com/\n"
  },
  {
    "path": "graveyard/nanosdk.yaml",
    "content": "name: NanoSDK\nslug: nanosdk\ncategories:\n  - Other\nis_free: false\nis_active: false\nlinks:\n  - name: Docs / Website\n    url: https://nanosdk.com\n"
  },
  {
    "path": "graveyard/news-feed-search.yaml",
    "content": "name: News Feed Search\nslug: news-feed-search\ndescription: Free news search API. Easily search and filter news feeds to integrate them into your application. Add your\n  own RSS feed and the application automatically downloads articles daily.\ncategories:\n  - News & Feeds\nis_free: false\nis_active: false\nlinks:\n  - name: Docs / Website\n    url: https://imbrikapi.com\n"
  },
  {
    "path": "graveyard/next-big-sound.yaml",
    "content": "name: Next Big Sound API\nslug: next-big-sound\ndescription: Next Big Sound helps artists and their teams use Pandora to understand performance, grow audiences, and fuel strategy.\ncategories:\n  - Social\n  - Music & Audio\ntype: REST\nis_free: false\nis_active: false\nlinks:\n  - name: Docs / Website\n    url: https://api3.nextbigsound.com/\n"
  },
  {
    "path": "graveyard/notable-and-quotable-random-quote.yaml",
    "content": "name: Notable And Quotable Random Quote\nslug: notable-and-quotable-random-quote\ndescription: Gets you a random quote from famous movies in XML,SOAP format\ncategories:\n  - Entertainment\n  - Fun\n  - Random\nis_free: false\nis_active: false\nlinks:\n  - name: Docs / Website\n    url: http://www.notableandquotable.com/RandomQuote.asmx\n"
  },
  {
    "path": "graveyard/path-tech-crypto-api.yaml",
    "content": "name: Path Tech Crypto API\nslug: path-tech-crypto-api\ndescription: Single interface to retrieve transactions across crypto exchanges and wallets\ncategories:\n  - Blockchain & Cryptocurrencies\nis_free: false\nis_active: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/path-tech-crypto-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://path.tech\n"
  },
  {
    "path": "graveyard/pixhost.yaml",
    "content": "name: Pixhost\nslug: pixhost\ndescription: Upload images, photos, galleries\ncategories:\n  - Images & Photography\nis_free: false\nis_active: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/pixhost/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://pixhost.org/api/index.html\n"
  },
  {
    "path": "graveyard/population-io.yaml",
    "content": "name: Population.Io\nslug: population-io\ndescription: Open demographic data such as population tables, population rank and life expectancy\ncategories:\n  - Statistics & Data\nis_free: false\nis_active: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/population-io/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://api.population.io\n"
  },
  {
    "path": "graveyard/posterous-api.yaml",
    "content": "name: Posterous API\nslug: posterous-api\ndescription: Similar to other blogging platforms. Posting could be done by logging into the website's rich text editor,\n  but it was particularly designed for mobile blogging. Mobile methods include sending an email, with attachments of\n  photos, MP3s, documents, and video (both links and files)\ncategories:\n  - Social\n  - Email & SMS\n  - Images & Photography\nis_free: false\nis_active: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/posterous-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://www.posterous.com/api\n"
  },
  {
    "path": "graveyard/pro-motocross.yaml",
    "content": "name: Pro Motocross\nslug: pro-motocross\ndescription: The RESTful AMA Pro Motocross lap times for every racer on the start gate\ncategories:\n  - Sport & Fitness\nis_free: false\nis_active: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/pro-motocross/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://promotocrossapi.com\n"
  },
  {
    "path": "graveyard/qriusity.yaml",
    "content": "name: Qriusity\nslug: qriusity\ncategories:\n  - Games\nis_free: false\nis_active: false\nlinks:\n  - name: Docs / Website\n    url: http://ww38.qriusity.com/\n"
  },
  {
    "path": "graveyard/quotes-on-design.yaml",
    "content": "name: Quotes on Design\nslug: quotes-on-design\ndescription: Quotes on Design\ncategories:\n  - Fun\n  - Art & Design\ntype: REST\nis_free: false\nis_active: false\nlinks:\n  - name: Docs / Website\n    url: https://quotesondesign.com/api/\n"
  },
  {
    "path": "graveyard/restwords.yaml",
    "content": "name: Restwords\nslug: restwords\ndescription: You can GET to retrieve your text and you can POST to change your stored text. Store up to 2000 ASCII chararacters.\ncategories:\n  - Other\nis_free: false\nis_active: false\nlinks:\n  - name: Docs / Website\n    url: https://www.restwords.com\n"
  },
  {
    "path": "graveyard/robohash-image-generator.yaml",
    "content": "name: Robohash Image Generator\nslug: robohash-image-generator\ndescription: Generates cool looking robot image for any text\ncategories:\n  - Social\n  - Images & Photography\n  - Random\nis_free: false\nis_active: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/robohash-image-generator/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.mashape.com/blaazetech/robohash-image-generator\n"
  },
  {
    "path": "graveyard/rss-news-api.yaml",
    "content": "name: Rss News Api\nslug: rss-news-api\ncategories:\n  - News & Feeds\nis_free: false\nis_active: false\nlinks:\n  - name: Docs / Website\n    url: https://newsapi.xyz\n"
  },
  {
    "path": "graveyard/scrape-website-email.yaml",
    "content": "name: Scrape Website Email\nslug: scrape-website-email\ndescription: Grabs email addresses from a URL\ncategories:\n  - Email & SMS\n  - Development\n  - Scrapers & Data Mining\nis_free: false\nis_active: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/scrape-website-email/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://market.mashape.com/tommytcchan/scrape-website-email\n"
  },
  {
    "path": "graveyard/scrapeboss.yaml",
    "content": "name: Scrapeboss\nslug: scrapeboss\ndescription: Return developer friendly JSON data for almost any article\ncategories:\n  - Scrapers & Data Mining\nis_free: false\nis_active: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/scrapeboss/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://scrapeboss.com/\n"
  },
  {
    "path": "graveyard/sharedcount.yaml",
    "content": "name: Sharedcount\nslug: sharedcount\ndescription: Social media like and share data for any URL.\ncategories:\n  - Social\n  - Analytics\nis_free: false\nis_active: false\nlinks:\n  - name: Docs / Website\n    url: http://docs.sharedcount.com/\nlibraries:\n  - name: SharedCount Ruby SDK by Cristian Rasch\n    documentation_url: https://github.com/wecodeio/shared_count_api\n    platform: Ruby\n    stargazers_count: 4\n  - name: SharedCount Python SDK by Benjamin Estes\n    documentation_url: https://github.com/benjaminestes/countgrab-client\n    platform: Python\n    author: benjaminestes\n    stargazers_count: 1\n"
  },
  {
    "path": "graveyard/shopping-com-api.yaml",
    "content": "name: Shopping.Com API\nslug: shopping-com-api\ndescription: Makes it easy to search for things on eBay\ncategories:\n  - Commerce\nis_free: false\nis_active: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/shopping-com-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://publishers.ebaycommercenetwork.com/home.action\n"
  },
  {
    "path": "graveyard/simplegeo-api.yaml",
    "content": "name: SimpleGeo API\nslug: simplegeo-api\ndescription: Offers an API that allows developers to build location-aware applications for mobile devices\ncategories:\n  - Maps & Geo\nis_free: false\nis_active: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/simplegeo-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://simplegeo.com\n"
  },
  {
    "path": "graveyard/texas-holdem.yaml",
    "content": "name: Texas Holdem\nslug: texas-holdem\ndescription: With this API you can easily create a full Texas Holdem game, just create the graphic and associate it with the results\ncategories:\n  - Casino & Gambling\n  - Games\nis_free: false\nis_active: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/texas-holdem/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.mashape.com/neurone/Texas-Holdem\n"
  },
  {
    "path": "graveyard/textfilter-api.yaml",
    "content": "name: Textfilter Api\nslug: textfilter-api\ndescription: Convert web page content into epub, Kindle/mobi and multi-column PDF files\ncategories:\n  - Documents & Productivity\nis_free: false\nis_active: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/textfilter-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://votable.net/textfilter/?i=1\n"
  },
  {
    "path": "graveyard/the-star-wars-api.yaml",
    "content": "name: The Star Wars Api\nslug: the-star-wars-api\ndescription: \"All the Star Wars data you've ever wanted: Planets, Spaceships, Vehicles, People, Films and Species\"\ncategories:\n  - Entertainment\nis_free: false\nis_active: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/the-star-wars-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://swapi.co\n"
  },
  {
    "path": "graveyard/transport-for-paris-france.yaml",
    "content": "name: Transportation in Paris, France\nslug: transport-for-paris-france\ndescription: Realtime schedules for Paris metro network (RATP - metro, bus, tram, rer)\ncategories:\n  - Transportation\ntype: REST\nis_free: true\nis_active: false\nlinks:\n  - name: Docs / Website\n    url: http://restratpws.azurewebsites.net/swagger/\n"
  },
  {
    "path": "graveyard/tweetmeme-api.yaml",
    "content": "name: Tweetmeme API\nslug: tweetmeme-api\ndescription: Provides third-party integration with the TweetMeme web service, used to track popular links on Twitter\ncategories:\n  - Social\nis_free: false\nis_active: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/tweetmeme-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n"
  },
  {
    "path": "graveyard/upcoming-org-api.yaml",
    "content": "name: Upcoming.Org API\nslug: upcoming-org-api\ndescription: A simple way to share and discover interesting events from your friends, followers, and the artists and\n  organizations you care about\ncategories:\n  - Events\n  - Calendar & Time\nis_free: false\nis_active: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/upcoming-org-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n"
  },
  {
    "path": "graveyard/vat-rates.yaml",
    "content": "name: Vat Rates\nslug: vat-rates\ndescription: A collection of all VAT rates for EU countries\ncategories:\n  - Finance & Economics\nis_free: false\nis_active: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/vat-rates/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://jsonvat.com\n"
  },
  {
    "path": "graveyard/voice-actions-jeannie.yaml",
    "content": "name: Voice Actions Jeannie\nslug: voice-actions-jeannie\ndescription: Jeannie (Voice Actions) is a virtual assistant with over two Million downloads, now also available via API.\n  The objective of this service is to provide you and your robot with the smartest answer to any natural language\n  question, just like Siri\ncategories:\n  - AI & ML\n  - Voice\nis_free: false\nis_active: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/voice-actions-jeannie/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://pannous-jeannie.p.mashape.com/\n"
  },
  {
    "path": "graveyard/watchmouse-api.yaml",
    "content": "name: WatchMouse API\nslug: watchmouse-api\ndescription: Offers self-service website and application performance monitoring solutions\ncategories:\n  - Development\nis_free: false\nis_active: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/watchmouse-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: http://apidoc.watchmouse.com\n"
  },
  {
    "path": "graveyard/windows-live-spaces-api.yaml",
    "content": "name: Windows Live Spaces API\nslug: windows-live-spaces-api\ndescription: Included a blogging system, photo gallery, lists, friends, a guestbook, and a social profile. A Spaces page\n  can be personalized with \"gadgets\", modules that can be placed to enable further customization, HTML code, and media\n  playlists\ncategories:\n  - Social\nis_free: false\nis_active: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/windows-live-spaces-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n"
  },
  {
    "path": "graveyard/word-cloud-maker.yaml",
    "content": "name: Word Cloud Maker\nslug: word-cloud-maker\ndescription: Multi color and different sizes illustrate the frequency, and the “vibe” of the bigger text. Try it with\n  blog posts, article text, speeches, tweet histories, emails, or any other written word. Generate Word Clouds from\n  blocks of text\ncategories:\n  - Text Analysis & Tools\nis_free: false\nis_active: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/word-cloud-maker/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://www.mashape.com/gatheringpoint/Word-Cloud-Maker\n"
  },
  {
    "path": "graveyard/wunderlist.yaml",
    "content": "name: Wunderlist\nslug: wunderlist\ndescription: Todo Lists\ncategories:\n  - Project Management\n  - Documents & Productivity\nis_free: false\nis_active: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/wunderlist/logo_256x256.png\nlinks:\n  - name: Docs / Website\n    url: https://developer.wunderlist.com/documentation\nlibraries:\n  - name: Wunderlist .NET SDK by Miguel Hasse de Oliveira\n    documentation_url: https://www.nuget.org/packages/Hasseware.Wunderlist/\n    source_code_url: https://github.com/miguelhasse/Net.Wunderlist\n    platform: .Net, C#\n    author: miguelhasse\n    stargazers_count: 4\n  - name: Wunderlist Node.js SDK by Felipe Sousa\n    documentation_url: https://www.npmjs.com/package/wunderlist-api\n    source_code_url: https://github.com/felipesousa/wunderlist-api\n    platform: Node.js\n    author: felipesousa\n    stargazers_count: 12\n  - name: Wunderlist Go SDK by Dimitar Kostov\n    documentation_url: https://github.com/mytrile/wunderlist\n    platform: Go\n    author: mytrile\n    stargazers_count: 4\n  - name: Wunderlist Ruby SDK by Sebastian Gräßl\n    documentation_url: https://github.com/bastilian/wunderlist-cli\n    platform: Ruby\n    author: bastilian\n    stargazers_count: 22\n  - name: Wunderlist PHP SDK by Joshua de Gier\n    documentation_url: https://github.com/PENDOnl/Wunderlist2-PHP-Wrapper\n    platform: PHP\n  - name: Wunderlist JavaScript SDK by Wunderlist\n    documentation_url: https://developer.wunderlist.com/documentation/tools/wunderlist.js\n    source_code_url: https://github.com/wunderlist/wunderlist.js\n    platform: JavaScript\n    stargazers_count: 126\n  - name: Wunderlist Perl Library by Al Newkirk\n    documentation_url: https://metacpan.org/release/API-Wunderlist\n    source_code_url: https://github.com/alnewkirk/API-Wunderlist\n    platform: PERL\n"
  },
  {
    "path": "graveyard/yahoo-image-search-api.yaml",
    "content": "name: Yahoo Image Search API\nslug: yahoo-image-search-api\ndescription: Web Service allows you to search the Internet for images\ncategories:\n  - Images & Photography\n  - Search\nis_free: false\nis_active: false\nlogo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/yahoo-image-search-api/logo_256x256.png\nlinks:\n  - name: Docs / Website\n"
  },
  {
    "path": "package.json",
    "content": "{\n  \"name\": \"apis-collection\",\n  \"version\": \"2.0.0\",\n  \"engines\": {\n    \"node\": \">=20\"\n  },\n  \"description\": \"Community maintained, human, machine and AI readable list of Public APIs 📝\",\n  \"type\": \"module\",\n  \"bin\": {\n    \"apis\": \"./src/cli.ts\"\n  },\n  \"scripts\": {\n    \"build\": \"tsx src/cli.ts build\",\n    \"validate\": \"tsx src/cli.ts validate\",\n    \"add\": \"tsx src/cli.ts add\",\n    \"check-links\": \"tsx src/cli.ts check-links\",\n    \"check-orphans\": \"tsx src/cli.ts check-orphans\",\n    \"enrich\": \"tsx src/cli.ts enrich\",\n    \"migrate\": \"tsx src/cli.ts migrate\",\n    \"test\": \"vitest run\",\n    \"test:watch\": \"vitest\"\n  },\n  \"devDependencies\": {\n    \"tsx\": \"4.21.0\",\n    \"typescript\": \"5.9.3\",\n    \"vitest\": \"4.0.18\"\n  },\n  \"dependencies\": {\n    \"chalk\": \"5.6.2\",\n    \"commander\": \"7.0.0\",\n    \"handlebars\": \"4.7.6\",\n    \"inquirer\": \"13.2.5\",\n    \"octokit\": \"^5.0.5\",\n    \"p-limit\": \"7.3.0\",\n    \"slugify\": \"1.4.6\",\n    \"yaml\": \"2.8.2\",\n    \"zod\": \"4.3.6\"\n  }\n}\n"
  },
  {
    "path": "src/categories.ts",
    "content": "import path from \"node:path\";\nimport { getProjectRoot, readYamlFile } from \"./utils.js\";\nimport type { Categories } from \"./schema.js\";\n\nexport function loadCategories(root?: string): Categories {\n  return readYamlFile<Categories>(path.join(root ?? getProjectRoot(), \"categories.yaml\"));\n}\n\nexport function sortCategories(a: string, b: string): number {\n  if (a === \"Other\") return 1;\n  if (b === \"Other\") return -1;\n  return a.localeCompare(b);\n}\n\nexport function categoryIcon(categories: Categories, name: string): string {\n  return categories[name] || \"📃\";\n}\n"
  },
  {
    "path": "src/cli.ts",
    "content": "import { Command } from \"commander\";\n\nconst program = new Command();\nprogram.name(\"apis\").version(\"2.0.0\").description(\"APIs Collection CLI\");\n\nprogram\n  .command(\"build\")\n  .description(\"Generate README.md, API pages, and dist/apis.json\")\n  .action(async () => {\n    const { build } = await import(\"./commands/build.js\");\n    await build();\n  });\n\nprogram\n  .command(\"validate\")\n  .description(\"Validate all collection/*.yaml files against schema\")\n  .action(async () => {\n    const { validate } = await import(\"./commands/validate.js\");\n    await validate();\n  });\n\nprogram\n  .command(\"move-to-graveyard\")\n  .description(\"Move inactive APIs from collection/ to graveyard/\")\n  .action(async () => {\n    const { moveToGraveyard } = await import(\"./commands/move-to-graveyard.js\");\n    await moveToGraveyard();\n  });\n\nprogram\n  .command(\"add\")\n  .description(\"Interactively add a new API\")\n  .action(async () => {\n    const { add } = await import(\"./commands/add.js\");\n    await add();\n  });\n\nprogram\n  .command(\"check-links\")\n  .description(\"Check all URLs in collection files\")\n  .action(async () => {\n    const { checkLinks } = await import(\"./commands/check-links.js\");\n    await checkLinks();\n  });\n\nprogram\n  .command(\"check-orphans\")\n  .description(\"Remove orphaned API directories\")\n  .action(async () => {\n    const { checkOrphans } = await import(\"./commands/check-orphans.js\");\n    await checkOrphans();\n  });\n\nprogram\n  .command(\"enrich\")\n  .description(\"Enrich library data from GitHub API\")\n  .action(async () => {\n    const { enrich } = await import(\"./commands/enrich.js\");\n    await enrich();\n  });\n\nprogram.parseAsync(process.argv);\n"
  },
  {
    "path": "src/commands/add.ts",
    "content": "import path from \"node:path\";\nimport inquirer from \"inquirer\";\nimport { makeSlug, writeYamlFile, compact, getProjectRoot, collectionDir } from \"../utils.js\";\nimport { loadCategories } from \"../categories.js\";\nimport type { Api } from \"../schema.js\";\n\nexport async function add(): Promise<void> {\n  const root = getProjectRoot();\n  const categories = loadCategories(root);\n  const categoryChoices = Object.keys(categories);\n\n  const answers = await inquirer.prompt([\n    { name: \"name\", message: \"API name:\", type: \"input\", validate: (v: string) => (v.length > 0 ? true : \"Required\") },\n    { name: \"description\", message: \"Description:\", type: \"input\" },\n    { name: \"url\", message: \"Docs / Website URL:\", type: \"input\" },\n    {\n      name: \"categories\",\n      message: \"Categories:\",\n      type: \"checkbox\",\n      choices: categoryChoices,\n      validate: (v: string[]) => (v.length > 0 ? true : \"Select at least one\"),\n    },\n    { name: \"type\", message: \"API type (REST, GraphQL, etc):\", type: \"input\", default: \"REST\" },\n    { name: \"is_free\", message: \"Is free?\", type: \"confirm\", default: false },\n    {\n      name: \"auth_type\",\n      message: \"Auth type:\",\n      type: \"list\",\n      choices: [\"none\", \"api_key\", \"oauth2\", \"bearer\", \"basic\"],\n      default: \"api_key\",\n    },\n  ]);\n\n  const slug = makeSlug(answers.name as string);\n  const api: Partial<Api> = compact({\n    name: answers.name,\n    slug,\n    description: (answers.description as string) || undefined,\n    categories: answers.categories as string[],\n    type: (answers.type as string) || undefined,\n    is_free: answers.is_free,\n    is_active: true,\n    auth_type: answers.auth_type as Api[\"auth_type\"],\n    links: (answers.url as string)\n      ? [{ name: \"Docs / Website\", url: answers.url as string }]\n      : undefined,\n  });\n\n  const outPath = path.join(collectionDir(root), `${slug}.yaml`);\n  writeYamlFile(outPath, api);\n  console.log(`Created ${outPath}`);\n}\n"
  },
  {
    "path": "src/commands/build.ts",
    "content": "import fs from \"node:fs\";\nimport path from \"node:path\";\nimport Handlebars from \"handlebars\";\nimport { stringify } from \"yaml\";\nimport { readAllApis, getProjectRoot } from \"../utils.js\";\nimport { loadCategories, sortCategories, categoryIcon } from \"../categories.js\";\nimport type { Api } from \"../schema.js\";\n\nexport async function build(): Promise<void> {\n  const root = getProjectRoot();\n  const apis = readAllApis(root);\n  const categories = loadCategories(root);\n\n  Handlebars.registerHelper(\"short\", (s: string | undefined) => {\n    if (!s || s.length <= 50) return s;\n    const cleaned = s.replace(/\\n/g, \". \");\n    return (cleaned.split(/[.!?]/)[0] || cleaned).trim();\n  });\n\n  Handlebars.registerHelper(\"slug\", (s: string) => {\n    return s.replace(/[^a-zA-Z0-9 ]/g, \"\").replace(/ /g, \"-\").toLowerCase();\n  });\n\n  Handlebars.registerHelper(\"category_icon\", (s: string) => categoryIcon(categories, s));\n\n  const byCategory: Record<string, Api[]> = {};\n  const graveyard: Api[] = [];\n  const categoryNames: string[] = [];\n\n  for (const api of apis) {\n    if (api.is_active === false) {\n      graveyard.push(api);\n      continue;\n    }\n    for (const cat of [...api.categories].sort(sortCategories)) {\n      byCategory[cat] ??= [];\n      byCategory[cat].push(api);\n      if (!categoryNames.includes(cat)) categoryNames.push(cat);\n    }\n  }\n\n  const readmeTemplate = Handlebars.compile(\n    fs.readFileSync(path.join(root, \"templates\", \"README.handlebars\"), \"utf-8\"),\n  );\n  fs.writeFileSync(\n    path.join(root, \"README.md\"),\n    readmeTemplate({\n      categoriesNames: categoryNames.sort(sortCategories),\n      apis: byCategory,\n      Graveyard: graveyard,\n    }),\n  );\n\n  const distDir = path.join(root, \"dist\");\n  fs.mkdirSync(distDir, { recursive: true });\n  const activeApis = apis.filter((a) => a.is_active !== false);\n  fs.writeFileSync(path.join(distDir, \"apis-list.yaml\"), stringify(activeApis));\n  fs.writeFileSync(path.join(distDir, \"api-graveyard.yaml\"), stringify(graveyard));\n\n  console.log(`Built: ${activeApis.length} active, ${graveyard.length} graveyard, ${categoryNames.length} categories`);\n}\n"
  },
  {
    "path": "src/commands/check-links.ts",
    "content": "import pLimit from \"p-limit\";\nimport { readAllApis } from \"../utils.js\";\n\nconst TIMEOUT = 10_000;\nconst CONCURRENCY = 10;\n\nasync function checkUrl(url: string, context: string): Promise<boolean> {\n  try {\n    const resp = await fetch(url, {\n      method: \"HEAD\",\n      signal: AbortSignal.timeout(TIMEOUT),\n      headers: { \"User-Agent\": \"apis-collection-link-checker/2.0\" },\n    });\n    if (resp.status === 429) return true;\n    if (!resp.ok) {\n      console.error(`[${resp.status}] ${url} (${context})`);\n      return false;\n    }\n    return true;\n  } catch (error) {\n    console.error(`[FAIL] ${url} (${context}): ${(error as Error).message}`);\n    return false;\n  }\n}\n\nexport async function checkLinks(): Promise<void> {\n  const apis = readAllApis();\n  const limit = pLimit(CONCURRENCY);\n  const tasks: Promise<boolean>[] = [];\n\n  for (const api of apis) {\n    if (api.is_active === false) continue;\n    for (const link of api.links ?? []) {\n      if (link.url) tasks.push(limit(() => checkUrl(link.url!, `${api.name} > ${link.name}`)));\n    }\n    for (const lib of api.libraries ?? []) {\n      if (lib.documentation_url)\n        tasks.push(limit(() => checkUrl(lib.documentation_url!, `${api.name} > ${lib.name} docs`)));\n      if (lib.source_code_url)\n        tasks.push(limit(() => checkUrl(lib.source_code_url!, `${api.name} > ${lib.name} source`)));\n    }\n  }\n\n  const results = await Promise.all(tasks);\n  const failed = results.filter((r) => !r).length;\n  console.log(`Checked ${results.length} URLs, ${failed} failed`);\n  if (failed > 0) process.exit(1);\n}\n"
  },
  {
    "path": "src/commands/check-orphans.ts",
    "content": "import fs from \"node:fs\";\nimport path from \"node:path\";\nimport { readAllApis, getProjectRoot } from \"../utils.js\";\n\nexport async function checkOrphans(): Promise<void> {\n  const root = getProjectRoot();\n  const apis = readAllApis(root);\n  const slugs = new Set(apis.map((a) => a.slug));\n  const apisDir = path.join(root, \"apis\");\n\n  if (!fs.existsSync(apisDir)) return;\n\n  const dirs = fs.readdirSync(apisDir).filter((d) => !d.startsWith(\".\"));\n  let removed = 0;\n\n  for (const dir of dirs) {\n    if (slugs.has(dir)) continue;\n    const fullPath = path.join(apisDir, dir);\n    const files = fs.readdirSync(fullPath);\n    const onlyMd = files.every((f) => f.endsWith(\".md\"));\n\n    if (onlyMd) {\n      fs.rmSync(fullPath, { recursive: true });\n      console.log(`Removed orphan: ${dir}`);\n      removed++;\n    } else {\n      console.warn(`Skipped orphan (non-md files): ${dir}`);\n    }\n  }\n\n  console.log(`Removed ${removed} orphan directories`);\n}\n"
  },
  {
    "path": "src/commands/enrich.ts",
    "content": "import fs from \"node:fs\";\nimport path from \"node:path\";\nimport { Octokit } from \"octokit\";\nimport { collectionDir, readYamlFile, writeYamlFile, getProjectRoot } from \"../utils.js\";\nimport type { Api, Library } from \"../schema.js\";\n\nasync function getGitHubInfo(octokit: Octokit, owner: string, repo: string) {\n  const { data } = await octokit.rest.repos.get({ owner, repo });\n  return { owner: data.owner, stargazers_count: data.stargazers_count };\n}\n\nfunction parseGitHubUrl(urlStr: string): { owner: string; repo: string } | null {\n  try {\n    const u = new URL(urlStr);\n    if (u.host !== \"github.com\" && u.host !== \"www.github.com\") return null;\n    const parts = u.pathname.split(\"/\").filter(Boolean);\n    if (parts.length < 2) return null;\n    return { owner: parts[0], repo: parts[1] };\n  } catch {\n    return null;\n  }\n}\n\nasync function enrichLib(octokit: Octokit, lib: Library): Promise<Library> {\n  const url = lib.source_code_url || lib.documentation_url;\n  if (!url) return lib;\n  const gh = parseGitHubUrl(url);\n  if (!gh) return lib;\n\n  try {\n    const info = await getGitHubInfo(octokit, gh.owner, gh.repo);\n    if (info.owner.type === \"User\") lib.author = info.owner.login;\n    lib.stargazers_count = info.stargazers_count;\n  } catch (e) {\n    console.error((e as Error).message);\n  }\n  return lib;\n}\n\nexport async function enrich(): Promise<void> {\n  if (!process.env.GITHUB_TOKEN) console.warn(\"GITHUB_TOKEN not set, rate limits will apply\");\n\n  const octokit = new Octokit({ auth: process.env.GITHUB_TOKEN });\n  const root = getProjectRoot();\n  const dir = collectionDir(root);\n  const files = fs.readdirSync(dir).filter((f) => f.endsWith(\".yaml\"));\n\n  for (let i = 0; i < files.length; i++) {\n    const filePath = path.join(dir, files[i]);\n    const api = readYamlFile<Api>(filePath);\n    if (!api.libraries?.length) continue;\n\n    console.log(`[${i + 1}/${files.length}] ${api.name}`);\n    let changed = false;\n\n    for (let k = 0; k < api.libraries.length; k++) {\n      const before = JSON.stringify(api.libraries[k]);\n      api.libraries[k] = await enrichLib(octokit, api.libraries[k]);\n      if (JSON.stringify(api.libraries[k]) !== before) changed = true;\n    }\n\n    if (changed) writeYamlFile(filePath, api);\n  }\n}\n"
  },
  {
    "path": "src/commands/move-to-graveyard.ts",
    "content": "import fs from \"node:fs\";\nimport path from \"node:path\";\nimport { getProjectRoot, collectionDir, graveyardDir, readYamlFile } from \"../utils.js\";\nimport { apiSchema } from \"../schema.js\";\n\nexport async function moveToGraveyard(): Promise<void> {\n  const root = getProjectRoot();\n  const collDir = collectionDir(root);\n  const gravDir = graveyardDir(root);\n  fs.mkdirSync(gravDir, { recursive: true });\n\n  const files = fs.readdirSync(collDir).filter((f) => f.endsWith(\".yaml\"));\n  const moved: string[] = [];\n\n  for (const file of files) {\n    const filePath = path.join(collDir, file);\n    const raw = readYamlFile<unknown>(filePath);\n    const result = apiSchema.safeParse(raw);\n    if (!result.success) {\n      console.warn(`Skip ${file}: invalid schema`);\n      continue;\n    }\n    if (result.data.is_active === false) {\n      const dest = path.join(gravDir, file);\n      fs.renameSync(filePath, dest);\n      moved.push(file);\n    }\n  }\n\n  console.log(`Moved ${moved.length} API(s) to graveyard: ${moved.join(\", \") || \"(none)\"}`);\n}\n"
  },
  {
    "path": "src/commands/validate.ts",
    "content": "import fs from \"node:fs\";\nimport path from \"node:path\";\nimport { collectionDir, graveyardDir, readYamlFile, getProjectRoot } from \"../utils.js\";\nimport { apiSchema } from \"../schema.js\";\nimport { loadCategories } from \"../categories.js\";\n\nfunction validateDir(dir: string, validCategories: Set<string>, label: string): number {\n  if (!fs.existsSync(dir)) return 0;\n  const files = fs.readdirSync(dir).filter((f) => f.endsWith(\".yaml\"));\n  let errors = 0;\n  for (const file of files) {\n    const filePath = path.join(dir, file);\n    const raw = readYamlFile<unknown>(filePath);\n    const result = apiSchema.safeParse(raw);\n    if (!result.success) {\n      console.error(`INVALID ${label}/${file}:`);\n      for (const issue of result.error.issues) {\n        console.error(`  ${issue.path.join(\".\")}: ${issue.message}`);\n      }\n      errors++;\n      continue;\n    }\n    for (const cat of result.data.categories) {\n      if (!validCategories.has(cat)) {\n        console.error(`UNKNOWN CATEGORY in ${label}/${file}: \"${cat}\"`);\n        errors++;\n      }\n    }\n    const expectedFilename = `${result.data.slug}.yaml`;\n    if (file !== expectedFilename) {\n      console.error(`SLUG MISMATCH: ${label}/${file} but slug is \"${result.data.slug}\"`);\n      errors++;\n    }\n  }\n  return errors;\n}\n\nexport async function validate(): Promise<void> {\n  const root = getProjectRoot();\n  const categories = loadCategories(root);\n  const validCategories = new Set(Object.keys(categories));\n  let errors = validateDir(collectionDir(root), validCategories, \"collection\");\n  errors += validateDir(graveyardDir(root), validCategories, \"graveyard\");\n  const collFiles = fs.existsSync(collectionDir(root))\n    ? fs.readdirSync(collectionDir(root)).filter((f) => f.endsWith(\".yaml\")).length\n    : 0;\n  const gravFiles = fs.existsSync(graveyardDir(root))\n    ? fs.readdirSync(graveyardDir(root)).filter((f) => f.endsWith(\".yaml\")).length\n    : 0;\n  console.log(`Validated ${collFiles} collection + ${gravFiles} graveyard files, ${errors} errors`);\n  if (errors > 0) process.exit(1);\n}\n"
  },
  {
    "path": "src/schema.ts",
    "content": "import { z } from \"zod\";\n\nexport const linkSchema = z.object({\n  name: z.string(),\n  url: z.string().url().optional(),\n});\n\nexport const librarySchema = z.object({\n  name: z.string(),\n  description: z.string().optional(),\n  documentation_url: z.string().optional(),\n  source_code_url: z.string().optional(),\n  version: z.string().optional(),\n  platform: z.string().optional(),\n  author: z.string().optional(),\n  stargazers_count: z.number().int().optional(),\n});\n\nexport const specificationSchema = z.object({\n  type: z.string().optional(),\n  url: z.string().optional(),\n  version: z.string().optional(),\n});\n\nexport const authType = z.enum([\"none\", \"api_key\", \"oauth2\", \"bearer\", \"basic\"]).optional();\n\nexport const apiSchema = z.object({\n  name: z.string(),\n  slug: z.string(),\n  description: z.string().optional(),\n  categories: z.array(z.string()).min(1),\n  type: z.string().optional(),\n  is_free: z\n    .union([z.boolean(), z.string()])\n    .optional()\n    .transform((v) => (v === true || v === \"true\" ? true : v === false || v === \"false\" ? false : undefined)),\n  is_active: z\n    .union([z.boolean(), z.string()])\n    .optional()\n    .transform((v) => (v === false || v === \"false\" ? false : true)),\n  logo: z.string().url().optional(),\n  contact: z.string().optional(),\n  discussion_url: z.string().url().optional(),\n  auth_type: authType,\n  rate_limits: z.string().optional(),\n  tags: z.array(z.string()).optional(),\n  specification: specificationSchema.optional(),\n  links: z.array(linkSchema).optional(),\n  libraries: z.array(librarySchema).optional(),\n});\n\nexport type Api = z.infer<typeof apiSchema>;\nexport type Link = z.infer<typeof linkSchema>;\nexport type Library = z.infer<typeof librarySchema>;\nexport type Specification = z.infer<typeof specificationSchema>;\n\nexport const categorySchema = z.record(z.string(), z.string());\nexport type Categories = z.infer<typeof categorySchema>;\n"
  },
  {
    "path": "src/utils.ts",
    "content": "import fs from \"node:fs\";\nimport path from \"node:path\";\nimport { fileURLToPath } from \"node:url\";\nimport YAML from \"yaml\";\nimport slugify from \"slugify\";\nimport type { Api } from \"./schema.js\";\n\nconst __dirname = path.dirname(fileURLToPath(import.meta.url));\nconst COLLECTION_DIR = \"collection\";\nconst GRAVEYARD_DIR = \"graveyard\";\nconst CATEGORIES_FILE = \"categories.yaml\";\n\nexport function getProjectRoot(): string {\n  let dir = path.resolve(__dirname, \"..\");\n  while (!fs.existsSync(path.join(dir, CATEGORIES_FILE))) {\n    const parent = path.dirname(dir);\n    if (parent === dir) throw new Error(\"Could not find project root\");\n    dir = parent;\n  }\n  return dir;\n}\n\nexport function collectionDir(root?: string): string {\n  return path.join(root ?? getProjectRoot(), COLLECTION_DIR);\n}\n\nexport function graveyardDir(root?: string): string {\n  return path.join(root ?? getProjectRoot(), GRAVEYARD_DIR);\n}\n\nexport function readYamlFile<T>(filePath: string): T {\n  return YAML.parse(fs.readFileSync(filePath, \"utf-8\"));\n}\n\nexport function writeYamlFile(filePath: string, data: unknown): void {\n  fs.mkdirSync(path.dirname(filePath), { recursive: true });\n  fs.writeFileSync(filePath, YAML.stringify(data, { lineWidth: 120 }));\n}\n\nfunction readApisFromDir(dir: string): Api[] {\n  if (!fs.existsSync(dir)) return [];\n  return fs\n    .readdirSync(dir)\n    .filter((f: string) => f.endsWith(\".yaml\"))\n    .map((f: string) => readYamlFile<Api>(path.join(dir, f)));\n}\n\nexport function readAllApis(root?: string): Api[] {\n  const base = root ?? getProjectRoot();\n  const collection = readApisFromDir(collectionDir(base));\n  const graveyard = readApisFromDir(graveyardDir(base));\n  return [...collection, ...graveyard].sort((a, b) => a.name.localeCompare(b.name));\n}\n\nexport function makeSlug(name: string): string {\n  return slugify(name, { lower: true, strict: true });\n}\n\nexport function compact<T extends Record<string, unknown>>(obj: T): Partial<T> {\n  const result: Record<string, unknown> = {};\n  for (const [key, value] of Object.entries(obj)) {\n    if (value === undefined || value === null || value === \"\") continue;\n    if (Array.isArray(value) && value.length === 0) continue;\n    result[key] =\n      typeof value === \"object\" && value !== null && !Array.isArray(value)\n        ? compact(value as Record<string, unknown>)\n        : value;\n  }\n  return result as Partial<T>;\n}\n"
  },
  {
    "path": "templates/README.handlebars",
    "content": "# List of Public APIs\n![APIs: 1200+](https://img.shields.io/badge/apis-1200+-violet)\n![Contributions: Welcome](https://img.shields.io/badge/contributions-welcome-green)\n![GitHub release (latest by date)](https://img.shields.io/github/v/release/tools-collection/apis-collection)\n\nThis project is an attempt to categorise and compile information about different public APIs into one place. Its goal is to build\nmost complete and handy list which will help developers to find APIs most suitable for their needs.\nIt includes APIs description, links to docs, specification, list of SDK and libraries, logo etc.\n\nThis list intended to be maintained by wide open source community, so any contributions appreciated.\nIf you want to add/edit/remove/etc APIs from this list, please see the [contributing guide](https://github.com/tools-collection/apis-collection/blob/main/CONTRIBUTING.md).\n\nDiscuss any topic related to the specific API you can [here](https://github.com/tools-collection/apis-collection/discussions)\n\n## Table of Contents\n- [APIs](#apis):\n{{#each categoriesNames}}\n    - [{{{ this }}}](#{{slug this}}-) {{{category_icon this}}}\n{{/each}}\n- [Graveyard](#graveyard) 🪦\n- [Contributors](#contributors)\n- [Similar projects](#similar-projects)\n\n## APIs\n{{#each categoriesNames }}\n### {{{ this }}} {{{category_icon .}}}\n{{#each (lookup ../apis this) as |api| }}\n- [{{ api.name }}](https://tools-collection.net/apis-list/{{api.slug}}) - {{short api.description}}{{#if api.is_free }} 🆓{{/if}}\n{{/each}}\n\n{{/each}}\n\n## Graveyard 🪦\n{{#each Graveyard }}\n- [{{ this.name }}](https://tools-collection.net/apis-list/{{this.slug}}){{# if this.description}} - {{short this.description }}{{/if}}\n{{/each}}\n\n## Contributors\n\nThis project exists because of people who spent their time to make software development a little bit better. Thank you!\n\n\n## Similar projects\nThis project was heavily inspired by:\n- [n0shake/Public-APIs](https://github.com/n0shake/Public-APIs)\n- [public-apis/public-apis](https://github.com/public-apis/public-apis)\n- [APIs-guru/openapi-directory](https://github.com/APIs-guru/openapi-directory)\n"
  },
  {
    "path": "tests/build.test.ts",
    "content": "import { describe, it, expect } from \"vitest\";\nimport { readAllApis } from \"../src/utils.js\";\nimport { getProjectRoot } from \"../src/utils.js\";\n\ndescribe(\"build\", () => {\n  it(\"readAllApis returns non-empty array from collection\", () => {\n    const root = getProjectRoot();\n    const apis = readAllApis(root);\n    expect(Array.isArray(apis)).toBe(true);\n    expect(apis.length).toBeGreaterThan(0);\n    expect(apis[0]).toHaveProperty(\"name\");\n    expect(apis[0]).toHaveProperty(\"slug\");\n    expect(apis[0]).toHaveProperty(\"categories\");\n  });\n});\n"
  },
  {
    "path": "tests/schema.test.ts",
    "content": "import { describe, it, expect } from \"vitest\";\nimport { apiSchema } from \"../src/schema.js\";\n\ndescribe(\"apiSchema\", () => {\n  it(\"accepts minimal valid API\", () => {\n    const result = apiSchema.safeParse({ name: \"Test\", slug: \"test\", categories: [\"Other\"] });\n    expect(result.success).toBe(true);\n  });\n\n  it(\"accepts full API with all fields\", () => {\n    const result = apiSchema.safeParse({\n      name: \"YouTube\",\n      slug: \"youtube\",\n      description: \"Video API\",\n      categories: [\"Video & Media\"],\n      type: \"REST\",\n      is_free: false,\n      is_active: true,\n      auth_type: \"oauth2\",\n      rate_limits: \"10k/day\",\n      tags: [\"video\", \"google\"],\n      specification: { type: \"openapi\", url: \"https://example.com\", version: \"3.0\" },\n      links: [{ name: \"Docs\", url: \"https://example.com\" }],\n      libraries: [{ name: \"SDK\", platform: \"Node.js\" }],\n    });\n    expect(result.success).toBe(true);\n  });\n\n  it(\"rejects API without name\", () => {\n    const result = apiSchema.safeParse({ slug: \"test\", categories: [\"Other\"] });\n    expect(result.success).toBe(false);\n  });\n\n  it(\"rejects API with empty categories\", () => {\n    const result = apiSchema.safeParse({ name: \"Test\", slug: \"test\", categories: [] });\n    expect(result.success).toBe(false);\n  });\n\n  it(\"rejects invalid auth_type\", () => {\n    const result = apiSchema.safeParse({ name: \"T\", slug: \"t\", categories: [\"Other\"], auth_type: \"invalid\" });\n    expect(result.success).toBe(false);\n  });\n});\n"
  },
  {
    "path": "tests/utils.test.ts",
    "content": "import { describe, it, expect } from \"vitest\";\nimport { makeSlug, compact } from \"../src/utils.js\";\n\ndescribe(\"makeSlug\", () => {\n  it(\"lowercases and slugifies\", () => expect(makeSlug(\"YouTube API\")).toBe(\"youtube-api\"));\n  it(\"strips special chars\", () => expect(makeSlug(\"1Forge.com\")).toBe(\"1forgecom\"));\n});\n\ndescribe(\"compact\", () => {\n  it(\"removes empty strings\", () => expect(compact({ a: \"x\", b: \"\" })).toEqual({ a: \"x\" }));\n  it(\"removes undefined\", () => expect(compact({ a: 1, b: undefined })).toEqual({ a: 1 }));\n  it(\"removes empty arrays\", () => expect(compact({ a: [] })).toEqual({}));\n});\n"
  },
  {
    "path": "tests/validate.test.ts",
    "content": "import { describe, it, expect } from \"vitest\";\nimport { apiSchema } from \"../src/schema.js\";\n\ndescribe(\"validate logic\", () => {\n  it(\"detects slug mismatch\", () => {\n    const api = { name: \"Test\", slug: \"wrong-slug\", categories: [\"Other\"] };\n    const filename = \"test.yaml\";\n    const result = apiSchema.safeParse(api);\n    expect(result.success).toBe(true);\n    expect(result.success && result.data.slug).not.toBe(filename.replace(\".yaml\", \"\"));\n  });\n});\n"
  },
  {
    "path": "tsconfig.json",
    "content": "{\n  \"compilerOptions\": {\n    \"target\": \"ES2022\",\n    \"module\": \"ES2022\",\n    \"moduleResolution\": \"bundler\",\n    \"strict\": true,\n    \"esModuleInterop\": true,\n    \"skipLibCheck\": true,\n    \"outDir\": \"dist\",\n    \"rootDir\": \".\",\n    \"declaration\": true,\n    \"resolveJsonModule\": true,\n    \"allowImportingTsExtensions\": true,\n    \"noEmit\": true\n  },\n  \"include\": [\"src/**/*.ts\", \"tests/**/*.ts\"]\n}\n"
  },
  {
    "path": "vitest.config.ts",
    "content": "import { defineConfig } from \"vitest/config\";\n\nexport default defineConfig({\n  test: {\n    globals: true,\n    root: \".\",\n  },\n});\n"
  }
]