About this endpoint
What it does
Generates fake street addresses and returns them as plain strings in a JSON object. You can control how many addresses are returned with the count query parameter.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| count | Integer | No | Number of fake street addresses to generate. Minimum: 1. Maximum: 50. Default: 1. |
Response
Returns a JSON object with a data array of strings and a count integer. The data field contains the generated fake street addresses, and count indicates how many were returned.
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| data | String Array | Yes | Array of generated fake street address strings. |
| count | Integer | Yes | Number of addresses returned. |