uNoGS
uNoGS (unofficial Netflix online Global Search) allows anyone to easily search the global Netflix catalog. V2 is now out and designed from the ground up to work with RapidAPI.
uNoGS endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
New Release Per Country /aaapi.cgi?q=get:new{daysback}:{countryid}&p={page}&t=ns&st=adv |
Get New Releases per Country |
| GET |
List Countries /aaapi.cgi?t=lc&q={query} |
List of all Netflix Countries includes various Counts |
| GET |
Load Episode Details /aaapi.cgi?t=episodes&q={netflixid} |
Load all Season and Episode details for a Netflix Series |
| GET |
Deleted Search /aaapi.cgi?t=deleted&st={daysback}&q={query} |
Search Deleted Items |
| GET |
Load Title Details /aaapi.cgi?t=loadvideo&q={vidid} |
Load Title Details: Country Information, Audio, Subtitle, and season/episode counts |
| GET |
Season Change /aaapi.cgi?q=get:seasons{daysback}:{countrycode}&p={page}&t=ns&st=adv |
Use this to get any changes to TV series in regard to the number of seasons |
| GET |
Weekly Episodes /aaapi.cgi?t=weekly |
List of Netflix title ID's with weekly added episodes |
| GET |
Advanced Search /aaapi.cgi?q={query}-!{syear},{eyear}-!{snfrate},{enfrate}-!{simdbrate},{eimdbrate}-!{genreid}-!{vtype}-!{audio}-!{subtitle}-!{imdbvotes}-!{downloadable}&t=ns&cl={clist}&st=adv&ob={sortby}&p={page}&sa={andor} |
This call allows you to add advanced search filter which allow you to pull specific information. |
| GET |
Images /aaapi.cgi?t=images&q=70219642 |
Get list of different variable sized images for this title |
| GET |
/static/countries /static/countries |
Get Static list of Supported Countries |
| GET |
/search/deleted /search/deleted |
Search for Deleted Titles by Country or Title Name delete_date will either take a single date and check for all titles added after that date or it will take 2 dates separated by… |
| GET |
/search/people /search/people |
Search for people by title name, person name, or netflix_id |
| GET |
/search/titles /search/titles |
Parameter Notes: new_date will either take a single date and check for all titles added after that date or it will take 2 dates separated by a comma to check titles added between… |
| GET |
/title/countries /title/countries |
All Country/Language information associated with a Title |
| GET |
/title/episodes /title/episodes |
All Episodes associated with a Title |
| GET |
/title/details /title/details |
General Details associated with a Title |
| GET |
/title/images /title/images |
All Images associated with a Title |
| GET |
/title/genres /title/genres |
All Genres Associated with a Title |
| GET |
/static/genres /static/genres |
Get Static list of Genres (updated daily) |
| GET |
Deleted /aaapi.cgi?t=deleted&cl={cc}&st={daysback} |
get deleted titles by country or query |
| GET |
Expiring Per Country /aaapi.cgi?q=get:exp:{countryid}&t=ns&st=adv&p={page} |
show expiring per country |
| GET |
Genre IDs /aaapi.cgi?t=genres |
Get All Genre ID's |
| GET |
Weekly Updates /aaapi.cgi?t=weeklynew&cl={countrylist}&q={query}&st={daysback} |
Provides a list of titles with series that update weekly |
uNoGS pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA | $25 / month | — |
|
| MEGA | $50 / month | — |
|