{"note":"OpenAPI conversion -- returning structured metadata","name":"greenpeace-org","description":"Greenwire Public API","version":"1.0.0","base_url":"https://greenwire.greenpeace.org/api/public","endpoints":6,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Greenwire Public API\n@base https://greenwire.greenpeace.org/api/public\n@version 1.0.0\n@endpoints 6\n@toc volunteers(2), groups(2), events(2)\n\n@group volunteers\n@endpoint GET /volunteers\n@desc Gets an array of `Volunteer` object. Mandatory query param of **domain** determines the site / country the volunteers are from.\n@required {domain: any # the site the users are registered on, example: netherlands}\n@optional {limit: any # the number of desired records. Default is 5., must_have_default_avatar: any # 1 or 0. filter on people that have the default avatar or not.}\n@returns(200) Successful response\n\n@endpoint GET /volunteers/{UUID}\n@desc Get one specific `Volunteer` object by specifying its UUID in the url path.\n@required {UUID: any}\n@returns(200) Successful response\n@errors {400: Not found}\n\n@endgroup\n\n@group groups\n@endpoint GET /groups\n@desc Gets an array of `Group` object. Mandatory query param of **domain** determines the site / country the group belongs to.\n@required {domain: any # the site the groups belongs to, example: netherlands}\n@optional {limit: any # the number of desired records}\n@returns(200) Successful response\n\n@endpoint GET /groups/{UUID}\n@desc Get one `Group` object by specifying its UUID in the url path.\n@required {UUID: any}\n@returns(200) Successful response\n@errors {400: Not found}\n\n@endgroup\n\n@group events\n@endpoint GET /events\n@desc Return the upcoming events (e.g. start date >= today). Gets an array of `Event` object. Mandatory query param of **domain** determines the site / country the event belongs to.\n@required {domain: any # the site the groups belongs to, example: netherlands}\n@optional {limit: any # the number of desired records}\n@returns(200) Successful response\n\n@endpoint GET /events/{UUID}\n@desc Get one `Event` object by specifying its UUID in the url path.\n@required {UUID: any}\n@returns(200) Successful response\n@errors {400: Not found}\n\n@endgroup\n\n@end\n"}