Query the Chuck Norris web service using a web browser

Read the documentation of the Chuck Norris web service up to the "Slack Integration" section (excluded) and experiment with the various possible requests.

This service provides only read operations, using the HTTP GET method. HTTP GET is the action performed by default when you type an url in your web browser's navigation bar. It retrieves the resource located at the given url. If the server is expecting it, it is possible to pass parameters to the server using the syntax "url?parameter_name1=parameter1_value&parameter_name2=parameter2_value&parameter_name3=parameter3_value".

If the Chuck Norris service is down, or if you are ahead of the rest of the class, explore the Web Service from the French Ministry for Education that provides the list of the school breaks and vacation periods.
The default path is https://data.education.gouv.fr/api/explore/v2.1/catalog/datasets/fr-en-calendrier-scolaire/records but if you fill in some filtering options on the web form (left-hand side of the page), they translate into parameters passed in the url, for instance: https://data.education.gouv.fr/api/explore/v2.1/catalog/datasets/fr-en-calendrier-scolaire/records?limit=20&refine=annee_scolaire%3A%222024%22 to display only the first 20 records for year 2024.