A stable, unique, Railway-provided identifier, always prefixed with loc_.
name
string
The name of the location. Ex: Acme Urgent Care Center.
address
object
address.street_line1
string
Street address or PO box.
address.street_line2
string|null
Apartment, suite, unit, or building.
address.city
string
City, district, suburb, town, or village.
address.state
string
The two-letter state code.
address.postal_code
string
The postal code or zip code.
coordinates
object|null
coordinates.latitude
number
The latitude (in degrees).
coordinates.longitude
number
The longitude (in degrees).
phone_number
string
The location's phone number in E.164 format.
fax_number
string
The location's fax number.
types
string[]|null
(Future field) A list of the type of facilities that are present at this location. Ex: Urgent, Hospital Care, etc. We currently just return null for this field.
created_at
datetime
ISO 8601 timestamp of when the location was created.
updated_at
datetime
ISO 8601 timestamp of when the location was last updated.