Wheel URL lookup table

I am a developer at allegro.ai. I am developing an application which runs client machine-learning code which uses pytorch.

Is there some sort of REST API that can be queried for the lookup table in get started mapping platform information (OS, cuda version, etc.) to wheel URL?

Some background:
To make the client code cross-platform, the application searches “pytorch” in the client code’s requirements (requirements.txt) and replaces it with the correct URL according to the table.
Currently, the table is hard-coded, which is obviously suboptimal as it needs to be manually updated.