Get helplines for a specific country

Returns an array of crisis helplines for the specified country. The country parameter accepts both full country names and aliases (e.g., "USA", "America" for "United States").

Response Patterns

  • Returns empty array [] if country has no helplines or is unknown
  • Returns 400 error if country parameter is missing
  • Returns 403 error if request origin is not allowed (CORS)
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required

Country name or alias to retrieve helplines for.

Examples:

  • United States
  • USA (alias for United States)
  • America (alias for United States)
  • Canada
  • CAN (alias for Canada)

Country names are case-sensitive and should match exactly as stored in the database.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain