Metadeta not updated in "getAllTokenIds" Web3 API Call

I’m trying to run this API call, it successfully runs but the response is incomplete

https://deep-index.moralis.io/api/v2/nft/0x49cf6f5d44e70224e2e23fdcdd2c053f30ada28b?chain=eth&format=decimal

I’ve attached an image below and here metadeta is null for token id 17857 but if you visit the token uri
https://clonex-assets.rtfkt.com/17857”, metaeta is present there. Any idea why is it happening?

https://docs.moralis.io/misc/faq#why-is-metadata-null-for-some-nfts

Got it, thanks for the response, but in some cases, token_uri is also invalid so it is not possible to get metadata.

Created a new thread for the same: Invalid token_uri and metadeta null in "getAllTokenIds" Web3 API Call