Muncie Events API

The Muncie Events API can be used as a way for your application to read from and write to the MuncieEvents.com event database. If your application would benefit from a new endpoint being added, feel free to contact us at admin@muncieevents.com or open a new issue on GitHub and request additional development.

Starting Out

  1. Register and log in
  2. Get an API key
  3. Read the docs

Notes

Pagination

Results are limited to 50 per page. API responses include a links object with the URLs used to request the first, last, prev, and next pages.

Moderation

Only events that have been approved by a Muncie Events moderator will appear in API call results.

Rate Limit

There is not currently a limit to the rate of allowed requests to the API. If one is implemented in the future, API users will receive an email notifying them in advance.

Format

This API uses the JSON API v1.0 specification.

Problems

If you have any questions or find any errors, contact us at admin@muncieevents.com or open a new issue on GitHub.