Astroport.ONE/ASTROBOT/_sandbox/Last10GChangeNewUser.json.sh

19 lines
258 B
Bash
Raw Permalink Normal View History

2023-07-01 23:51:37 +02:00
curl -sX POST 'https://data.gchange.fr/user/profile/_search' -d '{
"_source": [
"title",
"avatar._content_type",
"time",
"address",
"city",
"creationTime",
"description",
"_source.pubkey"
],
"from": 0,
"size": 10,
"sort": {
"creationTime": "desc"
}
}' | jq