fanart.tv API v3

Hi, any devs using the fanart.tv API could you please update to the v3 version docs are here: http://docs.fanarttv.apiary.io/

 

In general though if you are just using the standard JSON feed it wont be a big change, the only real difference is that the name is no longer the property which should make it a lot easier to use the data.

 

Any questions please let me know.

 

For those interested, I set up an SSD server just to test the differences between the 2 APIs using ab settings of ab -k -n 8000 -c 100
 
So thats 100 concurrent requests running 8000 times which gave the following results:
 
Old API:
Time taken for tests: 52.556 seconds
Requests per second: 152.22 [#/sec] (mean)
Load: Over 20 and rising while the test was running
 
New API:
Time taken for tests: 6.260 seconds
Requests per second: 1278.01 [#/sec] (mean)
Load: No appreciable increase
 
Obviously real world usage is different as thats just hitting a single URL but it's still a useful comparison

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.