Get the user’s location at a specific point in time.

Returns a locations readings
GET https://api.humanapi.co/v1/human/locations

Response Properties

PropertyTypeDescription
idStringThe id of the resource.
userIdString[deprecated - use humanId]
humanIdStringUnique user identifier
startTimeDateThe start time of the activity in UTC time
endTimeDateThe end time of the activity in UTC time
tzOffsetStringThe offset from UTC time in +/-hh:mm (e.g. -04:00)
nameStringThe name of the place
sourceStringThe source service for the measurement, where it was created
createdAtDateThe time the measurement was created on the Human API server
locationObjectThe coordinate point with a lat/lon value
updatedAtDateThe time the measurement was updated on the Human API server

Location Object

PropertyTypeDescription
lonNumberLongitude
latNumberLatitude
Language
Click Try It! to start a request and see the response here!