It would be useful to have code that goes through the library service data and checks that all the links are still working.
This will need to call to each URL and analyse the return data to ensure it receives a 200 code.
The code should be published as a single API route that can be called from the following URL:
/services/airtable/audit
The data returned should be an array of all the library services with a status (e.g. success/failure) and where there have been URL failures, a list of the invalid URLs and the status codes.