Constructor.io Releases logo
Back to Homepage

Releases

Constructor.io Releases

Subscribe to Updates

Labels

  • All Posts
  • Fix
  • Announcement
  • Improvement
  • new
  • This Week in Engineering

Jump to Month

  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • March 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • December 2020
  • November 2020
Powered️ byAnnounceKit

Create yours, for free!

Improvementnew
3 years ago

API Health Check

Continuing to ensure our services are resilient and easy to use is one of our commitments to our customers. 

Sometimes you just need to be able to quickly check if an API is responding, without implementing an expensive call. To that end, we have introduced a series of health check endpoints for our products. Now you can make a fast, lightweight call just to verify the status.

The following endpoints have been implemented:

  • Search: https://ac.cnstrc.com/status/product/search
  • Autocomplete: https://ac.cnstrc.com/status/product/autocomplete
  • Browse: https://ac.cnstrc.com/status/product/browse
  • Recommendations: https://ac.cnstrc.com/status/product/recommendations
  • Collections: https://ac.cnstrc.com/status/product/collections
  • Ingestion: https://ac.cnstrc.com/status/ingestion

If the API is up and running, you will get back an OK status message:

Further documentation on these endpoints can be found here:

  • Search: https://docs.constructor.io/rest_api/search/queries#system-status
  • Autocomplete: https://docs.constructor.io/rest_api/autocomplete_queries#system-status
  • Browse: https://docs.constructor.io/rest_api/browse/queries#system-status
  • Recommendations: https://docs.constructor.io/rest_api/recommendations#system-status
  • Collections: https://docs.constructor.io/rest_api/collections/#system-status
  • Ingestion: https://docs.constructor.io/rest_api/full_catalog#system-status
Avatar of authorSid Holland