User comments API not working

Avatar
  • updated
  • Fixed

I try to retreive all the comments of a user through the following call:


http://userecho.com/api/users/[user_id]/comments.json?key=[key]


However it always returns a empty array, even for users of which I'm sure they have placed lots of comments.


Furthermore: is it possible to retreive the statistics through the API? I want to back-up the data and analyse the use of the forum. 

Pinned replies
Avatar
Sergey Stukov co-founder
  • Answer
  • Fixed

Started investigation of your api issue will place info here soon.


Which type of statistics you want to get?

Avatar
Sergey Stukov co-founder

We founded why your API calls not receive data. Because your community is private.

We prepare fast solution to enable API access for you.


Also use https:// prefix for KEY security.

Avatar
Richard Jong

Thanks for your swift follow-up.

The statistics that are already in the forum are very useful (and I can create my own statistics from the feedback and comments list, only if I can retreive the comments). 


The page-views and visits (upper statistics graph) are currently not accessible through the API and would be a great bonus. This way I can construct the total visitor statistics from the beginning.