Types

Google Mobility Record

mobility_record

Google’s mobility data for a location on a given day

type

object

properties

  • date

Date of record in YYYY-MM-DD format

type

string

  • retail_recreation

Retail and recreation data

type

integer

  • grocery_pharmacy

Grocery and pharmacy data

type

integer

  • parks

Park data

type

integer

  • transit_stations

Transit station data

type

integer

  • workplaces

Workplace data

type

integer

  • residential

residential data

type

integer

  • href

URL for this record

type

string

  • id

identification number for this record

type

integer

Google Mobility Location

mobility_location

Google’s mobility data for a location

type

object

properties

  • region_code

region code, for example “US”

type

string

  • region

name of region, for example “United States”

type

string

  • subregion1

Subregion 1, for example “Virginia”

type

string

  • subregion2

Subregion 2, for example “New Kent County”

type

string

  • iso3166_2_code

ISO 3166 2 code, for example “IN-DL”

type

string

  • census_fips_code

Census FIPS code, for example 51127

type

integer

  • geometry

Information about the location’s location.

type

object

properties

  • centroid

A point associated with the location

Point

  • bounds

A bounding box associated with the location

MultiPolygon

  • records

type

object

properties

  • records

type

array

items

Google Mobility Record

  • href

URL for this location

type

string

  • id

identification number for this location

type

integer

Google Mobility Locations

mobility_locations

An array of known locations

type

object

properties

  • locations

The list of locations

type

array

items

Google Mobility Location

  • href

URL for locations

type

string

Mortality Locations

mortality_locations

An array of known locations

type

object

properties

  • locations

The list of locations

type

array

items

Mortality Location Records

  • href

URL for locations

type

string

Mortality Location Records

mortality_location

Case numbers for a known location over time

type

object

properties

  • name

Name of location

type

string

  • Country

Country of location

type

string

  • population

Population

type

integer

  • geometry

Information about the location’s location.

Point

  • records

type

object

properties

  • records

type

array

items

Mortality Record

  • href

URL for this location

type

string

  • id

identification number for this location

type

integer

Mortality Record

mortality_record

A mortality record for a day

type

object

properties

  • date

Date of record in YYYY-MM-DD format

type

string

  • cases

The number of documented cases

type

integer

  • deaths

The number of documented deaths

type

integer

  • href

URL for this record

type

string

  • id

identification number for this record

type

integer

Mortality Metadata

mortality_metadata

Mortality metadata

type

object

properties

  • earliest

Date of first record in YYYY-MM-DD format

type

string

  • latest

Date of last record in YYYY-MM-DD format

type

string

  • records

The total number of records

type

integer

  • locations

The computed totals in the data set

type

array

items

type

object

properties

  • date

Date in YYYY-MM-DD format

type

string

  • cases

Number of documented cases

type

integer

  • deaths

Number of documented deaths

type

integer

Point

point

A Point

type

array

items

A longitude/latitude pair

type

integer

Polygon

polygon

A polygon.

type

array

items

Point

MultiPolygon

multipolygon

A multipolygon is an array of polygons.

type

array

items

Polygon