GET Welcome Centers API Documentation
Returns all welcome centers.
Request Information
https://nc.prod.traveliq.co/api/v2/get/welcomecenter
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| key |
Developer Key |
string |
Required |
| format |
Valid values are 'xml' or 'json', default 'json'. |
string |
Optional |
Response Information
Resource Description
| Name | Description | Type |
|---|---|---|
| Id |
A unique identifier. |
integer |
| Latitude |
The latitude describing the location. Format: double between -90 and 90. |
double |
| Longitude |
The longitude describing the location. Format: double between -180 and 180. |
double |
| Name |
Name of the item. |
string |
| Description |
The description of the item. |
string |
| County |
The county name |
string |
| Highway |
The highway name |
string |
| Phone |
Phone number. |
string |
| Status |
Status of welcome center (e.g., open). |
string |
| Accommodations |
Lists the available accommodations. |
string |
| CarParking |
Total number of car parking |
string |
| CarTrailerParking |
Total number of car trailer parking |
string |
| TruckParking |
Total number of truck parking |
string |
| AdditionalInformation |
Additional information for welcome centers |
string |
| Image |
Image of welcome center |
string |
| Information |
Information for welcome centers |
string |
| Seasonal |
Seasonal information for welcome centers |
string |
Response Formats
[
{
"Id": 1829,
"Latitude": 35.234722,
"Longitude": -82.204167,
"Name": "Polk County I-26",
"Description": "At Milepost 36 South of Columbus on I-26.",
"County": "Polk",
"Highway": "I-26",
"Phone": "(828)631-0272",
"Status": "No Status Available",
"Accommodations": "Family Restrooms, Grilling Areas, Handicapped Accessible Restrooms, Picnic Areas, Recycling, Restrooms, Trash Bins, Vending Machines, Water Fountains",
"CarParking": "41",
"CarTrailerParking": "5",
"TruckParking": "7",
"AdditionalInformation": "The DriveNC website is part of a statewide travel information service which provides reliable traffic, weather and transit information to travelers to reduce congestion, and improve safety and mobility in North Carolina. Using real-time traffic data from various sources throughout the state, we are able to provide current information to commuters, travelers and commercial carriers so they can make informed decisions regarding their next drive to work, trip or delivery. By providing this information to travelers, DriveNC helps to keep traffic moving.",
"Image": "https://www.ncdot.gov/Style Library/Bing Maps/assets/travel_restarea_centers/polk.jpg",
"Information": "This facility was opened in 1979 and was renovated in 2005.",
"Seasonal": ""
}
]
<WelcomeCenterList>
<WelcomeCenter>
<Id>1829</Id>
<Latitude>35.234722</Latitude>
<Longitude>-82.204167</Longitude>
<Name>Polk County I-26</Name>
<Description>At Milepost 36 South of Columbus on I-26.</Description>
<County>Polk</County>
<Highway>I-26</Highway>
<Phone>(828)631-0272</Phone>
<Status>No Status Available</Status>
<Accommodations>Family Restrooms, Grilling Areas, Handicapped Accessible Restrooms, Picnic Areas, Recycling, Restrooms, Trash Bins, Vending Machines, Water Fountains</Accommodations>
<CarParking>41</CarParking>
<CarTrailerParking>5</CarTrailerParking>
<TruckParking>7</TruckParking>
<AdditionalInformation>The DriveNC website is part of a statewide travel information service which provides reliable traffic, weather and transit information to travelers to reduce congestion, and improve safety and mobility in North Carolina. Using real-time traffic data from various sources throughout the state, we are able to provide current information to commuters, travelers and commercial carriers so they can make informed decisions regarding their next drive to work, trip or delivery. By providing this information to travelers, DriveNC helps to keep traffic moving.</AdditionalInformation>
<Image>https://www.ncdot.gov/Style Library/Bing Maps/assets/travel_restarea_centers/polk.jpg</Image>
<Information>This facility was opened in 1979 and was renovated in 2005.</Information>
<Seasonal/>
</WelcomeCenter>
</WelcomeCenterList>