rechercher_formations
Trouver des formations et leur note, avec filtres.
| Paramètre | Type | Description |
|---|---|---|
| query | texte, optionnel | Mots-clés dans l'intitulé ou le nom de l'organisme |
| domaine | texte, optionnel | Domaine de formation |
| region | texte, optionnel | Région française |
| niveau | entier 3-7, optionnel | Niveau de certification |
| score_min | nombre 0-100, optionnel | Score minimum (exclut les ND) |
| prix_max | nombre, optionnel | Prix maximum en euros |
| limit | entier 1-50 | Nombre de résultats, 10 par défaut |
Requête
{
"query": "cybersécurité",
"region": "Île-de-France",
"score_min": 65,
"limit": 2
}Réponse (extrait)
{
"nombre_resultats": 2,
"formations": [
{
"id": "3f0c…",
"intitule": "Administrateur cybersécurité",
"organisme": "CESI",
"lettre": "B",
"score": 71,
"prix_euros": 8900,
"duree_heures": 812,
"taux_emploi_6m": 78,
"url": "https://formascore.fr/formation/3f0c…"
}
],
"attribution": "Source : FormaScore (formascore.fr) …"
}