I would like to get the index status from Google Search Console via API (see picture below):
I think it's called the Index Coverage Report in the new Google Search console version.
Is it possible to get this number via the API? I checked their documentation and the answer seems to be no, but I want to check if I've missed something.
It is not possible via the API if it's not on the API directory. The only other option you could try would be to scrape the value by using a package like rvest, but that is most likely not going to work in the long term (and it may be against Terms of Service).