This repository contains the official documentation for the Evento API, built with Mintlify. The Evento API provides access to public event data from the Evento platform.
Visit the live documentation at: https://docs.evento.so
The Evento API is a simple REST API that allows you to:
- Retrieve Public Events: Get all public events associated with a specific username
- Access Event Details: Complete event information including dates, location, and creator details
- Simple Authentication: Header-based API key authentication
- Single Endpoint: One simple GET endpoint for all public events
- Rich Data Structure: Comprehensive event details with multiple date formats
- Creator Information: Event creator details including verification status
- No Rate Limiting: Currently no limits on API usage
- JSON Responses: Clean, structured data format
- Node.js 18 or higher
- npm or yarn
-
Clone this repository:
git clone https://github.com/evento/api-docs.git cd api-docs -
Install the Mintlify CLI:
npm i -g mintlify
-
Start the development server:
mintlify dev
-
Open http://localhost:3000 to view the documentation locally.
evento-docs/
├── api-reference/
│ └── get.mdx # API endpoint documentation
├── images/
│ └── logo.svg # Evento logo
├── index.mdx # Introduction page
├── docs.json # Mintlify configuration
└── README.md # This file
- Content: Edit
.mdxfiles in the root andapi-reference/directories - Navigation: Update
docs.jsonto modify the site structure - Styling: Customize colors and branding in
docs.json
This documentation makes extensive use of Mintlify's component library:
- Cards & CardGroups: Feature highlights and navigation
- Callouts: Info, Warning, Note, Tip messages
- Accordions: Collapsible content sections
- Code Groups: Multi-language code examples
- Response Fields: API response documentation
- Param Fields: API parameter documentation
To use the Evento API, you need an API key. Contact our team to get started:
- API overview and introduction
- Authentication guide
- HTTP status codes
- Quick start examples
- Detailed endpoint documentation
- Request/response examples
- Error handling
- Code samples in multiple languages
We welcome contributions to improve the documentation! Here's how you can help:
- Fork this repository
- Create a feature branch (
git checkout -b feature/amazing-improvement) - Make your changes
- Test locally with
mintlify dev - Commit your changes (
git commit -m 'Add amazing improvement') - Push to the branch (
git push origin feature/amazing-improvement) - Open a Pull Request
- Use clear, concise language
- Include code examples where helpful
- Follow the existing component patterns
- Test all links and references
- Ensure mobile responsiveness
Need help with the API or documentation?
- Technical Support: Schedule a call
- API Access: Get your API key
- Issues: Open an issue in this repository
- Evento Platform: evento.so
- API Documentation: docs.evento.so
- Mintlify: mintlify.com
This documentation is licensed under the MIT License. See LICENSE for details.
Built with ❤️ by the Evento team using Mintlify