GET api/CAGE/{id}/INFO
Get the CAGE Info Header data for a given CAGE.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
CAGE. ex) 3EM17 |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
CAGE_Info| Name | Description | Type | Additional information |
|---|---|---|---|
| CAGE | string |
Matching regular expression pattern: ^[A-Za-z0-9]{5}$ String length: inclusive between 0 and 5 |
|
| Status | character |
None. |
|
| Status_Description | string |
None. |
|
| Status_Short | string |
None. |
|
| Type | character |
None. |
|
| Type_Description | string |
None. |
|
| Type_Short | string |
None. |
|
| Bus_Type | character |
None. |
|
| Bus_Type_Description | string |
None. |
|
| Name | string |
None. |
|
| Name2 | string |
None. |
|
| Address1 | string |
None. |
|
| Address2 | string |
None. |
|
| POBox | string |
None. |
|
| City | string |
None. |
|
| State | string |
None. |
|
| Zip | string |
None. |
|
| Country | string |
None. |
|
| Phone | string |
None. |
|
| Fax | string |
None. |
|
| Bus_Size | character |
None. |
|
| Bus_Size_Description | string |
None. |
|
| Primary_Bus | character |
None. |
|
| Primary_Bus_Description | string |
None. |
|
| Woman_Owned | character |
None. |
|
| Replacement_Cage | string |
None. |
|
| Designator | string |
None. |
|
| Association_Cage | string |
None. |
|
| Affiliation_Code | string |
None. |
|
| Affiliation_Code_Description | string |
None. |
|
| Updated | date |
None. |
|
| Cage_Url | string |
None. |
|
| Parts_US | integer |
None. |
|
| Parts_Nato | integer |
None. |
|
| NIINs_US | integer |
None. |
|
| NIINs_NATO | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"cage": "sample string 1",
"status": "A",
"status_Description": "sample string 2",
"status_Short": "sample string 3",
"type": "A",
"type_Description": "sample string 4",
"type_Short": "sample string 5",
"bus_Type": "A",
"bus_Type_Description": "sample string 6",
"name": "sample string 7",
"name2": "sample string 8",
"address1": "sample string 9",
"address2": "sample string 10",
"poBox": "sample string 11",
"city": "sample string 12",
"state": "sample string 13",
"zip": "sample string 14",
"country": "sample string 15",
"phone": "sample string 16",
"fax": "sample string 17",
"bus_Size": "A",
"bus_Size_Description": "sample string 18",
"primary_Bus": "A",
"primary_Bus_Description": "sample string 19",
"woman_Owned": "A",
"replacement_Cage": "sample string 20",
"designator": "sample string 21",
"association_Cage": "sample string 22",
"affiliation_Code": "sample string 23",
"affiliation_Code_Description": "sample string 24",
"updated": "2025-11-30T07:01:11.200553-05:00",
"cage_Url": "sample string 25",
"parts_US": 26,
"parts_Nato": 27,
"niiNs_US": 28,
"niiNs_NATO": 29
}
application/xml, text/xml
Sample:
<CAGE_Info xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ISOWebAPI.Models"> <Address1>sample string 9</Address1> <Address2>sample string 10</Address2> <Affiliation_Code>sample string 23</Affiliation_Code> <Affiliation_Code_Description>sample string 24</Affiliation_Code_Description> <Association_Cage>sample string 22</Association_Cage> <Bus_Size>65</Bus_Size> <Bus_Size_Description>sample string 18</Bus_Size_Description> <Bus_Type>65</Bus_Type> <Bus_Type_Description>sample string 6</Bus_Type_Description> <CAGE>sample string 1</CAGE> <Cage_Url>sample string 25</Cage_Url> <City>sample string 12</City> <Country>sample string 15</Country> <Designator>sample string 21</Designator> <Fax>sample string 17</Fax> <NIINs_NATO>29</NIINs_NATO> <NIINs_US>28</NIINs_US> <Name>sample string 7</Name> <Name2>sample string 8</Name2> <POBox>sample string 11</POBox> <Parts_Nato>27</Parts_Nato> <Parts_US>26</Parts_US> <Phone>sample string 16</Phone> <Primary_Bus>65</Primary_Bus> <Primary_Bus_Description>sample string 19</Primary_Bus_Description> <Replacement_Cage>sample string 20</Replacement_Cage> <State>sample string 13</State> <Status>65</Status> <Status_Description>sample string 2</Status_Description> <Status_Short>sample string 3</Status_Short> <Type>65</Type> <Type_Description>sample string 4</Type_Description> <Type_Short>sample string 5</Type_Short> <Updated>2025-11-30T07:01:11.200553-05:00</Updated> <Woman_Owned>65</Woman_Owned> <Zip>sample string 14</Zip> </CAGE_Info>