NCI SEER API
RESTful API for the Surveillance, Epidemiology, and End Results (SEER) Program. Supports SEER datasets plus staging APIs for cancer staging (TNM and Collaborative Stage algorithms), enabling developers to embed authoritative incidence, survival, and staging logic into their own systems.
Operations 106
POST
/rest/staging/{algorithm}/{version}/table/{id}/match
Checks whether a set of key/value pairs match any row in a table
#
POST
/rest/staging/{algorithm}/{version}/copy
Copies all schemas and tables to another algorithm/version
#
POST
/rest/rx/{version}/publish
Publish the specified Rx entities into the associated production database
#
POST
/rest/glossary/{version}/publish
Publish the specified glossary items into the associated production database
#
POST
/rest/disease/{version}/publish
Publish the specified disease entities into the associated production database
#
GET
/rest/staging/{algorithm}/{version}/table/{id}/schemas
Return a list of the schemas which use a specific table
#
GET
/rest/staging/{algorithm}/{version}/table/{id}/glossary
Return a matching glossary keywords from the table
#
GET
/rest/staging/{algorithm}/{version}/schema/{id}/tables
Return a list of the tables involved in a specific schema
#
GET
/rest/staging/{algorithm}/{version}/schema/{id}/glossary
Return a matching glossary keywords from the schema
#
GET
/rest/staging/{algorithm}/versions
Return information about all the supported versions of an algorithm
#
GET
/rest/recode/sitegroup/{algorithm}
Return the site group for the site/histology/behavior combination based on a specified algorithm
#
GET
/rest/disease/{version}/same_primary
Indicate whether 2 morphologies (and diagnosis years) represent the same primary
#
GET
/rest/disease/{version}/id/{id}/{year}
Return a single disease with only year-based information for the passed year included
#
GET
/rest/disease/site_categories
Return the complete list of site categories for use in the search API
#
GET
/rest/disease/primary_site/{code}
Return the list of ICDO2/ICDO3 primary sites matching a code
#
DELETE
/rest/rx/versions/delete
Deletes an existing BETA version and all associated glossary entries
#
DELETE
/rest/glossary/versions/delete
Deletes an existing BETA version and all associated glossary entries
#
DELETE
/rest/disease/versions/delete
Deletes an existing BETA version and all associated glossary entries
#