Last10GChangeNewUser.json.sh

This commit is contained in:
fred 2023-07-01 23:51:37 +02:00
parent 1f382574a4
commit bc2d16c840
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
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