HypeAuditor For Twitter
Endpoint
Get the report of a Twitter channel:
GET https://hypeauditor.com/api/method/auditor.twitter/?channel={channel}
Channel
is Twitter username (nasa
) from the url of Twitter channel (https://twitter.com/nasa
).
Returns the report if it’s ready or requests the report if it’s not ready. First check of the username costs 1 credit and the report will be accessible for 1 year. Note: Next check after 365 days will also cost 1 credit.
Note:
nasa
report is free, use it to test the API.
Changelog
Important:
- The object
er
has modified on 09/02/2024.
Error codes
You will receive error if requested channel is not found, has no videos or no views.
CHANNEL_NOT_FOUND
channel not found on TwitterREPORT_CALCULATING
come back later
Response Object
Attributes | Type | |
---|---|---|
report | object | Twitter report data |
Report Object
Attributes | Type | |
---|---|---|
basic | object | general information about the channel |
metrics | object | channel metrics and calculated metrics |
features | object | rich data about channel |
Basic Object
Attributes | Type | |
---|---|---|
id | string | channel id |
username | string | channel username |
title | string | channel title |
avatar_url | string | channel avatar url |
description | string | channel description |
Metrics Object
Each metrics objects may contain value
field and performance
object. Performance object can contain 4 periods of data (30d
for 30 day data, 90d
for 90, 180d
for 180 and all
for all-time data). Each period object contains value
computed for current period (30/90/180d) and value_prev
computed for the same period before current. For example: on 4th of July value
shows data for Jun 5 - Jul 4 and value_prev
shows data for May 4 - Jun 4. Note: value
and values in performance are not the same. all
objects contain last two years data.
subscribers_count
Attributes | Type | |
---|---|---|
value | int | Number of total subscribers |
performance.value | int | number of new subscribers in a given period |
following_count
Attributes | Type | |
---|---|---|
value | int | Number of other accounts influencer following |
performance.value | int | Number of new accounts, influencer following in a given period |
subscribers_growth_prc
Attributes | Type | |
---|---|---|
performance.value | float | value in a given period |
performance.mark | string | quality mark |
performance.similar | float | value for similar accounts in a given period |
Marks:
poor
fair
average
good
excellent
media_count
Attributes | Type | |
---|---|---|
performance.value | int | value in a given period |
media_per_week
Attributes | Type | |
---|---|---|
performance.value | int | value in a given period |
retweet_count
Attributes | Type | |
---|---|---|
value | float | last observed value |
performance.value | float | value in a given period |
retweet_avg
Attributes | Type | |
---|---|---|
performance.value | float | value in a given period |
favorite_count
Attributes | Type | |
---|---|---|
value | float | last observed value |
performance.value | float | value in a given period |
favorite_avg
Attributes | Type | |
---|---|---|
performance.value | float | value in a given period |
reply_count
Attributes | Type | |
---|---|---|
value | float | last observed value |
performance.value | float | value in a given period |
reply_avg
Attributes | Type | |
---|---|---|
performance.value | float | value in a given period |
er
Engagement Rate is calculated by the total number of received likes, replies and retweets divided by the total number of followers during the analyzed period.
IMPORTANT
value_prev
has been included since 09/02/2024.
Attributes | Type | |
---|---|---|
performance.value | float | value in a given period |
performance.value_prev | float | previous value in a given period |
quoted_retweet_rate
Attributes | Type | |
---|---|---|
performance.value | float | value in a given period |
tweets_with_links_prc
Attributes | Type | |
---|---|---|
performance.value | float | value in a given period |
tweets_with_media_prc
Attributes | Type | |
---|---|---|
performance.value | float | value in a given period |
tweets_number
Attributes | Type | |
---|---|---|
performance.value | int | value in a given period |
performance.value_prev | int | previous value in a given period |
performance.mark | string | quality mark in a given period |
performance.mark_title | string | quality tittle for mark in a given period |
value | int | last value observed |
value_prev | int | previous value observed |
mark | string | quality mark |
mark_title | string | quality tittle for mark |
similar | int | value for similar accounts |
Features Object
most_media
Lists of most (in some parameters) media ids. Each object contains performance object for given periods
Attributes | Type | |
---|---|---|
data.most_retweet_count | object with array of media_ids | Media IDs sorted by most retweet count |
data.most_favorite_count | object with array of media_ids | Media IDs sorted by most favorite count |
data.most_reply_count | object with array of media_ids | Media IDs sorted by most reply count |
data.most_posted_desc | object with array of media_ids | Media IDs sorted by most posted descendent |
data.media.{media_id} | object | {basic: object, metrics: object, features: object} |
data.media.{media_id}.basic.id | string | Media ID |
data.media.{media_id}.basic.tittle | string | Media Title |
data.media.{media_id}.basic.conversation_id | string | Conversation ID |
data.media.{media_id}.basic.retweeted_id_str | string | Retweeted ID |
data.media.{media_id}.basic.in_reply_to_status_id_str | string | In reply to status ID |
data.media.{media_id}.basic.language | string | Language in 2 char format |
data.media.{media_id}.basic.time_iso | string | time in iso format |
data.media.{media_id}.basic.time_timestamp | int | Unix stamp time |
data.media.{media_id}.basic.time | string | time |
data.media.{media_id}.metrics.retweet_count | int | Retweet count |
data.media.{media_id}.metrics.favorite_count | int | Favorite count |
data.media.{media_id}.metrics.reply_count | int | Reply count |
data.media.{media_id}.metrics.quote_count | int | Quote count |
data.media.{media_id}.features.links | array | URLs |
data.media.{media_id}.features.types | object | {is_retweet: boolean, is_quoted: boolean, is_links: boolean, is_media: boolean, is_reply: boolean, is_tweet: boolean} |
data.media.{media_id}.features.hashtags | array of strings | Hashtags |
data.media.{media_id}.features.mentions | array of strings | Mentions |
blogger_emails
List of blogger contact emails
Attributes | Type | |
---|---|---|
data | array | array of emails. |
blogger_geo
Blogger geo if available
Attributes | Type | |
---|---|---|
data.country | string | ISO Alpha-2 two letter country code. |
data.city | int | city id from https://www.geonames.org |
data.state | int | state id from https://www.geonames.org |
blogger_languages
Attributes | Type | |
---|---|---|
data | array | array of 2 letter lang codes |
blogger_mentions
Mentions object contains performance object for given periods
Attributes | Type | |
---|---|---|
data.mentions.performance.{period}.summary.all.er | float | Mentions Engagement Rate |
data.mentions.performance.{period}.summary.all.posts_count | int | Mentions Posts Count |
data.mentions.performance.{period}.summary.all.bloggers_count | int | Mentions Bloggers Count |
data.mentions.performance.{period}.summary.all.posts_per_week | int | Mentions Posts per Week |
blogger_hashtags
blogger_hashtags object contains performance object for given periods
Attributes | Type | |
---|---|---|
data.performance.{period} | array | array of hashtag objects {text: string, media_count: int, er_avg: float} |
social_networks
Attributes | Type | |
---|---|---|
data | array | array of {type: int, id: string} objects. |
Social networks ids map:
Id | Social network |
---|---|
1 | |
2 | YouTube |
3 | TikTok |
4 | Twitch |
5 | |
7 | Snapchat |
Requests
Set YOUR_ID
and YOUR_TOKEN
from HypeAuditor.
curl -X POST \
https://hypeauditor.com/api/method/auditor.twitter \
-H 'content-type: application/x-www-form-urlencoded' \
-H 'x-auth-id: %YOUR_ID%' \
-H 'x-auth-token: %YOUR_TOKEN%' \
-d channel=nasa \
<?php
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => 'https://hypeauditor.com/api/method/auditor.twitter',
CURLOPT_CUSTOMREQUEST => 'POST',
CURLOPT_POSTFIELDS => [
'channel' => 'nasa'
],
CURLOPT_HTTPHEADER => [
'x-auth-id: YOUR_ID',
'x-auth-token: YOUR_TOKEN'
],
]);
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo 'cURL Error #:' . $err;
} else {
echo $response;
}
Note:
You don’t need to pre-request the report from web, you can request it directly from API.
Sample request
GET https://hypeauditor.com/api/method/auditor.twitter/?channel=nasa
Sample response
{
"result": {
"report": {
"basic": {
"id": "11348282",
"username": "nasa",
"title": "NASA",
"avatar_url": "https://pbs.twimg.com/profile_images/1321163587679784960/0ZxKlEKB_400x400.jpg",
"description": "There's space for everybody. ✨"
},
"metrics": {
"subscribers_count": {
"value": 60959503,
"performance": {
"30d": {
"value": 343781
},
"90d": {
"value": 3714648
},
"180d": {
"value": 8187992
}
}
},
"following_count": {
"value": 181,
"performance": null
},
"subscribers_growth_prc": {
"performance": {
"30d": {
"value": 0.57,
"mark": "excellent",
"similar": 0.000921
},
"90d": {
"value": 6.49,
"mark": "excellent",
"similar": 0.020104
},
"180d": {
"value": 15.52,
"mark": "excellent",
"similar": 1.127491
}
}
},
"media_count": {
"performance": {
"30d": {
"value": 83
},
"90d": {
"value": 83
},
"180d": {
"value": 171
}
}
},
"media_per_week": {
"performance": {
"30d": {
"value": 17
},
"90d": {
"value": 5
},
"180d": {
"value": 5
}
}
},
"retweet_count": {
"value": null,
"performance": {
"30d": {
"value": 78468
},
"90d": {
"value": 78468
},
"180d": {
"value": 129668
}
}
},
"retweet_avg": {
"performance": {
"30d": {
"value": 398
},
"90d": {
"value": 398
},
"180d": {
"value": 378
}
}
},
"favorite_count": {
"value": null,
"performance": {
"30d": {
"value": 400301
},
"90d": {
"value": 400301
},
"180d": {
"value": 743523
}
}
},
"favorite_avg": {
"performance": {
"30d": {
"value": 2845
},
"90d": {
"value": 2845
},
"180d": {
"value": 2592
}
}
},
"reply_count": {
"value": null,
"performance": {
"30d": {
"value": 9292
},
"90d": {
"value": 9292
},
"180d": {
"value": 21544
}
}
},
"reply_avg": {
"performance": {
"30d": {
"value": 88
},
"90d": {
"value": 88
},
"180d": {
"value": 78
}
}
},
"er": {
"performance": {
"30d": {
"value": 0.003888,
"value_prev": 0.004704
},
"90d": {
"value": 0.004361,
"value_prev": 0.003765
},
"180d": {
"value": 0.004295,
"value_prev": 0.006596
}
},
"quoted_retweet_rate": {
"performance": {
"30d": {
"value": 0
},
"90d": {
"value": 0
},
"180d": {
"value": 0
}
}
},
"tweets_with_links_prc": {
"performance": {
"30d": {
"value": 86.75
},
"90d": {
"value": 86.75
},
"180d": {
"value": 82.46
}
}
},
"tweets_with_media_prc": {
"performance": {
"30d": {
"value": 0
},
"90d": {
"value": 0
},
"180d": {
"value": 0
}
}
},
"tweets_number": {
"performance": {
"7d": {
"value": 38,
"value_prev": 17,
"mark": "average",
"mark_title": "AVERAGE"
},
"30d": {
"value": 77,
"value_prev": 0,
"mark": "average",
"mark_title": "AVERAGE"
},
"90d": {
"value": 77,
"value_prev": 86,
"mark": "average",
"mark_title": "AVERAGE"
},
"180d": {
"value": 163,
"value_prev": 1046,
"mark": "average",
"mark_title": "AVERAGE"
},
"365d": {
"value": 1209,
"value_prev": 1881,
"mark": "average",
"mark_title": "AVERAGE"
},
"all": {
"value": 3737,
"value_prev": 0,
"mark": "average",
"mark_title": "AVERAGE"
}
},
"value": 77,
"value_prev": 0,
"mark": "excellent",
"mark_title": "EXCELLENT",
"similar": 50
}
},
"features": {
"most_media": {
"data": {
"most_retweet_count": {
"performance": {
"7d": {
"media_ids": [
"1555933192623988741",
"1558833577197985796",
"1556292186211319809",
"1555253662536048642",
"1559169555049709568",
"1555555221882953728",
"1558903404692381698",
"1557806316365795328"
]
},
"30d": {
"media_ids": [
"1553843225588285440",
"1549099315817095168",
"1554470232655265792",
"1549794740174049283",
"1549799035158106113",
"1555933192623988741",
"1558833577197985796",
"1556292186211319809"
]
},
"90d": {
"media_ids": [
"1553843225588285440",
"1549099315817095168",
"1554470232655265792",
"1549794740174049283",
"1549799035158106113",
"1555933192623988741",
"1558833577197985796",
"1556292186211319809"
]
},
"180d": {
"media_ids": [
"1553843225588285440",
"1549099315817095168",
"1522287741312114689",
"1518907917902262273",
"1554470232655265792",
"1549794740174049283",
"1522425847503798278",
"1549799035158106113"
]
},
"365d": {
"media_ids": [
"1553843225588285440",
"1474724928360525827",
"1474754154992181249",
"1479920083992518662",
"1474717083883778057",
"1485695318524059648",
"1477066400824971264",
"1549099315817095168"
]
},
"all": {
"media_ids": [
"1071818572056403970",
"973787392590172160",
"834466377201307652",
"958648989313675265",
"1275481438805274626",
"1266812660374528001",
"1231954422785363968",
"1267144838153211905"
]
}
}
},
"most_favorite_count": {
"performance": {
"7d": {
"media_ids": [
"1558833577197985796",
"1555933192623988741",
"1556292186211319809",
"1558903404692381698",
"1557415562682277891",
"1557806316365795328",
"1557775325823733761",
"1559255579981398016"
]
},
"30d": {
"media_ids": [
"1553843225588285440",
"1554470232655265792",
"1549099315817095168",
"1549794740174049283",
"1558833577197985796",
"1555933192623988741",
"1556292186211319809",
"1552750698114187269"
]
},
"90d": {
"media_ids": [
"1553843225588285440",
"1554470232655265792",
"1549099315817095168",
"1549794740174049283",
"1558833577197985796",
"1555933192623988741",
"1556292186211319809",
"1552750698114187269"
]
},
"180d": {
"media_ids": [
"1553843225588285440",
"1518907917902262273",
"1522425847503798278",
"1522287741312114689",
"1554470232655265792",
"1549099315817095168",
"1549794740174049283",
"1558833577197985796"
]
},
"365d": {
"media_ids": [
"1474754154992181249",
"1553843225588285440",
"1474724928360525827",
"1518907917902262273",
"1474717083883778057",
"1448271725909708805",
"1458970736031379456",
"1473237438235652099"
]
},
"all": {
"media_ids": [
"1071818572056403970",
"1362507074807205909",
"973787392590172160",
"1267144838153211905",
"1266812660374528001",
"1170385925077131264",
"1257458740938387463",
"1231954422785363968"
]
}
}
},
"most_reply_count": {
"performance": {
"7d": {
"media_ids": [
"1556292186211319809",
"1555555221882953728",
"1558833577197985796",
"1555933192623988741",
"1558606815180591105",
"1557806316365795328",
"1557775325823733761",
"1558903404692381698"
]
},
"30d": {
"media_ids": [
"1549099315817095168",
"1553843225588285440",
"1549794740174049283",
"1550890635435151361",
"1554470232655265792",
"1556292186211319809",
"1552750698114187269",
"1555555221882953728"
]
},
"90d": {
"media_ids": [
"1549099315817095168",
"1553843225588285440",
"1549794740174049283",
"1550890635435151361",
"1554470232655265792",
"1556292186211319809",
"1552750698114187269",
"1555555221882953728"
]
},
"180d": {
"media_ids": [
"1518907917902262273",
"1522425847503798278",
"1522287741312114689",
"1549099315817095168",
"1553843225588285440",
"1549794740174049283",
"1550890635435151361",
"1519683470779428867"
]
},
"365d": {
"media_ids": [
"1458970736031379456",
"1473237438235652099",
"1518907917902262273",
"1522425847503798278",
"1457795352082460672",
"1474754154992181249",
"1431408193637437442",
"1474724928360525827"
]
},
"all": {
"media_ids": [
"1185239556661993472",
"1071818572056403970",
"1362507074807205909",
"1265724481009594369",
"1275481438805274626",
"1170385925077131264",
"1362428161577877509",
"1265679515193409541"
]
}
}
},
"time_posted_desc": {
"performance": {
"7d": {
"media_ids": [
"1559284601012555776",
"1559272815253151744",
"1559255579981398016",
"1559248313139986433",
"1559169555049709568",
"1558903404692381698",
"1558833577197985796",
"1558606815180591105"
]
},
"30d": {
"media_ids": [
"1559284601012555776",
"1559272815253151744",
"1559255579981398016",
"1559248313139986433",
"1559169555049709568",
"1558903404692381698",
"1558833577197985796",
"1558606815180591105"
]
},
"90d": {
"media_ids": [
"1559284601012555776",
"1559272815253151744",
"1559255579981398016",
"1559248313139986433",
"1559169555049709568",
"1558903404692381698",
"1558833577197985796",
"1558606815180591105"
]
},
"180d": {
"media_ids": [
"1559284601012555776",
"1559272815253151744",
"1559255579981398016",
"1559248313139986433",
"1559169555049709568",
"1558903404692381698",
"1558833577197985796",
"1558606815180591105"
]
},
"365d": {
"media_ids": [
"1559284601012555776",
"1559272815253151744",
"1559255579981398016",
"1559248313139986433",
"1559169555049709568",
"1558903404692381698",
"1558833577197985796",
"1558606815180591105"
]
},
"all": {
"media_ids": [
"1559284601012555776",
"1559272815253151744",
"1559255579981398016",
"1559248313139986433",
"1559169555049709568",
"1558903404692381698",
"1558833577197985796",
"1558606815180591105"
]
}
}
},
"media": {
"1559169555049709568": {
"basic": {
"id": "1559169555049709568",
"title": "RT @NASAGroundSys: ARTEMIS I UPDATE: The rollout of @NASA_SLS & @NASA_Orion to Launch Pad 39B has now moved up to tomorrow, the evening of…",
"conversation_id": "1559169555049709568",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2022-08-15T13:26:04",
"time_timestamp": 1660562764,
"time": "2022-08-15T13:26:04"
},
"metrics": {
"retweet_count": 936,
"favorite_count": 0,
"reply_count": 0,
"quote_count": 0
},
"features": {
"links": [],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": false,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [],
"mentions": [
"NASA_SLS",
"NASA_Orion",
"NASAGroundSys"
]
}
},
"1558450123490869248": {
"basic": {
"id": "1558450123490869248",
"title": "This week at NASA, we're counting down to our #Artemis I Moon mission and taking a high-def look at Earth from the @Space_Station.\n\nCheck out the latest highlights—then sign up to be on the virtual guest list for @NASAArtemis and other upcoming launches: https://t.co/lfCfbDhfX5 https://t.co/AELnVwVNxz",
"conversation_id": "1558450123490869248",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2022-08-13T13:47:18",
"time_timestamp": 1660391238,
"time": "2022-08-13T13:47:18"
},
"metrics": {
"retweet_count": 454,
"favorite_count": 3118,
"reply_count": 88,
"quote_count": 22
},
"features": {
"links": [
"https://t.co/AELnVwVNxz",
"https://t.co/lfCfbDhfX5"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [
"Artemis"
],
"mentions": [
"Space_Station",
"NASAArtemis"
]
}
},
"1549799035158106113": {
"basic": {
"id": "1549799035158106113",
"title": "RT @NASAMoon: It’s #InternationalMoonDay! Today marks the anniversary of the Apollo 11 Moon landing – the first time that humans stepped on…",
"conversation_id": "1549799035158106113",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2022-07-20T16:50:58",
"time_timestamp": 1658328658,
"time": "2022-07-20T16:50:58"
},
"metrics": {
"retweet_count": 2553,
"favorite_count": 0,
"reply_count": 0,
"quote_count": 0
},
"features": {
"links": [],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": false,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [
"InternationalMoonDay"
],
"mentions": [
"NASAMoon"
]
}
},
"1485695318524059648": {
"basic": {
"id": "1485695318524059648",
"title": "RT @NASAWebb: 🏠 Home, home on Lagrange! We successfully completed our burn to start #NASAWebb on its orbit of the 2nd Lagrange point (L2),…",
"conversation_id": "1485695318524059648",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2022-01-24T19:25:41",
"time_timestamp": 1643048741,
"time": "2022-01-24T19:25:41"
},
"metrics": {
"retweet_count": 8943,
"favorite_count": 0,
"reply_count": 0,
"quote_count": 0
},
"features": {
"links": [],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": false,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [
"NASAWebb"
],
"mentions": [
"NASAWebb"
]
}
},
"1558606815180591105": {
"basic": {
"id": "1558606815180591105",
"title": "Our #DARTMission will soon collide with a non-hazardous asteroid as a test of planetary defense.\n\nKnow someone who should hang with us at @JHUAPL for the main event, and share behind-the-scenes details? Tag them! Is it you? Apply by Aug. 15: https://t.co/1SWiyYvDsR https://t.co/Vgwy3U33GE",
"conversation_id": "1558606815180591105",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2022-08-14T00:09:56",
"time_timestamp": 1660428596,
"time": "2022-08-14T00:09:56"
},
"metrics": {
"retweet_count": 526,
"favorite_count": 3700,
"reply_count": 166,
"quote_count": 37
},
"features": {
"links": [
"https://t.co/Vgwy3U33GE",
"https://t.co/1SWiyYvDsR"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [
"DARTMission"
],
"mentions": [
"JHUAPL"
]
}
},
"1431408193637437442": {
"basic": {
"id": "1431408193637437442",
"title": "🚀@Space_Station, your package is ready for delivery.\n\nTomorrow, Aug. 28, a @SpaceX Dragon spacecraft launches to the orbiting lab with tons of cargo, including assortments of cheese, ice cream, & veggies for the crew!\n\nWatch LIVE at 3:15am ET (07:15 UT): https://t.co/mzKW5uV4hS https://t.co/Lfo60gz1Db",
"conversation_id": "1431408193637437442",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2021-08-28T00:08:02",
"time_timestamp": 1630102082,
"time": "2021-08-28T00:08:02"
},
"metrics": {
"retweet_count": 2386,
"favorite_count": 26109,
"reply_count": 1707,
"quote_count": 192
},
"features": {
"links": [
"https://t.co/Lfo60gz1Db",
"https://t.co/mzKW5uV4hS"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [],
"mentions": [
"Space_Station",
"SpaceX"
]
}
},
"1557083515291828224": {
"basic": {
"id": "1557083515291828224",
"title": "Want to improve your lunar photography for #NASAMoonSnap?\n\nWatch our @Instagram live today at 4:15pm ET (20:15 UT) to hear from NASA photographer Bill Ingalls, planetary geologist Brett Denevi, & @NatGeo photographer Babak Tafreshi chat about lunar imaging https://t.co/KeMEilz3ZK https://t.co/QcwDtnWuuS",
"conversation_id": "1557083515291828224",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2022-08-09T19:16:53",
"time_timestamp": 1660065413,
"time": "2022-08-09T19:16:53"
},
"metrics": {
"retweet_count": 394,
"favorite_count": 3613,
"reply_count": 89,
"quote_count": 20
},
"features": {
"links": [
"https://t.co/QcwDtnWuuS",
"https://t.co/KeMEilz3ZK"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [
"NASAMoonSnap"
],
"mentions": [
"instagram",
"Instagram",
"NatGeo"
]
}
},
"1554470232655265792": {
"basic": {
"id": "1554470232655265792",
"title": "Webb is on a roll! 🤸\n\nThis new @NASAWebb near and mid-infrared composite image highlights the Cartwheel Galaxy, the result of a high-speed collision that occurred about 440 million years ago, along with two neighboring galaxies. Get the details: https://t.co/c8lEVBBlub https://t.co/eVe8m0k6N7",
"conversation_id": "1554470232655265792",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2022-08-02T14:12:38",
"time_timestamp": 1659442358,
"time": "2022-08-02T14:12:38"
},
"metrics": {
"retweet_count": 4275,
"favorite_count": 25313,
"reply_count": 330,
"quote_count": 505
},
"features": {
"links": [
"https://t.co/eVe8m0k6N7",
"https://t.co/c8lEVBBlub"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [],
"mentions": [
"NASAWebb"
]
}
},
"1557882688220037121": {
"basic": {
"id": "1557882688220037121",
"title": "Oh, the places you'll go! Congratulations to all the student teams whose projects launched today from @NASA_Wallops. We wish you continued success. 🚀",
"conversation_id": "1557882688220037121",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2022-08-12T00:12:31",
"time_timestamp": 1660255951,
"time": "2022-08-12T00:12:31"
},
"metrics": {
"retweet_count": 196,
"favorite_count": 2221,
"reply_count": 59,
"quote_count": 6
},
"features": {
"links": [],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": false,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [],
"mentions": [
"NASA_Wallops"
]
}
},
"1557775325823733761": {
"basic": {
"id": "1557775325823733761",
"title": "There’ll be a full Moon tonight! Show us what you see—or what the Moon inspires you to make—with the hashtag #NASAMoonSnap, and you might get featured on @NASAArtemis social media.\n\nMoon photo tips: https://t.co/e8Cpq0zMya\nSubmission guidelines: https://t.co/r6PGjI4wge https://t.co/oUoABn1SLF",
"conversation_id": "1557775325823733761",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2022-08-11T17:05:54",
"time_timestamp": 1660230354,
"time": "2022-08-11T17:05:54"
},
"metrics": {
"retweet_count": 532,
"favorite_count": 3981,
"reply_count": 146,
"quote_count": 44
},
"features": {
"links": [
"https://t.co/e8Cpq0zMya",
"https://t.co/oUoABn1SLF",
"https://t.co/r6PGjI4wge"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [
"NASAMoonSnap"
],
"mentions": [
"NASAArtemis"
]
}
},
"1457795352082460672": {
"basic": {
"id": "1457795352082460672",
"title": "This is what teamwork sounds like.\n\nAs @SpaceX's Crew Dragon Endeavour begins its flyaround of the @Space_Station, @Astro_Sabot shares words of farewell for his departing Crew-2 colleagues: https://t.co/nBEAA6aRVa",
"conversation_id": "1457795352082460672",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2021-11-08T19:41:11",
"time_timestamp": 1636396871,
"time": "2021-11-08T19:41:11"
},
"metrics": {
"retweet_count": 2640,
"favorite_count": 26690,
"reply_count": 2217,
"quote_count": 139
},
"features": {
"links": [
"https://t.co/nBEAA6aRVa"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [],
"mentions": [
"Space_Station",
"SpaceX",
"Astro_Sabot"
]
}
},
"1522287741312114689": {
"basic": {
"id": "1522287741312114689",
"title": "If a black hole erupts in space and no one is around to observe it, does it make a sound?\n\nNot to worry; the @ChandraXray Observatory is here with new #BlackHoleWeek sonifications from galaxy clusters far, far away. Listen: https://t.co/yGu0RuP7TX https://t.co/6rAgJafmAa",
"conversation_id": "1522287741312114689",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2022-05-05T18:50:54",
"time_timestamp": 1651769454,
"time": "2022-05-05T18:50:54"
},
"metrics": {
"retweet_count": 5938,
"favorite_count": 26627,
"reply_count": 787,
"quote_count": 1929
},
"features": {
"links": [
"https://t.co/yGu0RuP7TX",
"https://t.co/6rAgJafmAa"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [
"BlackHoleWeek"
],
"mentions": [
"chandraxray",
"ChandraXray"
]
}
},
"1555933192623988741": {
"basic": {
"id": "1555933192623988741",
"title": "It's been a busy decade on Mars. \n\nAfter ten years, 18 miles (29 km), and 500,000 photos, @MarsCuriosity is still rolling strong in its quest for signs of ancient life. As Curiosity moves forward, take a look back with us at what it's accomplished: https://t.co/zX6MeG2QPt https://t.co/26CadYeGRk",
"conversation_id": "1555933192623988741",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2022-08-06T15:05:55",
"time_timestamp": 1659791155,
"time": "2022-08-06T15:05:55"
},
"metrics": {
"retweet_count": 1901,
"favorite_count": 13315,
"reply_count": 199,
"quote_count": 123
},
"features": {
"links": [
"https://t.co/26CadYeGRk",
"https://t.co/zX6MeG2QPt"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [],
"mentions": [
"MarsCuriosity"
]
}
},
"1558833577197985796": {
"basic": {
"id": "1558833577197985796",
"title": "Saturn is currently in a great spot for skywatchers: close to Earth (relatively speaking) while directly opposite the Sun in our night sky.\n\nThough the full Moon may get in the way, a good telescope should still be enough to zoom in on the gas giant: https://t.co/gILDMBRpvX https://t.co/GMTbBkO9SP",
"conversation_id": "1558833577197985796",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2022-08-14T15:11:01",
"time_timestamp": 1660482661,
"time": "2022-08-14T15:11:01"
},
"metrics": {
"retweet_count": 1701,
"favorite_count": 13759,
"reply_count": 215,
"quote_count": 92
},
"features": {
"links": [
"https://t.co/gILDMBRpvX",
"https://t.co/GMTbBkO9SP"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [],
"mentions": []
}
},
"1559284601012555776": {
"basic": {
"id": "1559284601012555776",
"title": "Live Now: NASA and industry experts discuss the CubeSats and space biology experiments that will travel with the #Artemis I flight test to the Moon, set for Aug. 29: https://t.co/cyLsdNvnx9",
"conversation_id": "1559284601012555776",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2022-08-15T21:03:13",
"time_timestamp": 1660590193,
"time": "2022-08-15T21:03:13"
},
"metrics": {
"retweet_count": 153,
"favorite_count": 1212,
"reply_count": 48,
"quote_count": 7
},
"features": {
"links": [
"https://t.co/cyLsdNvnx9"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [
"Artemis"
],
"mentions": []
}
},
"1557135404469555200": {
"basic": {
"id": "1557135404469555200",
"title": "Asteroids, comets, meteorites—what’s the difference? This list from @NASASolarSystem will help you tell these small bodies apart. Let’s (space) rock: https://t.co/EH9BG2d34U https://t.co/y5i2Uf5X2c",
"conversation_id": "1557135404469555200",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2022-08-09T22:43:05",
"time_timestamp": 1660077785,
"time": "2022-08-09T22:43:05"
},
"metrics": {
"retweet_count": 332,
"favorite_count": 2845,
"reply_count": 107,
"quote_count": 21
},
"features": {
"links": [
"https://t.co/y5i2Uf5X2c",
"https://t.co/EH9BG2d34U"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [],
"mentions": [
"NASASolarSystem"
]
}
},
"1185239556661993472": {
"basic": {
"id": "1185239556661993472",
"title": "“You’re doing an incredible job,” says @POTUS to @Astro_Christina and @Astro_Jessica during today’s #AllWomanSpacewalk. Tune in to watch history in the making: https://t.co/2SIb9YFKsH https://t.co/bMMSzKVaFc",
"conversation_id": "1185239556661993472",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2019-10-18T17:01:45",
"time_timestamp": 1571410905,
"time": "2019-10-18T17:01:45"
},
"metrics": {
"retweet_count": 3708,
"favorite_count": 18816,
"reply_count": 6153,
"quote_count": 675
},
"features": {
"links": [
"https://t.co/bMMSzKVaFc",
"https://t.co/2SIb9YFKsH"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [
"AllWomanSpacewalk"
],
"mentions": [
"Astro_Jessica",
"Astro_Christina",
"POTUS"
]
}
},
"834466377201307652": {
"basic": {
"id": "834466377201307652",
"title": "New record! We’ve found 7 Earth-sized planets around a single star outside our solar system; 3 in habitable zone: https://t.co/GgBy5QOTpK https://t.co/NEavRSXDU2",
"conversation_id": "834466377201307652",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2017-02-22T18:14:22",
"time_timestamp": 1487783662,
"time": "2017-02-22T18:14:22"
},
"metrics": {
"retweet_count": 102256,
"favorite_count": 151986,
"reply_count": 2143,
"quote_count": 14638
},
"features": {
"links": [
"https://t.co/NEavRSXDU2",
"https://t.co/GgBy5QOTpK"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [],
"mentions": []
}
},
"1267144838153211905": {
"basic": {
"id": "1267144838153211905",
"title": "This is the first time in human history @NASA_Astronauts have entered the @Space_Station from a commercially-made spacecraft. @AstroBehnken and @Astro_Doug have finally arrived to the orbiting laboratory in @SpaceX's Dragon Endeavour spacecraft. https://t.co/3t9Ogtpik4",
"conversation_id": "1267144838153211905",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2020-05-31T17:24:06",
"time_timestamp": 1590938646,
"time": "2020-05-31T17:24:06"
},
"metrics": {
"retweet_count": 56717,
"favorite_count": 238858,
"reply_count": 3541,
"quote_count": 6688
},
"features": {
"links": [
"https://t.co/3t9Ogtpik4"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [],
"mentions": [
"Space_Station",
"SpaceX",
"AstroBehnken",
"Astro_Doug",
"NASA_Astronauts"
]
}
},
"1477066400824971264": {
"basic": {
"id": "1477066400824971264",
"title": "The year 2021 was one for the books, so what will 2022 bring? No matter what, remember: You are made of star stuff. Sparkly, glorious star stuff. ✨\n\n#HappyNewYear from all of us at NASA! https://t.co/qw4bhIZLSg",
"conversation_id": "1477066400824971264",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2021-12-31T23:57:27",
"time_timestamp": 1640991447,
"time": "2021-12-31T23:57:27"
},
"metrics": {
"retweet_count": 6734,
"favorite_count": 37802,
"reply_count": 690,
"quote_count": 460
},
"features": {
"links": [
"https://t.co/qw4bhIZLSg"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [
"HappyNewYear"
],
"mentions": []
}
},
"1558903404692381698": {
"basic": {
"id": "1558903404692381698",
"title": "Teachers: We’re going back to the Moon! And you can bring the Moon #BackToSchool with @NASASTEM’s new STEM Toolkit. Grab grade-appropriate lesson plans and activities to engage the Artemis Generation. https://t.co/B44aNv28Mv https://t.co/KLNyj06dSP",
"conversation_id": "1558903404692381698",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2022-08-14T19:48:29",
"time_timestamp": 1660499309,
"time": "2022-08-14T19:48:29"
},
"metrics": {
"retweet_count": 635,
"favorite_count": 4924,
"reply_count": 139,
"quote_count": 43
},
"features": {
"links": [
"https://t.co/B44aNv28Mv",
"https://t.co/KLNyj06dSP"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [
"BackToSchool"
],
"mentions": [
"NASASTEM"
]
}
},
"1474754154992181249": {
"basic": {
"id": "1474754154992181249",
"title": "Merry Christmas! We got you a new telescope.\n \nThe James Webb Space Telescope launched today, beginning a one-million-mile journey to see 13.5 billion years into the past. Follow @NASAWebb and join the quest to #UnfoldTheUniverse: https://t.co/TlYpoUHdJu https://t.co/ilwWPuIJun",
"conversation_id": "1474754154992181249",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2021-12-25T14:49:24",
"time_timestamp": 1640440164,
"time": "2021-12-25T14:49:24"
},
"metrics": {
"retweet_count": 16211,
"favorite_count": 96082,
"reply_count": 1710,
"quote_count": 2165
},
"features": {
"links": [
"https://t.co/TlYpoUHdJu",
"https://t.co/ilwWPuIJun"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [
"UnfoldTheUniverse"
],
"mentions": [
"NASAWebb"
]
}
},
"1557502826842038273": {
"basic": {
"id": "1557502826842038273",
"title": "A PeVatron isn't a robot from a 1950s sci-fi movie: it's a scientific term, a source for some of the highest-energy particles known to whip across our galaxy.\n\nPeVatrons are notoriously hard to pin down—but our Fermi telescope might be closing in on one: https://t.co/Y0jmfBYRyr https://t.co/BcL1n2hh4J",
"conversation_id": "1557502826842038273",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2022-08-10T23:03:05",
"time_timestamp": 1660165385,
"time": "2022-08-10T23:03:05"
},
"metrics": {
"retweet_count": 343,
"favorite_count": 2263,
"reply_count": 66,
"quote_count": 8
},
"features": {
"links": [
"https://t.co/BcL1n2hh4J",
"https://t.co/Y0jmfBYRyr"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [],
"mentions": []
}
},
"1559255579981398016": {
"basic": {
"id": "1559255579981398016",
"title": "Want to share your excitement for our return to the Moon with #Artemis I?\n\nCheck out #NASAMoonSnap Expert Mode. Educators and students, observe the Moon for a month, craft something from what you’ve observed, and share your results with us: https://t.co/eTZDrzvKoo https://t.co/NgCHJT8a8r",
"conversation_id": "1559255579981398016",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2022-08-15T19:07:54",
"time_timestamp": 1660583274,
"time": "2022-08-15T19:07:54"
},
"metrics": {
"retweet_count": 364,
"favorite_count": 3897,
"reply_count": 74,
"quote_count": 21
},
"features": {
"links": [
"https://t.co/NgCHJT8a8r",
"https://t.co/eTZDrzvKoo"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [
"Artemis",
"NASAMoonSnap"
],
"mentions": []
}
},
"1557401260814385153": {
"basic": {
"id": "1557401260814385153",
"title": "Creators: share a story with your audience like no other.\n\nWitness with us the planned collision of a spacecraft and an asteroid at the #DARTMission NASA Social. Talk with scientists, explore @JHUAPL, and gather behind-the-scenes content. Apply by Aug. 15: https://t.co/3F6Pe2pZRd https://t.co/Sd8SMnTSeG",
"conversation_id": "1557401260814385153",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2022-08-10T16:19:30",
"time_timestamp": 1660141170,
"time": "2022-08-10T16:19:30"
},
"metrics": {
"retweet_count": 185,
"favorite_count": 2088,
"reply_count": 49,
"quote_count": 15
},
"features": {
"links": [
"https://t.co/Sd8SMnTSeG",
"https://t.co/3F6Pe2pZRd"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [
"DARTMission"
],
"mentions": [
"JHUAPL"
]
}
},
"1556709896720158722": {
"basic": {
"id": "1556709896720158722",
"title": "Teachers: Looking to add some space to your classroom? We have great resources to help you get ready…set…learn! Stay tuned for more #BackToSchool content from @NASASTEM: https://t.co/kDPpP2XwYd https://t.co/UsmjnmYOW9",
"conversation_id": "1556709896720158722",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2022-08-08T18:32:16",
"time_timestamp": 1659976336,
"time": "2022-08-08T18:32:16"
},
"metrics": {
"retweet_count": 228,
"favorite_count": 2028,
"reply_count": 56,
"quote_count": 12
},
"features": {
"links": [
"https://t.co/UsmjnmYOW9",
"https://t.co/kDPpP2XwYd"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [
"BackToSchool"
],
"mentions": [
"NASASTEM"
]
}
},
"1558157400938614784": {
"basic": {
"id": "1558157400938614784",
"title": "Need more space in your playlist? Our Curious Universe podcast dives deep into topics like the science of black holes, living and working in space, and how we hunt for planets around other stars.\n\nSubscribe: https://t.co/KgSQExqgut https://t.co/DWE6wtLgE2",
"conversation_id": "1558156432540835840",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": "1558156432540835840",
"language": "en",
"time_iso": "2022-08-12T18:24:08",
"time_timestamp": 1660321448,
"time": "2022-08-12T18:24:08"
},
"metrics": {
"retweet_count": 109,
"favorite_count": 1059,
"reply_count": 26,
"quote_count": 3
},
"features": {
"links": [
"https://t.co/KgSQExqgut",
"https://t.co/DWE6wtLgE2"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": true,
"is_tweet": false
},
"hashtags": [],
"mentions": []
}
},
"1552750698114187269": {
"basic": {
"id": "1552750698114187269",
"title": "A powerful stellar explosion from a nearby star propelled Zeta Ophiuchi about 100,000 mph (160,934 km). Data from @ChandraXray shows a bubble of X-ray emission (blue) around the star is produced by gas that has been heated to tens of millions of degrees: https://t.co/bsJZAp6kKw https://t.co/SxphauAy1G",
"conversation_id": "1552750698114187269",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2022-07-28T20:19:49",
"time_timestamp": 1659032389,
"time": "2022-07-28T20:19:49"
},
"metrics": {
"retweet_count": 1532,
"favorite_count": 11466,
"reply_count": 261,
"quote_count": 115
},
"features": {
"links": [
"https://t.co/SxphauAy1G",
"https://t.co/bsJZAp6kKw"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [],
"mentions": [
"chandraxray",
"ChandraXray"
]
}
},
"1558174775498997760": {
"basic": {
"id": "1558174775498997760",
"title": "On Thurs., Aug. 25 at 1pm ET (16:00 UTC), leaders at NASA and @BoeingSpace will discuss the first crewed flight of #Starliner to the @Space_Station and data from the uncrewed Orbital Flight Test-2. How to join: https://t.co/6WNB5szx7j https://t.co/XOcTkFsyZg",
"conversation_id": "1558174775498997760",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2022-08-12T19:33:10",
"time_timestamp": 1660325590,
"time": "2022-08-12T19:33:10"
},
"metrics": {
"retweet_count": 360,
"favorite_count": 3370,
"reply_count": 50,
"quote_count": 21
},
"features": {
"links": [
"https://t.co/XOcTkFsyZg",
"https://t.co/6WNB5szx7j"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [
"Starliner"
],
"mentions": [
"Space_Station",
"BoeingSpace"
]
}
},
"1555555221882953728": {
"basic": {
"id": "1555555221882953728",
"title": "Ten years ago, a car-sized rover with a rock-vaporizing laser was rappelling out of a jetpack onto Mars. Where were you when @MarsCuriosity landed?\n\nCheck out the mission site for the latest raw images, where the rover is now, and updates from the team: https://t.co/esQrgOvI0J https://t.co/m67U6peg3t",
"conversation_id": "1555555221882953728",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2022-08-05T14:04:00",
"time_timestamp": 1659701040,
"time": "2022-08-05T14:04:00"
},
"metrics": {
"retweet_count": 669,
"favorite_count": 3803,
"reply_count": 235,
"quote_count": 127
},
"features": {
"links": [
"https://t.co/esQrgOvI0J",
"https://t.co/m67U6peg3t"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [],
"mentions": [
"MarsCuriosity"
]
}
},
"1557806316365795328": {
"basic": {
"id": "1557806316365795328",
"title": "Supergiant star Betelgeuse (Betelgeuse, Betelgeuse) blew off a huge chunk of surface material in 2019, data from @NASAHubble data shows. Astronomers have never seen anything like it, though it's not evidence the star will burst anytime soon: https://t.co/RhuWwWxQxr https://t.co/01ek8hRdSb",
"conversation_id": "1557806316365795328",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2022-08-11T19:09:03",
"time_timestamp": 1660237743,
"time": "2022-08-11T19:09:03"
},
"metrics": {
"retweet_count": 624,
"favorite_count": 4307,
"reply_count": 150,
"quote_count": 111
},
"features": {
"links": [
"https://t.co/01ek8hRdSb",
"https://t.co/RhuWwWxQxr"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [],
"mentions": [
"NASAHubble"
]
}
},
"1553843225588285440": {
"basic": {
"id": "1553843225588285440",
"title": "We celebrate the life of Nichelle Nichols, Star Trek actor, trailblazer, and role model, who symbolized to so many what was possible. She partnered with us to recruit some of the first women and minority astronauts, and inspired generations to reach for the stars. https://t.co/pmQaKDb5zw",
"conversation_id": "1553843225588285440",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2022-07-31T20:41:08",
"time_timestamp": 1659292868,
"time": "2022-07-31T20:41:08"
},
"metrics": {
"retweet_count": 25723,
"favorite_count": 95263,
"reply_count": 726,
"quote_count": 1779
},
"features": {
"links": [
"https://t.co/pmQaKDb5zw"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [],
"mentions": []
}
},
"1557797744638627843": {
"basic": {
"id": "1557797744638627843",
"title": "Several small science & technology payloads will hitch a ride with #Artemis I, our uncrewed flight test around the Moon. They're seen here tucked into their dispensers, set to launch Aug. 29, 2022.\n\n@NASAArtemis & industry experts share what's in store: https://t.co/US96ik5UkM https://t.co/KsoatuHau9",
"conversation_id": "1557797744638627843",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2022-08-11T18:34:59",
"time_timestamp": 1660235699,
"time": "2022-08-11T18:34:59"
},
"metrics": {
"retweet_count": 179,
"favorite_count": 1810,
"reply_count": 38,
"quote_count": 13
},
"features": {
"links": [
"https://t.co/KsoatuHau9",
"https://t.co/US96ik5UkM"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [
"Artemis"
],
"mentions": [
"NASAArtemis"
]
}
},
"1557867138353856512": {
"basic": {
"id": "1557867138353856512",
"title": "Building NASA's most powerful rocket. Rolling it out. Launching it to the Moon. It takes a team of thousands. Here are some of their stories.\n\n“Path to the Pad,” a five-part series about the #Artemis I flight test starts Aug. 12: https://t.co/nPj58bdXrz https://t.co/kSvRBeEncW",
"conversation_id": "1557867138353856512",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2022-08-11T23:10:44",
"time_timestamp": 1660252244,
"time": "2022-08-11T23:10:44"
},
"metrics": {
"retweet_count": 299,
"favorite_count": 1850,
"reply_count": 66,
"quote_count": 18
},
"features": {
"links": [
"https://t.co/nPj58bdXrz",
"https://t.co/kSvRBeEncW"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [
"Artemis"
],
"mentions": []
}
},
"1555933404490760192": {
"basic": {
"id": "1555933404490760192",
"title": "You can download the full, print-quality version of this poster—which includes a host of @MarsCuriosity fun facts—courtesy of our @NASAMars team: https://t.co/ltWBw3dOpE",
"conversation_id": "1555933192623988741",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": "1555933192623988741",
"language": "en",
"time_iso": "2022-08-06T15:06:46",
"time_timestamp": 1659791206,
"time": "2022-08-06T15:06:46"
},
"metrics": {
"retweet_count": 232,
"favorite_count": 1769,
"reply_count": 37,
"quote_count": 13
},
"features": {
"links": [
"https://t.co/ltWBw3dOpE"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": true,
"is_tweet": false
},
"hashtags": [],
"mentions": [
"NASAMars",
"MarsCuriosity"
]
}
},
"1265724481009594369": {
"basic": {
"id": "1265724481009594369",
"title": "Would you travel to space?",
"conversation_id": "1265724481009594369",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2020-05-27T19:20:06",
"time_timestamp": 1590600006,
"time": "2020-05-27T19:20:06"
},
"metrics": {
"retweet_count": 3731,
"favorite_count": 41536,
"reply_count": 4567,
"quote_count": 1570
},
"features": {
"links": [],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": false,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [],
"mentions": []
}
},
"958648989313675265": {
"basic": {
"id": "958648989313675265",
"title": "LIVE NOW: Watch views of the #SuperBlueBloodMoon from multiple telescopes. Take a look: https://t.co/a5ScGDXhQu",
"conversation_id": "958648989313675265",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2018-01-31T10:31:44",
"time_timestamp": 1517391104,
"time": "2018-01-31T10:31:44"
},
"metrics": {
"retweet_count": 75338,
"favorite_count": 72464,
"reply_count": 1420,
"quote_count": 2737
},
"features": {
"links": [
"https://t.co/a5ScGDXhQu"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [
"SuperBlueBloodMoon"
],
"mentions": []
}
},
"1555253662536048642": {
"basic": {
"id": "1555253662536048642",
"title": "Meet #Crew5! \n\nHear from the crew ahead of their launch to the @Space_Station. Tune in: https://t.co/z1RgZwQkWS\n https://t.co/nVj3gt1X6K",
"conversation_id": "1555253662536048642",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2022-08-04T18:05:43",
"time_timestamp": 1659629143,
"time": "2022-08-04T18:05:43"
},
"metrics": {
"retweet_count": 1174,
"favorite_count": 2505,
"reply_count": 91,
"quote_count": 19
},
"features": {
"links": [
"https://t.co/z1RgZwQkWS",
"https://t.co/nVj3gt1X6K"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [
"Crew5"
],
"mentions": [
"Space_Station"
]
}
},
"1479920083992518662": {
"basic": {
"id": "1479920083992518662",
"title": "RT @NASAWebb: #NASAWebb is fully deployed! 🎉\n\nWith the successful deployment & latching of our last mirror wing, that's:\n50 major deploymen…",
"conversation_id": "1479920083992518662",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2022-01-08T20:56:58",
"time_timestamp": 1641671818,
"time": "2022-01-08T20:56:58"
},
"metrics": {
"retweet_count": 14796,
"favorite_count": 0,
"reply_count": 0,
"quote_count": 0
},
"features": {
"links": [],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": false,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [
"NASAWebb"
],
"mentions": [
"NASAWebb"
]
}
},
"1266812660374528001": {
"basic": {
"id": "1266812660374528001",
"title": "We have liftoff. History is made as @NASA_Astronauts launch from @NASAKennedy for the first time in nine years on the @SpaceX Crew Dragon: https://t.co/alX1t1JBAt",
"conversation_id": "1266812660374528001",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2020-05-30T19:24:09",
"time_timestamp": 1590859449,
"time": "2020-05-30T19:24:09"
},
"metrics": {
"retweet_count": 63829,
"favorite_count": 189137,
"reply_count": 2214,
"quote_count": 12897
},
"features": {
"links": [
"https://t.co/alX1t1JBAt"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [],
"mentions": [
"SpaceX",
"NASA_Astronauts",
"NASAKennedy"
]
}
},
"1170385925077131264": {
"basic": {
"id": "1170385925077131264",
"title": "Space is hard. We commend @ISRO’s attempt to land their #Chandrayaan2 mission on the Moon’s South Pole. You have inspired us with your journey and look forward to future opportunities to explore our solar system together.",
"conversation_id": "1170385925077131264",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2019-09-07T17:18:43",
"time_timestamp": 1567869523,
"time": "2019-09-07T17:18:43"
},
"metrics": {
"retweet_count": 52765,
"favorite_count": 184318,
"reply_count": 3813,
"quote_count": 3489
},
"features": {
"links": [],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": false,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [
"Chandrayaan2"
],
"mentions": [
"ISRO"
]
}
},
"1518907917902262273": {
"basic": {
"id": "1518907917902262273",
"title": "The four astronauts of #Crew4 are set to launch to our orbiting laboratory on April 27 at 3:52am ET (7:52 UTC).\n\nJoin us RIGHT NOW for the prelaunch teleconference with program experts: https://t.co/Ix6qiduQeI https://t.co/zPlEYRnNLR",
"conversation_id": "1518907917902262273",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2022-04-26T11:00:42",
"time_timestamp": 1650963642,
"time": "2022-04-26T11:00:42"
},
"metrics": {
"retweet_count": 4276,
"favorite_count": 55008,
"reply_count": 2477,
"quote_count": 289
},
"features": {
"links": [
"https://t.co/Ix6qiduQeI",
"https://t.co/zPlEYRnNLR"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [
"Crew4"
],
"mentions": []
}
},
"1522425847503798278": {
"basic": {
"id": "1522425847503798278",
"title": "The deorbit burn has begun and the #Crew3 astronauts are one step closer to coming home. https://t.co/aR6m0S1Xvh",
"conversation_id": "1522425847503798278",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2022-05-06T03:59:42",
"time_timestamp": 1651802382,
"time": "2022-05-06T03:59:42"
},
"metrics": {
"retweet_count": 3567,
"favorite_count": 34329,
"reply_count": 2218,
"quote_count": 184
},
"features": {
"links": [
"https://t.co/aR6m0S1Xvh"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [
"Crew3"
],
"mentions": []
}
},
"1474717083883778057": {
"basic": {
"id": "1474717083883778057",
"title": "We have LIFTOFF of the @NASAWebb Space Telescope! \n\nAt 7:20am ET (12:20 UTC), the beginning of a new, exciting decade of science climbed to the sky. Webb’s mission to #UnfoldTheUniverse will change our understanding of space as we know it. https://t.co/Al8Wi5c0K6",
"conversation_id": "1474717083883778057",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2021-12-25T12:22:06",
"time_timestamp": 1640431326,
"time": "2021-12-25T12:22:06"
},
"metrics": {
"retweet_count": 13939,
"favorite_count": 50910,
"reply_count": 1357,
"quote_count": 2621
},
"features": {
"links": [
"https://t.co/Al8Wi5c0K6"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [
"UnfoldTheUniverse"
],
"mentions": [
"NASAWebb"
]
}
},
"1448271725909708805": {
"basic": {
"id": "1448271725909708805",
"title": "🖖 @WilliamShatner We wish you all the best on your flight to space.\n\nYou are, and always shall be, our friend. https://t.co/5nmXfvMydU https://t.co/oL65h3y9Hi",
"conversation_id": "1448271725909708805",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2021-10-13T12:57:41",
"time_timestamp": 1634122661,
"time": "2021-10-13T12:57:41"
},
"metrics": {
"retweet_count": 4573,
"favorite_count": 50054,
"reply_count": 961,
"quote_count": 643
},
"features": {
"links": [
"https://t.co/oL65h3y9Hi",
"https://t.co/5nmXfvMydU"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [],
"mentions": [
"WilliamShatner"
]
}
},
"973787392590172160": {
"basic": {
"id": "973787392590172160",
"title": "Remembering Stephen Hawking, a renowned physicist and ambassador of science. His theories unlocked a universe of possibilities that we & the world are exploring. May you keep flying like superman in microgravity, as you said to astronauts on @Space_Station in 2014 https://t.co/FeR4fd2zZ5",
"conversation_id": "973787392590172160",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2018-03-14T05:06:21",
"time_timestamp": 1521000381,
"time": "2018-03-14T05:06:21"
},
"metrics": {
"retweet_count": 129457,
"favorite_count": 297682,
"reply_count": 2721,
"quote_count": 6716
},
"features": {
"links": [
"https://t.co/FeR4fd2zZ5"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [],
"mentions": [
"Space_Station"
]
}
},
"1559272815253151744": {
"basic": {
"id": "1559272815253151744",
"title": "One step closer: Our @EuropaClipper has moved into High Bay 1, @NASAJPL’s largest clean room. The spacecraft is planned to launch to Jupiter’s icy moon in 2024: https://t.co/G1FQCUj9Om https://t.co/eql790PWsA",
"conversation_id": "1559272815253151744",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2022-08-15T20:16:23",
"time_timestamp": 1660587383,
"time": "2022-08-15T20:16:23"
},
"metrics": {
"retweet_count": 274,
"favorite_count": 2289,
"reply_count": 56,
"quote_count": 24
},
"features": {
"links": [
"https://t.co/G1FQCUj9Om",
"https://t.co/eql790PWsA"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [],
"mentions": [
"EuropaClipper",
"NASAJPL"
]
}
},
"1231954422785363968": {
"basic": {
"id": "1231954422785363968",
"title": "We're saddened by the passing of celebrated #HiddenFigures mathematician Katherine Johnson. Today, we celebrate her 101 years of life and honor her legacy of excellence that broke down racial and social barriers: https://t.co/Tl3tsHAfYB https://t.co/dGiGmEVvAW",
"conversation_id": "1231954422785363968",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2020-02-24T14:49:57",
"time_timestamp": 1582552197,
"time": "2020-02-24T14:49:57"
},
"metrics": {
"retweet_count": 62515,
"favorite_count": 153064,
"reply_count": 1693,
"quote_count": 10460
},
"features": {
"links": [
"https://t.co/dGiGmEVvAW",
"https://t.co/Tl3tsHAfYB"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [
"HiddenFigures"
],
"mentions": []
}
},
"1556292186211319809": {
"basic": {
"id": "1556292186211319809",
"title": "Is gravity the only thing keeping you together? You might be a globular cluster.\n\nStar clusters like this one, imaged by @NASAHubble, can contain millions of stars held together by gravity. @NASAWebb will give us a closer look at these cosmic objects: https://t.co/CsYuioyBrF https://t.co/23ijIpbmNG",
"conversation_id": "1556292186211319809",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2022-08-07T14:52:26",
"time_timestamp": 1659876746,
"time": "2022-08-07T14:52:26"
},
"metrics": {
"retweet_count": 1615,
"favorite_count": 12825,
"reply_count": 261,
"quote_count": 114
},
"features": {
"links": [
"https://t.co/CsYuioyBrF",
"https://t.co/23ijIpbmNG"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [],
"mentions": [
"NASAHubble",
"NASAWebb"
]
}
},
"1549099315817095168": {
"basic": {
"id": "1549099315817095168",
"title": "On July 13, 2022, Earth satellites captured temperatures rising above 40 degrees Celsius (104 degrees Fahrenheit) due to extreme, record-breaking heatwaves across much of Europe, Africa, and Asia: https://t.co/tD6DmpXMyz https://t.co/cb3P1F699Y",
"conversation_id": "1549099315817095168",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2022-07-18T18:30:32",
"time_timestamp": 1658161832,
"time": "2022-07-18T18:30:32"
},
"metrics": {
"retweet_count": 6143,
"favorite_count": 21799,
"reply_count": 743,
"quote_count": 1056
},
"features": {
"links": [
"https://t.co/cb3P1F699Y",
"https://t.co/tD6DmpXMyz"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [],
"mentions": []
}
},
"1549794740174049283": {
"basic": {
"id": "1549794740174049283",
"title": "\"The Eagle has landed.\"\n\n On July 20, 1969—53 years ago today—@NASA_Astronauts Neil Armstrong and Edwin \"Buzz\" Aldrin touched down in the Sea of Tranquility, becoming the first humans ever to land on the Moon: https://t.co/zsYT9owrYj https://t.co/G0gVxmrHhL",
"conversation_id": "1549794740174049283",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2022-07-20T16:33:54",
"time_timestamp": 1658327634,
"time": "2022-07-20T16:33:54"
},
"metrics": {
"retweet_count": 3760,
"favorite_count": 18943,
"reply_count": 625,
"quote_count": 406
},
"features": {
"links": [
"https://t.co/G0gVxmrHhL",
"https://t.co/zsYT9owrYj"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [],
"mentions": [
"NASA_Astronauts"
]
}
},
"1458970736031379456": {
"basic": {
"id": "1458970736031379456",
"title": "Four new astronauts through the hatch and seven crewmembers total on the @Space_Station!\n\nAfter almost exactly a day from launch, #Crew3 is aboard the orbiting laboratory. https://t.co/QJoBUsJcsj",
"conversation_id": "1458970736031379456",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2021-11-12T01:31:44",
"time_timestamp": 1636677104,
"time": "2021-11-12T01:31:44"
},
"metrics": {
"retweet_count": 5224,
"favorite_count": 49262,
"reply_count": 3556,
"quote_count": 470
},
"features": {
"links": [
"https://t.co/QJoBUsJcsj"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [
"Crew3"
],
"mentions": [
"Space_Station"
]
}
},
"1362428161577877509": {
"basic": {
"id": "1362428161577877509",
"title": "📣 Roll Call: Who is riding along on the fantastic voyage to Mars with @NASAPersevere? Reply with your #CountdownToMars boarding pass! https://t.co/JgoOL1dLc6",
"conversation_id": "1362428161577877509",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2021-02-18T15:46:01",
"time_timestamp": 1613659561,
"time": "2021-02-18T15:46:01"
},
"metrics": {
"retweet_count": 1880,
"favorite_count": 16151,
"reply_count": 3718,
"quote_count": 900
},
"features": {
"links": [
"https://t.co/JgoOL1dLc6"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [
"CountdownToMars"
],
"mentions": [
"NASAPersevere"
]
}
},
"1558156432540835840": {
"basic": {
"id": "1558156432540835840",
"title": "So long, and thanks for all the #GravityAssist episodes. Revisit highlights from the past five years of podcast conversations with amazing scientists, tour our home planet, and venture across the universe: https://t.co/23SVBtOfp3 https://t.co/8cnMKr3Rxf",
"conversation_id": "1558156432540835840",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2022-08-12T18:20:17",
"time_timestamp": 1660321217,
"time": "2022-08-12T18:20:17"
},
"metrics": {
"retweet_count": 121,
"favorite_count": 1300,
"reply_count": 25,
"quote_count": 4
},
"features": {
"links": [
"https://t.co/23SVBtOfp3",
"https://t.co/8cnMKr3Rxf"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [
"GravityAssist"
],
"mentions": []
}
},
"1557447384988270593": {
"basic": {
"id": "1557447384988270593",
"title": "RT @NASAJPL: Antarctica is changing. \nTwo new studies on the frozen continent's ice sheet reveal that when iceberg calving - or the breakin…",
"conversation_id": "1557447384988270593",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2022-08-10T19:22:47",
"time_timestamp": 1660152167,
"time": "2022-08-10T19:22:47"
},
"metrics": {
"retweet_count": 490,
"favorite_count": 0,
"reply_count": 0,
"quote_count": 0
},
"features": {
"links": [],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": false,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [],
"mentions": [
"NASAJPL"
]
}
},
"1362507074807205909": {
"basic": {
"id": "1362507074807205909",
"title": "Touchdown confirmed. The #CountdownToMars is complete, but the mission is just beginning. https://t.co/UvOyXQhhN9",
"conversation_id": "1362507074807205909",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2021-02-18T20:59:35",
"time_timestamp": 1613678375,
"time": "2021-02-18T20:59:35"
},
"metrics": {
"retweet_count": 56344,
"favorite_count": 314740,
"reply_count": 4769,
"quote_count": 10465
},
"features": {
"links": [
"https://t.co/UvOyXQhhN9"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [
"CountdownToMars"
],
"mentions": []
}
},
"1557067939412525057": {
"basic": {
"id": "1557067939412525057",
"title": "From asteroid-mining bacteria to studying how to slow down COVID-19, our @ISS_Research on microorganisms is yielding some big results.\n\nLearn more about how we're studying microbiology in microgravity: https://t.co/vHF3CWo5yC https://t.co/PGb8JudaKc",
"conversation_id": "1557067939412525057",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2022-08-09T18:15:00",
"time_timestamp": 1660061700,
"time": "2022-08-09T18:15:00"
},
"metrics": {
"retweet_count": 192,
"favorite_count": 1493,
"reply_count": 47,
"quote_count": 10
},
"features": {
"links": [
"https://t.co/vHF3CWo5yC",
"https://t.co/PGb8JudaKc"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [],
"mentions": [
"ISS_Research"
]
}
},
"1557415562682277891": {
"basic": {
"id": "1557415562682277891",
"title": "The Moon is a muse to many and we’re no exception: check out the creative ways NASA imaging experts have captured it. https://t.co/MqUSW68zS4\n \nFeeling artistic? Share your Moon-inspired content with us with the hashtag #NASAMoonSnap! https://t.co/WIvquMQofA",
"conversation_id": "1557415562682277891",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2022-08-10T17:16:20",
"time_timestamp": 1660144580,
"time": "2022-08-10T17:16:20"
},
"metrics": {
"retweet_count": 506,
"favorite_count": 4604,
"reply_count": 120,
"quote_count": 30
},
"features": {
"links": [
"https://t.co/WIvquMQofA",
"https://t.co/MqUSW68zS4"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [
"NASAMoonSnap"
],
"mentions": []
}
},
"1071818572056403970": {
"basic": {
"id": "1071818572056403970",
"title": "Hey @Marvel, we heard about Tony Stark. As we know, the first thing you should do is listen in mission control for “@Avengers, we have a problem.” But if he can’t communicate, then we recommend ground teams use all resources to scan the skies for your missing man https://t.co/zavXrsPljq",
"conversation_id": "1071818572056403970",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2018-12-09T17:27:15",
"time_timestamp": 1544372835,
"time": "2018-12-09T17:27:15"
},
"metrics": {
"retweet_count": 144287,
"favorite_count": 322187,
"reply_count": 5028,
"quote_count": 18444
},
"features": {
"links": [
"https://t.co/zavXrsPljq"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [],
"mentions": [
"Marvel",
"Avengers"
]
}
},
"1558194153485475841": {
"basic": {
"id": "1558194153485475841",
"title": "LIVE: @VP Harris delivers remarks from the Chabot Space & Science Center near @NASAAmes on how the Biden-Harris Administration will support commercial spaceflight. https://t.co/RBTsqwILNH",
"conversation_id": "1558194153485475841",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2022-08-12T20:50:10",
"time_timestamp": 1660330210,
"time": "2022-08-12T20:50:10"
},
"metrics": {
"retweet_count": 239,
"favorite_count": 1672,
"reply_count": 92,
"quote_count": 11
},
"features": {
"links": [
"https://t.co/RBTsqwILNH"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [],
"mentions": [
"NASAAmes",
"VP"
]
}
},
"1559248313139986433": {
"basic": {
"id": "1559248313139986433",
"title": "When #Artemis I launches to the Moon and back, there will be plenty of science hitching a ride. From CubeSats designed to hunt for lunar surface water deposits, to experiments on how cells respond to space, here's more of what's aboard @NASAArtemis: https://t.co/56qFqM0uCV https://t.co/Dj1LR7fn3I",
"conversation_id": "1559248313139986433",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2022-08-15T18:39:01",
"time_timestamp": 1660581541,
"time": "2022-08-15T18:39:01"
},
"metrics": {
"retweet_count": 312,
"favorite_count": 2109,
"reply_count": 47,
"quote_count": 14
},
"features": {
"links": [
"https://t.co/Dj1LR7fn3I",
"https://t.co/56qFqM0uCV"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [
"Artemis"
],
"mentions": [
"NASAArtemis"
]
}
},
"1275481438805274626": {
"basic": {
"id": "1275481438805274626",
"title": "@JinMoonphany The Moon already belongs to everybody, even Seokjin. https://t.co/S9hOxem70h",
"conversation_id": "1274441635338743808",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": "1274441635338743808",
"language": "en",
"time_iso": "2020-06-23T17:30:46",
"time_timestamp": 1592926246,
"time": "2020-06-23T17:30:46"
},
"metrics": {
"retweet_count": 67136,
"favorite_count": 135712,
"reply_count": 4229,
"quote_count": 11586
},
"features": {
"links": [
"https://t.co/S9hOxem70h"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": true,
"is_tweet": false
},
"hashtags": [],
"mentions": [
"JinMoonphany"
]
}
},
"1265679515193409541": {
"basic": {
"id": "1265679515193409541",
"title": "LIVE NOW: History is about to be made. Watch as @NASA_Astronauts #LaunchAmerica to the @Space_Station from American soil for the first time in nine years: https://t.co/U1COQzFy4v https://t.co/U1COQzFy4v",
"conversation_id": "1265679515193409541",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2020-05-27T16:21:26",
"time_timestamp": 1590589286,
"time": "2020-05-27T16:21:26"
},
"metrics": {
"retweet_count": 34088,
"favorite_count": 57906,
"reply_count": 3663,
"quote_count": 6623
},
"features": {
"links": [
"https://t.co/U1COQzFy4v"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [
"LaunchAmerica"
],
"mentions": [
"Space_Station",
"NASA_Astronauts"
]
}
},
"1474724928360525827": {
"basic": {
"id": "1474724928360525827",
"title": "Here it is: humanity’s final look at @NASAWebb as it heads into deep space to answer our biggest questions. Alone in the vastness of space, Webb will soon begin an approximately two-week process to deploy its antennas, mirrors, and sunshield. #UnfoldTheUniverse https://t.co/DErMXJhNQd",
"conversation_id": "1474724928360525827",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2021-12-25T12:53:16",
"time_timestamp": 1640433196,
"time": "2021-12-25T12:53:16"
},
"metrics": {
"retweet_count": 24860,
"favorite_count": 94697,
"reply_count": 1706,
"quote_count": 4031
},
"features": {
"links": [
"https://t.co/DErMXJhNQd"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [
"UnfoldTheUniverse"
],
"mentions": [
"NASAWebb"
]
}
},
"1519683470779428867": {
"basic": {
"id": "1519683470779428867",
"title": "Tour de Force: New images from our #MarsHelicopter show the parachute & backshell that landed @NASAPersevere.\n\nMore than eye-popping pictures, they inform the tech we'll need for safely landing future missions, including astronauts, on the Red Planet. https://t.co/UiI9Qvggji https://t.co/kGb1qWmBkQ",
"conversation_id": "1519683470779428867",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2022-04-28T14:22:28",
"time_timestamp": 1651148548,
"time": "2022-04-28T14:22:28"
},
"metrics": {
"retweet_count": 855,
"favorite_count": 6979,
"reply_count": 356,
"quote_count": 111
},
"features": {
"links": [
"https://t.co/kGb1qWmBkQ",
"https://t.co/UiI9Qvggji"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [
"MarsHelicopter"
],
"mentions": [
"NASAPersevere"
]
}
},
"1473237438235652099": {
"basic": {
"id": "1473237438235652099",
"title": "Stage separation confirmed! The @SpaceX Dragon is now floating freely and flying toward the @Space_Station with science, supplies, and holiday treats aboard for the @NASA_Astronauts. https://t.co/ncOPLLXNgd",
"conversation_id": "1473237438235652099",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2021-12-21T10:22:31",
"time_timestamp": 1640078551,
"time": "2021-12-21T10:22:31"
},
"metrics": {
"retweet_count": 3747,
"favorite_count": 39606,
"reply_count": 2617,
"quote_count": 228
},
"features": {
"links": [
"https://t.co/ncOPLLXNgd"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [],
"mentions": [
"Space_Station",
"SpaceX",
"NASA_Astronauts"
]
}
},
"1558260328223240197": {
"basic": {
"id": "1558260328223240197",
"title": "RT @NASAAmes: Today, @VP Harris met with the National Space Council, government officials, and industry leaders at our visitor center in Oa…",
"conversation_id": "1558260328223240197",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2022-08-13T01:13:07",
"time_timestamp": 1660345987,
"time": "2022-08-13T01:13:07"
},
"metrics": {
"retweet_count": 211,
"favorite_count": 0,
"reply_count": 0,
"quote_count": 0
},
"features": {
"links": [],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": false,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [],
"mentions": [
"NASAAmes",
"VP"
]
}
},
"1550890635435151361": {
"basic": {
"id": "1550890635435151361",
"title": "Calling all creators, influencers, and social aficionados, @NASAArtemis is launching to the Moon and we want you to experience it in person. Learn from experts, go behind-the-scenes, and bring the launch to your followers with #NASASocial.\n\nApply now: https://t.co/VtwxJGGzYF https://t.co/EhLsIUrLQl",
"conversation_id": "1550890635435151361",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2022-07-23T17:08:36",
"time_timestamp": 1658588916,
"time": "2022-07-23T17:08:36"
},
"metrics": {
"retweet_count": 1393,
"favorite_count": 9779,
"reply_count": 391,
"quote_count": 139
},
"features": {
"links": [
"https://t.co/EhLsIUrLQl",
"https://t.co/VtwxJGGzYF"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [
"NASASocial"
],
"mentions": [
"NASAArtemis"
]
}
},
"1257458740938387463": {
"basic": {
"id": "1257458740938387463",
"title": "We don't know who needs to hear this, but you are made of star stuff. https://t.co/RlYHAd0xKy",
"conversation_id": "1257458740938387463",
"retweeted_id_str": null,
"quoted_status_id_str": null,
"in_reply_to_status_id_str": null,
"language": "en",
"time_iso": "2020-05-04T23:55:00",
"time_timestamp": 1588629300,
"time": "2020-05-04T23:55:00"
},
"metrics": {
"retweet_count": 49170,
"favorite_count": 167709,
"reply_count": 2253,
"quote_count": 3530
},
"features": {
"links": [
"https://t.co/RlYHAd0xKy"
],
"types": {
"is_retweet": false,
"is_quoted": false,
"is_links": true,
"is_media": false,
"is_reply": false,
"is_tweet": true
},
"hashtags": [],
"mentions": []
}
}
}
}
},
"blogger_emails": {
"data": []
},
"blogger_geo": {
"data": null
},
"blogger_languages": {
"data": [
"en"
]
},
"blogger_mentions": {
"data": {
"mentions": {
"performance": {
"7d": {
"summary": {
"all": {
"er": 0.004296,
"posts_count": 31,
"bloggers_count": 27,
"posts_per_week": 13
}
}
},
"30d": {
"summary": {
"all": {
"er": 0.005203,
"posts_count": 60,
"bloggers_count": 41,
"posts_per_week": 13
}
}
},
"90d": {
"summary": {
"all": {
"er": 0.005203,
"posts_count": 60,
"bloggers_count": 41,
"posts_per_week": 4
}
}
},
"180d": {
"summary": {
"all": {
"er": 0.004886,
"posts_count": 132,
"bloggers_count": 66,
"posts_per_week": 4
}
}
},
"365d": {
"summary": {
"all": {
"er": 0.004131,
"posts_count": 997,
"bloggers_count": 238,
"posts_per_week": 19
}
}
},
"all": {
"summary": {
"all": {
"er": 0.005153,
"posts_count": 3007,
"bloggers_count": 481,
"posts_per_week": 5
}
}
}
},
"value": 41,
"value_prev": 0
}
}
},
"blogger_hashtags": {
"data": {
"performance": {
"7d": [
{
"text": "Artemis",
"media_count": 9,
"er_avg": 0.00425
},
{
"text": "NASAMoonSnap",
"media_count": 4,
"er_avg": 0.007377
},
{
"text": "AskNASA",
"media_count": 3,
"er_avg": 0.003545
},
{
"text": "BackToSchool",
"media_count": 2,
"er_avg": 0.00657
},
{
"text": "Crew5",
"media_count": 2,
"er_avg": 0.004864
},
{
"text": "DARTMission",
"media_count": 2,
"er_avg": 0.005507
},
{
"text": "Starliner",
"media_count": 1,
"er_avg": 0.006201
},
{
"text": "GravityAssist",
"media_count": 1,
"er_avg": 0.002372
},
{
"text": "ObserveTheMoon",
"media_count": 1,
"er_avg": 0.004055
}
],
"30d": [
{
"text": "Artemis",
"media_count": 15,
"er_avg": 0.00425
},
{
"text": "Crew5",
"media_count": 4,
"er_avg": 0.005487
},
{
"text": "AskNASA",
"media_count": 4,
"er_avg": 0.004445
},
{
"text": "NASAMoonSnap",
"media_count": 4,
"er_avg": 0.007377
},
{
"text": "NASASocial",
"media_count": 2,
"er_avg": 0.012381
},
{
"text": "BackToSchool",
"media_count": 2,
"er_avg": 0.00657
},
{
"text": "DARTMission",
"media_count": 2,
"er_avg": 0.005507
},
{
"text": "InternationalMoonDay",
"media_count": 2,
"er_avg": 0.008315
},
{
"text": "CitizenScience",
"media_count": 1,
"er_avg": 0.000241
},
{
"text": "Starliner",
"media_count": 1,
"er_avg": 0.006201
}
],
"90d": [
{
"text": "Artemis",
"media_count": 15,
"er_avg": 0.00425
},
{
"text": "Crew5",
"media_count": 4,
"er_avg": 0.005487
},
{
"text": "AskNASA",
"media_count": 4,
"er_avg": 0.004445
},
{
"text": "NASAMoonSnap",
"media_count": 4,
"er_avg": 0.007377
},
{
"text": "NASASocial",
"media_count": 2,
"er_avg": 0.012381
},
{
"text": "BackToSchool",
"media_count": 2,
"er_avg": 0.00657
},
{
"text": "DARTMission",
"media_count": 2,
"er_avg": 0.005507
},
{
"text": "InternationalMoonDay",
"media_count": 2,
"er_avg": 0.008315
},
{
"text": "CitizenScience",
"media_count": 1,
"er_avg": 0.000241
},
{
"text": "Starliner",
"media_count": 1,
"er_avg": 0.006201
}
],
"180d": [
{
"text": "Crew4",
"media_count": 22,
"er_avg": 0.007212
},
{
"text": "Crew3",
"media_count": 17,
"er_avg": 0.004972
},
{
"text": "Artemis",
"media_count": 17,
"er_avg": 0.004099
},
{
"text": "BlackHoleWeek",
"media_count": 5,
"er_avg": 0.009241
},
{
"text": "AskNASA",
"media_count": 5,
"er_avg": 0.005346
},
{
"text": "Starliner",
"media_count": 4,
"er_avg": 0.004769
},
{
"text": "Crew5",
"media_count": 4,
"er_avg": 0.005487
},
{
"text": "NASAMoonSnap",
"media_count": 4,
"er_avg": 0.007377
},
{
"text": "Ax1",
"media_count": 2,
"er_avg": 0.004355
},
{
"text": "NASAWebb",
"media_count": 2,
"er_avg": 0.001755
}
],
"365d": [
{
"text": "Crew3",
"media_count": 87,
"er_avg": 0.00406
},
{
"text": "UnfoldTheUniverse",
"media_count": 63,
"er_avg": 0.009695
},
{
"text": "Artemis",
"media_count": 50,
"er_avg": 0.004095
},
{
"text": "AskNASA",
"media_count": 37,
"er_avg": 0.00406
},
{
"text": "LucyMission",
"media_count": 36,
"er_avg": 0.003989
},
{
"text": "Landsat",
"media_count": 35,
"er_avg": 0.002977
},
{
"text": "DARTMission",
"media_count": 32,
"er_avg": 0.004346
},
{
"text": "Crew4",
"media_count": 24,
"er_avg": 0.007212
},
{
"text": "IXPE",
"media_count": 17,
"er_avg": 0.00427
},
{
"text": "SpaceToGround",
"media_count": 12,
"er_avg": 0.002755
}
],
"all": [
{
"text": "Artemis",
"media_count": 133,
"er_avg": 0.004782
},
{
"text": "LaunchAmerica",
"media_count": 107,
"er_avg": 0.012892
},
{
"text": "CountdownToMars",
"media_count": 101,
"er_avg": 0.009305
},
{
"text": "MarsHelicopter",
"media_count": 96,
"er_avg": 0.004896
},
{
"text": "Crew3",
"media_count": 87,
"er_avg": 0.00406
},
{
"text": "AskNASA",
"media_count": 81,
"er_avg": 0.004482
},
{
"text": "UnfoldTheUniverse",
"media_count": 63,
"er_avg": 0.009695
},
{
"text": "Starliner",
"media_count": 53,
"er_avg": 0.004044
},
{
"text": "SpaceToGround",
"media_count": 42,
"er_avg": 0.003165
},
{
"text": "Landsat",
"media_count": 39,
"er_avg": 0.003225
}
]
}
}
},
"social_networks": {
"data": []
}
}
},
"restTokens": 1208
}
}
highDemand
field is “true” when HypeAuditor experiences unexpected high load that effects report generation time negatively. When you receive that field you may want to inform your users that the delay is temporary and we’re fixing it. Everything will go back to normal and all requests are safe.