-
Notifications
You must be signed in to change notification settings - Fork 5
4) API Documentation
SHADIL AM edited this page Jul 20, 2025
·
1 revision
The Nearby Hostels API provides endpoints to interact with the system’s backend. Below is a detailed breakdown of the available endpoints.
Fetch all active hostels along with ratings and images.
Example Response:
[
{
"id": 1,
"name": "Backpacker Haven",
"location": "City Center",
"ratings": 4.5,
"description": "A friendly, budget-friendly hostel for solo travelers."
}
]