{
    "usage": "every CLI option is a GET parameter; hyphens and underscores both work",
    "examples": [
        "/?q=dentist+Houston&type=dentist&max-reviews=25&format=json",
        "/?nearby=1&type=dentist,dental_clinic&area=Houston,+TX&cells=4&format=csv",
        "/?q=dentist&bbox=29.5,-95.9,30.1,-95.0&cells=4&dry-run=1",
        "/?list-types=1"
    ],
    "parameters": {
        "query": [
            "q",
            "query",
            "format",
            "token"
        ],
        "values": [
            "max",
            "max-pages",
            "lat",
            "lng",
            "radius",
            "language",
            "region",
            "type",
            "rank",
            "cell",
            "cells",
            "bbox",
            "area",
            "min-score",
            "min-reviews",
            "max-reviews",
            "min-rating"
        ],
        "flags": [
            "open-now",
            "grid",
            "dry-run",
            "enrich",
            "strict-type",
            "nearby",
            "no-website-only",
            "new-only",
            "list-types",
            "quiet"
        ],
        "repeatable": [
            "place-id"
        ],
        "blocked": [
            "out",
            "json",
            "queries-file",
            "api-key"
        ],
        "format": [
            "json",
            "csv",
            "table"
        ]
    }
}
