Discover/lamomeplage.com API
live

lamomeplage.com APIlamomeplage.com

Access page content, menu details, and site structure for La Môme Plage, a Mediterranean beach restaurant in Cannes, via 2 REST endpoints.

Endpoints
2
Updated
3h ago
Try it

No input parameters required.

api.parse.bot/scraper/6f03b333-85d7-4455-acaa-7a732313af57/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/6f03b333-85d7-4455-acaa-7a732313af57/list_pages' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalclick to expand

Lists all published pages on the site, providing the navigation menu structure with page titles, slugs, links, and modification dates.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "pages": "array of page summary objects with id, title, slug, link, date, modified",
    "total": "integer"
  },
  "sample": {
    "pages": [
      {
        "id": 10369,
        "date": "2024-12-09T10:35:07",
        "link": "https://www.lamomeplage.com/les-restaurants/",
        "slug": "les-restaurants",
        "title": "Les Restaurants",
        "modified": "2026-04-22T15:42:46"
      },
      {
        "id": 4894,
        "date": "2022-04-05T13:55:08",
        "link": "https://www.lamomeplage.com/nos-cartes/",
        "slug": "nos-cartes",
        "title": "Nos Cartes",
        "modified": "2026-05-27T09:36:14"
      }
    ],
    "total": 9
  }
}

About the lamomeplage.com API

The La Môme Plage API provides structured access to content from the Cannes Mediterranean beach restaurant's website through 2 endpoints. Use list_pages to retrieve the full site navigation with slugs, titles, and modification dates, or call get_page_content by page ID or slug to extract text content, images, and links from any published page — including the menu (nos-cartes), private dining, and restaurant history pages.

Site Structure and Navigation

The list_pages endpoint returns an array of all published pages on the La Môme Plage site. Each page summary object includes a numeric id, title, slug, link, date, and modified timestamp. A total integer tells you how many pages exist. This is useful for discovering available slugs before fetching individual page content.

Page Content Retrieval

The get_page_content endpoint accepts either a slug (e.g., nos-cartes, accueil, les-restaurants, notre-histoire, diners-prives-evenem) or a numeric page_id (e.g., 4894 for Nos Cartes, 9869 for Accueil). If both parameters are supplied, page_id takes precedence. The response includes the page title, slug, link, date, modified, a text_content string with all visible text from the page, an images array of objects with src and alt fields, and a links array of objects with text and url fields.

Coverage Notes

Content is limited to published WordPress pages on the site. The API covers static and editorial content such as menu descriptions, restaurant history, private event details, and location information. Dynamic or transactional data — such as online reservations or real-time availability — is not part of the page content structure.

Common use cases
  • Extract full menu text from the nos-cartes page to display La Môme Plage's offerings in a travel guide app.
  • Build a restaurant profile card using title, text_content, and images from the accueil or notre-histoire pages.
  • Enumerate all site pages with list_pages to map the restaurant's content structure and detect new pages as the site updates.
  • Retrieve private dining and events page content to surface venue hire details for event-planning platforms.
  • Pull images arrays from restaurant pages to populate a photo gallery component with src and alt attributes.
  • Monitor modified timestamps via list_pages to detect when menu or contact information has been updated.
  • Aggregate restaurant descriptions and location details for a Cannes dining directory or travel itinerary service.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does La Môme Plage have an official developer API?+
La Môme Plage does not publish an official developer API. The site runs on WordPress, and this Parse API exposes structured page data from that platform.
What does `get_page_content` return, and how do I target a specific page?+
The endpoint returns id, title, slug, link, date, modified, text_content (all visible text from the page), an images array (each item has src and alt), and a links array (each item has text and url). You can target a page using either its slug (e.g., nos-cartes) or its numeric page_id (e.g., 4894). If both are provided, page_id takes precedence.
Does the API return reservation availability or booking data?+
No. The API covers static page content — menu descriptions, restaurant history, event details, and images. Reservation availability and booking functionality are not exposed through any current endpoint. You can fork this API on Parse and revise it to add an endpoint targeting any reservation widget data that may exist on the site.
Is there pagination support when listing pages?+
list_pages returns all published pages in a single response along with a total integer. There are no pagination parameters — the full page list is returned at once. If the site's page count grows significantly, response size may increase accordingly.
Does the API expose contact details like address or phone number?+
Contact details such as address or phone number are not returned as dedicated structured fields. They may appear within the text_content string of relevant pages (such as accueil or les-restaurants) if that text is published on those pages. You can fork the API on Parse and revise it to parse and surface those fields explicitly from text_content.
Page content last updated . Spec covers 2 endpoints from lamomeplage.com.
Related APIs in Food DiningSee all →
opentable.com API
Search for restaurants across the US with ratings, reviews, photos, and pricing information, plus get real-time availability and autocomplete suggestions as you type. Check reservation openings and explore detailed restaurant features to find and book your perfect dining experience.
fdc.nal.usda.gov API
Search across thousands of foods to get detailed nutritional information, serving sizes, and ingredient data from USDA's comprehensive food database. Find nutrition facts for branded products, legacy foods, and foundation foods all in one place.
resy.com API
Search for restaurants across cities and check real-time availability to find open reservation slots on Resy. Discover trending and top-rated venues with detailed information about dining options, menus, and available time slots across selected dates.
guide.michelin.com API
guide.michelin.com API
woolworths.com.au API
Search and browse Woolworths supermarket products with detailed information including nutritional content, current pricing, and special offers. Get autocomplete suggestions while shopping, explore products by category, and access real-time data on what's available and on sale.
postmates.com API
Browse and search Postmates restaurants to discover menus, items, and detailed restaurant information all in one place. Get category suggestions, view complete menus, and access specific item details to find exactly what you're looking for.
ah.nl API
Search Albert Heijn products, browse categories, view weekly bonus offers, and fetch detailed product information including nutrition and supplier contact details.
tasty.co API
Search and discover Tasty.co recipes by ingredients or cuisine, then access detailed cooking instructions, ingredient lists, and video guides for each dish. Browse popular recipes and get pro cooking tips to perfect your meals.