Get RSS

To get the data in the specified collection. If no parameters are passed, it lists all of them. Otherwise, it lists the documents in the collection matching the specified parameters:

Method : GET

URL : /api/rss

Response : 200 - OK

{
    "destination": [
        {
            "name": "Kintamani: Bali's Scenic Gem",
            "description": "Explore the scenic gem of Kintamani in Bali. Marvel at Mount Batur's beauty, serene Lake Batur, and captivating volcanic landscapes",
            "slug": "kintamani-balis-scenic-gem",
            "created_at": "2023-10-28T16:04:37.319192+00:00"
        },
        {
            "name": "Bali",
            "description": "Bali is also known as the Land of the Gods with dramatic dances and colorful ceremonies, to its luxurious beach resorts with exciting nightlife and famous for surfers’ paradise.",
            "slug": "bali",
            "created_at": "2023-10-28T16:04:37.319192+00:00"
        },
        {
            "name": "Sanur",
            "description": "The waters of Sanur are protected by a long string of offshore reefs, creating large, warm shallow, safe lagoons that are perfectly clear and excellent for swimming, snorkeling and a whole array of water sports.",
            "slug": "sanur",
            "created_at": "2023-10-28T16:04:37.319192+00:00"
        },
        {
            "name": "Labuan Bajo",
            "description": "Labuan Bajo is on the westernmost tip of the Island of Flores, Indonesia and the home of the Komodo dragons and other fascinating wildlife. It also known as the city of sunset.",
            "slug": "labuan-bajo",
            "created_at": "2023-10-28T16:04:37.319192+00:00"
        },
        {
            "name": "Sumbawa",
            "description": "Situated in West Nusa Tenggara is the remote and tranquil island of Sumbawa. Relatively untouched by the common tourist, the island is renown for its picturesque white sandy beaches, luscious landscapes, beautiful diving destinations and quaint local culture.",
            "slug": "sumbawa",
            "created_at": "2023-10-28T16:04:37.319192+00:00"
        }
    ]
}

Response : 404 - Not Found

Not Found

Response : 500 - Server Error

Internal Server Error