uNoGS Forum
    • Categories
    • Search
    • unogs
    • Register
    • Login
    1. Home
    2. FrankieD
    3. Best
    ad
    F
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 5
    • Best 2
    • Controversial 0
    • Groups 0

    Best posts made by FrankieD

    • RE: Part 2: A simple script to pull information

      @hunterdaver Subtitle and language info is available on the standard browser API described in the first post. The API call when you open a single item looks something like this:

      [["videos",80097003,["availability","synopsis","queue","episodeCount","info","maturity","runtime","seasonCount","releaseYear","userRating","numSeasonsLabel","bookmarkPosition","watched"]]
      

      Add "subtitles" and "audio" to the this list. It used to be there until a few days (weeks?) ago, but for some reason they removed the language info and availability from the detailed info page.

      posted in Netflix API Details
      F
      FrankieD
    • RE: What? Netflix doesn't have an API!

      @jetap Windows Netflix apps use the old-style, formerly-public API using the GET method. Windows 8.1, for example:
      hxxps://api-global.netflix.com/win/2.20/get?method=get&PATH=&format=json&progressive=true&languages=en-EN

      Windows 10 uses a different API version
      hxxps://api-global.netflix.com/win/uwa/6.10?falcor_server=0.1.0&materialize=true&winx_lang=en-GB&method=get&path=PATH
      As far as I can gather, any valid authentication cookie is accepted (doesn't have to be from the Windows app).

      posted in Netflix API Details
      F
      FrankieD