Crime Data By ZipCode API

FREEMIUM
Durch Zyla Labs | Aktualisiert 2 months ago | Data
Popularität

9.5 / 10

Latenz

3,965ms

Service Level

100%

Health Check

N/A

Zurück zu allen Diskussionen

R request failed with HTTP status code 503

Rapid account: Biddsa
Biddsa
8 months ago

queryString <- list(zip = zip_codes[1])

        # Send GET request to retrieve crime data
        response <- GET(url, add_headers("X-RapidAPI-Key" = API_Key, "X-RapidAPI-Host" = API_Host), query = queryString)
        
        # Check for any errors in the response
        warn_for_status(response)

Nehmen Sie an der Diskussion teil - fügen Sie unten einen Kommentar hinzu:

Anmelden / Registrieren, um neue Kommentare zu veröffentlichen