├── README.md └── photos.json /README.md: -------------------------------------------------------------------------------- 1 | # abhphoto-api 2 | OSV Tech Abhijeet Matkar Photography API 3 | -------------------------------------------------------------------------------- /photos.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id": "0", 4 | "author": "Abhijeet Matkar", 5 | "width": 5616, 6 | "height": 3744, 7 | "url": "https://unsplash.com/photos/yC-Yzbqy7PY", 8 | "download_url": "https://picsum.photos/id/0/5616/3744" 9 | }, 10 | { 11 | "id": "1", 12 | "author": "Abhijeet Matkar", 13 | "width": 5616, 14 | "height": 3744, 15 | "url": "https://unsplash.com/photos/LNRyGwIJr5c", 16 | "download_url": "https://picsum.photos/id/1/5616/3744" 17 | }, 18 | { 19 | "id": "10", 20 | "author": "Abhijeet Matkar", 21 | "width": 2500, 22 | "height": 1667, 23 | "url": "https://unsplash.com/photos/6J--NXulQCs", 24 | "download_url": "https://picsum.photos/id/10/2500/1667" 25 | }, 26 | { 27 | "id": "100", 28 | "author": "Abhijeet Matkar", 29 | "width": 2500, 30 | "height": 1656, 31 | "url": "https://unsplash.com/photos/pwaaqfoMibI", 32 | "download_url": "https://picsum.photos/id/100/2500/1656" 33 | }, 34 | { 35 | "id": "1000", 36 | "author": "Abhijeet Matkar", 37 | "width": 5626, 38 | "height": 3635, 39 | "url": "https://unsplash.com/photos/6cY-FvMlmkQ", 40 | "download_url": "https://picsum.photos/id/1000/5626/3635" 41 | }, 42 | { 43 | "id": "1001", 44 | "author": "Abhijeet Matkar", 45 | "width": 5616, 46 | "height": 3744, 47 | "url": "https://unsplash.com/photos/1DkWWN1dr-s", 48 | "download_url": "https://picsum.photos/id/1001/5616/3744" 49 | }, 50 | { 51 | "id": "1002", 52 | "author": "Abhijeet Matkar", 53 | "width": 4312, 54 | "height": 2868, 55 | "url": "https://unsplash.com/photos/6-jTZysYY_U", 56 | "download_url": "https://picsum.photos/id/1002/4312/2868" 57 | }, 58 | { 59 | "id": "1003", 60 | "author": "Abhijeet Matkar", 61 | "width": 1181, 62 | "height": 1772, 63 | "url": "https://unsplash.com/photos/GYumuBnTqKc", 64 | "download_url": "https://picsum.photos/id/1003/1181/1772" 65 | }, 66 | { 67 | "id": "1004", 68 | "author": "Abhijeet Matkar", 69 | "width": 5616, 70 | "height": 3744, 71 | "url": "https://unsplash.com/photos/SSxIGsySh8o", 72 | "download_url": "https://picsum.photos/id/1004/5616/3744" 73 | }, 74 | { 75 | "id": "1005", 76 | "author": "Abhijeet Matkar", 77 | "width": 5760, 78 | "height": 3840, 79 | "url": "https://unsplash.com/photos/tBtuxtLvAZs", 80 | "download_url": "https://picsum.photos/id/1005/5760/3840" 81 | }, 82 | { 83 | "id": "1006", 84 | "author": "Abhijeet Matkar", 85 | "width": 3000, 86 | "height": 2000, 87 | "url": "https://unsplash.com/photos/-wWRHIUklxM", 88 | "download_url": "https://picsum.photos/id/1006/3000/2000" 89 | }, 90 | { 91 | "id": "1008", 92 | "author": "Abhijeet Matkar", 93 | "width": 5616, 94 | "height": 3744, 95 | "url": "https://unsplash.com/photos/5L4XAgMSno0", 96 | "download_url": "https://picsum.photos/id/1008/5616/3744" 97 | }, 98 | { 99 | "id": "1009", 100 | "author": "Abhijeet Matkar", 101 | "width": 5000, 102 | "height": 7502, 103 | "url": "https://unsplash.com/photos/CMWRIzyMKZk", 104 | "download_url": "https://picsum.photos/id/1009/5000/7502" 105 | }, 106 | { 107 | "id": "101", 108 | "author": "Abhijeet Matkar", 109 | "width": 2621, 110 | "height": 1747, 111 | "url": "https://unsplash.com/photos/8lMhzUjD1Wk", 112 | "download_url": "https://picsum.photos/id/101/2621/1747" 113 | }, 114 | { 115 | "id": "1010", 116 | "author": "Abhijeet Matkar", 117 | "width": 5184, 118 | "height": 3456, 119 | "url": "https://unsplash.com/photos/NaWKMlp3tVs", 120 | "download_url": "https://picsum.photos/id/1010/5184/3456" 121 | }, 122 | { 123 | "id": "1011", 124 | "author": "Abhijeet Matkar", 125 | "width": 5472, 126 | "height": 3648, 127 | "url": "https://unsplash.com/photos/7BjmDICVloE", 128 | "download_url": "https://picsum.photos/id/1011/5472/3648" 129 | }, 130 | { 131 | "id": "1012", 132 | "author": "Abhijeet Matkar", 133 | "width": 3973, 134 | "height": 2639, 135 | "url": "https://unsplash.com/photos/uAgLGG1WBd4", 136 | "download_url": "https://picsum.photos/id/1012/3973/2639" 137 | }, 138 | { 139 | "id": "1013", 140 | "author": "Abhijeet Matkar", 141 | "width": 4256, 142 | "height": 2832, 143 | "url": "https://unsplash.com/photos/D8LcRLwZyPs", 144 | "download_url": "https://picsum.photos/id/1013/4256/2832" 145 | }, 146 | { 147 | "id": "1014", 148 | "author": "Abhijeet Matkar", 149 | "width": 6016, 150 | "height": 4000, 151 | "url": "https://unsplash.com/photos/AmPRUnRb6N0", 152 | "download_url": "https://picsum.photos/id/1014/6016/4000" 153 | }, 154 | { 155 | "id": "1015", 156 | "author": "Abhijeet Matkar", 157 | "width": 6000, 158 | "height": 4000, 159 | "url": "https://unsplash.com/photos/-oWyJoSqBRM", 160 | "download_url": "https://picsum.photos/id/1015/6000/4000" 161 | }, 162 | { 163 | "id": "1016", 164 | "author": "Abhijeet Matkar", 165 | "width": 3844, 166 | "height": 2563, 167 | "url": "https://unsplash.com/photos/_h7aBovKia4", 168 | "download_url": "https://picsum.photos/id/1016/3844/2563" 169 | }, 170 | { 171 | "id": "1018", 172 | "author": "Abhijeet Matkar", 173 | "width": 3914, 174 | "height": 2935, 175 | "url": "https://unsplash.com/photos/Kt5hRENuotI", 176 | "download_url": "https://picsum.photos/id/1018/3914/2935" 177 | }, 178 | { 179 | "id": "1019", 180 | "author": "Abhijeet Matkar", 181 | "width": 5472, 182 | "height": 3648, 183 | "url": "https://unsplash.com/photos/V6s1cmE39XM", 184 | "download_url": "https://picsum.photos/id/1019/5472/3648" 185 | }, 186 | { 187 | "id": "102", 188 | "author": "Abhijeet Matkar", 189 | "width": 4320, 190 | "height": 3240, 191 | "url": "https://unsplash.com/photos/pJILiyPdrXI", 192 | "download_url": "https://picsum.photos/id/102/4320/3240" 193 | }, 194 | { 195 | "id": "1020", 196 | "author": "Abhijeet Matkar", 197 | "width": 4288, 198 | "height": 2848, 199 | "url": "https://unsplash.com/photos/_snqARKTgoc", 200 | "download_url": "https://picsum.photos/id/1020/4288/2848" 201 | }, 202 | { 203 | "id": "1021", 204 | "author": "Abhijeet Matkar", 205 | "width": 2048, 206 | "height": 1206, 207 | "url": "https://unsplash.com/photos/8BmNurlVR6M", 208 | "download_url": "https://picsum.photos/id/1021/2048/1206" 209 | }, 210 | { 211 | "id": "1022", 212 | "author": "Abhijeet Matkar", 213 | "width": 6000, 214 | "height": 3376, 215 | "url": "https://unsplash.com/photos/bClr95glx6k", 216 | "download_url": "https://picsum.photos/id/1022/6000/3376" 217 | }, 218 | { 219 | "id": "1023", 220 | "author": "Abhijeet Matkar", 221 | "width": 3955, 222 | "height": 2094, 223 | "url": "https://unsplash.com/photos/93Ep1dhTd2s", 224 | "download_url": "https://picsum.photos/id/1023/3955/2094" 225 | }, 226 | { 227 | "id": "1024", 228 | "author": "Abhijeet Matkar", 229 | "width": 1920, 230 | "height": 1280, 231 | "url": "https://nikovirtanen.com", 232 | "download_url": "https://picsum.photos/id/1024/1920/1280" 233 | }, 234 | { 235 | "id": "1025", 236 | "author": "Abhijeet Matkar", 237 | "width": 4951, 238 | "height": 3301, 239 | "url": "https://unsplash.com/photos/U5rMrSI7Pn4", 240 | "download_url": "https://picsum.photos/id/1025/4951/3301" 241 | } 242 | ] 243 | --------------------------------------------------------------------------------