Click here for a complete list of routes.
/digimag
GET /digimag
This request returns the list of useful Digimag (LION magazine) URIs in the neighborhood of this multi district.
The following is a sample HTTP GET request and response. The placeholders
shown need to be replaced with actual values.
Request example
GET /v2/digimag HTTP/1.1 Host: api.lionsclubs.ch
Response example
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{
"success": true,
"digimag": [
{
"flag": "Switzerland",
"name": "Switzerland/Liechtenstein",
"uri": "..."
},
{
"flag": "France",
"name": "France",
"uri": "..."
}
]
}