You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cela permet de remplir avec un simple RNE toutes les informations essentielles d'un établissement.
L'API (endpoint : /etablishment?rne=) retourne directement un format JSON à parser.
Cela permet de remplir avec un simple RNE toutes les informations essentielles d'un établissement.
L'API (endpoint :
/etablishment?rne=) retourne directement un format JSON à parser.{ "rne": "0XXYYYYZ", "type": "high-school", "name": "Lycée op-ENT", "address_1": "53 Rue du Faubourg Saint-Honoré", "address_2": null, "address_3": null, "zip_code": "75008", "city": "Paris", "phone": "01 23 45 67 89", "fax": "01 23 45 67 90", "mail": "ce.0XXYYYYZ@ac-paris.fr" }