Skip to content

Instantly share code, notes, and snippets.

@samuelchan22
Created August 24, 2017 18:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samuelchan22/597abd77fa5bb845182c23869d69f91f to your computer and use it in GitHub Desktop.
Save samuelchan22/597abd77fa5bb845182c23869d69f91f to your computer and use it in GitHub Desktop.
Transifex Report API
curl -i --user api:<token> -X GET "https://api.transifex.com/organizations/transifex/reports/activity/?from_date=2017-03-04&to_date=2017-05-01&project_slug=transifex&resource_slug=core&user=diegobz"
HTTP/1.0 200 OK
...
{
"diegobz": {
"pt_BR": {
"new_leverage_percentage": {
"100": 0,
"0-60": 4,
"60-65": 0,
"65-70": 0,
"70-75": 6,
"75-80": 0,
"80-85": 1,
"85-90": 1,
"90-95": 2,
"95-100": 0
},
"reviewed": 0,
"new": 14,
"edit": 7
},
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment