As stated in this documentation: "Search with Freebase Topics" and in the available video as well, the YouTube Data API v3 offers certain Freebase MIDs when using topicDetails
as an argument for part
.
My question is how can I use those returned topics for things like getting all videos that are related to that topic (which is offered as an example in the video as well) considering that the Freebase API is not available at the moment (and it will be shut down in the future)?
For example for /m/0410tth
, the Google Knowledge Graph doesn't return anything when making a request to:
GET https://kgsearch.googleapis.com/v1/entities:search?ids=%2Fm%2F0410tth
and for Wikidata I still haven't found an easy way to use their data.
I know that not all of the information from Freebase has been included into GK graph, and I also know that there is a file for mappings between Freebase's MIDs
and Wikidata's QIDs
, but they don't seem to help me right now.
How should I make use of the topicIDs
that YouTube offers me, and how can I correlate them with other YouTube videos at the moment?
This question is not about how to use Freebase MIDs for Wikidata searching, it's about the official Google response on how to make use of the relevantTopicIds
that their API is offering since the documentation doesn't offer any insights into that.