The Organizations API can be used to build your own custom applications from the structured JSON data representing the HackGreenville Organizations.
- Show all organizations
- Filter to only organizations with a certain tag ID
- Tag IDs are as defined by the admins at HackGreenville Labs
- For example, ID 1 is the tag for events related to OpenWorks Coworking.
- For those looking to help develop the Organizations API, the code is located at app-modules/api/src/Http/Controllers/OrgsApiV0Controller.php.
- When viewing the API's response JSON, it's best to use Firefox, or enable the "Pretty Print" option in your browser.