// request reference
Google Contributor Reviews parameters
Send query parameters with GET /api/google/contributor-reviews. Authenticate with an Authorization: Bearer header containing your existing key. Keep keys on your server, not in browser code.
The groups below list every request field, including compatibility restrictions. Read the extended reference for detailed types, defaults, parameter combinations and additional examples.
Contributor history
Fetch the public review history for one Google Maps contributor.
contributor_idThe 10 to 32 digit ID from a Google Maps contributor URL.
Example / input hint: 109736708296406538146
limitReturn 1 through Google’s anonymous maximum of 200 reviews.
Example / input hint: 200
hlReview and interface language such as en, en-US, or fr.
Example / input hint: en
glTwo-letter country localization.
Example / input hint: us
// response
Work with the complete JSON response
Response groups include contributor, reviews, search_information. Groups and fields depend on the upstream result.
The SDK examples use raise_for_error() or raiseForError() so API errors are not mistaken for successful results.