Add gdelt_timeline_metadata.json
Browse files- gdelt_timeline_metadata.json +14 -0
gdelt_timeline_metadata.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset_name": "GDELT Event Mentions Timeline",
|
| 3 |
+
"last_updated": "2025-12-20",
|
| 4 |
+
"source": "GDELT 2.1 Doc API (Global Database of Events, Language, and Tone)",
|
| 5 |
+
"record_count": 44,
|
| 6 |
+
"fields": {
|
| 7 |
+
"metadata.source": "API source identifier (GDELT 2.1 Doc API)",
|
| 8 |
+
"metadata.query": "Search query used to filter events",
|
| 9 |
+
"metadata.timeframe": "Date range of the query (2025-01-01 to 2025-12-31)",
|
| 10 |
+
"metadata.generated_at": "ISO 8601 timestamp when the data was fetched",
|
| 11 |
+
"countries": "Dictionary of 44 country codes, each containing timeline data for that country"
|
| 12 |
+
},
|
| 13 |
+
"notes": "Tracks media mentions of United States-related events across 44 countries throughout 2025. Each country entry contains timeline data showing event coverage volume. Query: '(\"United States\" OR \"United States of America\")'. Used by the one-year US global sentiment visualization."
|
| 14 |
+
}
|