Discover/efarmz.be API
live

efarmz.be APIwww.efarmz.be

Discover all available organic meal boxes from eFarmz.be for any week of the year to plan your weekly grocery delivery. Browse the complete selection of weekly meal box options and find the perfect organic meal plan that fits your dietary needs.

Endpoints
1
Updated
3h ago
Try it
ISO week number (1-53). For example: '23' corresponds to 01/06-07/06 in 2026, '24' to 08/0
4-digit year for the period lookup.
api.parse.bot/scraper/915f9bce-6e61-4654-9f7f-7e32bc0e82a9/<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/915f9bce-6e61-4654-9f7f-7e32bc0e82a9/get_weekly_mealboxes' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 1 totalclick to expand

Get all meal box names available for a given week. The week is specified as an ISO week number. Returns both cooking boxes ('à cuisiner') and reheat boxes ('à réchauffer') available for that week.

Input
ParamTypeDescription
weekrequiredstringISO week number (1-53). For example: '23' corresponds to 01/06-07/06 in 2026, '24' to 08/06-14/06, etc.
yearstring4-digit year for the period lookup.
Response
{
  "type": "object",
  "fields": {
    "week": "integer",
    "year": "integer",
    "total": "integer - number of meal boxes",
    "period": "string - the YYYYWW period code sent to the site",
    "mealboxes": "array of strings - meal box names"
  },
  "sample": {
    "data": {
      "week": 23,
      "year": 2026,
      "total": 29,
      "period": "202623",
      "mealboxes": [
        "Lahmacun à la viande hachée",
        "Poisson à l'italienne et purée d'asperges",
        "Penne frais aux artichauts",
        "Poêlée d'oeufs aux asperges et croutons",
        "Maxi-spaghettis à la crème de courgette au basilic",
        "Salade de poivrons, haricots blancs et mozzarella",
        "Cordon bleu, salade de concombre et boulgour",
        "Wok de poulet aux tomates cerises",
        "Haché de boeuf à la coréenne et brocoli",
        "Orzo à la puttanesca",
        "Hot dog à la vietnamienne",
        "Soufflé au jambon, salade d'haricots verts",
        "Tagliata de boeuf à l'italienne",
        "Salade de petits pois et oeuf mollet",
        "Gnocchis grillés à la méditerranéenne",
        "Assiette de légumes grillés, jambon cru et chèvre",
        "Riz pilaf d'aubergines au tofu fumé",
        "Spaghetti aux boulettes de viande à l'italienne",
        "Boeuf au parmesan et sauce à l'estragon",
        "Halloumi grillé et salade de blé mondé aux légumes rôtis",
        "Pain de viande à l'italienne (plat à réchauffer)",
        "Orzo aux courgettes et feta (plat à réchauffer)",
        "Curry rouge de légumes et riz basmati (plat à réchauffer)",
        "Moussaka veggie (plat à réchauffer)",
        "Pates au pesto et chipolata (plat à réchauffer)",
        "Vitality Bowl (plat à réchauffer)",
        "Poulet au curry et riz basmati (plat à réchauffer)",
        "Saucisse et stoemp de carotte (plat à réchauffer)",
        "Rigatoni à la méditerranéenne (plat à réchauffer)"
      ]
    },
    "status": "success"
  }
}

About the efarmz.be API

The efarmz.be API on Parse exposes 1 endpoint for the publicly available data on www.efarmz.be. Calls return JSON over HTTPS and are billed per successful response.

Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.