Overview
The uNoGS API lets you search Netflix content across all global regions at once, showing which countries have a title available and its local rating. It is accessed via RapidAPI and requires a RapidAPI subscription key. This is especially useful for developers building Netflix availability trackers or VPN recommendation tools.
Beginner Tip
Subscribe to uNoGS on RapidAPI and use your RapidAPI key in the x-rapidapi-key header. Start with the /search/titles endpoint to look up a movie or show and see its regional availability.
Available Data
Example Response
{
"status": "success",
"data": {
"result": "Data from uNoGS",
"description": "Unofficial Netflix Online Global Search, Search all netflix regions in one place",
"timestamp": "2025-01-15T10:00:00Z"
}
} Field Reference
title Name of the Netflix title. type Content type: movie or show. country Country code where the title is available on Netflix. rating Content rating for the title in that region (e.g., PG-13, TV-MA). netflix_id Netflix internal numeric ID for the title. Implementation Example
const url = "https://rapidapi.com/unogs/api/unogsng";
// Replace headers or query params with the values required by this API.
const response = await fetch(url, {
headers: {
"X-API-Key": "YOUR_API_KEY"
}
});
if (!response.ok) throw new Error(`Request failed: ${response.status}`);
const data = await response.json();
console.log(data); What Can You Build?
Note: These code examples are AI-generated and unverified. Always refer to the official API documentation for accurate usage.
Common Errors & Troubleshooting
Matrix Score Breakdown
Partially tested on Apr 5, 2026
Technical Specifications
Similar APIs
View All →IMDb-API
IMDb-API provides programmatic access to api for receiving movie, serial and cast information via REST API.
JSON2Video
JSON2Video API lets you create and edit videos programmatically by sending a JSON payload that describes scenes, text animations, voice-overs, watermarks, and slideshows.
Open Movie Database
⭐ Beginner's PickThe Open Movie Database (OMDb) API lets you search for movies, TV shows, and episodes by title or IMDb ID.
Simkl
Simkl is a tracking service for movies, TV shows, and anime that also exposes a developer API.
The Lord of the Rings
The One API provides comprehensive data from J.R.R.