Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Address Data

Generate realistic address components and geographic data.

Street Address

street_address

Generates a full street address:

{"fake": ["street_address"]}

street_name

Generates just the street name:

{"fake": ["street_name"]}

street_suffix

Generates a street suffix (Street, Avenue, Lane, etc.):

{"fake": ["street_suffix"]}

City and State

city / city_name

Generates a city name:

{"fake": ["city"]}
{"fake": ["city_name"]}

state_name

Generates a US state name:

{"fake": ["state_name"]}

state_abbr

Generates a US state abbreviation:

{"fake": ["state_abbr"]}

Country

country_name

Generates a country name:

{"fake": ["country_name"]}

country_code

Generates a country code:

{"fake": ["country_code"]}

Postal Codes

zip_code / zip

Generates a US ZIP code:

{"fake": ["zip_code"]}
{"fake": ["zip"]}

post_code / postcode / postal_code

Generates a postal code:

{"fake": ["post_code"]}
{"fake": ["postcode"]}
{"fake": ["postal_code"]}

Geographic Coordinates

latitude

Generates a latitude value (-90 to 90):

{"fake": ["latitude"]}

longitude

Generates a longitude value (-180 to 180):

{"fake": ["longitude"]}

Complete Address