500px / legacy-api-documentation

This is the 500px API documentation.
22 stars 9 forks source link

image_url delivers array instead of a string #255

Open AAverin opened 6 years ago

AAverin commented 6 years ago

My app now fails to fetch images from 500px because image_url in an array, was a string:

"image_url": [
                "https://drscdn.500px.org/photo/214274441/w%3D70_h%3D70/v2?client_application_id=28299&webp=true&v=0&sig=afa3f104a79d3c8af3a35cb1e188e5cd78406bdc4b11a6156146400aebc77bae",
                "https://drscdn.500px.org/photo/214274441/m%3D1170_k%3D1_a%3D1/v2?client_application_id=28299&webp=true&sig=28a730e1ce5bc0455ffba84b4c33d1acfb96433d80be4260d6d96583c5a1363c"
            ]

Can we expect any updates to this API? Also, if this is now legacy-api-documentation, where can we find a actual API documentation?