Supported Formats

json

GET /api/stats/revenues
Lists revenues

Supported Formats

json

Errors

Code Description
401 Unauthorized
403 Forbidden

Params

Param name Description
start_date
required

Validations:

  • Must be a Date

end_date
required

Validations:

  • Must be a Date


GET /api/stats/deposits
Lists deposits

Supported Formats

json

Errors

Code Description
401 Unauthorized
403 Forbidden

Params

Param name Description
start_date
required

Validations:

  • Must be a Date

end_date
required

Validations:

  • Must be a Date


GET /api/stats/active_accounts
Lists active accounts

Supported Formats

json

Errors

Code Description
401 Unauthorized
403 Forbidden

Params

Param name Description
start_date
required

Validations:

  • Must be a Date

end_date
required

Validations:

  • Must be a Date


GET /api/stats/projects_by_language
Lists projects

Supported Formats

json

Errors

Code Description
401 Unauthorized
403 Forbidden

Params

Param name Description
language
required

Validations:

  • Must be a String


GET /api/users/:user_id/stats
Returns user stats

Supported Formats

json

Errors

Code Description
401 Unauthorized
403 Forbidden

Params

Param name Description
user_id
required

Validations:

  • Must be a String