Neighborhoods
Name | Description |
---|---|
id | id |
token | token |
Content-Type: application/json Host: example.org Cookie:
GET api/v1/neighborhoods/13?token=foobar112
token: foobar112
X-Frame-Options: SAMEORIGIN X-XSS-Protection: 1; mode=block X-Content-Type-Options: nosniff X-Download-Options: noopen X-Permitted-Cross-Domain-Policies: none Referrer-Policy: strict-origin-when-cross-origin Access-Control-Allow-Origin: * Access-Control-Allow-Methods: GET,POST,PUT,PATCH,DELETE Access-Control-Allow-Headers: Origin,Accept,Content-Type,X-Requested-With,X-CSRF-Token,X-API-KEY Content-Type: application/json; charset=utf-8 ETag: W/"df96a219ebec343c0adcf715a086912a" Cache-Control: max-age=0, private, must-revalidate X-Request-Id: 958f4960-dd1c-41a6-b75c-9bde4bfdd994 X-Runtime: 0.022441 Content-Length: 556
200 OK
{ "neighborhood": { "id": 13, "name": "Foot Paris 17è", "description": "Pour les passionnés de foot du 17è", "welcome_message": null, "member": false, "members_count": 1, "image_url": null, "interests": [ "sport" ], "ethics": null, "past_outings_count": 0, "future_outings_count": 0, "has_ongoing_outing": false, "address": { "latitude": 48.86, "longitude": 2.35, "street_address": null, "display_address": "" }, "posts": [ ], "user": { "id": 113, "display_name": "John D.", "avatar_url": null }, "members": [ { "id": 113, "display_name": "John D.", "avatar_url": null } ], "future_outings": [ ], "ongoing_outings": [ ] } }