This is a reference to help you interpret the data contained in the results returned from your api requests.
By default, questions returned are filtered to those with a score.
If your API key has been enabled for non-scoring questions (opt-in, arranged with HGEM), non-scoring questions are also returned. These have score set to null (distinguishing "no score" from a score of zero).
| Field Name | Data type | Nullable | Definition |
|---|---|---|---|
subject |
String | - | The question subject |
score |
Decimal | Y | The answer score for the question. null for non-scoring questions (opt-in API keys only) |
analysisTag |
String | Y | The question analysis tag |
category |
String | Y | The question category |
dish |
String | Y | The dish linked to the answer for the question |
answer |
String | Y | The question answer text |