Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The full API for data consists of a base URL followed by the API and query parameters, in that order. The base URL to access NBIA Advanced REST API data is https://services.cancerimagingarchive.net/nbia-api/services

Note
titleBase URL for URLs to Access NLST Data

To access National Lung Screening Trial (NLST) data, use the following base URL instead: get the authentication token from https://servicesnlst.cancerimagingarchive.net/nlst-api/services//, then use https://services.cancerimagingarchive.net to make REST API calls.


Info
iconfalse
titleNBIA Advanced REST API Query Structure


Code Block
<Token><BaseURL><Resource><QueryEndpoint>?<QueryParameters>


...