emc company api
Provides contact information on companies on emc
URL - endpoint
https://apim.medicines.org.uk/public_api/v1/companies
Metadata returned
- Id (company id)
- Name (company name)
- Address1
- Address2
- Address3
- Address4
- Town
- County
- Postcode
- Contact Options
- Key (Contact Type, e.g. Telephone, email, etc)
- Value (Telephone number, email address etc)
- Logo (file name of company logo)
Settings
query parameters
- limit (the maximum number of results that will be returned)
- offset (this is used to exclude from a response the first N results from being returned)
Request/Response Formats
Request options
GET
Response formats
JSON, XML
example
{
"Id": 3216,
"Name": "AbbVie Ltd",
"Address1": "AbbVie House",
"Address2": "Vanwall Business Park",
"Address3": "Vanwall Road",
"Address4": "",
"Town": "Maidenhead",
"County": "Berkshire",
"Postcode": "SL6 4UB",
"Country": "UK",
"ContactOptions": [
{
"Key": "Telephone",
"Value": "+44 (0)1628 561 090"
},
{
"Key": "Medical Information e-mail",
"Value": "ukmedinfo@abbvie.com"
},
{
"Key": "WWW",
"Value": "www.abbvie.co.uk"
},
{
"Key": "WWW",
"Value": "www.abbviemedinfo.com"
},
{
"Key": "Stock Availability",
"Value": "(HCP's only) orders.kr@abbvie.com"
},
{
"Key": "Medical Information Direct Line",
"Value": "+44 (0)1628 561 092"
}
],
"Logo": "Logo_3216"
},
Authentication
apiKey