The Eventos Urbanos API allows you to create, read, update, and delete urban event records in the Cinefinder system.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/Gabo-gutierrez/Cinefinder/llms.txt
Use this file to discover all available pages before exploring further.
Get All Urban Events
Response
Array of urban event objects
Response Example
Get Urban Event by Title
Path Parameters
The title of the urban event to retrieve
Response
Unique identifier for the urban event
Title of the urban event
Description of the urban event
Date of the event in ISO format
Location where the event takes place
ID of the category this event belongs to
Response Example
Create Urban Event
Request Body
Title of the urban event
Description of the urban event
Date of the event in ISO format (e.g., “2026-07-20T00:00:00.000+00:00”)
Location where the event takes place
ID of the category this event belongs to
Response
Returns the created urban event object with HTTP status 201 (Created).Unique identifier for the newly created urban event
Title of the urban event
Description of the urban event
Date of the event in ISO format
Location where the event takes place
ID of the category this event belongs to
Response Example
Update Urban Event
Path Parameters
The unique identifier of the urban event to update
Request Body
Title of the urban event
Description of the urban event
Date of the event in ISO format
Location where the event takes place
ID of the category this event belongs to
Response
Returns the updated urban event object.Unique identifier for the urban event
Title of the urban event
Description of the urban event
Date of the event in ISO format
Location where the event takes place
ID of the category this event belongs to
Delete Urban Event
Path Parameters
The unique identifier of the urban event to delete
Response
Response type, always “Success”
HTTP status code (200)
Success message with the deleted event ID
Request URI that was called
Timestamp of the operation