Entertainment & Media: 371 free APIs

Music, film, TV, podcasts, games and news media. Every record below links to its own documentation page.

Listed
371
No auth needed
141
Full profiles
46

APIs in this category

371 of 371
ART19 Content API Documentation The ART19 Content API conforms to the JSON:API specification. API requests MUST use the HTTP Accept header: Accept: application/vnd.api+json API requests MUST be authenticated using the HTTP Authorization header: Authorization: Token token="your-token", credential="your-credential" ## General Notes Some query parameters use unencoded [ and ] characters simply for readability. Defaults, examples, and possible values are additionally rendered in double quotes for readability. In practice, query parameters should not have quotes around the values (e.g., foo=bar is valid, not foo="bar"), and both query parameter keys and values must be percent-encoded, per the requirements in RFC 3986 § 3.4. ## Rate Limiting In order to provide a fair distribution of available resources, all API calls are sub…
ContentDepot ContentDepot hosts a range of API’s that allow clients to manage, discover, and obtain content. The API spans many parts of the ContentDepot functionality including MetaPub (a.k.a. metadata distribution) and content management. ## MetaPub MetaPub collects, normalizes and distributes publicly available program, episode, and piece metadata through the public radio system. Backed by ContentDepot and its data model, MetaPub allows producers to supply metadata through various methods: 1. MetaPub Agents that collect producer metadata by "crawling" existing public feeds (e.g. C24, BBC) or the producer's production system (e.g. ATC, ME, TED Radio Hour). 2. Manually enter metadata in the ContentDepot Portal on each program and episode. 3. Publish/push the metadata to the MetaPub upload API and exe…
Flat API The Flat API allows you to easily extend the abilities of the Flat Platform, with a wide range of use cases including the following: Creating and importing new music scores using MusicXML, MIDI, Guitar Pro (GP3, GP4, GP5, GPX, GP), PowerTab, TuxGuitar and MuseScore files Browsing, updating, copying, exporting the user's scores (for example in MP3, WAV or MIDI) Managing educational resources with Flat for Education: creating & updating the organization accounts, the classes, rosters and assignments. The Flat API is built on HTTP. Our API is RESTful It has predictable resource URLs. It returns HTTP response codes to indicate errors. It also accepts and returns JSON in the HTTP body. The schema of this API follows the OpenAPI Initiative (OAI) specification, you can use and work with compatib…
Musixmatch API Musixmatch lyrics API is a robust service that permits you to search and retrieve lyrics in the simplest possible way. It just works. Include millions of licensed lyrics on your website or in your application legally. The fastest, most powerful and legal way to display lyrics on your website or in your application. #### Read musixmatch API Terms & Conditions and the Privacy Policy: Before getting started, you must take a look at the API Terms & Conditions and the Privacy Policy. We’ve worked hard to make this service completely legal so that we are all protected from any foreseeable liability. Take the time to read this stuff. #### Register for an API key: All you need to do is register in order to get your API key, a mandatory parameter for most of our API calls. It’s your personal ident…
RAWG Video Games Database API The largest open video games database. ### Why build on RAWG - More than 350,000 games for 50 platforms including mobiles. - Rich metadata: tags, genres, developers, publishers, individual creators, official websites, release dates, Metacritic ratings. - Where to buy: links to digital distribution services - Similar games based on visual similarity. - Player activity data: Steam average playtime and RAWG player counts and ratings. - Actively developing and constantly getting better by user contribution and our algorithms. ### Terms of Use - Free for personal use as long as you attribute RAWG as the source of the data and/or images and add an active hyperlink from every page where the data of RAWG is used. - Free for commercial use for startups and hobby projects with not more than 100,000…
TheTVDB API v3 API v3 targets v2 functionality with a few minor additions. The API is accessible via https://api.thetvdb.com and provides the following REST endpoints in JSON format. How to use this API documentation ---------------- You may browse the API routes without authentication, but if you wish to send requests to the API and see response data, then you must authenticate. 1. Obtain a JWT token by POSTing to the /login route in the Authentication section with your API key and credentials. 1. Paste the JWT token from the response into the "JWT Token" field at the top of the page and click the 'Add Token' button. You will now be able to use the remaining routes to send requests to the API and get a response. Language Selection ---------------- Language selection is done via the Accept-Language head…
Wikimedia This API provides cacheable and straightforward access to Wikimedia content and data, in machine-readable formats. ### Global Rules - Limit your clients to no more than 200 requests/s to this API. Each API endpoint's documentation may detail more specific usage limits. - Set a unique User-Agent or Api-User-Agent header that allows us to contact you quickly. Email addresses or URLs of contact pages work well. By using this API, you agree to Wikimedia's Terms of Use and Privacy Policy. Unless otherwise specified in the endpoint documentation below, content accessed via this API is licensed under the CC-BY-SA 3.0 and GFDL licenses, and you irrevocably agree to release modifications or additions made through this API under these licenses. See https://www.mediawiki.org/wiki/RESTAPI for backgro…
Semantic API The Semantic API complements the Articles API. With the Semantic API, you get access to the long list of people, places, organizations and other locations, entities and descriptors that make up the controlled vocabulary used as metadata by The New York Times (sometimes referred to as Times Tags and used for Times Topics pages). The Semantic API uses concepts which are, by definition, terms in The New York Times controlled vocabulary. Like the way facets are used in the Articles API, concepts are a good way to uncover articles of interest in The New York Times archive, and at the same time, limit the scope and number of those articles. The Semantic API maps to external semantic data resources, in a fashion consistent with the idea of linked data. The Semantic API also provides combination…
PandaScore REST API for All Videogames Introduction Whether you're looking to build an official Pandascore integration for your service, or you just want to build something awesome, we can help you get started. The API works over the HTTPS protocol, and is accessed from the api.pandascore.co domain. - The current endpoint is https://api.pandascore.co. - All data is sent and received as JSON by default. - Blank fields are included with null values instead of being omitted. - All timestamps are returned in ISO-8601 format ### About this documentation Clicking on a query parameter like filter or search will show you the available options: !filter You can also click on a response to see the detailed response schema: !response ## Events hierarchy The PandaScore API allows you to access data about eSports events by using a certain…
SearchLy API v1 Introduction The SearchLy API provides similarity searching based on song lyrics. # Operations The API allows for the /similarity/bysong operation, which allows clients to search the similarity for an existing song in the database. Also, the API has an additional /similarity/bycontent endpoint which allows clients to search similarity given a free String input through a JSON request body. Additional /song/search operation is available for searching songs given a query String. # Endpoint The API endpoint for the SearchLy API v1 is as follows: https://searchly.asuarez.dev/api/v1 # Motivation This project was built in order to create an API for searching similarities based on song lyrics. There are a lot of songs in the industry and most of them are talking about the same topic. What I wan…
Spinitron v2 API Notes Tutorial demo using this API is at https://spinitron.com/v2-api-demo/. For web integration using iframes and/or JavaScript instead of an API, see https://spinitron.github.io/v2-web-integration/. Your API key is found in the Spinitron web app. Log in to Spinitron and go to Automation & API in the Admin menu. Authenticate by presenting your API key using either HTTP Bearer Authorization (preferred) curl -H 'Authorization: Bearer YOURAPIKEY' 'https://spinitron.com/api/spins' or in the query parameter access-token (less secure owing to webserver log files) curl 'https://spinitron.com/api/spins?access-token=YOURAPIKEY' Limit per page of results is 20 by default and miximally 200. Try it out below works to generate example cURL requests but not to get responses from Spinitron. We do no…
Wowza Streaming Cloud REST API Reference Documentation About the REST API The Wowza Streaming Cloud TM REST API (application programming interface) offers complete programmatic control over live streams, transcoders, stream sources, and stream targets. Anything you can do in the Wowza Streaming Cloud UI can also be achieved by making HTTP-based requests to cloud-based servers through the REST API. The Wowza Streaming Cloud REST API features cross-origin resource sharing, or CORS. CORS is a W3C specification that provides headers in HTTP requests to enable a web server to safely make a network request to another domain. In order to protect shared resources, the Wowza Streaming Cloud REST API is subject to limits. For details, see Wowza Streaming Cloud REST API limits. # About this documentation This reference documentation is based…
Sessions API The William Hill Sessions API uses a central authentication service (CAS) on all resources that require access to a customer’s account or betting functionality. To authenticate, you’ll need to supply a sportsbook username and password, in return you will be given an authentication ticket, which you can use on the majority of requests found within our services. The Sessions API should be used whenever you want to login a customer and: continue to use the William Hill API for that customer’s transactions use other CAS-enabled William Hill services outside the suite of APIs CAS is an enterprise Single Sign-On solution for web services (see https://wiki.jasig.org/display/CAS/Home). It is used by many William Hill services. <br…
Bets API The Bets API methods are used to place single, multiple and complex bets and to retrieve a customer’s bet history. When retrieving a customer’s bet history you can organize the bets from the betting history in terms of date, bet type and whether the bet is settled or not. You can also specify what fields to be included/excluded or return a list of all default fields the method returns. The Bets API will also generate a bet delay if you’re placing a single/multiple bet in-Play by creating a time margin to negate the effects of major changes to the market (for example, goals during a football match). Note that in version 2 of our APIs, Bets API contains the functionality of both Bets API v1 and the Betslips API v1.
Numbers API The William Hill Numbers API uses a single method that allows you to generate random numbers for your application. Numbers can either be unique or can be produced with the chance that some might be the same. For example, you can have a highest value of 6 and a lowest value of 1 with a count of 2 with a unique value of false - this will give you two numbers between 1 and 6 which are independent, just like two dice being rolled. The Numbers API is a Private API and therefore not automatically available to developers. To use this API, contact your business manager who will guide you through the separate Terms and Conditions of use before you can have the API assigned to your application.
Use a New Version Instead Icons8 API Icons8 API allows us to search and obtain our icons. You're welcome to use our icons to extend the functionality of your web and mobile applications, website templates, and even tattoos. !Tattoos ## Usage Examples Some examples of what you can do with our icons: Template customization. This way, Canva uses our icons to customize their layouts. Graphics and text editors. Gravit allows to insert our icons into the mockups. Any application with customization. TimeTune uses our icons to customize the activities. ## Getting Started To get started, please contact us to obtain an API key. ## Pricing Our API license starts at $100/month.
Shotstack Shotstack is a video, image and audio editing service that allows for the automated generation of videos, images and audio using JSON and a RESTful API. You arrange and configure an edit and POST it to the API which will render your media and provide a file location when complete. For more details visit shotstack.io or checkout our getting started documentation. There are two main API's, one for editing and generating assets (Edit API) and one for managing hosted assets (Serve API). The Edit API base URL is: https://api.shotstack.io/{version} The Serve API base URL is: https://api.shotstack.io/serve/{version}
setlist.fm API The setlist.fm API has been designed to give you easy access to setlist data in order to build fancy websites and other applications. Before starting to use the API, be sure to ... ... understand how setlist.fm works (the FAQ and the Guidelines are a good starting point), ... read this documentation carefully and ... apply for an API key (link for logged in users only) - if you're no registered user yet, then register first (it's free). If this documentation isn't enough or if you've got other things you'd like to tell us about the API, visit the <a href="htt…
Spotify Web API You can use Spotify's Web API to discover music and podcasts, manage your Spotify library, control audio playback, and much more. Browse our available Web API endpoints using the sidebar at left, or via the navigation bar on top of this page on smaller screens. In order to make successful Web API requests your app will need a valid access token. One can be obtained through OAuth 2.0 . The base URI for all Web API requests is https://api.spotify.com/v1. Need help? See our Web API guides for more information, or visit the Spotify for Develo…
Spotify Web API with fixes and improvements from sonallux You can use Spotify's Web API to discover music and podcasts, manage your Spotify library, control audio playback, and much more. Browse our available Web API endpoints using the sidebar at left, or via the navigation bar on top of this page on smaller screens. In order to make successful Web API requests your app will need a valid access token. One can be obtained through OAuth 2.0 . The base URI for all Web API requests is https://api.spotify.com/v1. Need help? See our Web API guides for more information, or visit the Spotify for Develo…
Freesound With the Freesound APIv2 you can browse, search, and retrieve information about Freesound users, packs, and the sounds themselves of course. You can find similar sounds to a given target (based on content analysis) and retrieve automatically extracted features from audio files, as well as perform advanced queries combining content analysis features and other metadata (tags, etc...). With the Freesound APIv2, you can also upload, comment, rate and bookmark sounds!
Jokes One API Jokes One API offers a complete feature rich REST API access to its jokes platform. This is the documentation for the world famous jokes API. If you are a subscriber and you are trying this from a console add 'X-JokesOne-Api-Secret' header and add your api key as the header value. You can test and play with the API right here on this web page. For using the private end points and subscribing to the API please visit https://jokes.one/api/joke/.
Article Search API With the Article Search API, you can search New York Times articles from Sept. 18, 1851 to today, retrieving headlines, abstracts, lead paragraphs, links to associated multimedia and other article metadata. Note: In URI examples and field names, italics indicate placeholders for variables or values. Brackets [ ] indicate optional items. Parentheses ( ) are not a convention — when URIs include parentheses, interpret them literally.
TVmaze user API Access to the user API is only possible for users with a premium account. A user can only access their own user data. Authentication uses HTTP Basic. Use the TVmaze username as authentication username, and the TVmaze API key as authentication password. Your API key can be found on your dashboard. To try out these API calls from this page, click the "Authorize" button on top and input your credentials.
APOD This endpoint structures the APOD imagery and associated metadata so that it can be repurposed for other applications. In addition, if the concepttags parameter is set to True, then keywords derived from the image explanation are returned. These keywords could be used as auto-generated hashtags for twitter or instagram feeds; but generally help with discoverability of relevant imagery
Rocket Services An Orchestration Layer that takes ISL services and packages them in a more targeted way for front-end applications. This in turn makes client integration easier and reduces the complexity and size of front-end applications. Rocket is also customisable - allowing UI engineers to ‘remix’ the existing back-end services into something that best suits the application they are developing.
Hydra Movies Hydra Movies is a streaming service that holds information on thousands of popular movies. The Hydra Movies API gives you access to their entire collection of full movies. Each film returned provides you with the following data: - Movie Title - Movie Release Year - Genre - Movie Summary - Movie Poster - IMDB ID - IMDB Rating - Runtime - Language - YouTube trailer
Geographic API The Geographic API extends the Semantic API, using a linked data approach to enhance location concepts used in The New York Times' controlled vocabulary and data resources which combine them with the GeoNames database, an authoritative and free to use database of global geographical places, names and features.
Accounts API The Accounts API is a collection of methods used to query a customer account. It allows the developer to retrieve account-related data such as the user account balance. It should be noted that regional variations may exist - so some fields may not be returned for certain territories.
Locations The Locations API is a collection of methods that support geographical information. The first method is an address lookup service for UK addresses. This service can be used to provide a new customer with a list of possible addresses from which they can populate a registration form.
TimesTags API With the TimesTags API, you can mine the riches of the New York Times tag set. The TimesTags service matches your query to the controlled vocabularies that fuel NYTimes.com metadata. You supply a string of characters, and the service returns a ranked list of suggested terms.
Medium API Medium API helps you to quickly extract data from Medium's Website (https://medium.com). You can gather data related to users, publications, articles (including its textual content), latest posts & top writers within a topic/niche, etc…
API docs | logoraisr.com Dig into our logoraisr API reference documentation. We also offer an OpenAPI specification to allow easy integration into your systems. You can download the json file by clicking on the download button. OpenAPI 2.0 Validation Status
Hubhopper Partner Integration API(s) - Production This is an interactive document explaining the API(s) that could be used to fetch data from Hubhopper. Use the api key provided to authorize x-api-key and test the API(s). The output data models are also available for reference.
Times Newswire API With the Times Newswire API, you can get links and metadata for Times articles and blog posts as soon as they are published on NYTimes.com. The Times Newswire API provides an up-to-the-minute stream of published items.
api.video api.video is an API that encodes on the go to facilitate immediate playback, enhancing viewer streaming experiences across multiple devices and platforms. You can stream live or on-demand online videos within minutes.
News Plugin A plugin that allows the user to obtain and summary latest news using ChatGPT. If you do not know the user's username, ask them first before making queries to the plugin. Otherwise, use the username "global".
Bungie.Net API These endpoints constitute the functionality exposed by Bungie.net, both for more traditional website functionality and for connectivity to Bungie video games and their related functionality.
SportsData API The William Hill SportsData REST API is a collection of GET methods to provide William Hill product data such as sport, competition, event, market and selection data (including prices).
Radio & Music Services We encapsulate Radio & Music business logic for iPlayer Radio and BBC Music products on all platforms. We add value by reliably providing the right blend of metadata needed by clients.
Peel Tune-in API The machine learning service APIs utilize hashtags from Twitter to find related, trending shows, related Twitter hashtags in real time and to generate direct tune-in URLs.
OMDb The Open Movie Database. The OMDb API is a free web service to obtain movie information, all content and images on the site are contributed and maintained by our users.
Shutterstock API Explorer The Shutterstock API provides access to Shutterstock's library of media, as well as information about customers' accounts and the contributors that provide the media.
Archive API The Archive API provides lists of NYT articles by month going back to 1851. You can use it to build your own local database of NYT article metadata.
Betfair: Exchange Streaming API API to receive streamed updates. This is an ssl socket connection of CRLF delimited json messages (see RequestMessage & ResponseMessage)
Channel 4 API This is the place to come for all the technical details you need to power your applications with Channel 4's deep programmes data.
Movie Reviews API With the Movie Reviews API, you can search New York Times movie reviews by keyword and get lists of NYT Critics' Picks.
Image Moderation Our FREE API blocks images with nudity. Build from the ground up, accurate models, best in class support, great price.
Zappiti Player API Move your app forward with the Zappiti Player API. Use http://your-player-ip:8990/ as base URL for your requests.
Astroworld Free Minecraft data: mobs, biomes, items, enchantments, structures, commands, versions, achievements, trades
Community API Get access to comments from registered users on New York Times articles. NOTE: This API is deprecated.
Verome Music API for searching, streaming and exploring music data from YouTube Music, YouTube, and Last.fm
Raider Provides detailed character and guild rankings for Raiding and Mythic+ content in World of Warcraft
JSON2Video Create and edit videos programmatically: watermarks,resizing,slideshows,voice-over,text animations
SoundCloud With SoundCloud API you can build applications that will give more power to control your content
Books API The Books API provides information about book reviews and The New York Times bestsellers lists.
Newsflash Deduplicated news events from 260+ sources with corroboration/confidence scores for AI agents
Worth the Rip Sealed trading-card product prices and expected value across 10 TCGs, refreshed every 2 hours
Trove Search through the National Library of Australia collection of 1000s of digitised newspapers
BBC Nitro API BBC Nitro is the BBC's application programming interface (API) for BBC Programmes Metadata.
Chronicling America Provides access to millions of pages of historic US newspapers from the Library of Congress
Phishin A web-based archive of legal live audio recordings of the improvisational rock band Phish
TasteDive Content-based recommendations for movies, music, TV shows, books, games, and podcasts
Anycrap 35,000+ absurdist AI-generated product concepts with names, descriptions, and images
Fun Fact A simple HTTPS api that can randomly select and return a fact from the FFA database
Geek-Jokes Fetch a random geeky/programming related joke for use in all sorts of applications
VidWords YouTube transcripts and subtitles as TXT, SRT, VTT or DOCX, plus AI video analysis
Spotify View Spotify music catalog, manage users' libraries, get recommendations and more
UGC API that provides Metadata about User-Generated Content (Maps and Game Variants).
Dune A simple API which provides you with book, character, movie and quotes JSON data
Top Stories The Top Stories API provides lists of articles and associated images by section.
uNoGS Unofficial Netflix Online Global Search, Search all netflix regions in one place
JioSaavn API to retrieve song information, album meta data and many more from JioSaavn
KPainter Create video, image, and interactive app outputs from prompts or source files
TV API Welcome to the API Reference Docs page for the Press Association TV API (v2).
Image-Charts Charts, simple as a URL. A safe and fast replacement for Google Image Charts
NewsData News data API for live-breaking news and headlines from reputed news sources
Openwhyd Download curated playlists of streaming tracks (YouTube, SoundCloud, etc...)
The Guardian Access all the content the Guardian creates, categorised by tags and section
KKBOX Get music libraries, playlists, charts, and perform out of KKBOX's platform
KrakenKeys Steam game key price comparison across 20+ stores, deals, and price history
SteamGPT Steam profiles, SteamID conversion, VAC/game bans, FACEIT stats and friends
Battle.net Diablo III, Hearthstone, StarCraft II and World of Warcraft game data APIs
Dota 2 Provides information about Player stats , Match stats, Rankings for Dota 2
Memesio Meme creation API with templates, editable captions and hosted share links
MarketAux Live stock market news with tagged tickers + sentiment and stats JSON API
DataCube AI Daily curated AI industry news, funding rounds and trends in 8 languages
PotterDB Harry Potter universe database with characters, spells, potions and more
Waifu.im Get waifu pictures from an archive of over 4000 images and multiple tags
Hyperserve Video backend API: upload any format, transcode to MP4, deliver via CDN
justmeme.wtf Free meme API with 2400+ templates, search, trending, and AI generation
SuperHeroes All SuperHeroes and Villains data from all universes under a single API
Rendobar Hosted media processing over REST: transcode, caption, watermark video
Shotstack Cloud video editing API to create and render videos programmatically
Jokes One Joke of the day and large category of jokes accessible via REST API
Stream Czech internet television, films, series and online videos for free
News Headlines currently published on a range of news sources and blogs
Rblxdb Verified Roblox music codes and decal IDs with live working status
Trace Moe A useful tool to get the exact scene of an anime from a screenshot
Barter.VG Provides information about Game, DLC, Bundles, Giveaways, Trading
Watchmode API for finding out the streaming availability of movies & shows
CFB v3 Scores CFB schedules, scores, team stats, odds, weather, and news API.
JokeAPI Programmable jokes in multiple languages with filtering options
KinoPipe Typed hosted video editing operations for agents and automation
Currents Real-time and historical global news with multilingual support
Lichess Access to all data of users, games, puzzles and etc on Lichess
GraphQL Pokemon GraphQL powered Pokemon API. Supports generations 1 through 8
NFL v3 Stats NFL rosters, player stats, team stats, and fantasy stats API.
Stats API that provides statistical data about Players and Matches.
Florida Man Static JSON dataset of 10,000+ Florida Man headlines by date
NewsX Get or Search Latest Breaking News with ML Powered Summaries
Sunor AI music generation API via Suno, with pay-as-you-go credits
GW2Spidy GW2Spidy API, Items data on the Guild Wars 2 Trade Market
Psychonauts Psychonauts World Characters Information and PSI Powers
TasteDive Similar artist API (also works for movies and TV shows)
Techy JSON and Plaintext API for tech-savvy sounding phrases
TheNews Aggregated headlines, top story and live news JSON API
IMDb-API API for receiving movie, serial and cast information
Profile API that provides Profile information about Players.
Mediastack Free, Simple REST API for Live News & Blog Articles
AniAPI Anime discovery, streaming & syncing with trackers
Mangapi Translate manga pages from one language to another
Noozra Free news headlines from 200+ curated RSS sources
RAWG.io 500,000+ games for 50 platforms including mobiles
XKCD Webcomic of romance, sarcasm, math, and language.
YouTube Add YouTube functionality to your sites and apps
NPR One Personalized news listening experience from NPR
Songsterr Provides guitar, bass and drums tabs and chords
Tebex Tebex API for information about game purchases
ThronesApi Game Of Thrones Characters Data with imagery
Gaana API to retrieve song information from Gaana
Lyrics.ovh Simple API to retrieve the lyrics of a song
IMDbOT Unofficial IMDb Movie / Series Information
Puyo Nexus Puyo Puyo information from Puyo Nexus Wiki
Excuser Get random excuses for various situations
GDBrowser Easy way to use the Geometry Dash Servers
JokeAPI Programming, Miscellaneous and Dark Jokes
SWAPI All the Star Wars data you've ever wanted
PlayerDB Query Minecraft, Steam and XBox Accounts
Genius Crowdsourced lyrics and music knowledge
TCGdex Multi languages Pokémon TCG Information
BizToc Get the latest business news articles.
MMO Games MMO Games Database, News and Giveaways
RPS 101 Rock, Paper, Scissors with 101 objects
GNews Search for news from various sources
Steam Internal Steam Web API documentation
Forza Show random image of car from Forza
STAPI Information on all things Star Trek
Halo Halo 5 and Halo Wars 2 Information
Crafatar API for Minecraft skins and faces
Disney Information of Disney characters
Catboy Neko images, funny GIFs & more
Imgflip Gets an array of popular memes
Bugsnax Get information about Bugsnax
xkcd Retrieve xkcd comics as JSON
Hytale Hytale blog posts and jobs
Jikan Unofficial MyAnimeList API

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

Authentication

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

  • No authentication 141
  • Unknown 105
  • API key 92
  • OAuth 32
  • Token 1

Also in Entertainment & Media: 70 MCP servers