Skip to content

Getting NVIDIA API URL

Kosyne edited this page Sep 28, 2020 · 1 revision

To get the API URL, you'll want to do something similar to the following:

  1. Navigate to the NVIDIA product page in the region of your choice
  2. Press F12, this should open developer tools in either chrome or firefox.
  3. Click on the 'Network' tab on the developer tools.
  4. Refresh the page, while watching the 'Network' tab.
  5. Search for api-prod in one of the items that appears in that tab. (You can use the 'Filter URLs' feature to narrow your search. Clicking the 'XHR' option can also narrow things down.)
  6. Once you see the correct one labeled 'api-prod', you can copy the URL from that.

Picture for example: image

Clone this wiki locally