I am using the Freebase Image Service eg.
However, many of the topics don't have images eg.
How do I check the topic using MQL (and PHP) to see whether it has an associated image?
I am using the Freebase Image Service eg.
However, many of the topics don't have images eg.
How do I check the topic using MQL (and PHP) to see whether it has an associated image?
Look at the /common/topic/image
property - for example,
{
"id": "/en/snow_leopard",
"/common/topic/image": [{
"id": null,
"name": null
}]
}
Query editor link - wrapping that into PHP should be easy.