NSNItem

NSNItemController is used to gather information pertaining to a particular NSN. You can pull the full NSN data (which may be a large subset of data), or pull just the parts that you need.

APIDescription
GET api/NSNItem/{id}/FLIS

Get the FLIS Header data for a given NSN.

GET api/NSNItem/{id}/Story

Get the story data for a given NSN. The story is recompiled nightly.

GET api/NSNItem/{id}/Cancelled

Get the cancelled data for a given NSN.

GET api/NSNItem/{id}/MCRL

Get the MCRL part number and manufacturer data for a given NSN.

GET api/NSNItem/{id}/WeaponSystem

Get the weapon system data for a given NSN.

GET api/NSNItem/{id}/ProH

Get the procurement history data for a given NSN.

GET api/NSNItem/{id}/SupplySummary

Get the supply summary data for a given NSN.

GET api/NSNItem/{id}/DemandSummary

Get the ISO Group Demand summary data for a given NSN.

GET api/NSNItem/{id}/PriceTrends

Get the price trend data for a given NSN.

GET api/NSNItem/{id}/GraphDemandSummary

Get the summary ISO Group and US Gov Demand data for a given NSN. This data can be used for creating graphs.

GET api/NSNItem/{id}/GraphForecastSummary

Get the summary US Gov forecast data for a given NSN. This data can be used for creating graphs.

GET api/NSNItem/{id}/LookupNSN

Get the NSN(s) for a given input.

GET api/NSNItem/{id}/AvailabilityIndex

Get the ISO Group Availability Index for a given NSN.

GET api/NSNItem/{id}/RiskIndex

Get the ISO Group Risk Index for a given NSN.

GET api/NSNItem/{id}

Get the full available data for a given NSN.

Category

CategoryController is used to gather information pertaining to Categories.

APIDescription
GET api/Category/{id}/FSC

Get the FSCs that belong to a Category.

GET api/Category

No documentation available.

GET api/Category/{id}

Get a Category.

Auth

Authentication and tokenization for client applications.

APIDescription
GET api/Auth?appId={appId}&secret={secret}

Authenticates an application and provides a token.

FSG

FSGController is used to gather information pertaining to FSGs.

APIDescription
GET api/FSG/{id}/FSC

Get the FSCs that belong to a FSG.

GET api/FSG

No documentation available.

GET api/FSG/{id}

Get a FSG.

WeaponSystem

APIDescription
GET api/WeaponSystem/{id}/DemandByYear

No documentation available.

FSC

CategoryController is used to gather information pertaining to Categories.

APIDescription
GET api/FSC

No documentation available.

GET api/FSC/{id}

Get a FSC.