Provider data

Get full provider data

GET https://api.aviowiki.com/airports/{aid}/providers/all

Path Parameters

Name
Type
Description

aid*

String

Aviowiki ID of the airport

Headers

Name
Type
Description

Authorization

String

An API Token using Bearer authorization.

The detailed properties of one returned set item can be found in the Provider documentation.

[
	{
		"name": "RUDY'S INFLIGHT CATERING",
		"website": "http://www.rudysinflight.com",
		"phone": "+1 201 727 1122",
		"outOfHoursPhone": null,
		"email": "[email protected]",
		"streetName": " ",
		"locality": null,
		"municipality": " ",
		"governingDistrict": null,
		"postalCode": " ",
		"country": {
			"iso2": "US",
			"iso3": "USA",
			"isoNumeric": 840,
			"name": "United States",
			"officialName": "United States of America",
			"localIdentifierName": null
		},
		"paymentMethods": null,
		"category": "CATERING",
		"sita": null,
		"aftn": null,
		"vhf": null,
		"featuredOrder": null,
		"logo": null,
		"pictures": [],
		"handlingProvider": null,
		"parent": "APT-KS1J-8E0L",
		"aid": "PRV-ZFIK-5S6M"
	},
	...,
	...,
	...
]

Last updated

Was this helpful?