Stackalytics API calls returning empty arrays.

Bug #1732451 reported by Devon Henegar
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Stackalytics
New
Undecided
Unassigned

Bug Description

I make a daily call out to Stackanalytics specifically to `http://stackalytics.com/api/1.0/stats/modules?project_type=openstack`. This morning the call went from returning over 600 results to returning an empty array:

```
{
  "stats": Array[0][

  ]
}
```

I've tried a number of the example api calls from the stackalytic api-docs and they all return the same thing except if you include `?metric=commits` with or without other query parameters you get a result of:

```
{
  "stats": Array[1][
    {
      "index": 1,
      "metric": 27895,
      "id": "nova",
      "name": "nova"
    }
  ]
}
```

Have the api endpoints changed before the documentation was updated? Is this a bug that is being worked on?

Tags: api bug
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.