Embassy

BasicStartupBusiness
Name Type Description
name String Embassy name
location.country String country slug
location.city String city slug
location.address String Full address (including street, city, region & country)
location.coordinates.latitude double Latitude coordinate
location.coordinates.longitude String Longitude coordinate
phones String[] Phones in international format
faxes String[] Faxes in international format
emails String[] Email
website.url String Website link
{
  "name": "Embassy of Spain in France",
  "location": {
    "country": "france",
    "city": "paris",
    "address": "22 Avenue Marceau, 75008 Paris, France",
    "coordinates": {
      "latitude": 48.8665086,
      "longitude": 2.3004405
    }
  },
  "phones": [
    "+33 1 44 43 18 00"
  ],
  "faxes": [
    "+33 1 47 23 59 55"
  ],
  "emails": [
    "emb.paris@@maec.es"
  ],
  "website": {
    "url": "http://www.exteriores.gob.es/embajadas/paris"
  }
}