"use strict"; /* Documentation: We rely on the server to ensure that sources and tags have unique and HTML valid identifiers. TBD: 0. Adjust height / max-height on control panel. 0. Adjust animation on control panel so it doesn't bounce / take a long time to show up. - Test on multiple browsers - Sort gallery order by oldest to newest, or by random - Add the current slide duration in seconds to the input form element. - Enter, space, and right arrow go to next image - See if we can clean up the code a bit by only specifying the width or height of the image and letting the browser scale it. - Add thead/tbody - check if tags with <>"'& screw things up. - Consider broad code refactoring into OO model, images, tags, etc. are objects. I am sort of doing 1/2 OO with this large hard to maintain State object, but data and code are distributed through the application with no encapsulation. Rethink: On change events for radion buttons adjust the value of tags, value of active tags could be one of 'include|exclude' 1) Enable image next selection logic. 2) Fix form logic. 3) Fix overlay div sizing. */ function gallery_player() { // Configuration and State var State = { // Internal data // Reference to our pending gallery_show function so we can // cancel multiple chains of calls to gallery_show. timer : undefined, // sources: // { source_id1 : { display : 'My Photos', tags: // { 'Tag Name 1' : tag_id_1, ... // // source_id and tag_ids are valid HTML identifiers. Display // and the tag keys are the display names of those things. sources: {}, // images: // [ { id : ..., title : ... // sources : { source_id1, ... } // tags : { 'Tag Name' : tag_id_1, 'Second Tag' : tag_id_2, ... } // sizes : [ { url : ..., width : 100, height: 200 } , ... ] // // Keys of sources index into State.sources. // tags have the same formatting as sources.tags // The sizes array is sorted from smallest to largest. images: [], // The index in our images array of the current image. current_image: 0, // The index in our images array of the next image. next_image: 0, // Active sources // { source_name1 : 1, source_name2 : 2, ... } // // The sources that are currently selected in our control panel. active_sources: {}, // Active tags // { tag_name : { // active_sources : { source1 : 1, source2 : 1, ...}, // tag_id_prefix : tag_id_prefix, // visible : boolean, // setting : include|exclude|unset // }, // tag_name2 : { ... }, // // What tags are presently visible / usable in our control // panel, and the sources that provide them, and tags: {}, // Control panel data - Selection show_untagged: false, any_or_all: "any", // Control panel data - Options slide_duration: 10000, order: "random", }; // This is replaced by the Django template system to be a JSON // data structure. State.images = [{"id": "8986629091", "title": "1-14-12-ANTIQUITES_Tome_Quatrieme-008", "tags": {"people": "tag_id_1", "relief": "tag_id_6"}, "sizes": [{"url": "https://live.staticflickr.com/2875/8986629091_1dc9791d89_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2875/8986629091_1dc9791d89.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2875/8986629091_1dc9791d89_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2875/8986629091_1dc9791d89_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2875/8986629091_1dc9791d89_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2875/8986629091_022c0d4402_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988031366", "title": "1-17-124-ETAT_MODERNE_Tome_Premier-064", "tags": {"people": "tag_id_1", "plants": "tag_id_14", "architecture": "tag_id_2", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/3786/8988031366_30e3946846_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3786/8988031366_30e3946846.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3786/8988031366_30e3946846_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3786/8988031366_30e3946846_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3786/8988031366_30e3946846_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3786/8988031366_02754b85e5_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987837608", "title": "1-14-1-ANTIQUITES_Tome_Quatrieme-002", "tags": {}, "sizes": [{"url": "https://live.staticflickr.com/2862/8987837608_f8f47ed7ea_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2862/8987837608_f8f47ed7ea.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2862/8987837608_f8f47ed7ea_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2862/8987837608_f8f47ed7ea_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2862/8987837608_f8f47ed7ea_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2862/8987837608_7c1a3ab622_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988230860", "title": "1-20-122-HISTOIRE_Naturelle_Tome_Deuxieme-063", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/5449/8988230860_30fe4180ce_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5449/8988230860_30fe4180ce.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5449/8988230860_30fe4180ce_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5449/8988230860_30fe4180ce_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5449/8988230860_30fe4180ce_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5449/8988230860_6a7d9e4d26_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988242756", "title": "1-20-154-HISTOIRE_Naturelle_Tome_Deuxieme-079", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/5441/8988242756_c02e3dfa6a_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5441/8988242756_c02e3dfa6a.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5441/8988242756_c02e3dfa6a_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5441/8988242756_c02e3dfa6a_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5441/8988242756_c02e3dfa6a_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5441/8988242756_010696b9e0_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986861419", "title": "1-17-23-ETAT_MODERNE_Tome_Premier-014-combined", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/5456/8986861419_23ae34189b_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/5456/8986861419_23ae34189b.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/5456/8986861419_23ae34189b_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/5456/8986861419_23ae34189b_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/5456/8986861419_23ae34189b_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/5456/8986861419_1d0caa6d2f_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987972330", "title": "1-16-13-ATLAS_Geographiqe-009-combined", "tags": {"writing": "tag_id_18", "map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/5442/8987972330_6e21e92771_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/5442/8987972330_6e21e92771.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/5442/8987972330_6e21e92771_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/5442/8987972330_6e21e92771_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/5442/8987972330_6e21e92771_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/5442/8987972330_2c635f40cf_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986692693", "title": "1-15-122-ANTIQUITES_Tome_Cinquieme-063", "tags": {"writing": "tag_id_18"}, "sizes": [{"url": "https://live.staticflickr.com/7405/8986692693_b03c6489ae_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7405/8986692693_b03c6489ae.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7405/8986692693_b03c6489ae_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7405/8986692693_b03c6489ae_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7405/8986692693_b03c6489ae_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7405/8986692693_ab3474fa30_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988222562", "title": "1-20-100-HISTOIRE_Naturelle_Tome_Deuxieme-052", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/3698/8988222562_f69ce1a45e_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3698/8988222562_f69ce1a45e.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3698/8988222562_f69ce1a45e_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3698/8988222562_f69ce1a45e_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3698/8988222562_f69ce1a45e_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3698/8988222562_d5de3984cb_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988134366", "title": "1-18-174-ETAT_Moderne_Tome_Deuxieme-089", "tags": {"artifacts": "tag_id_15"}, "sizes": [{"url": "https://live.staticflickr.com/7417/8988134366_6a2e1b0b00_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7417/8988134366_6a2e1b0b00.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7417/8988134366_6a2e1b0b00_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7417/8988134366_6a2e1b0b00_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7417/8988134366_6a2e1b0b00_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7417/8988134366_517383e2af_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986492883", "title": "1-12-154-ANTIQUITES_Tome_Deuxieme-079", "tags": {"photo": "tag_id_3", "hieroglyphics": "tag_id_13"}, "sizes": [{"url": "https://live.staticflickr.com/3722/8986492883_d0200df519_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3722/8986492883_d0200df519.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3722/8986492883_d0200df519_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3722/8986492883_d0200df519_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3722/8986492883_d0200df519_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3722/8986492883_6ba00b9015_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987012209", "title": "1-19-74-HISTOIRE_Naturelle_Tome_Premiem-039", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/8117/8987012209_f4f663cab4_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8117/8987012209_f4f663cab4.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8117/8987012209_f4f663cab4_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8117/8987012209_f4f663cab4_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8117/8987012209_f4f663cab4_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8117/8987012209_735cd50d0e_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988262366", "title": "1-20-202-HISTOIRE_Naturelle_Tome_Deuxieme-103", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/8550/8988262366_e3d0634d97_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8550/8988262366_e3d0634d97.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8550/8988262366_e3d0634d97_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8550/8988262366_e3d0634d97_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8550/8988262366_e3d0634d97_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8550/8988262366_377d814fdd_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988214150", "title": "1-19-80-HISTOIRE_Naturelle_Tome_Premiem-042", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/8134/8988214150_e40c1dd34b_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8134/8988214150_e40c1dd34b.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8134/8988214150_e40c1dd34b_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8134/8988214150_e40c1dd34b_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8134/8988214150_e40c1dd34b_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8134/8988214150_2a08c40b3e_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986999507", "title": "1-19-44-HISTOIRE_Naturelle_Tome_Premiem-024", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/8132/8986999507_fdfc51af5c_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8132/8986999507_fdfc51af5c.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8132/8986999507_fdfc51af5c_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8132/8986999507_fdfc51af5c_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8132/8986999507_fdfc51af5c_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8132/8986999507_410d8a2173_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988184312", "title": "1-19-124-HISTOIRE_Naturelle_Tome_Premiem-064", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/7408/8988184312_44249dfcbc_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7408/8988184312_44249dfcbc.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7408/8988184312_44249dfcbc_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7408/8988184312_44249dfcbc_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7408/8988184312_44249dfcbc_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7408/8988184312_5ebd36179e_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987668588", "title": "1-12-118-ANTIQUITES_Tome_Deuxieme-061", "tags": {"relief": "tag_id_6", "designs": "tag_id_16", "hieroglyphics": "tag_id_13"}, "sizes": [{"url": "https://live.staticflickr.com/8274/8987668588_f070337be6_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8274/8987668588_f070337be6.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8274/8987668588_f070337be6_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8274/8987668588_f070337be6_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8274/8987668588_f070337be6_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8274/8987668588_3d2b6d8e92_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987762788", "title": "1-13-130-ANTIQUITES_Tome_Troisieme-067", "tags": {"people": "tag_id_1", "relief": "tag_id_6", "gods": "tag_id_7"}, "sizes": [{"url": "https://live.staticflickr.com/2822/8987762788_5e5fbc05b7_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/2822/8987762788_5e5fbc05b7.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/2822/8987762788_5e5fbc05b7_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/2822/8987762788_5e5fbc05b7_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/2822/8987762788_5e5fbc05b7_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/2822/8987762788_9edfef5885_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986442095", "title": "1-11-58-ANTIQUITES_Tome_Premier-031", "tags": {"people": "tag_id_1", "architecture": "tag_id_2", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/5451/8986442095_7a223a28f7_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5451/8986442095_7a223a28f7.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5451/8986442095_7a223a28f7_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5451/8986442095_7a223a28f7_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5451/8986442095_7a223a28f7_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5451/8986442095_52899b0823_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988094694", "title": "1-17-8-ETAT_MODERNE_Tome_Premier-006", "tags": {"people": "tag_id_1", "plants": "tag_id_14", "architecture": "tag_id_2", "landscape": "tag_id_8", "photo": "tag_id_3", "map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/5337/8988094694_a929469495_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5337/8988094694_a929469495.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5337/8988094694_a929469495_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5337/8988094694_a929469495_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5337/8988094694_a929469495_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5337/8988094694_51f1547ff9_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987611836", "title": "1-11-184-ANTIQUITES_Tome_Premier-094", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "relief": "tag_id_6"}, "sizes": [{"url": "https://live.staticflickr.com/7393/8987611836_90f77cd97c_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7393/8987611836_90f77cd97c.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7393/8987611836_90f77cd97c_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7393/8987611836_90f77cd97c_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7393/8987611836_90f77cd97c_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7393/8987611836_37e6c1a2ba_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987741800", "title": "1-12-82-ANTIQUITES_Tome_Deuxieme-043", "tags": {"map": "tag_id_12", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/3688/8987741800_a216644764_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3688/8987741800_a216644764.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3688/8987741800_a216644764_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3688/8987741800_a216644764_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3688/8987741800_a216644764_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3688/8987741800_44f8ba98a0_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986504697", "title": "1-12-178-ANTIQUITES_Tome_Deuxieme-091", "tags": {"relief": "tag_id_6", "artifacts": "tag_id_15"}, "sizes": [{"url": "https://live.staticflickr.com/7340/8986504697_4be6d251d1_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7340/8986504697_4be6d251d1.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7340/8986504697_4be6d251d1_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7340/8986504697_4be6d251d1_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7340/8986504697_4be6d251d1_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7340/8986504697_2be4e6dd10_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988277272", "title": "1-20-48-HISTOIRE_Naturelle_Tome_Deuxieme-026", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/7285/8988277272_a9ec7c3d52_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7285/8988277272_a9ec7c3d52.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7285/8988277272_a9ec7c3d52_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7285/8988277272_a9ec7c3d52_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7285/8988277272_a9ec7c3d52_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7285/8988277272_86c9151c0f_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988366760", "title": "1-21-8-HISTOIRE_Naturelle_Tome_Deuxieme_bis-006", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/2878/8988366760_9af3f7ec07_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/2878/8988366760_9af3f7ec07.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/2878/8988366760_9af3f7ec07_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/2878/8988366760_9af3f7ec07_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/2878/8988366760_9af3f7ec07_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/2878/8988366760_bb6d041c2d_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987791736", "title": "1-13-60-ANTIQUITES_Tome_Troisieme-032", "tags": {"people": "tag_id_1", "photo": "tag_id_3", "ruins": "tag_id_9", "statuary": "tag_id_5"}, "sizes": [{"url": "https://live.staticflickr.com/7428/8987791736_f27a7408eb_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7428/8987791736_f27a7408eb.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7428/8987791736_f27a7408eb_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7428/8987791736_f27a7408eb_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7428/8987791736_f27a7408eb_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7428/8987791736_830c277c6c_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988199648", "title": "1-19-46-HISTOIRE_Naturelle_Tome_Premiem-025", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/3809/8988199648_de92826e52_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3809/8988199648_de92826e52.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3809/8988199648_de92826e52_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3809/8988199648_de92826e52_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3809/8988199648_de92826e52_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3809/8988199648_2aaf843621_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987580602", "title": "1-11-116-ANTIQUITES_Tome_Premier-060", "tags": {"architecture": "tag_id_2", "relief": "tag_id_6"}, "sizes": [{"url": "https://live.staticflickr.com/3671/8987580602_a9d5f02dc5_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3671/8987580602_a9d5f02dc5.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3671/8987580602_a9d5f02dc5_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3671/8987580602_a9d5f02dc5_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3671/8987580602_a9d5f02dc5_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3671/8987580602_8be800b6c8_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987686264", "title": "1-12-146-ANTIQUITES_Tome_Deuxieme-075-combined", "tags": {"people": "tag_id_1", "writing": "tag_id_18", "amazing": "tag_id_4"}, "sizes": [{"url": "https://live.staticflickr.com/7445/8987686264_869004fa23_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/7445/8987686264_869004fa23.jpg", "width": "500", "height": "336"}, {"url": "https://live.staticflickr.com/7445/8987686264_869004fa23_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/7445/8987686264_869004fa23_c.jpg", "width": "800", "height": "538"}, {"url": "https://live.staticflickr.com/7445/8987686264_869004fa23_b.jpg", "width": "1024", "height": "689"}, {"url": "https://live.staticflickr.com/7445/8987686264_0c7fb0f62e_o.jpg", "width": "1992", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987895486", "title": "1-15-132-ANTIQUITES_Tome_Cinquieme-068", "tags": {"animals": "tag_id_10", "writing": "tag_id_18"}, "sizes": [{"url": "https://live.staticflickr.com/7323/8987895486_9478e9df93_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7323/8987895486_9478e9df93.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7323/8987895486_9478e9df93_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7323/8987895486_9478e9df93_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7323/8987895486_9478e9df93_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7323/8987895486_d5471e8b7e_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987899034", "title": "1-15-13-ANTIQUITES_Tome_Cinquieme-009-combined", "tags": {"map": "tag_id_12", "pyramids": "tag_id_20"}, "sizes": [{"url": "https://live.staticflickr.com/7415/8987899034_34f5bfd79a_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/7415/8987899034_34f5bfd79a.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/7415/8987899034_34f5bfd79a_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/7415/8987899034_34f5bfd79a_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/7415/8987899034_34f5bfd79a_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/7415/8987899034_ae11d0110d_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988003742", "title": "1-16-69-ATLAS_Geographiqe-037-combined", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/3687/8988003742_cbdc1e0062_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/3687/8988003742_cbdc1e0062.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/3687/8988003742_cbdc1e0062_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/3687/8988003742_cbdc1e0062_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/3687/8988003742_cbdc1e0062_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/3687/8988003742_1ae16615fa_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987042487", "title": "1-20-152-HISTOIRE_Naturelle_Tome_Deuxieme-078", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/7429/8987042487_4cae5e05f5_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7429/8987042487_4cae5e05f5.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7429/8987042487_4cae5e05f5_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7429/8987042487_4cae5e05f5_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7429/8987042487_4cae5e05f5_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7429/8987042487_bd8b49ecde_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986664513", "title": "1-14-6-ANTIQUITES_Tome_Quatrieme-005", "tags": {"map": "tag_id_12", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/7453/8986664513_c0a824537d_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7453/8986664513_c0a824537d.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7453/8986664513_c0a824537d_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7453/8986664513_c0a824537d_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7453/8986664513_c0a824537d_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7453/8986664513_4c1f110a76_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986959017", "title": "1-18-66-ETAT_Moderne_Tome_Deuxieme-035", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "photo": "tag_id_3", "technology": "tag_id_19"}, "sizes": [{"url": "https://live.staticflickr.com/2815/8986959017_4ed7151f70_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/2815/8986959017_4ed7151f70.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/2815/8986959017_4ed7151f70_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/2815/8986959017_4ed7151f70_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/2815/8986959017_4ed7151f70_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/2815/8986959017_d40d1a363c_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986956357", "title": "1-18-58-ETAT_Moderne_Tome_Deuxieme-031", "tags": {"people": "tag_id_1", "plants": "tag_id_14", "landscape": "tag_id_8", "photo": "tag_id_3", "technology": "tag_id_19", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/3719/8986956357_803b58e588_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3719/8986956357_803b58e588.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3719/8986956357_803b58e588_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3719/8986956357_803b58e588_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3719/8986956357_803b58e588_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3719/8986956357_472e7f30b8_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986978227", "title": "1-19-108-HISTOIRE_Naturelle_Tome_Premiem-056", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/7455/8986978227_bc224bdfa4_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7455/8986978227_bc224bdfa4.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7455/8986978227_bc224bdfa4_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7455/8986978227_bc224bdfa4_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7455/8986978227_bc224bdfa4_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7455/8986978227_1550273c7d_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988261390", "title": "1-20-200-HISTOIRE_Naturelle_Tome_Deuxieme-102", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/3737/8988261390_31f7014e1f_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3737/8988261390_31f7014e1f.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3737/8988261390_31f7014e1f_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3737/8988261390_31f7014e1f_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3737/8988261390_31f7014e1f_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3737/8988261390_bc82e9aa2d_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988192886", "title": "1-19-30-HISTOIRE_Naturelle_Tome_Premiem-017", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/5468/8988192886_b2621b538f_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5468/8988192886_b2621b538f.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5468/8988192886_b2621b538f_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5468/8988192886_b2621b538f_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5468/8988192886_b2621b538f_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5468/8988192886_7cdf3fa520_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987813614", "title": "1-14-104-ANTIQUITES_Tome_Quatrieme-054", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/2859/8987813614_736473d1bf_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2859/8987813614_736473d1bf.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2859/8987813614_736473d1bf_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2859/8987813614_736473d1bf_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2859/8987813614_736473d1bf_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2859/8987813614_8399a4dda8_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986380921", "title": "1-11-111-ANTIQUITES_Tome_Premier-058-combined", "tags": {"people": "tag_id_1", "architecture": "tag_id_2", "relief": "tag_id_6"}, "sizes": [{"url": "https://live.staticflickr.com/2863/8986380921_051bb85a90_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/2863/8986380921_051bb85a90.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/2863/8986380921_051bb85a90_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/2863/8986380921_051bb85a90_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/2863/8986380921_051bb85a90_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/2863/8986380921_6c9b13c725_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988084376", "title": "1-17-6-ETAT_MODERNE_Tome_Premier-005", "tags": {"people": "tag_id_1", "plants": "tag_id_14", "architecture": "tag_id_2", "landscape": "tag_id_8", "photo": "tag_id_3", "ruins": "tag_id_9", "map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/3764/8988084376_89586b158e_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3764/8988084376_89586b158e.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3764/8988084376_89586b158e_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3764/8988084376_89586b158e_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3764/8988084376_89586b158e_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3764/8988084376_04681deeb3_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986778401", "title": "1-16-1-ATLAS_Geographiqe-002", "tags": {}, "sizes": [{"url": "https://live.staticflickr.com/8543/8986778401_29c0715a7e_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8543/8986778401_29c0715a7e.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8543/8986778401_29c0715a7e_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8543/8986778401_29c0715a7e_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8543/8986778401_29c0715a7e_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8543/8986778401_cdea675c19_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987001469", "title": "1-19-4-HISTOIRE_Naturelle_Tome_Premiem-004", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/8253/8987001469_323fa2a1c5_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8253/8987001469_323fa2a1c5.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8253/8987001469_323fa2a1c5_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8253/8987001469_323fa2a1c5_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8253/8987001469_323fa2a1c5_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8253/8987001469_5dc99599a1_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986586295", "title": "1-13-47-ANTIQUITES_Tome_Troisieme-026-combined", "tags": {"architecture": "tag_id_2", "statuary": "tag_id_5"}, "sizes": [{"url": "https://live.staticflickr.com/5463/8986586295_22cb275f02_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/5463/8986586295_22cb275f02.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/5463/8986586295_22cb275f02_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/5463/8986586295_22cb275f02_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/5463/8986586295_22cb275f02_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/5463/8986586295_89f0b72bf3_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988116716", "title": "1-18-134-ETAT_Moderne_Tome_Deuxieme-069", "tags": {"artifacts": "tag_id_15"}, "sizes": [{"url": "https://live.staticflickr.com/7376/8988116716_952f7922e3_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7376/8988116716_952f7922e3.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7376/8988116716_952f7922e3_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7376/8988116716_952f7922e3_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7376/8988116716_952f7922e3_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7376/8988116716_f6cef17966_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986776517", "title": "1-16-17-ATLAS_Geographiqe-011-combined", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/5452/8986776517_70bf13edec_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/5452/8986776517_70bf13edec.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/5452/8986776517_70bf13edec_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/5452/8986776517_70bf13edec_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/5452/8986776517_70bf13edec_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/5452/8986776517_07b5233310_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987830868", "title": "1-14-138-ANTIQUITES_Tome_Quatrieme-071", "tags": {"architecture": "tag_id_2", "landscape": "tag_id_8", "photo": "tag_id_3", "map": "tag_id_12", "relief": "tag_id_6", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/8408/8987830868_f8c2535f94_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8408/8987830868_f8c2535f94.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8408/8987830868_f8c2535f94_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8408/8987830868_f8c2535f94_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8408/8987830868_f8c2535f94_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8408/8987830868_b6250f71ba_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988328088", "title": "1-21-22-HISTOIRE_Naturelle_Tome_Deuxieme_bis-013", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/8262/8988328088_4ba972c611_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/8262/8988328088_4ba972c611.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/8262/8988328088_4ba972c611_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/8262/8988328088_4ba972c611_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/8262/8988328088_4ba972c611_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/8262/8988328088_25fb52fd59_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988284366", "title": "1-20-68-HISTOIRE_Naturelle_Tome_Deuxieme-036", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/2823/8988284366_130ee2e6c5_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2823/8988284366_130ee2e6c5.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2823/8988284366_130ee2e6c5_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2823/8988284366_130ee2e6c5_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2823/8988284366_130ee2e6c5_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2823/8988284366_a3306d4383_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986422985", "title": "1-11-202-ANTIQUITES_Tome_Premier-103", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "relief": "tag_id_6", "gods": "tag_id_7"}, "sizes": [{"url": "https://live.staticflickr.com/7395/8986422985_7de61d2500_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7395/8986422985_7de61d2500.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7395/8986422985_7de61d2500_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7395/8986422985_7de61d2500_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7395/8986422985_7de61d2500_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7395/8986422985_ff8ec1c6f7_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987736796", "title": "1-12-74-ANTIQUITES_Tome_Deuxieme-039", "tags": {"people": "tag_id_1", "relief": "tag_id_6", "gods": "tag_id_7"}, "sizes": [{"url": "https://live.staticflickr.com/5330/8987736796_fc47cafa3e_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5330/8987736796_fc47cafa3e.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5330/8987736796_fc47cafa3e_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5330/8987736796_fc47cafa3e_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5330/8987736796_fc47cafa3e_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5330/8987736796_d1ec1d3b9b_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986920837", "title": "1-18-142-ETAT_Moderne_Tome_Deuxieme-073", "tags": {"artifacts": "tag_id_15"}, "sizes": [{"url": "https://live.staticflickr.com/7358/8986920837_f890395d8c_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7358/8986920837_f890395d8c.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7358/8986920837_f890395d8c_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7358/8986920837_f890395d8c_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7358/8986920837_f890395d8c_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7358/8986920837_614d4b6c07_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987656394", "title": "1-11-90-ANTIQUITES_Tome_Premier-047", "tags": {"ruins": "tag_id_9", "architecture": "tag_id_2", "photo": "tag_id_3", "people": "tag_id_1", "amazing": "tag_id_4"}, "sizes": [{"url": "https://live.staticflickr.com/3699/8987656394_096a950f62_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3699/8987656394_096a950f62.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3699/8987656394_096a950f62_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3699/8987656394_096a950f62_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3699/8987656394_096a950f62_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3699/8987656394_a93a4b0690_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986653027", "title": "1-14-45-ANTIQUITES_Tome_Quatrieme-025-combined", "tags": {"writing": "tag_id_18", "hieroglyphics": "tag_id_13"}, "sizes": [{"url": "https://live.staticflickr.com/2815/8986653027_f8202a498d_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/2815/8986653027_f8202a498d.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/2815/8986653027_f8202a498d_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/2815/8986653027_f8202a498d_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/2815/8986653027_f8202a498d_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/2815/8986653027_0ea52d7134_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986663619", "title": "1-14-68-ANTIQUITES_Tome_Quatrieme-036", "tags": {"architecture": "tag_id_2", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/7318/8986663619_30c64c8066_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7318/8986663619_30c64c8066.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7318/8986663619_30c64c8066_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7318/8986663619_30c64c8066_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7318/8986663619_30c64c8066_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7318/8986663619_6e45f231bd_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988144784", "title": "1-18-36-ETAT_Moderne_Tome_Deuxieme-020", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "landscape": "tag_id_8", "photo": "tag_id_3", "map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/2841/8988144784_31192492b3_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/2841/8988144784_31192492b3.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/2841/8988144784_31192492b3_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/2841/8988144784_31192492b3_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/2841/8988144784_31192492b3_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/2841/8988144784_3307e7c533_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987124217", "title": "1-21-154-HISTOIRE_Naturelle_Tome_Deuxieme_bis-079", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/7351/8987124217_f81f545ce8_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7351/8987124217_f81f545ce8.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7351/8987124217_f81f545ce8_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7351/8987124217_f81f545ce8_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7351/8987124217_f81f545ce8_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7351/8987124217_d94f4b78a3_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988357540", "title": "1-21-72-HISTOIRE_Naturelle_Tome_Deuxieme_bis-038", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/3749/8988357540_b06f597bdd_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3749/8988357540_b06f597bdd.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3749/8988357540_b06f597bdd_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3749/8988357540_b06f597bdd_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3749/8988357540_b06f597bdd_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3749/8988357540_b5b0dba52c_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987884148", "title": "1-15-10-ANTIQUITES_Tome_Cinquieme-007", "tags": {"landscape": "tag_id_8", "photo": "tag_id_3", "ruins": "tag_id_9", "blueprint": "tag_id_11", "designs": "tag_id_16", "statuary": "tag_id_5"}, "sizes": [{"url": "https://live.staticflickr.com/3750/8987884148_5fb9012463_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3750/8987884148_5fb9012463.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3750/8987884148_5fb9012463_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3750/8987884148_5fb9012463_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3750/8987884148_5fb9012463_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3750/8987884148_4f32dcf5d0_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986702851", "title": "1-15-142-ANTIQUITES_Tome_Cinquieme-073", "tags": {"people": "tag_id_1", "statuary": "tag_id_5"}, "sizes": [{"url": "https://live.staticflickr.com/5448/8986702851_1cea24ecd6_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5448/8986702851_1cea24ecd6.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5448/8986702851_1cea24ecd6_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5448/8986702851_1cea24ecd6_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5448/8986702851_1cea24ecd6_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5448/8986702851_e0684fa93e_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987577720", "title": "1-11-110-ANTIQUITES_Tome_Premier-057", "tags": {"architecture": "tag_id_2", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/3808/8987577720_9ca3b4909b_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3808/8987577720_9ca3b4909b.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3808/8987577720_9ca3b4909b_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3808/8987577720_9ca3b4909b_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3808/8987577720_9ca3b4909b_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3808/8987577720_689b06f3c0_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988291100", "title": "1-20-86-HISTOIRE_Naturelle_Tome_Deuxieme-045", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/3795/8988291100_28c0ac608b_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3795/8988291100_28c0ac608b.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3795/8988291100_28c0ac608b_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3795/8988291100_28c0ac608b_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3795/8988291100_28c0ac608b_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3795/8988291100_62fa2f5fde_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986732067", "title": "1-15-24-ANTIQUITES_Tome_Cinquieme-014", "tags": {"people": "tag_id_1", "landscape": "tag_id_8", "photo": "tag_id_3", "amazing": "tag_id_4", "pyramids": "tag_id_20"}, "sizes": [{"url": "https://live.staticflickr.com/5450/8986732067_d4e7e9e80d_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5450/8986732067_d4e7e9e80d.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5450/8986732067_d4e7e9e80d_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5450/8986732067_d4e7e9e80d_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5450/8986732067_d4e7e9e80d_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5450/8986732067_65b3071141_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986503003", "title": "1-12-174-ANTIQUITES_Tome_Deuxieme-089", "tags": {"people": "tag_id_1", "relief": "tag_id_6"}, "sizes": [{"url": "https://live.staticflickr.com/5335/8986503003_a9568c5a83_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5335/8986503003_a9568c5a83.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5335/8986503003_a9568c5a83_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5335/8986503003_a9568c5a83_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5335/8986503003_a9568c5a83_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5335/8986503003_47fe836fda_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986831111", "title": "1-17-122-ETAT_MODERNE_Tome_Premier-063", "tags": {"architecture": "tag_id_2"}, "sizes": [{"url": "https://live.staticflickr.com/3706/8986831111_5c94d89ac9_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3706/8986831111_5c94d89ac9.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3706/8986831111_5c94d89ac9_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3706/8986831111_5c94d89ac9_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3706/8986831111_5c94d89ac9_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3706/8986831111_1ce2d2171a_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987031765", "title": "1-20-124-HISTOIRE_Naturelle_Tome_Deuxieme-064", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/7397/8987031765_940d5e935d_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7397/8987031765_940d5e935d.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7397/8987031765_940d5e935d_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7397/8987031765_940d5e935d_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7397/8987031765_940d5e935d_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7397/8987031765_2b3efa37a0_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986637657", "title": "1-14-14-ANTIQUITES_Tome_Quatrieme-009", "tags": {"people": "tag_id_1", "plants": "tag_id_14", "architecture": "tag_id_2", "landscape": "tag_id_8", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/2808/8986637657_1596cc4cbf_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2808/8986637657_1596cc4cbf.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2808/8986637657_1596cc4cbf_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2808/8986637657_1596cc4cbf_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2808/8986637657_1596cc4cbf_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2808/8986637657_264e2311e1_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986591211", "title": "1-13-56-ANTIQUITES_Tome_Troisieme-030-combined", "tags": {"architecture": "tag_id_2"}, "sizes": [{"url": "https://live.staticflickr.com/7356/8986591211_92108ba1b7_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/7356/8986591211_92108ba1b7.jpg", "width": "500", "height": "336"}, {"url": "https://live.staticflickr.com/7356/8986591211_92108ba1b7_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/7356/8986591211_92108ba1b7_c.jpg", "width": "800", "height": "538"}, {"url": "https://live.staticflickr.com/7356/8986591211_92108ba1b7_b.jpg", "width": "1024", "height": "689"}, {"url": "https://live.staticflickr.com/7356/8986591211_ecaa15d741_o.jpg", "width": "1992", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986852233", "title": "1-17-160-ETAT_MODERNE_Tome_Premier-082", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "landscape": "tag_id_8", "photo": "tag_id_3", "ruins": "tag_id_9"}, "sizes": [{"url": "https://live.staticflickr.com/3718/8986852233_44fd4ea9a1_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3718/8986852233_44fd4ea9a1.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3718/8986852233_44fd4ea9a1_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3718/8986852233_44fd4ea9a1_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3718/8986852233_44fd4ea9a1_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3718/8986852233_9e4ea581cb_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988315586", "title": "1-21-132-HISTOIRE_Naturelle_Tome_Deuxieme_bis-068", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/8258/8988315586_be01a71461_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8258/8988315586_be01a71461.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8258/8988315586_be01a71461_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8258/8988315586_be01a71461_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8258/8988315586_be01a71461_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8258/8988315586_188a6ce44d_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988185400", "title": "1-19-12-HISTOIRE_Naturelle_Tome_Premiem-008", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/7450/8988185400_966b0ef08f_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7450/8988185400_966b0ef08f.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7450/8988185400_966b0ef08f_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7450/8988185400_966b0ef08f_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7450/8988185400_966b0ef08f_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7450/8988185400_b981c3f06f_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986617545", "title": "1-14-108-ANTIQUITES_Tome_Quatrieme-056", "tags": {"architecture": "tag_id_2", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/8137/8986617545_32b0440a1b_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/8137/8986617545_32b0440a1b.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/8137/8986617545_32b0440a1b_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/8137/8986617545_32b0440a1b_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/8137/8986617545_32b0440a1b_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/8137/8986617545_bb53e3135a_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986801045", "title": "1-16-61-ATLAS_Geographiqe-033-combined", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/3753/8986801045_dd019cdf89_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/3753/8986801045_dd019cdf89.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/3753/8986801045_dd019cdf89_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/3753/8986801045_dd019cdf89_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/3753/8986801045_dd019cdf89_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/3753/8986801045_a2c42a592f_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987683618", "title": "1-12-141-ANTIQUITES_Tome_Deuxieme-073-combined", "tags": {"people": "tag_id_1", "writing": "tag_id_18"}, "sizes": [{"url": "https://live.staticflickr.com/3678/8987683618_d60b1bde90_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/3678/8987683618_d60b1bde90.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/3678/8987683618_d60b1bde90_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/3678/8987683618_d60b1bde90_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/3678/8987683618_d60b1bde90_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/3678/8987683618_080f37535a_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986853221", "title": "1-17-162-ETAT_MODERNE_Tome_Premier-083", "tags": {"landscape": "tag_id_8", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/3724/8986853221_8cf15fd6cf_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3724/8986853221_8cf15fd6cf.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3724/8986853221_8cf15fd6cf_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3724/8986853221_8cf15fd6cf_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3724/8986853221_8cf15fd6cf_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3724/8986853221_96f7772ae9_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986391457", "title": "1-11-134-ANTIQUITES_Tome_Premier-069", "tags": {"architecture": "tag_id_2", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/3687/8986391457_45fb37092e_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3687/8986391457_45fb37092e.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3687/8986391457_45fb37092e_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3687/8986391457_45fb37092e_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3687/8986391457_45fb37092e_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3687/8986391457_fbcfc85a0a_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988151286", "title": "1-18-48-ETAT_Moderne_Tome_Deuxieme-026", "tags": {"architecture": "tag_id_2", "amazing": "tag_id_4", "technology": "tag_id_19", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/2854/8988151286_99dc5d1259_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/2854/8988151286_99dc5d1259.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/2854/8988151286_99dc5d1259_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/2854/8988151286_99dc5d1259_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/2854/8988151286_99dc5d1259_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/2854/8988151286_c98df1aa70_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986459183", "title": "1-11-92-ANTIQUITES_Tome_Premier-048", "tags": {"architecture": "tag_id_2", "relief": "tag_id_6", "blueprint": "tag_id_11", "gods": "tag_id_7"}, "sizes": [{"url": "https://live.staticflickr.com/3780/8986459183_5f30c8e825_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3780/8986459183_5f30c8e825.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3780/8986459183_5f30c8e825_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3780/8986459183_5f30c8e825_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3780/8986459183_5f30c8e825_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3780/8986459183_b472fa563a_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988165484", "title": "1-18-80-ETAT_Moderne_Tome_Deuxieme-042", "tags": {"people": "tag_id_1", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/7290/8988165484_cef3713534_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7290/8988165484_cef3713534.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7290/8988165484_cef3713534_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7290/8988165484_cef3713534_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7290/8988165484_cef3713534_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7290/8988165484_b33d6aef29_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986943907", "title": "1-18-32-ETAT_Moderne_Tome_Deuxieme-018-combined", "tags": {"landscape": "tag_id_8", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/3709/8986943907_30d6139579_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/3709/8986943907_30d6139579.jpg", "width": "500", "height": "336"}, {"url": "https://live.staticflickr.com/3709/8986943907_30d6139579_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/3709/8986943907_30d6139579_c.jpg", "width": "800", "height": "538"}, {"url": "https://live.staticflickr.com/3709/8986943907_30d6139579_b.jpg", "width": "1024", "height": "689"}, {"url": "https://live.staticflickr.com/3709/8986943907_e92b3e6a08_o.jpg", "width": "1992", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987747358", "title": "1-12-96-ANTIQUITES_Tome_Deuxieme-050", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "relief": "tag_id_6", "statuary": "tag_id_5", "artifacts": "tag_id_15", "hieroglyphics": "tag_id_13"}, "sizes": [{"url": "https://live.staticflickr.com/2865/8987747358_81c2b594f7_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2865/8987747358_81c2b594f7.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2865/8987747358_81c2b594f7_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2865/8987747358_81c2b594f7_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2865/8987747358_81c2b594f7_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2865/8987747358_8d1642dccc_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987746724", "title": "1-12-94-ANTIQUITES_Tome_Deuxieme-049", "tags": {"people": "tag_id_1", "relief": "tag_id_6", "gods": "tag_id_7"}, "sizes": [{"url": "https://live.staticflickr.com/2858/8987746724_f040a32e41_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2858/8987746724_f040a32e41.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2858/8987746724_f040a32e41_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2858/8987746724_f040a32e41_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2858/8987746724_f040a32e41_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2858/8987746724_0cb72ec58a_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987808458", "title": "1-13-98-ANTIQUITES_Tome_Troisieme-051", "tags": {"people": "tag_id_1", "photo": "tag_id_3", "ruins": "tag_id_9", "gods": "tag_id_7", "statuary": "tag_id_5"}, "sizes": [{"url": "https://live.staticflickr.com/8122/8987808458_b187e06728_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8122/8987808458_b187e06728.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8122/8987808458_b187e06728_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8122/8987808458_b187e06728_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8122/8987808458_b187e06728_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8122/8987808458_596904660e_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988353292", "title": "1-21-66-HISTOIRE_Naturelle_Tome_Deuxieme_bis-035", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/2846/8988353292_dfec43690d_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/2846/8988353292_dfec43690d.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/2846/8988353292_dfec43690d_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/2846/8988353292_dfec43690d_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/2846/8988353292_dfec43690d_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/2846/8988353292_3274ab8cd5_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987677996", "title": "1-12-131-ANTIQUITES_Tome_Deuxieme-068-combined", "tags": {"people": "tag_id_1", "writing": "tag_id_18", "gods": "tag_id_7"}, "sizes": [{"url": "https://live.staticflickr.com/3719/8987677996_6395c57756_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/3719/8987677996_6395c57756.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/3719/8987677996_6395c57756_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/3719/8987677996_6395c57756_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/3719/8987677996_6395c57756_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/3719/8987677996_1cc8a4e110_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986643359", "title": "1-14-26-ANTIQUITES_Tome_Quatrieme-015", "tags": {"architecture": "tag_id_2", "blueprint": "tag_id_11", "designs": "tag_id_16", "hieroglyphics": "tag_id_13"}, "sizes": [{"url": "https://live.staticflickr.com/3758/8986643359_40e61c2c04_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3758/8986643359_40e61c2c04.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3758/8986643359_40e61c2c04_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3758/8986643359_40e61c2c04_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3758/8986643359_40e61c2c04_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3758/8986643359_85e375e9f8_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988266498", "title": "1-20-212-HISTOIRE_Naturelle_Tome_Deuxieme-108", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/5322/8988266498_ac989512f1_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5322/8988266498_ac989512f1.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5322/8988266498_ac989512f1_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5322/8988266498_ac989512f1_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5322/8988266498_ac989512f1_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5322/8988266498_c8d6dcc219_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986707451", "title": "1-15-156-ANTIQUITES_Tome_Cinquieme-080", "tags": {"people": "tag_id_1", "statuary": "tag_id_5"}, "sizes": [{"url": "https://live.staticflickr.com/2886/8986707451_3c2fbeb326_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2886/8986707451_3c2fbeb326.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2886/8986707451_3c2fbeb326_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2886/8986707451_3c2fbeb326_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2886/8986707451_3c2fbeb326_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2886/8986707451_2c19516d24_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986390463", "title": "1-11-131-ANTIQUITES_Tome_Premier-068-combined", "tags": {"people": "tag_id_1", "architecture": "tag_id_2", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/2818/8986390463_23850f58ab_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/2818/8986390463_23850f58ab.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/2818/8986390463_23850f58ab_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/2818/8986390463_23850f58ab_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/2818/8986390463_23850f58ab_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/2818/8986390463_23c36cc492_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988028056", "title": "1-17-116-ETAT_MODERNE_Tome_Premier-060", "tags": {"architecture": "tag_id_2", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/8420/8988028056_2730732173_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8420/8988028056_2730732173.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8420/8988028056_2730732173_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8420/8988028056_2730732173_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8420/8988028056_2730732173_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8420/8988028056_890745bd06_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988324876", "title": "1-21-16-HISTOIRE_Naturelle_Tome_Deuxieme_bis-010", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/3744/8988324876_6631f5d644_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3744/8988324876_6631f5d644.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3744/8988324876_6631f5d644_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3744/8988324876_6631f5d644_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3744/8988324876_6631f5d644_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3744/8988324876_c138609c40_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988214828", "title": "1-19-82-HISTOIRE_Naturelle_Tome_Premiem-043", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/5465/8988214828_69d84bac77_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5465/8988214828_69d84bac77.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5465/8988214828_69d84bac77_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5465/8988214828_69d84bac77_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5465/8988214828_69d84bac77_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5465/8988214828_07f7e90e11_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986932911", "title": "1-18-16-ETAT_Moderne_Tome_Deuxieme-010", "tags": {"people": "tag_id_1", "architecture": "tag_id_2", "photo": "tag_id_3", "ruins": "tag_id_9", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/7301/8986932911_28aa4e51bd_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7301/8986932911_28aa4e51bd.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7301/8986932911_28aa4e51bd_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7301/8986932911_28aa4e51bd_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7301/8986932911_28aa4e51bd_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7301/8986932911_c6ef82f727_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986436243", "title": "1-11-46-ANTIQUITES_Tome_Premier-025", "tags": {"people": "tag_id_1", "architecture": "tag_id_2", "amazing": "tag_id_4", "relief": "tag_id_6"}, "sizes": [{"url": "https://live.staticflickr.com/5323/8986436243_9b19146e0d_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5323/8986436243_9b19146e0d.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5323/8986436243_9b19146e0d_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5323/8986436243_9b19146e0d_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5323/8986436243_9b19146e0d_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5323/8986436243_285b24e268_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988178540", "title": "1-19-10-HISTOIRE_Naturelle_Tome_Premiem-007", "tags": {"animals": "tag_id_10", "amazing": "tag_id_4"}, "sizes": [{"url": "https://live.staticflickr.com/5442/8988178540_08fb4c7c73_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5442/8988178540_08fb4c7c73.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5442/8988178540_08fb4c7c73_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5442/8988178540_08fb4c7c73_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5442/8988178540_08fb4c7c73_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5442/8988178540_b8c1d03632_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986865395", "title": "1-17-32-ETAT_MODERNE_Tome_Premier-018", "tags": {"blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/5469/8986865395_b8025e13ef_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5469/8986865395_b8025e13ef.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5469/8986865395_b8025e13ef_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5469/8986865395_b8025e13ef_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5469/8986865395_b8025e13ef_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5469/8986865395_7083925111_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987943688", "title": "1-15-52-ANTIQUITES_Tome_Cinquieme-028", "tags": {"hieroglyphics": "tag_id_13"}, "sizes": [{"url": "https://live.staticflickr.com/7380/8987943688_80e1b6d6a7_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7380/8987943688_80e1b6d6a7.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7380/8987943688_80e1b6d6a7_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7380/8987943688_80e1b6d6a7_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7380/8987943688_80e1b6d6a7_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7380/8987943688_bceef64eda_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987945826", "title": "1-15-58-ANTIQUITES_Tome_Cinquieme-031", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/2864/8987945826_886c59ca28_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2864/8987945826_886c59ca28.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2864/8987945826_886c59ca28_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2864/8987945826_886c59ca28_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2864/8987945826_886c59ca28_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2864/8987945826_249ba77608_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986928057", "title": "1-18-158-ETAT_Moderne_Tome_Deuxieme-081", "tags": {"writing": "tag_id_18", "relief": "tag_id_6"}, "sizes": [{"url": "https://live.staticflickr.com/7361/8986928057_fe98c9d7ab_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7361/8986928057_fe98c9d7ab.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7361/8986928057_fe98c9d7ab_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7361/8986928057_fe98c9d7ab_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7361/8986928057_fe98c9d7ab_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7361/8986928057_88a6163db7_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988149564", "title": "1-18-44-ETAT_Moderne_Tome_Deuxieme-024", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "landscape": "tag_id_8", "photo": "tag_id_3", "ruins": "tag_id_9", "map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/2842/8988149564_8a910b9a33_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/2842/8988149564_8a910b9a33.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/2842/8988149564_8a910b9a33_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/2842/8988149564_8a910b9a33_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/2842/8988149564_8a910b9a33_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/2842/8988149564_33a08052b1_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987782924", "title": "1-13-45-ANTIQUITES_Tome_Troisieme-025-combined", "tags": {"architecture": "tag_id_2"}, "sizes": [{"url": "https://live.staticflickr.com/8272/8987782924_29be224881_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/8272/8987782924_29be224881.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/8272/8987782924_29be224881_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/8272/8987782924_29be224881_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/8272/8987782924_29be224881_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/8272/8987782924_00a6166da0_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988311470", "title": "1-21-124-HISTOIRE_Naturelle_Tome_Deuxieme_bis-064", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/2816/8988311470_2612a1bcf3_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/2816/8988311470_2612a1bcf3.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/2816/8988311470_2612a1bcf3_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/2816/8988311470_2612a1bcf3_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/2816/8988311470_2612a1bcf3_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/2816/8988311470_15af1243c9_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986927223", "title": "1-18-156-ETAT_Moderne_Tome_Deuxieme-080", "tags": {"artifacts": "tag_id_15"}, "sizes": [{"url": "https://live.staticflickr.com/8399/8986927223_318821a039_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8399/8986927223_318821a039.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8399/8986927223_318821a039_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8399/8986927223_318821a039_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8399/8986927223_318821a039_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8399/8986927223_a0fb35d942_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987751040", "title": "1-13-104-ANTIQUITES_Tome_Troisieme-054", "tags": {"people": "tag_id_1", "architecture": "tag_id_2", "photo": "tag_id_3", "relief": "tag_id_6", "statuary": "tag_id_5"}, "sizes": [{"url": "https://live.staticflickr.com/2834/8987751040_9a165bcb4d_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2834/8987751040_9a165bcb4d.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2834/8987751040_9a165bcb4d_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2834/8987751040_9a165bcb4d_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2834/8987751040_9a165bcb4d_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2834/8987751040_c4b5557326_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987789902", "title": "1-13-57-ANTIQUITES_Tome_Troisieme-031-combined", "tags": {"architecture": "tag_id_2"}, "sizes": [{"url": "https://live.staticflickr.com/7288/8987789902_eea2daefee_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/7288/8987789902_eea2daefee.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/7288/8987789902_eea2daefee_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/7288/8987789902_eea2daefee_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/7288/8987789902_eea2daefee_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/7288/8987789902_50de9e37a5_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986749921", "title": "1-15-63-ANTIQUITES_Tome_Cinquieme-034-combined", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/3723/8986749921_d94e404ba8_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/3723/8986749921_d94e404ba8.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/3723/8986749921_d94e404ba8_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/3723/8986749921_d94e404ba8_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/3723/8986749921_d94e404ba8_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/3723/8986749921_a1823e5b32_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987612784", "title": "1-11-186-ANTIQUITES_Tome_Premier-095", "tags": {"people": "tag_id_1", "architecture": "tag_id_2", "landscape": "tag_id_8", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/3674/8987612784_c48b935d23_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3674/8987612784_c48b935d23.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3674/8987612784_c48b935d23_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3674/8987612784_c48b935d23_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3674/8987612784_c48b935d23_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3674/8987612784_114b42db47_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987994462", "title": "1-16-53-ATLAS_Geographiqe-029-combined", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/2861/8987994462_93a535bb39_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/2861/8987994462_93a535bb39.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/2861/8987994462_93a535bb39_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/2861/8987994462_93a535bb39_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/2861/8987994462_93a535bb39_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/2861/8987994462_50d3a2b6a1_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988365822", "title": "1-21-88-HISTOIRE_Naturelle_Tome_Deuxieme_bis-046", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/7376/8988365822_0b24af4608_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7376/8988365822_0b24af4608.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7376/8988365822_0b24af4608_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7376/8988365822_0b24af4608_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7376/8988365822_0b24af4608_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7376/8988365822_f54a5fa6f4_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987863810", "title": "1-14-72-ANTIQUITES_Tome_Quatrieme-038", "tags": {"architecture": "tag_id_2", "relief": "tag_id_6"}, "sizes": [{"url": "https://live.staticflickr.com/7324/8987863810_78d3d0b862_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7324/8987863810_78d3d0b862.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7324/8987863810_78d3d0b862_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7324/8987863810_78d3d0b862_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7324/8987863810_78d3d0b862_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7324/8987863810_d3c7a98087_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986449973", "title": "1-11-74-ANTIQUITES_Tome_Premier-039", "tags": {"landscape": "tag_id_8", "photo": "tag_id_3", "ruins": "tag_id_9"}, "sizes": [{"url": "https://live.staticflickr.com/7326/8986449973_e64615046c_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7326/8986449973_e64615046c.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7326/8986449973_e64615046c_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7326/8986449973_e64615046c_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7326/8986449973_e64615046c_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7326/8986449973_1931c1e8dd_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987689318", "title": "1-12-150-ANTIQUITES_Tome_Deuxieme-077-combined", "tags": {"people": "tag_id_1", "writing": "tag_id_18"}, "sizes": [{"url": "https://live.staticflickr.com/7304/8987689318_bcca2f6d38_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/7304/8987689318_bcca2f6d38.jpg", "width": "500", "height": "336"}, {"url": "https://live.staticflickr.com/7304/8987689318_bcca2f6d38_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/7304/8987689318_bcca2f6d38_c.jpg", "width": "800", "height": "538"}, {"url": "https://live.staticflickr.com/7304/8987689318_bcca2f6d38_b.jpg", "width": "1024", "height": "689"}, {"url": "https://live.staticflickr.com/7304/8987689318_3b90889075_o.jpg", "width": "1992", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986712083", "title": "1-15-164-ANTIQUITES_Tome_Cinquieme-084", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "statuary": "tag_id_5", "hieroglyphics": "tag_id_13"}, "sizes": [{"url": "https://live.staticflickr.com/5466/8986712083_be2bd49a13_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5466/8986712083_be2bd49a13.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5466/8986712083_be2bd49a13_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5466/8986712083_be2bd49a13_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5466/8986712083_be2bd49a13_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5466/8986712083_20dfb5555f_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986506537", "title": "1-12-184-ANTIQUITES_Tome_Deuxieme-094", "tags": {"people": "tag_id_1", "architecture": "tag_id_2", "relief": "tag_id_6"}, "sizes": [{"url": "https://live.staticflickr.com/7334/8986506537_56b4048d4f_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7334/8986506537_56b4048d4f.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7334/8986506537_56b4048d4f_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7334/8986506537_56b4048d4f_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7334/8986506537_56b4048d4f_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7334/8986506537_e5c150f15b_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986448559", "title": "1-11-70-ANTIQUITES_Tome_Premier-037", "tags": {"landscape": "tag_id_8", "photo": "tag_id_3", "map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/7340/8986448559_26be98b459_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7340/8986448559_26be98b459.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7340/8986448559_26be98b459_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7340/8986448559_26be98b459_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7340/8986448559_26be98b459_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7340/8986448559_e5f7bdfb57_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987958816", "title": "1-15-88-ANTIQUITES_Tome_Cinquieme-046", "tags": {"architecture": "tag_id_2", "ruins": "tag_id_9", "map": "tag_id_12", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/3692/8987958816_634e38714d_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3692/8987958816_634e38714d.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3692/8987958816_634e38714d_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3692/8987958816_634e38714d_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3692/8987958816_634e38714d_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3692/8987958816_4a5db0ca68_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986793031", "title": "1-16-47-ATLAS_Geographiqe-026-combined", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/3763/8986793031_91ced27a43_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/3763/8986793031_91ced27a43.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/3763/8986793031_91ced27a43_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/3763/8986793031_91ced27a43_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/3763/8986793031_91ced27a43_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/3763/8986793031_83bfd2646d_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986532957", "title": "1-12-62-ANTIQUITES_Tome_Deuxieme-033", "tags": {"architecture": "tag_id_2", "designs": "tag_id_16", "statuary": "tag_id_5", "hieroglyphics": "tag_id_13"}, "sizes": [{"url": "https://live.staticflickr.com/7438/8986532957_fdb1cd076d_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7438/8986532957_fdb1cd076d.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7438/8986532957_fdb1cd076d_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7438/8986532957_fdb1cd076d_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7438/8986532957_fdb1cd076d_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7438/8986532957_d509e6f414_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987865886", "title": "1-14-76-ANTIQUITES_Tome_Quatrieme-040", "tags": {"architecture": "tag_id_2", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/5458/8987865886_58ccd24fbf_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5458/8987865886_58ccd24fbf.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5458/8987865886_58ccd24fbf_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5458/8987865886_58ccd24fbf_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5458/8987865886_58ccd24fbf_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5458/8987865886_225121065f_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986955549", "title": "1-18-56-ETAT_Moderne_Tome_Deuxieme-030", "tags": {"people": "tag_id_1", "plants": "tag_id_14", "animals": "tag_id_10", "landscape": "tag_id_8", "photo": "tag_id_3", "technology": "tag_id_19"}, "sizes": [{"url": "https://live.staticflickr.com/3744/8986955549_79b7ce5902_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3744/8986955549_79b7ce5902.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3744/8986955549_79b7ce5902_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3744/8986955549_79b7ce5902_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3744/8986955549_79b7ce5902_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3744/8986955549_0db8761ed7_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987660666", "title": "1-12-100-ANTIQUITES_Tome_Deuxieme-052", "tags": {"mummy": "tag_id_17"}, "sizes": [{"url": "https://live.staticflickr.com/5344/8987660666_be3bc06f57_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5344/8987660666_be3bc06f57.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5344/8987660666_be3bc06f57_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5344/8987660666_be3bc06f57_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5344/8987660666_be3bc06f57_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5344/8987660666_0decd73174_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988238152", "title": "1-20-142-HISTOIRE_Naturelle_Tome_Deuxieme-073", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/7449/8988238152_179e0204a2_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7449/8988238152_179e0204a2.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7449/8988238152_179e0204a2_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7449/8988238152_179e0204a2_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7449/8988238152_179e0204a2_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7449/8988238152_67ed26b5aa_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986967061", "title": "1-18-82-ETAT_Moderne_Tome_Deuxieme-043", "tags": {"people": "tag_id_1", "landscape": "tag_id_8", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/2889/8986967061_af395e7040_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2889/8986967061_af395e7040.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2889/8986967061_af395e7040_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2889/8986967061_af395e7040_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2889/8986967061_af395e7040_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2889/8986967061_36aeed4976_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986882649", "title": "1-17-66-ETAT_MODERNE_Tome_Premier-035", "tags": {"people": "tag_id_1", "architecture": "tag_id_2", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/7348/8986882649_c890155a23_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7348/8986882649_c890155a23.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7348/8986882649_c890155a23_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7348/8986882649_c890155a23_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7348/8986882649_c890155a23_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7348/8986882649_1a7bf1320e_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987800544", "title": "1-13-80-ANTIQUITES_Tome_Troisieme-042", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "relief": "tag_id_6", "hieroglyphics": "tag_id_13"}, "sizes": [{"url": "https://live.staticflickr.com/7342/8987800544_46a0956f43_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7342/8987800544_46a0956f43.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7342/8987800544_46a0956f43_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7342/8987800544_46a0956f43_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7342/8987800544_46a0956f43_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7342/8987800544_e99b712107_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987627180", "title": "1-11-2-ANTIQUITES_Tome_Premier-003", "tags": {}, "sizes": [{"url": "https://live.staticflickr.com/3772/8987627180_2e6443fb5c_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3772/8987627180_2e6443fb5c.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3772/8987627180_2e6443fb5c_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3772/8987627180_2e6443fb5c_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3772/8987627180_2e6443fb5c_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3772/8987627180_0eab1bf6d8_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987942150", "title": "1-15-49-ANTIQUITES_Tome_Cinquieme-027-combined", "tags": {"photo": "tag_id_3", "blueprint": "tag_id_11", "hieroglyphics": "tag_id_13"}, "sizes": [{"url": "https://live.staticflickr.com/5342/8987942150_5d7cf70cb2_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/5342/8987942150_5d7cf70cb2.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/5342/8987942150_5d7cf70cb2_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/5342/8987942150_5d7cf70cb2_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/5342/8987942150_5d7cf70cb2_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/5342/8987942150_8f865d96c6_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987949170", "title": "1-15-66-ANTIQUITES_Tome_Cinquieme-035", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "landscape": "tag_id_8", "photo": "tag_id_3", "amazing": "tag_id_4", "relief": "tag_id_6"}, "sizes": [{"url": "https://live.staticflickr.com/2819/8987949170_2aa624e16f_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/2819/8987949170_2aa624e16f.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/2819/8987949170_2aa624e16f_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/2819/8987949170_2aa624e16f_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/2819/8987949170_2aa624e16f_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/2819/8987949170_354c74905c_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987997280", "title": "1-16-59-ATLAS_Geographiqe-032-combined", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/7295/8987997280_d2c63ffdd4_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/7295/8987997280_d2c63ffdd4.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/7295/8987997280_d2c63ffdd4_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/7295/8987997280_d2c63ffdd4_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/7295/8987997280_d2c63ffdd4_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/7295/8987997280_bdd6590e93_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987614642", "title": "1-11-18-ANTIQUITES_Tome_Premier-011-combined", "tags": {"architecture": "tag_id_2", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/8394/8987614642_89a6f124bf_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/8394/8987614642_89a6f124bf.jpg", "width": "500", "height": "336"}, {"url": "https://live.staticflickr.com/8394/8987614642_89a6f124bf_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/8394/8987614642_89a6f124bf_c.jpg", "width": "800", "height": "538"}, {"url": "https://live.staticflickr.com/8394/8987614642_89a6f124bf_b.jpg", "width": "1024", "height": "689"}, {"url": "https://live.staticflickr.com/8394/8987614642_2d933fc429_o.jpg", "width": "1992", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988278580", "title": "1-20-50-HISTOIRE_Naturelle_Tome_Deuxieme-027", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/3684/8988278580_e07ea6a01b_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3684/8988278580_e07ea6a01b.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3684/8988278580_e07ea6a01b_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3684/8988278580_e07ea6a01b_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3684/8988278580_e07ea6a01b_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3684/8988278580_555cfc4199_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988182812", "title": "1-19-120-HISTOIRE_Naturelle_Tome_Premiem-062", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/2828/8988182812_3255ffa5e7_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2828/8988182812_3255ffa5e7.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2828/8988182812_3255ffa5e7_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2828/8988182812_3255ffa5e7_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2828/8988182812_3255ffa5e7_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2828/8988182812_6a902cbc72_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986554207", "title": "1-13-106-ANTIQUITES_Tome_Troisieme-055", "tags": {"people": "tag_id_1", "relief": "tag_id_6", "designs": "tag_id_16"}, "sizes": [{"url": "https://live.staticflickr.com/8139/8986554207_5b70a4c188_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8139/8986554207_5b70a4c188.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8139/8986554207_5b70a4c188_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8139/8986554207_5b70a4c188_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8139/8986554207_5b70a4c188_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8139/8986554207_3317bd7dc9_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987727740", "title": "1-12-56-ANTIQUITES_Tome_Deuxieme-030", "tags": {"architecture": "tag_id_2", "blueprint": "tag_id_11", "statuary": "tag_id_5"}, "sizes": [{"url": "https://live.staticflickr.com/7315/8987727740_41043c155b_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7315/8987727740_41043c155b.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7315/8987727740_41043c155b_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7315/8987727740_41043c155b_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7315/8987727740_41043c155b_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7315/8987727740_f32d6a3687_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987126485", "title": "1-21-18-HISTOIRE_Naturelle_Tome_Deuxieme_bis-011", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/7298/8987126485_5afb069fe2_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7298/8987126485_5afb069fe2.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7298/8987126485_5afb069fe2_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7298/8987126485_5afb069fe2_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7298/8987126485_5afb069fe2_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7298/8987126485_cd4e2751e8_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987891068", "title": "1-15-124-ANTIQUITES_Tome_Cinquieme-064", "tags": {"writing": "tag_id_18"}, "sizes": [{"url": "https://live.staticflickr.com/5322/8987891068_cfd66cd688_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5322/8987891068_cfd66cd688.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5322/8987891068_cfd66cd688_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5322/8987891068_cfd66cd688_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5322/8987891068_cfd66cd688_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5322/8987891068_61cb284f28_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986398283", "title": "1-11-148-ANTIQUITES_Tome_Premier-076", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "relief": "tag_id_6", "statuary": "tag_id_5"}, "sizes": [{"url": "https://live.staticflickr.com/3699/8986398283_0c6e5ba31a_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3699/8986398283_0c6e5ba31a.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3699/8986398283_0c6e5ba31a_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3699/8986398283_0c6e5ba31a_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3699/8986398283_0c6e5ba31a_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3699/8986398283_45d4287ef0_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987661646", "title": "1-12-102-ANTIQUITES_Tome_Deuxieme-053", "tags": {"mummy": "tag_id_17"}, "sizes": [{"url": "https://live.staticflickr.com/7321/8987661646_7dc0f8ee33_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7321/8987661646_7dc0f8ee33.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7321/8987661646_7dc0f8ee33_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7321/8987661646_7dc0f8ee33_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7321/8987661646_7dc0f8ee33_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7321/8987661646_87496e8ca5_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986933619", "title": "1-18-170-ETAT_Moderne_Tome_Deuxieme-087", "tags": {"writing": "tag_id_18", "designs": "tag_id_16"}, "sizes": [{"url": "https://live.staticflickr.com/3829/8986933619_68eab3ae73_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3829/8986933619_68eab3ae73.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3829/8986933619_68eab3ae73_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3829/8986933619_68eab3ae73_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3829/8986933619_68eab3ae73_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3829/8986933619_91263e9b3d_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986754065", "title": "1-15-72-ANTIQUITES_Tome_Cinquieme-038", "tags": {"people": "tag_id_1", "architecture": "tag_id_2", "photo": "tag_id_3", "ruins": "tag_id_9", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/8558/8986754065_ed8f62750b_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/8558/8986754065_ed8f62750b.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/8558/8986754065_ed8f62750b_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/8558/8986754065_ed8f62750b_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/8558/8986754065_ed8f62750b_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/8558/8986754065_7359c3db16_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987159449", "title": "1-21-74-HISTOIRE_Naturelle_Tome_Deuxieme_bis-039", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/7371/8987159449_44c373d1c0_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7371/8987159449_44c373d1c0.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7371/8987159449_44c373d1c0_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7371/8987159449_44c373d1c0_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7371/8987159449_44c373d1c0_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7371/8987159449_1031b94770_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986600487", "title": "1-13-76-ANTIQUITES_Tome_Troisieme-040", "tags": {"people": "tag_id_1", "relief": "tag_id_6", "hieroglyphics": "tag_id_13"}, "sizes": [{"url": "https://live.staticflickr.com/3670/8986600487_38d77a8ece_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3670/8986600487_38d77a8ece.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3670/8986600487_38d77a8ece_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3670/8986600487_38d77a8ece_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3670/8986600487_38d77a8ece_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3670/8986600487_4b15dbd0bb_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987642858", "title": "1-11-62-ANTIQUITES_Tome_Premier-033", "tags": {"architecture": "tag_id_2", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/5328/8987642858_93268b2a14_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5328/8987642858_93268b2a14.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5328/8987642858_93268b2a14_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5328/8987642858_93268b2a14_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5328/8987642858_93268b2a14_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5328/8987642858_740eee5f8a_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988021290", "title": "1-17-102-ETAT_MODERNE_Tome_Premier-053", "tags": {"people": "tag_id_1", "architecture": "tag_id_2", "photo": "tag_id_3", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/5450/8988021290_41fb8bf5d3_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5450/8988021290_41fb8bf5d3.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5450/8988021290_41fb8bf5d3_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5450/8988021290_41fb8bf5d3_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5450/8988021290_41fb8bf5d3_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5450/8988021290_05ba4d8838_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986737733", "title": "1-15-36-ANTIQUITES_Tome_Cinquieme-020", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "relief": "tag_id_6", "artifacts": "tag_id_15"}, "sizes": [{"url": "https://live.staticflickr.com/7398/8986737733_539965ee81_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7398/8986737733_539965ee81.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7398/8986737733_539965ee81_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7398/8986737733_539965ee81_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7398/8986737733_539965ee81_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7398/8986737733_8e939a283e_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987714792", "title": "1-12-31-ANTIQUITES_Tome_Deuxieme-018-combined", "tags": {"people": "tag_id_1", "architecture": "tag_id_2", "landscape": "tag_id_8", "photo": "tag_id_3", "ruins": "tag_id_9"}, "sizes": [{"url": "https://live.staticflickr.com/7443/8987714792_df3bd45db9_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/7443/8987714792_df3bd45db9.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/7443/8987714792_df3bd45db9_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/7443/8987714792_df3bd45db9_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/7443/8987714792_df3bd45db9_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/7443/8987714792_7bb2fa5470_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987693188", "title": "1-12-158-ANTIQUITES_Tome_Deuxieme-081-combined", "tags": {"architecture": "tag_id_2", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/3767/8987693188_8e39da780b_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/3767/8987693188_8e39da780b.jpg", "width": "500", "height": "336"}, {"url": "https://live.staticflickr.com/3767/8987693188_8e39da780b_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/3767/8987693188_8e39da780b_c.jpg", "width": "800", "height": "538"}, {"url": "https://live.staticflickr.com/3767/8987693188_8e39da780b_b.jpg", "width": "1024", "height": "689"}, {"url": "https://live.staticflickr.com/3767/8987693188_074f73e8ab_o.jpg", "width": "1992", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986913907", "title": "1-18-126-ETAT_Moderne_Tome_Deuxieme-065", "tags": {"people": "tag_id_1", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/7389/8986913907_1c0b8e6f8e_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7389/8986913907_1c0b8e6f8e.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7389/8986913907_1c0b8e6f8e_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7389/8986913907_1c0b8e6f8e_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7389/8986913907_1c0b8e6f8e_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7389/8986913907_33c24a0932_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986533553", "title": "1-12-64-ANTIQUITES_Tome_Deuxieme-034", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "amazing": "tag_id_4", "relief": "tag_id_6"}, "sizes": [{"url": "https://live.staticflickr.com/8125/8986533553_f2749b46ce_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8125/8986533553_f2749b46ce.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8125/8986533553_f2749b46ce_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8125/8986533553_f2749b46ce_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8125/8986533553_f2749b46ce_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8125/8986533553_986036a56f_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988157070", "title": "1-18-62-ETAT_Moderne_Tome_Deuxieme-033", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "landscape": "tag_id_8", "photo": "tag_id_3", "technology": "tag_id_19"}, "sizes": [{"url": "https://live.staticflickr.com/3693/8988157070_9fd78671ba_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3693/8988157070_9fd78671ba.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3693/8988157070_9fd78671ba_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3693/8988157070_9fd78671ba_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3693/8988157070_9fd78671ba_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3693/8988157070_c177610c0e_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986669193", "title": "1-14-78-ANTIQUITES_Tome_Quatrieme-041", "tags": {"writing": "tag_id_18", "ruins": "tag_id_9", "map": "tag_id_12", "hieroglyphics": "tag_id_13"}, "sizes": [{"url": "https://live.staticflickr.com/5350/8986669193_508fa98bd7_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5350/8986669193_508fa98bd7.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5350/8986669193_508fa98bd7_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5350/8986669193_508fa98bd7_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5350/8986669193_508fa98bd7_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5350/8986669193_1c05a5f54c_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987992402", "title": "1-16-49-ATLAS_Geographiqe-027-combined", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/8553/8987992402_695a7cb301_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/8553/8987992402_695a7cb301.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/8553/8987992402_695a7cb301_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/8553/8987992402_695a7cb301_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/8553/8987992402_695a7cb301_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/8553/8987992402_ee63d42d02_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987602346", "title": "1-11-162-ANTIQUITES_Tome_Premier-083", "tags": {"architecture": "tag_id_2", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/2893/8987602346_fea5cb7483_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2893/8987602346_fea5cb7483.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2893/8987602346_fea5cb7483_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2893/8987602346_fea5cb7483_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2893/8987602346_fea5cb7483_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2893/8987602346_3df8db47f6_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986907199", "title": "1-18-114-ETAT_Moderne_Tome_Deuxieme-059", "tags": {"people": "tag_id_1", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/5452/8986907199_7f2aa1cfda_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5452/8986907199_7f2aa1cfda.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5452/8986907199_7f2aa1cfda_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5452/8986907199_7f2aa1cfda_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5452/8986907199_7f2aa1cfda_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5452/8986907199_e8ec80735d_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987965676", "title": "1-16-102-ATLAS_Geographiqe-053", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/8551/8987965676_80055382ee_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8551/8987965676_80055382ee.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8551/8987965676_80055382ee_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8551/8987965676_80055382ee_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8551/8987965676_80055382ee_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8551/8987965676_d5ce679877_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986424273", "title": "1-11-20-ANTIQUITES_Tome_Premier-012", "tags": {"architecture": "tag_id_2", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/7369/8986424273_1f9a0afa7f_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7369/8986424273_1f9a0afa7f.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7369/8986424273_1f9a0afa7f_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7369/8986424273_1f9a0afa7f_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7369/8986424273_1f9a0afa7f_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7369/8986424273_2003731dea_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986489007", "title": "1-12-148-ANTIQUITES_Tome_Deuxieme-076-combined", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "writing": "tag_id_18"}, "sizes": [{"url": "https://live.staticflickr.com/7406/8986489007_5a6bfc0a9b_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/7406/8986489007_5a6bfc0a9b.jpg", "width": "500", "height": "336"}, {"url": "https://live.staticflickr.com/7406/8986489007_5a6bfc0a9b_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/7406/8986489007_5a6bfc0a9b_c.jpg", "width": "800", "height": "538"}, {"url": "https://live.staticflickr.com/7406/8986489007_5a6bfc0a9b_b.jpg", "width": "1024", "height": "689"}, {"url": "https://live.staticflickr.com/7406/8986489007_d5752c534f_o.jpg", "width": "1992", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988090790", "title": "1-17-84-ETAT_MODERNE_Tome_Premier-044", "tags": {"people": "tag_id_1", "plants": "tag_id_14", "animals": "tag_id_10", "landscape": "tag_id_8", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/7307/8988090790_f9221bfa84_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7307/8988090790_f9221bfa84.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7307/8988090790_f9221bfa84_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7307/8988090790_f9221bfa84_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7307/8988090790_f9221bfa84_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7307/8988090790_02085d9c9d_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986631903", "title": "1-14-134-ANTIQUITES_Tome_Quatrieme-069", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "photo": "tag_id_3", "ruins": "tag_id_9", "relief": "tag_id_6"}, "sizes": [{"url": "https://live.staticflickr.com/3743/8986631903_e8a471030e_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3743/8986631903_e8a471030e.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3743/8986631903_e8a471030e_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3743/8986631903_e8a471030e_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3743/8986631903_e8a471030e_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3743/8986631903_fd68bcfab2_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986426421", "title": "1-11-24-ANTIQUITES_Tome_Premier-014", "tags": {"architecture": "tag_id_2"}, "sizes": [{"url": "https://live.staticflickr.com/5457/8986426421_7fd30a259b_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5457/8986426421_7fd30a259b.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5457/8986426421_7fd30a259b_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5457/8986426421_7fd30a259b_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5457/8986426421_7fd30a259b_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5457/8986426421_87c240fdb5_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987676908", "title": "1-12-12-ANTIQUITES_Tome_Deuxieme-008", "tags": {"architecture": "tag_id_2"}, "sizes": [{"url": "https://live.staticflickr.com/7455/8987676908_13a4fa5636_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7455/8987676908_13a4fa5636.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7455/8987676908_13a4fa5636_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7455/8987676908_13a4fa5636_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7455/8987676908_13a4fa5636_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7455/8987676908_83b9e19f47_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987002393", "title": "1-19-50-HISTOIRE_Naturelle_Tome_Premiem-027", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/2875/8987002393_d57f3e015a_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/2875/8987002393_d57f3e015a.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/2875/8987002393_d57f3e015a_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/2875/8987002393_d57f3e015a_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/2875/8987002393_d57f3e015a_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/2875/8987002393_6706f22882_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988291960", "title": "1-20-88-HISTOIRE_Naturelle_Tome_Deuxieme-046", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/3724/8988291960_2f3c2851c3_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3724/8988291960_2f3c2851c3.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3724/8988291960_2f3c2851c3_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3724/8988291960_2f3c2851c3_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3724/8988291960_2f3c2851c3_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3724/8988291960_4be377b4dc_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986936853", "title": "1-18-18-ETAT_Moderne_Tome_Deuxieme-011", "tags": {"people": "tag_id_1", "plants": "tag_id_14", "animals": "tag_id_10", "architecture": "tag_id_2", "landscape": "tag_id_8", "photo": "tag_id_3", "ruins": "tag_id_9", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/7396/8986936853_1293b6e985_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7396/8986936853_1293b6e985.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7396/8986936853_1293b6e985_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7396/8986936853_1293b6e985_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7396/8986936853_1293b6e985_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7396/8986936853_93a85ca645_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986833049", "title": "1-17-125-ETAT_MODERNE_Tome_Premier-065-combined", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "landscape": "tag_id_8", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/3769/8986833049_df1bb1c720_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/3769/8986833049_df1bb1c720.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/3769/8986833049_df1bb1c720_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/3769/8986833049_df1bb1c720_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/3769/8986833049_df1bb1c720_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/3769/8986833049_6125068668_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988238740", "title": "1-20-144-HISTOIRE_Naturelle_Tome_Deuxieme-074", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/7376/8988238740_144dd2de1e_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7376/8988238740_144dd2de1e.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7376/8988238740_144dd2de1e_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7376/8988238740_144dd2de1e_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7376/8988238740_144dd2de1e_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7376/8988238740_7a8360c34d_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986418043", "title": "1-11-192-ANTIQUITES_Tome_Premier-098", "tags": {"people": "tag_id_1", "architecture": "tag_id_2", "landscape": "tag_id_8", "photo": "tag_id_3", "ruins": "tag_id_9"}, "sizes": [{"url": "https://live.staticflickr.com/7430/8986418043_c06cb14740_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7430/8986418043_c06cb14740.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7430/8986418043_c06cb14740_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7430/8986418043_c06cb14740_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7430/8986418043_c06cb14740_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7430/8986418043_5f2e9529f4_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986579455", "title": "1-13-33-ANTIQUITES_Tome_Troisieme-019-combined", "tags": {"amazing": "tag_id_4", "map": "tag_id_12", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/2872/8986579455_c1cb731479_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/2872/8986579455_c1cb731479.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/2872/8986579455_c1cb731479_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/2872/8986579455_c1cb731479_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/2872/8986579455_c1cb731479_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/2872/8986579455_efd70ffda9_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988062562", "title": "1-17-28-ETAT_MODERNE_Tome_Premier-016", "tags": {"landscape": "tag_id_8", "photo": "tag_id_3", "ruins": "tag_id_9"}, "sizes": [{"url": "https://live.staticflickr.com/7411/8988062562_19203dcbda_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7411/8988062562_19203dcbda.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7411/8988062562_19203dcbda_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7411/8988062562_19203dcbda_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7411/8988062562_19203dcbda_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7411/8988062562_5c933647c8_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987127967", "title": "1-21-20-HISTOIRE_Naturelle_Tome_Deuxieme_bis-012", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/5443/8987127967_10bcf42f8b_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5443/8987127967_10bcf42f8b.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5443/8987127967_10bcf42f8b_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5443/8987127967_10bcf42f8b_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5443/8987127967_10bcf42f8b_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5443/8987127967_3d2b1169a7_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987904036", "title": "1-15-152-ANTIQUITES_Tome_Cinquieme-078", "tags": {"people": "tag_id_1", "statuary": "tag_id_5"}, "sizes": [{"url": "https://live.staticflickr.com/5329/8987904036_fe7070e63a_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5329/8987904036_fe7070e63a.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5329/8987904036_fe7070e63a_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5329/8987904036_fe7070e63a_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5329/8987904036_fe7070e63a_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5329/8987904036_242799052b_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986797047", "title": "1-16-55-ATLAS_Geographiqe-030-combined", "tags": {"amazing": "tag_id_4", "map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/3693/8986797047_9c090be918_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/3693/8986797047_9c090be918.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/3693/8986797047_9c090be918_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/3693/8986797047_9c090be918_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/3693/8986797047_9c090be918_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/3693/8986797047_7bf5880e37_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987652874", "title": "1-11-84-ANTIQUITES_Tome_Premier-044", "tags": {"people": "tag_id_1", "relief": "tag_id_6", "gods": "tag_id_7"}, "sizes": [{"url": "https://live.staticflickr.com/3797/8987652874_d92e783f27_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3797/8987652874_d92e783f27.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3797/8987652874_d92e783f27_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3797/8987652874_d92e783f27_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3797/8987652874_d92e783f27_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3797/8987652874_3558700aa2_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987094955", "title": "1-20-94-HISTOIRE_Naturelle_Tome_Deuxieme-049", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/3830/8987094955_18675b5a5a_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3830/8987094955_18675b5a5a.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3830/8987094955_18675b5a5a_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3830/8987094955_18675b5a5a_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3830/8987094955_18675b5a5a_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3830/8987094955_e8ff2db981_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988188358", "title": "1-19-20-HISTOIRE_Naturelle_Tome_Premiem-012", "tags": {"animals": "tag_id_10", "amazing": "tag_id_4"}, "sizes": [{"url": "https://live.staticflickr.com/5326/8988188358_b245fd5f40_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5326/8988188358_b245fd5f40.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5326/8988188358_b245fd5f40_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5326/8988188358_b245fd5f40_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5326/8988188358_b245fd5f40_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5326/8988188358_c46eb8c6c1_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988196904", "title": "1-19-38-HISTOIRE_Naturelle_Tome_Premiem-021", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/7349/8988196904_40806054b8_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7349/8988196904_40806054b8.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7349/8988196904_40806054b8_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7349/8988196904_40806054b8_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7349/8988196904_40806054b8_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7349/8988196904_d245e95d99_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986929081", "title": "1-18-160-ETAT_Moderne_Tome_Deuxieme-082", "tags": {"writing": "tag_id_18", "relief": "tag_id_6"}, "sizes": [{"url": "https://live.staticflickr.com/3713/8986929081_5b21e0a229_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3713/8986929081_5b21e0a229.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3713/8986929081_5b21e0a229_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3713/8986929081_5b21e0a229_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3713/8986929081_5b21e0a229_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3713/8986929081_7bd33d6c8a_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988319082", "title": "1-21-142-HISTOIRE_Naturelle_Tome_Deuxieme_bis-073", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/8137/8988319082_14e5ea713a_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8137/8988319082_14e5ea713a.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8137/8988319082_14e5ea713a_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8137/8988319082_14e5ea713a_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8137/8988319082_14e5ea713a_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8137/8988319082_7015566b45_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987837086", "title": "1-14-18-ANTIQUITES_Tome_Quatrieme-011", "tags": {"architecture": "tag_id_2", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/7347/8987837086_6a7c63ff42_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7347/8987837086_6a7c63ff42.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7347/8987837086_6a7c63ff42_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7347/8987837086_6a7c63ff42_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7347/8987837086_6a7c63ff42_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7347/8987837086_40e28c1ff4_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986975423", "title": "1-19-100-HISTOIRE_Naturelle_Tome_Premiem-052", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/8254/8986975423_2226a86ccb_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/8254/8986975423_2226a86ccb.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/8254/8986975423_2226a86ccb_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/8254/8986975423_2226a86ccb_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/8254/8986975423_2226a86ccb_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/8254/8986975423_701f83ae53_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986739799", "title": "1-15-40-ANTIQUITES_Tome_Cinquieme-022", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/2840/8986739799_00378c7523_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/2840/8986739799_00378c7523.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/2840/8986739799_00378c7523_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/2840/8986739799_00378c7523_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/2840/8986739799_00378c7523_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/2840/8986739799_6b182fa1ef_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987875752", "title": "1-14-96-ANTIQUITES_Tome_Quatrieme-050", "tags": {"people": "tag_id_1", "photo": "tag_id_3", "amazing": "tag_id_4", "ruins": "tag_id_9", "relief": "tag_id_6", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/3768/8987875752_db6f0e5dab_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3768/8987875752_db6f0e5dab.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3768/8987875752_db6f0e5dab_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3768/8987875752_db6f0e5dab_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3768/8987875752_db6f0e5dab_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3768/8987875752_7361babbfa_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987985924", "title": "1-16-37-ATLAS_Geographiqe-021-combined", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/3716/8987985924_45e184f1b5_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/3716/8987985924_45e184f1b5.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/3716/8987985924_45e184f1b5_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/3716/8987985924_45e184f1b5_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/3716/8987985924_45e184f1b5_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/3716/8987985924_60fef2e6e3_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987603614", "title": "1-11-166-ANTIQUITES_Tome_Premier-085", "tags": {"plants": "tag_id_14", "animals": "tag_id_10", "architecture": "tag_id_2", "amazing": "tag_id_4", "relief": "tag_id_6", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/5442/8987603614_ef1dfcf63e_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5442/8987603614_ef1dfcf63e.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5442/8987603614_ef1dfcf63e_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5442/8987603614_ef1dfcf63e_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5442/8987603614_ef1dfcf63e_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5442/8987603614_4a1811630e_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987698394", "title": "1-12-16-ANTIQUITES_Tome_Deuxieme-010", "tags": {"architecture": "tag_id_2", "relief": "tag_id_6", "statuary": "tag_id_5", "hieroglyphics": "tag_id_13"}, "sizes": [{"url": "https://live.staticflickr.com/3746/8987698394_f0efe16e2e_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3746/8987698394_f0efe16e2e.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3746/8987698394_f0efe16e2e_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3746/8987698394_f0efe16e2e_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3746/8987698394_f0efe16e2e_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3746/8987698394_00dcd96cce_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986691581", "title": "1-15-120-ANTIQUITES_Tome_Cinquieme-062", "tags": {"writing": "tag_id_18"}, "sizes": [{"url": "https://live.staticflickr.com/3684/8986691581_213200dc74_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3684/8986691581_213200dc74.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3684/8986691581_213200dc74_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3684/8986691581_213200dc74_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3684/8986691581_213200dc74_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3684/8986691581_6d100e9617_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986625419", "title": "1-14-122-ANTIQUITES_Tome_Quatrieme-063", "tags": {"people": "tag_id_1", "plants": "tag_id_14", "photo": "tag_id_3", "ruins": "tag_id_9", "statuary": "tag_id_5"}, "sizes": [{"url": "https://live.staticflickr.com/7342/8986625419_9432c983f3_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7342/8986625419_9432c983f3.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7342/8986625419_9432c983f3_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7342/8986625419_9432c983f3_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7342/8986625419_9432c983f3_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7342/8986625419_26a9cf319d_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986392899", "title": "1-11-138-ANTIQUITES_Tome_Premier-071", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "ruins": "tag_id_9", "relief": "tag_id_6", "gods": "tag_id_7"}, "sizes": [{"url": "https://live.staticflickr.com/2821/8986392899_562c0305bd_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/2821/8986392899_562c0305bd.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/2821/8986392899_562c0305bd_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/2821/8986392899_562c0305bd_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/2821/8986392899_562c0305bd_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/2821/8986392899_31af91d4f5_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987681422", "title": "1-12-137-ANTIQUITES_Tome_Deuxieme-071-combined", "tags": {"writing": "tag_id_18"}, "sizes": [{"url": "https://live.staticflickr.com/3753/8987681422_248675d890_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/3753/8987681422_248675d890.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/3753/8987681422_248675d890_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/3753/8987681422_248675d890_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/3753/8987681422_248675d890_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/3753/8987681422_4ac3653ca9_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986629949", "title": "1-14-130-ANTIQUITES_Tome_Quatrieme-067", "tags": {"plants": "tag_id_14", "architecture": "tag_id_2", "landscape": "tag_id_8", "photo": "tag_id_3", "map": "tag_id_12", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/5333/8986629949_1a1eeb9287_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5333/8986629949_1a1eeb9287.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5333/8986629949_1a1eeb9287_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5333/8986629949_1a1eeb9287_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5333/8986629949_1a1eeb9287_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5333/8986629949_cc4ce0f0b4_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987848302", "title": "1-14-40-ANTIQUITES_Tome_Quatrieme-022-combined", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "relief": "tag_id_6", "gods": "tag_id_7"}, "sizes": [{"url": "https://live.staticflickr.com/2853/8987848302_7a6b4b258c_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/2853/8987848302_7a6b4b258c.jpg", "width": "500", "height": "336"}, {"url": "https://live.staticflickr.com/2853/8987848302_7a6b4b258c_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/2853/8987848302_7a6b4b258c_c.jpg", "width": "800", "height": "538"}, {"url": "https://live.staticflickr.com/2853/8987848302_7a6b4b258c_b.jpg", "width": "1024", "height": "689"}, {"url": "https://live.staticflickr.com/2853/8987848302_a068766994_o.jpg", "width": "1992", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987922098", "title": "1-15-188-ANTIQUITES_Tome_Cinquieme-096", "tags": {"textiles": "tag_id_21", "statuary": "tag_id_5", "artifacts": "tag_id_15", "hieroglyphics": "tag_id_13", "curio": "tag_id_22"}, "sizes": [{"url": "https://live.staticflickr.com/3689/8987922098_2bdf7534fe_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3689/8987922098_2bdf7534fe.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3689/8987922098_2bdf7534fe_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3689/8987922098_2bdf7534fe_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3689/8987922098_2bdf7534fe_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3689/8987922098_6b9dafb5c6_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988042284", "title": "1-17-142-ETAT_MODERNE_Tome_Premier-073", "tags": {"people": "tag_id_1", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/3702/8988042284_bb31aa7c6b_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3702/8988042284_bb31aa7c6b.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3702/8988042284_bb31aa7c6b_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3702/8988042284_bb31aa7c6b_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3702/8988042284_bb31aa7c6b_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3702/8988042284_17d8d87c33_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986388725", "title": "1-11-128-ANTIQUITES_Tome_Premier-066", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "relief": "tag_id_6", "gods": "tag_id_7", "hieroglyphics": "tag_id_13"}, "sizes": [{"url": "https://live.staticflickr.com/2864/8986388725_a1019bc63b_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/2864/8986388725_a1019bc63b.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/2864/8986388725_a1019bc63b_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/2864/8986388725_a1019bc63b_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/2864/8986388725_a1019bc63b_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/2864/8986388725_690dbdf432_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987120975", "title": "1-21-146-HISTOIRE_Naturelle_Tome_Deuxieme_bis-075", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/5321/8987120975_c614e4fe23_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5321/8987120975_c614e4fe23.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5321/8987120975_c614e4fe23_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5321/8987120975_c614e4fe23_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5321/8987120975_c614e4fe23_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5321/8987120975_39ebe8e38f_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988070896", "title": "1-17-44-ETAT_MODERNE_Tome_Premier-024", "tags": {"people": "tag_id_1", "plants": "tag_id_14", "architecture": "tag_id_2", "landscape": "tag_id_8", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/5321/8988070896_46525b55d3_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5321/8988070896_46525b55d3.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5321/8988070896_46525b55d3_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5321/8988070896_46525b55d3_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5321/8988070896_46525b55d3_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5321/8988070896_7e306839db_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987930884", "title": "1-15-26-ANTIQUITES_Tome_Cinquieme-015", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "landscape": "tag_id_8", "photo": "tag_id_3", "ruins": "tag_id_9", "pyramids": "tag_id_20"}, "sizes": [{"url": "https://live.staticflickr.com/2879/8987930884_eab6f90a14_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/2879/8987930884_eab6f90a14.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/2879/8987930884_eab6f90a14_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/2879/8987930884_eab6f90a14_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/2879/8987930884_eab6f90a14_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/2879/8987930884_152323d445_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986381877", "title": "1-11-113-ANTIQUITES_Tome_Premier-059-combined", "tags": {"architecture": "tag_id_2", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/7403/8986381877_90e1b4f9e9_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/7403/8986381877_90e1b4f9e9.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/7403/8986381877_90e1b4f9e9_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/7403/8986381877_90e1b4f9e9_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/7403/8986381877_90e1b4f9e9_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/7403/8986381877_631e113504_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987134605", "title": "1-21-32-HISTOIRE_Naturelle_Tome_Deuxieme_bis-018", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/3794/8987134605_174c11e02e_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3794/8987134605_174c11e02e.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3794/8987134605_174c11e02e_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3794/8987134605_174c11e02e_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3794/8987134605_174c11e02e_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3794/8987134605_d72566e533_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986941383", "title": "1-18-28-ETAT_Moderne_Tome_Deuxieme-016", "tags": {"people": "tag_id_1", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/5446/8986941383_7188ce4c85_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5446/8986941383_7188ce4c85.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5446/8986941383_7188ce4c85_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5446/8986941383_7188ce4c85_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5446/8986941383_7188ce4c85_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5446/8986941383_5725d268fb_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988104528", "title": "1-18-110-ETAT_Moderne_Tome_Deuxieme-057", "tags": {"people": "tag_id_1", "landscape": "tag_id_8", "photo": "tag_id_3", "pyramids": "tag_id_20"}, "sizes": [{"url": "https://live.staticflickr.com/5456/8988104528_0a5029daf3_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5456/8988104528_0a5029daf3.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5456/8988104528_0a5029daf3_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5456/8988104528_0a5029daf3_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5456/8988104528_0a5029daf3_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5456/8988104528_fd29d181c3_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986766693", "title": "1-15-98-ANTIQUITES_Tome_Cinquieme-051", "tags": {"ruins": "tag_id_9", "blueprint": "tag_id_11", "hieroglyphics": "tag_id_13"}, "sizes": [{"url": "https://live.staticflickr.com/7377/8986766693_44fa14537a_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7377/8986766693_44fa14537a.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7377/8986766693_44fa14537a_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7377/8986766693_44fa14537a_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7377/8986766693_44fa14537a_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7377/8986766693_cd384de0b7_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988146838", "title": "1-18-3-ETAT_Moderne_Tome_Deuxieme-004-combined", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/5464/8988146838_274a3fef54_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/5464/8988146838_274a3fef54.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/5464/8988146838_274a3fef54_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/5464/8988146838_274a3fef54_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/5464/8988146838_274a3fef54_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/5464/8988146838_0630200325_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987017879", "title": "1-19-88-HISTOIRE_Naturelle_Tome_Premiem-046", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/7396/8987017879_79c3bd3eba_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7396/8987017879_79c3bd3eba.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7396/8987017879_79c3bd3eba_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7396/8987017879_79c3bd3eba_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7396/8987017879_79c3bd3eba_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7396/8987017879_c040da13b2_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986556957", "title": "1-13-111-ANTIQUITES_Tome_Troisieme-058-combined", "tags": {"architecture": "tag_id_2"}, "sizes": [{"url": "https://live.staticflickr.com/7353/8986556957_813602f991_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/7353/8986556957_813602f991.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/7353/8986556957_813602f991_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/7353/8986556957_813602f991_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/7353/8986556957_813602f991_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/7353/8986556957_c8a72f570f_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987584228", "title": "1-11-122-ANTIQUITES_Tome_Premier-063", "tags": {"architecture": "tag_id_2", "relief": "tag_id_6", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/7403/8987584228_90a86323e8_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7403/8987584228_90a86323e8.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7403/8987584228_90a86323e8_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7403/8987584228_90a86323e8_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7403/8987584228_90a86323e8_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7403/8987584228_40b4e8ae17_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987715600", "title": "1-12-34-ANTIQUITES_Tome_Deuxieme-019", "tags": {"architecture": "tag_id_2", "relief": "tag_id_6", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/2847/8987715600_e433071026_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2847/8987715600_e433071026.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2847/8987715600_e433071026_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2847/8987715600_e433071026_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2847/8987715600_e433071026_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2847/8987715600_7d64be8286_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986874125", "title": "1-17-4-ETAT_MODERNE_Tome_Premier-004", "tags": {"people": "tag_id_1", "designs": "tag_id_16", "statuary": "tag_id_5"}, "sizes": [{"url": "https://live.staticflickr.com/5327/8986874125_b887de071b_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5327/8986874125_b887de071b.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5327/8986874125_b887de071b_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5327/8986874125_b887de071b_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5327/8986874125_b887de071b_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5327/8986874125_dd1ca326f4_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988187726", "title": "1-19-1-HISTOIRE_Naturelle_Tome_Premiem-002", "tags": {}, "sizes": [{"url": "https://live.staticflickr.com/3712/8988187726_03700ac3ba_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3712/8988187726_03700ac3ba.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3712/8988187726_03700ac3ba_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3712/8988187726_03700ac3ba_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3712/8988187726_03700ac3ba_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3712/8988187726_e8ebe4fefa_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987573606", "title": "1-11-104-ANTIQUITES_Tome_Premier-054", "tags": {"people": "tag_id_1", "landscape": "tag_id_8", "photo": "tag_id_3", "amazing": "tag_id_4", "ruins": "tag_id_9"}, "sizes": [{"url": "https://live.staticflickr.com/7287/8987573606_4242de45be_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7287/8987573606_4242de45be.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7287/8987573606_4242de45be_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7287/8987573606_4242de45be_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7287/8987573606_4242de45be_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7287/8987573606_188eca76df_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987613716", "title": "1-11-188-ANTIQUITES_Tome_Premier-096", "tags": {"people": "tag_id_1", "architecture": "tag_id_2", "relief": "tag_id_6", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/5465/8987613716_9b937d14a4_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5465/8987613716_9b937d14a4.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5465/8987613716_9b937d14a4_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5465/8987613716_9b937d14a4_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5465/8987613716_9b937d14a4_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5465/8987613716_1de246bc4a_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986730977", "title": "1-15-22-ANTIQUITES_Tome_Cinquieme-013", "tags": {"landscape": "tag_id_8", "photo": "tag_id_3", "ruins": "tag_id_9", "pyramids": "tag_id_20"}, "sizes": [{"url": "https://live.staticflickr.com/7408/8986730977_7d2aa36678_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7408/8986730977_7d2aa36678.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7408/8986730977_7d2aa36678_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7408/8986730977_7d2aa36678_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7408/8986730977_7d2aa36678_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7408/8986730977_0c650b3387_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986992603", "title": "1-19-2-HISTOIRE_Naturelle_Tome_Premiem-003", "tags": {}, "sizes": [{"url": "https://live.staticflickr.com/3728/8986992603_a59a18b358_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3728/8986992603_a59a18b358.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3728/8986992603_a59a18b358_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3728/8986992603_a59a18b358_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3728/8986992603_a59a18b358_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3728/8986992603_ea8a9dd810_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987046789", "title": "1-20-164-HISTOIRE_Naturelle_Tome_Deuxieme-084", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/7419/8987046789_25ba293773_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7419/8987046789_25ba293773.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7419/8987046789_25ba293773_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7419/8987046789_25ba293773_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7419/8987046789_25ba293773_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7419/8987046789_ce3ba7d782_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987873288", "title": "1-14-90-ANTIQUITES_Tome_Quatrieme-047", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "landscape": "tag_id_8", "photo": "tag_id_3", "amazing": "tag_id_4"}, "sizes": [{"url": "https://live.staticflickr.com/5336/8987873288_10310e6548_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5336/8987873288_10310e6548.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5336/8987873288_10310e6548_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5336/8987873288_10310e6548_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5336/8987873288_10310e6548_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5336/8987873288_0055ec07ab_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987911506", "title": "1-15-168-ANTIQUITES_Tome_Cinquieme-086", "tags": {"hieroglyphics": "tag_id_13"}, "sizes": [{"url": "https://live.staticflickr.com/3769/8987911506_a7c2b4223c_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3769/8987911506_a7c2b4223c.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3769/8987911506_a7c2b4223c_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3769/8987911506_a7c2b4223c_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3769/8987911506_a7c2b4223c_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3769/8987911506_33e9e5742d_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986998089", "title": "1-19-40-HISTOIRE_Naturelle_Tome_Premiem-022", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/3690/8986998089_915171ccc8_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3690/8986998089_915171ccc8.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3690/8986998089_915171ccc8_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3690/8986998089_915171ccc8_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3690/8986998089_915171ccc8_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3690/8986998089_794310b4a8_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987932390", "title": "1-15-29-ANTIQUITES_Tome_Cinquieme-017-combined", "tags": {"ruins": "tag_id_9", "blueprint": "tag_id_11", "pyramids": "tag_id_20"}, "sizes": [{"url": "https://live.staticflickr.com/7333/8987932390_20925c4a19_n.jpg", "width": "215", "height": "320"}, {"url": "https://live.staticflickr.com/7333/8987932390_20925c4a19.jpg", "width": "337", "height": "500"}, {"url": "https://live.staticflickr.com/7333/8987932390_20925c4a19_z.jpg", "width": "431", "height": "640"}, {"url": "https://live.staticflickr.com/7333/8987932390_20925c4a19_c.jpg", "width": "539", "height": "800"}, {"url": "https://live.staticflickr.com/7333/8987932390_20925c4a19_b.jpg", "width": "689", "height": "1024"}, {"url": "https://live.staticflickr.com/7333/8987932390_b360d00d59_o.jpg", "width": "902", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987130803", "title": "1-21-26-HISTOIRE_Naturelle_Tome_Deuxieme_bis-015", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/5462/8987130803_e4b210b873_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5462/8987130803_e4b210b873.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5462/8987130803_e4b210b873_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5462/8987130803_e4b210b873_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5462/8987130803_e4b210b873_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5462/8987130803_8e35f71104_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986572611", "title": "1-13-1-ANTIQUITES_Tome_Troisieme-002", "tags": {}, "sizes": [{"url": "https://live.staticflickr.com/7440/8986572611_a031a64861_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7440/8986572611_a031a64861.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7440/8986572611_a031a64861_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7440/8986572611_a031a64861_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7440/8986572611_a031a64861_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7440/8986572611_332748deae_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987064829", "title": "1-20-208-HISTOIRE_Naturelle_Tome_Deuxieme-106", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/7368/8987064829_fdcc206f8e_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7368/8987064829_fdcc206f8e.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7368/8987064829_fdcc206f8e_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7368/8987064829_fdcc206f8e_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7368/8987064829_fdcc206f8e_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7368/8987064829_c7404608c6_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988341314", "title": "1-21-46-HISTOIRE_Naturelle_Tome_Deuxieme_bis-025", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/5455/8988341314_964a924e8b_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5455/8988341314_964a924e8b.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5455/8988341314_964a924e8b_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5455/8988341314_964a924e8b_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5455/8988341314_964a924e8b_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5455/8988341314_d70e63af82_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988293292", "title": "1-20-90-HISTOIRE_Naturelle_Tome_Deuxieme-047", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/7455/8988293292_cea28665bc_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7455/8988293292_cea28665bc.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7455/8988293292_cea28665bc_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7455/8988293292_cea28665bc_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7455/8988293292_cea28665bc_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7455/8988293292_4df119c8f4_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986634933", "title": "1-14-142-ANTIQUITES_Tome_Quatrieme-073", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "architecture": "tag_id_2", "landscape": "tag_id_8", "photo": "tag_id_3", "ruins": "tag_id_9"}, "sizes": [{"url": "https://live.staticflickr.com/3794/8986634933_455c770a6b_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3794/8986634933_455c770a6b.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3794/8986634933_455c770a6b_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3794/8986634933_455c770a6b_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3794/8986634933_455c770a6b_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3794/8986634933_0b9f174966_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986995119", "title": "1-19-34-HISTOIRE_Naturelle_Tome_Premiem-019", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/5442/8986995119_36e521b5b8_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5442/8986995119_36e521b5b8.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5442/8986995119_36e521b5b8_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5442/8986995119_36e521b5b8_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5442/8986995119_36e521b5b8_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5442/8986995119_fc157b118f_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987079567", "title": "1-20-52-HISTOIRE_Naturelle_Tome_Deuxieme-028", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/2836/8987079567_89ae98414d_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2836/8987079567_89ae98414d.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2836/8987079567_89ae98414d_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2836/8987079567_89ae98414d_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2836/8987079567_89ae98414d_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2836/8987079567_07c41d045f_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987924148", "title": "1-15-194-ANTIQUITES_Tome_Cinquieme-099", "tags": {"statuary": "tag_id_5", "artifacts": "tag_id_15"}, "sizes": [{"url": "https://live.staticflickr.com/2848/8987924148_47e8c7a84f_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2848/8987924148_47e8c7a84f.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2848/8987924148_47e8c7a84f_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2848/8987924148_47e8c7a84f_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2848/8987924148_47e8c7a84f_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2848/8987924148_5a6a167db8_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986634139", "title": "1-14-140-ANTIQUITES_Tome_Quatrieme-072", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "architecture": "tag_id_2", "relief": "tag_id_6", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/2816/8986634139_50a325dac9_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/2816/8986634139_50a325dac9.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/2816/8986634139_50a325dac9_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/2816/8986634139_50a325dac9_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/2816/8986634139_50a325dac9_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/2816/8986634139_e1569e47ed_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987765648", "title": "1-13-138-ANTIQUITES_Tome_Troisieme-071", "tags": {"architecture": "tag_id_2", "map": "tag_id_12", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/7341/8987765648_b201d8bc2c_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7341/8987765648_b201d8bc2c.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7341/8987765648_b201d8bc2c_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7341/8987765648_b201d8bc2c_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7341/8987765648_b201d8bc2c_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7341/8987765648_c4e1220311_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987912242", "title": "1-15-170-ANTIQUITES_Tome_Cinquieme-087", "tags": {"artifacts": "tag_id_15"}, "sizes": [{"url": "https://live.staticflickr.com/7296/8987912242_5c98c72ecf_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7296/8987912242_5c98c72ecf.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7296/8987912242_5c98c72ecf_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7296/8987912242_5c98c72ecf_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7296/8987912242_5c98c72ecf_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7296/8987912242_917c7237eb_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986672847", "title": "1-14-86-ANTIQUITES_Tome_Quatrieme-045", "tags": {"people": "tag_id_1", "architecture": "tag_id_2"}, "sizes": [{"url": "https://live.staticflickr.com/5331/8986672847_854266d99f_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5331/8986672847_854266d99f.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5331/8986672847_854266d99f_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5331/8986672847_854266d99f_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5331/8986672847_854266d99f_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5331/8986672847_1086e3c6cf_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987963692", "title": "1-15-96-ANTIQUITES_Tome_Cinquieme-050", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "gods": "tag_id_7", "hieroglyphics": "tag_id_13"}, "sizes": [{"url": "https://live.staticflickr.com/3693/8987963692_8f0b6f0104_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3693/8987963692_8f0b6f0104.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3693/8987963692_8f0b6f0104_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3693/8987963692_8f0b6f0104_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3693/8987963692_8f0b6f0104_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3693/8987963692_337a064f79_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987135707", "title": "1-21-34-HISTOIRE_Naturelle_Tome_Deuxieme_bis-019", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/3725/8987135707_311592f7f4_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3725/8987135707_311592f7f4.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3725/8987135707_311592f7f4_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3725/8987135707_311592f7f4_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3725/8987135707_311592f7f4_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3725/8987135707_82765cdf7c_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988193664", "title": "1-19-32-HISTOIRE_Naturelle_Tome_Premiem-018", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/7343/8988193664_6449dc4b85_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7343/8988193664_6449dc4b85.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7343/8988193664_6449dc4b85_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7343/8988193664_6449dc4b85_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7343/8988193664_6449dc4b85_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7343/8988193664_d1d194dd06_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988212144", "title": "1-19-76-HISTOIRE_Naturelle_Tome_Premiem-040", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/3831/8988212144_07c28cdeb4_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3831/8988212144_07c28cdeb4.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3831/8988212144_07c28cdeb4_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3831/8988212144_07c28cdeb4_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3831/8988212144_07c28cdeb4_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3831/8988212144_a14514247c_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986910455", "title": "1-18-11-ETAT_Moderne_Tome_Deuxieme-008-combined", "tags": {"people": "tag_id_1", "landscape": "tag_id_8", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/2830/8986910455_994d250c3f_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/2830/8986910455_994d250c3f.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/2830/8986910455_994d250c3f_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/2830/8986910455_994d250c3f_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/2830/8986910455_994d250c3f_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/2830/8986910455_81ed6c1d84_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988346524", "title": "1-21-54-HISTOIRE_Naturelle_Tome_Deuxieme_bis-029", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/2824/8988346524_e0c60e6593_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/2824/8988346524_e0c60e6593.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/2824/8988346524_e0c60e6593_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/2824/8988346524_e0c60e6593_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/2824/8988346524_e0c60e6593_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/2824/8988346524_622bd99717_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987970546", "title": "1-16-111-ATLAS_Geographiqe-058-combined", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/7348/8987970546_f81d33ab26_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/7348/8987970546_f81d33ab26.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/7348/8987970546_f81d33ab26_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/7348/8987970546_f81d33ab26_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/7348/8987970546_f81d33ab26_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/7348/8987970546_e6ec00b31f_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988054540", "title": "1-17-166-ETAT_MODERNE_Tome_Premier-085", "tags": {"people": "tag_id_1", "landscape": "tag_id_8", "photo": "tag_id_3", "technology": "tag_id_19"}, "sizes": [{"url": "https://live.staticflickr.com/8254/8988054540_ab86c8a0e4_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/8254/8988054540_ab86c8a0e4.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/8254/8988054540_ab86c8a0e4_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/8254/8988054540_ab86c8a0e4_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/8254/8988054540_ab86c8a0e4_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/8254/8988054540_9c305399c2_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988247360", "title": "1-20-166-HISTOIRE_Naturelle_Tome_Deuxieme-085", "tags": {"animals": "tag_id_10", "amazing": "tag_id_4"}, "sizes": [{"url": "https://live.staticflickr.com/5340/8988247360_e44272147c_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5340/8988247360_e44272147c.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5340/8988247360_e44272147c_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5340/8988247360_e44272147c_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5340/8988247360_e44272147c_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5340/8988247360_5b0ab78244_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986716767", "title": "1-15-178-ANTIQUITES_Tome_Cinquieme-091", "tags": {"artifacts": "tag_id_15", "curio": "tag_id_22"}, "sizes": [{"url": "https://live.staticflickr.com/8547/8986716767_1e8f7658f9_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8547/8986716767_1e8f7658f9.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8547/8986716767_1e8f7658f9_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8547/8986716767_1e8f7658f9_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8547/8986716767_1e8f7658f9_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8547/8986716767_f9990341ab_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987161747", "title": "1-21-78-HISTOIRE_Naturelle_Tome_Deuxieme_bis-041", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/2826/8987161747_bdc9b7c7c6_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/2826/8987161747_bdc9b7c7c6.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/2826/8987161747_bdc9b7c7c6_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/2826/8987161747_bdc9b7c7c6_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/2826/8987161747_bdc9b7c7c6_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/2826/8987161747_b8e6e2ece0_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987044647", "title": "1-20-158-HISTOIRE_Naturelle_Tome_Deuxieme-081", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/3705/8987044647_f83e33eca6_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3705/8987044647_f83e33eca6.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3705/8987044647_f83e33eca6_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3705/8987044647_f83e33eca6_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3705/8987044647_f83e33eca6_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3705/8987044647_d43f01ceb7_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987058157", "title": "1-20-192-HISTOIRE_Naturelle_Tome_Deuxieme-098", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/5335/8987058157_ba7626bd38_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5335/8987058157_ba7626bd38.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5335/8987058157_ba7626bd38_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5335/8987058157_ba7626bd38_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5335/8987058157_ba7626bd38_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5335/8987058157_e935327ca7_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986817757", "title": "1-16-94-ATLAS_Geographiqe-049", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/3791/8986817757_2a4f92a037_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3791/8986817757_2a4f92a037.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3791/8986817757_2a4f92a037_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3791/8986817757_2a4f92a037_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3791/8986817757_2a4f92a037_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3791/8986817757_7469f9a6aa_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988057648", "title": "1-17-18-ETAT_MODERNE_Tome_Premier-011", "tags": {"landscape": "tag_id_8", "photo": "tag_id_3", "ruins": "tag_id_9"}, "sizes": [{"url": "https://live.staticflickr.com/2821/8988057648_1f2cefc29b_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2821/8988057648_1f2cefc29b.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2821/8988057648_1f2cefc29b_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2821/8988057648_1f2cefc29b_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2821/8988057648_1f2cefc29b_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2821/8988057648_97a32ef74b_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986773227", "title": "1-16-12-ATLAS_Geographiqe-008", "tags": {"writing": "tag_id_18", "map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/7363/8986773227_6280d95244_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7363/8986773227_6280d95244.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7363/8986773227_6280d95244_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7363/8986773227_6280d95244_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7363/8986773227_6280d95244_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7363/8986773227_e6ccfc3bf2_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986645091", "title": "1-14-2-ANTIQUITES_Tome_Quatrieme-003", "tags": {}, "sizes": [{"url": "https://live.staticflickr.com/8553/8986645091_08a79fdf05_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8553/8986645091_08a79fdf05.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8553/8986645091_08a79fdf05_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8553/8986645091_08a79fdf05_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8553/8986645091_08a79fdf05_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8553/8986645091_c535e2a2cc_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988312502", "title": "1-21-126-HISTOIRE_Naturelle_Tome_Deuxieme_bis-065", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/2856/8988312502_2ed2fa5df4_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2856/8988312502_2ed2fa5df4.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2856/8988312502_2ed2fa5df4_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2856/8988312502_2ed2fa5df4_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2856/8988312502_2ed2fa5df4_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2856/8988312502_cdb687dcd0_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988057066", "title": "1-17-170-ETAT_MODERNE_Tome_Premier-087", "tags": {"plants": "tag_id_14", "landscape": "tag_id_8", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/5322/8988057066_3ae3c63ee1_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5322/8988057066_3ae3c63ee1.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5322/8988057066_3ae3c63ee1_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5322/8988057066_3ae3c63ee1_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5322/8988057066_3ae3c63ee1_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5322/8988057066_da38c1a7b2_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987892862", "title": "1-15-128-ANTIQUITES_Tome_Cinquieme-066", "tags": {"writing": "tag_id_18"}, "sizes": [{"url": "https://live.staticflickr.com/5457/8987892862_c263349a16_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5457/8987892862_c263349a16.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5457/8987892862_c263349a16_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5457/8987892862_c263349a16_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5457/8987892862_c263349a16_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5457/8987892862_1f273f620e_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986665265", "title": "1-14-70-ANTIQUITES_Tome_Quatrieme-037", "tags": {"people": "tag_id_1", "relief": "tag_id_6", "gods": "tag_id_7", "hieroglyphics": "tag_id_13"}, "sizes": [{"url": "https://live.staticflickr.com/2883/8986665265_75598e2eca_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/2883/8986665265_75598e2eca.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/2883/8986665265_75598e2eca_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/2883/8986665265_75598e2eca_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/2883/8986665265_75598e2eca_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/2883/8986665265_80e49fe01f_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986604897", "title": "1-13-83-ANTIQUITES_Tome_Troisieme-044-combined", "tags": {"people": "tag_id_1", "architecture": "tag_id_2", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/7290/8986604897_e6c7cb973a_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/7290/8986604897_e6c7cb973a.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/7290/8986604897_e6c7cb973a_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/7290/8986604897_e6c7cb973a_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/7290/8986604897_e6c7cb973a_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/7290/8986604897_b15749abc8_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987162681", "title": "1-21-80-HISTOIRE_Naturelle_Tome_Deuxieme_bis-042", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/2840/8987162681_4084824a66_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/2840/8987162681_4084824a66.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/2840/8987162681_4084824a66_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/2840/8987162681_4084824a66_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/2840/8987162681_4084824a66_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/2840/8987162681_058886fb4b_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986622013", "title": "1-14-114-ANTIQUITES_Tome_Quatrieme-059", "tags": {"people": "tag_id_1", "plants": "tag_id_14", "landscape": "tag_id_8", "amazing": "tag_id_4", "ruins": "tag_id_9"}, "sizes": [{"url": "https://live.staticflickr.com/7364/8986622013_a3bbba00f6_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7364/8986622013_a3bbba00f6.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7364/8986622013_a3bbba00f6_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7364/8986622013_a3bbba00f6_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7364/8986622013_a3bbba00f6_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7364/8986622013_960ae1833f_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986715501", "title": "1-15-174-ANTIQUITES_Tome_Cinquieme-089", "tags": {"technology": "tag_id_19", "statuary": "tag_id_5", "artifacts": "tag_id_15"}, "sizes": [{"url": "https://live.staticflickr.com/5343/8986715501_c990da43ac_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5343/8986715501_c990da43ac.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5343/8986715501_c990da43ac_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5343/8986715501_c990da43ac_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5343/8986715501_c990da43ac_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5343/8986715501_701ddd60c8_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987003483", "title": "1-19-52-HISTOIRE_Naturelle_Tome_Premiem-028", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/7332/8987003483_638a151ee4_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7332/8987003483_638a151ee4.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7332/8987003483_638a151ee4_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7332/8987003483_638a151ee4_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7332/8987003483_638a151ee4_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7332/8987003483_95bcbdf075_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987940834", "title": "1-15-48-ANTIQUITES_Tome_Cinquieme-026", "tags": {"photo": "tag_id_3", "relief": "tag_id_6", "hieroglyphics": "tag_id_13"}, "sizes": [{"url": "https://live.staticflickr.com/5441/8987940834_c3e01f16de_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5441/8987940834_c3e01f16de.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5441/8987940834_c3e01f16de_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5441/8987940834_c3e01f16de_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5441/8987940834_c3e01f16de_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5441/8987940834_474bf73949_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988220038", "title": "1-19-94-HISTOIRE_Naturelle_Tome_Premiem-049", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/2863/8988220038_e74d180508_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2863/8988220038_e74d180508.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2863/8988220038_e74d180508_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2863/8988220038_e74d180508_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2863/8988220038_e74d180508_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2863/8988220038_e10537936a_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987132047", "title": "1-21-28-HISTOIRE_Naturelle_Tome_Deuxieme_bis-016", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/7422/8987132047_60b741d68a_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7422/8987132047_60b741d68a.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7422/8987132047_60b741d68a_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7422/8987132047_60b741d68a_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7422/8987132047_60b741d68a_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7422/8987132047_a19a9d62c5_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987932938", "title": "1-15-2-ANTIQUITES_Tome_Cinquieme-003", "tags": {}, "sizes": [{"url": "https://live.staticflickr.com/3772/8987932938_91b2a2aec9_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3772/8987932938_91b2a2aec9.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3772/8987932938_91b2a2aec9_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3772/8987932938_91b2a2aec9_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3772/8987932938_91b2a2aec9_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3772/8987932938_7ecc022c96_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986627267", "title": "1-14-126-ANTIQUITES_Tome_Quatrieme-065", "tags": {"architecture": "tag_id_2", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/7316/8986627267_8b866a547a_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7316/8986627267_8b866a547a.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7316/8986627267_8b866a547a_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7316/8986627267_8b866a547a_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7316/8986627267_8b866a547a_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7316/8986627267_a2b84d80cb_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987608052", "title": "1-11-174-ANTIQUITES_Tome_Premier-089", "tags": {"people": "tag_id_1", "relief": "tag_id_6", "gods": "tag_id_7", "hieroglyphics": "tag_id_13"}, "sizes": [{"url": "https://live.staticflickr.com/7395/8987608052_0be9d6b15b_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7395/8987608052_0be9d6b15b.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7395/8987608052_0be9d6b15b_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7395/8987608052_0be9d6b15b_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7395/8987608052_0be9d6b15b_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7395/8987608052_49229dda78_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986481915", "title": "1-12-135-ANTIQUITES_Tome_Deuxieme-070-combined", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "writing": "tag_id_18", "gods": "tag_id_7"}, "sizes": [{"url": "https://live.staticflickr.com/3804/8986481915_c845a127d8_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/3804/8986481915_c845a127d8.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/3804/8986481915_c845a127d8_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/3804/8986481915_c845a127d8_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/3804/8986481915_c845a127d8_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/3804/8986481915_7c3d1942f2_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986467225", "title": "1-12-110-ANTIQUITES_Tome_Deuxieme-057", "tags": {"animals": "tag_id_10", "mummy": "tag_id_17"}, "sizes": [{"url": "https://live.staticflickr.com/7350/8986467225_99d24afca5_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7350/8986467225_99d24afca5.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7350/8986467225_99d24afca5_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7350/8986467225_99d24afca5_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7350/8986467225_99d24afca5_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7350/8986467225_4114541b5c_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987764940", "title": "1-13-136-ANTIQUITES_Tome_Troisieme-070", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "relief": "tag_id_6"}, "sizes": [{"url": "https://live.staticflickr.com/2874/8987764940_acfce4e549_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2874/8987764940_acfce4e549.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2874/8987764940_acfce4e549_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2874/8987764940_acfce4e549_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2874/8987764940_acfce4e549_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2874/8987764940_4f6df1bb27_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988275870", "title": "1-20-44-HISTOIRE_Naturelle_Tome_Deuxieme-024", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/7346/8988275870_cbc35468dd_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7346/8988275870_cbc35468dd.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7346/8988275870_cbc35468dd_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7346/8988275870_cbc35468dd_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7346/8988275870_cbc35468dd_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7346/8988275870_c7d17810ae_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986944667", "title": "1-18-34-ETAT_Moderne_Tome_Deuxieme-019", "tags": {"people": "tag_id_1", "landscape": "tag_id_8", "photo": "tag_id_3", "ruins": "tag_id_9"}, "sizes": [{"url": "https://live.staticflickr.com/8117/8986944667_ddcf038314_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8117/8986944667_ddcf038314.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8117/8986944667_ddcf038314_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8117/8986944667_ddcf038314_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8117/8986944667_ddcf038314_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8117/8986944667_3961327845_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988129798", "title": "1-18-164-ETAT_Moderne_Tome_Deuxieme-084", "tags": {"writing": "tag_id_18"}, "sizes": [{"url": "https://live.staticflickr.com/2856/8988129798_5da578731d_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2856/8988129798_5da578731d.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2856/8988129798_5da578731d_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2856/8988129798_5da578731d_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2856/8988129798_5da578731d_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2856/8988129798_2fff8f4f85_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987594168", "title": "1-11-142-ANTIQUITES_Tome_Premier-073", "tags": {"photo": "tag_id_3", "amazing": "tag_id_4", "ruins": "tag_id_9", "map": "tag_id_12", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/2892/8987594168_e043868053_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2892/8987594168_e043868053.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2892/8987594168_e043868053_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2892/8987594168_e043868053_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2892/8987594168_e043868053_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2892/8987594168_7ca465dd48_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988180688", "title": "1-19-114-HISTOIRE_Naturelle_Tome_Premiem-059", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/5322/8988180688_daedc416c9_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5322/8988180688_daedc416c9.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5322/8988180688_daedc416c9_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5322/8988180688_daedc416c9_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5322/8988180688_daedc416c9_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5322/8988180688_c7bd3590bb_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988219258", "title": "1-19-92-HISTOIRE_Naturelle_Tome_Premiem-048", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/7318/8988219258_ac31548e51_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7318/8988219258_ac31548e51.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7318/8988219258_ac31548e51_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7318/8988219258_ac31548e51_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7318/8988219258_ac31548e51_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7318/8988219258_b42c7c8442_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987008367", "title": "1-19-66-HISTOIRE_Naturelle_Tome_Premiem-035", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/7291/8987008367_6863b7dd52_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7291/8987008367_6863b7dd52.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7291/8987008367_6863b7dd52_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7291/8987008367_6863b7dd52_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7291/8987008367_6863b7dd52_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7291/8987008367_ef99107a2b_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987080125", "title": "1-20-54-HISTOIRE_Naturelle_Tome_Deuxieme-029", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/7319/8987080125_695e2ca1cb_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7319/8987080125_695e2ca1cb.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7319/8987080125_695e2ca1cb_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7319/8987080125_695e2ca1cb_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7319/8987080125_695e2ca1cb_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7319/8987080125_96feee825e_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987674742", "title": "1-12-127-ANTIQUITES_Tome_Deuxieme-066-combined", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "writing": "tag_id_18"}, "sizes": [{"url": "https://live.staticflickr.com/7401/8987674742_236d5e1e28_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/7401/8987674742_236d5e1e28.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/7401/8987674742_236d5e1e28_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/7401/8987674742_236d5e1e28_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/7401/8987674742_236d5e1e28_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/7401/8987674742_d6fd4ff32f_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987983716", "title": "1-16-33-ATLAS_Geographiqe-019-combined", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/5470/8987983716_4cdf65d7eb_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/5470/8987983716_4cdf65d7eb.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/5470/8987983716_4cdf65d7eb_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/5470/8987983716_4cdf65d7eb_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/5470/8987983716_4cdf65d7eb_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/5470/8987983716_d7e32e331b_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987581526", "title": "1-11-117-ANTIQUITES_Tome_Premier-061-combined", "tags": {"architecture": "tag_id_2", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/7335/8987581526_a94be71e27_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/7335/8987581526_a94be71e27.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/7335/8987581526_a94be71e27_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/7335/8987581526_a94be71e27_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/7335/8987581526_a94be71e27_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/7335/8987581526_76d0aedb25_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987980970", "title": "1-16-27-ATLAS_Geographiqe-016-combined", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/2808/8987980970_1e42b04a9e_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/2808/8987980970_1e42b04a9e.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/2808/8987980970_1e42b04a9e_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/2808/8987980970_1e42b04a9e_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/2808/8987980970_1e42b04a9e_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/2808/8987980970_7d99fb6fd4_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988167780", "title": "1-18-86-ETAT_Moderne_Tome_Deuxieme-045", "tags": {"people": "tag_id_1", "photo": "tag_id_3", "technology": "tag_id_19", "textiles": "tag_id_21"}, "sizes": [{"url": "https://live.staticflickr.com/2830/8988167780_35d98496a1_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2830/8988167780_35d98496a1.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2830/8988167780_35d98496a1_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2830/8988167780_35d98496a1_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2830/8988167780_35d98496a1_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2830/8988167780_3d335c2edd_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986599863", "title": "1-13-74-ANTIQUITES_Tome_Troisieme-039", "tags": {"people": "tag_id_1", "architecture": "tag_id_2", "relief": "tag_id_6"}, "sizes": [{"url": "https://live.staticflickr.com/3783/8986599863_24c82138f6_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3783/8986599863_24c82138f6.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3783/8986599863_24c82138f6_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3783/8986599863_24c82138f6_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3783/8986599863_24c82138f6_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3783/8986599863_a207a00d35_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986623651", "title": "1-14-118-ANTIQUITES_Tome_Quatrieme-061", "tags": {"people": "tag_id_1", "plants": "tag_id_14", "landscape": "tag_id_8", "photo": "tag_id_3", "ruins": "tag_id_9"}, "sizes": [{"url": "https://live.staticflickr.com/2840/8986623651_b56a24e506_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/2840/8986623651_b56a24e506.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/2840/8986623651_b56a24e506_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/2840/8986623651_b56a24e506_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/2840/8986623651_b56a24e506_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/2840/8986623651_d2ed70af34_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987912900", "title": "1-15-172-ANTIQUITES_Tome_Cinquieme-088", "tags": {"artifacts": "tag_id_15"}, "sizes": [{"url": "https://live.staticflickr.com/5327/8987912900_0f02d2f960_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5327/8987912900_0f02d2f960.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5327/8987912900_0f02d2f960_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5327/8987912900_0f02d2f960_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5327/8987912900_0f02d2f960_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5327/8987912900_8feff8bd96_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987013911", "title": "1-19-78-HISTOIRE_Naturelle_Tome_Premiem-041", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/5322/8987013911_34e73a6295_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5322/8987013911_34e73a6295.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5322/8987013911_34e73a6295_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5322/8987013911_34e73a6295_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5322/8987013911_34e73a6295_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5322/8987013911_e50641f1d3_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986472367", "title": "1-12-121-ANTIQUITES_Tome_Deuxieme-063-combined", "tags": {"writing": "tag_id_18"}, "sizes": [{"url": "https://live.staticflickr.com/3821/8986472367_e9f8b33196_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/3821/8986472367_e9f8b33196.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/3821/8986472367_e9f8b33196_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/3821/8986472367_e9f8b33196_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/3821/8986472367_e9f8b33196_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/3821/8986472367_a4d1842fa5_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986594721", "title": "1-13-61-ANTIQUITES_Tome_Troisieme-033-combined", "tags": {"architecture": "tag_id_2", "statuary": "tag_id_5", "hieroglyphics": "tag_id_13"}, "sizes": [{"url": "https://live.staticflickr.com/2814/8986594721_1bc750644e_n.jpg", "width": "215", "height": "320"}, {"url": "https://live.staticflickr.com/2814/8986594721_1bc750644e.jpg", "width": "337", "height": "500"}, {"url": "https://live.staticflickr.com/2814/8986594721_1bc750644e_z.jpg", "width": "431", "height": "640"}, {"url": "https://live.staticflickr.com/2814/8986594721_1bc750644e_c.jpg", "width": "539", "height": "800"}, {"url": "https://live.staticflickr.com/2814/8986594721_1bc750644e_b.jpg", "width": "689", "height": "1024"}, {"url": "https://live.staticflickr.com/2814/8986594721_18d1655d04_o.jpg", "width": "902", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986728557", "title": "1-15-1-ANTIQUITES_Tome_Cinquieme-002", "tags": {}, "sizes": [{"url": "https://live.staticflickr.com/7340/8986728557_e0d987b4eb_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7340/8986728557_e0d987b4eb.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7340/8986728557_e0d987b4eb_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7340/8986728557_e0d987b4eb_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7340/8986728557_e0d987b4eb_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7340/8986728557_3a512ab432_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986387837", "title": "1-11-125-ANTIQUITES_Tome_Premier-065-combined", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "relief": "tag_id_6", "gods": "tag_id_7"}, "sizes": [{"url": "https://live.staticflickr.com/7288/8986387837_304b767c49_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/7288/8986387837_304b767c49.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/7288/8986387837_304b767c49_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/7288/8986387837_304b767c49_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/7288/8986387837_304b767c49_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/7288/8986387837_11defa8b55_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988210760", "title": "1-19-72-HISTOIRE_Naturelle_Tome_Premiem-038", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/3822/8988210760_9e301a8b3d_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3822/8988210760_9e301a8b3d.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3822/8988210760_9e301a8b3d_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3822/8988210760_9e301a8b3d_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3822/8988210760_9e301a8b3d_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3822/8988210760_144231d4b5_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987812830", "title": "1-14-102-ANTIQUITES_Tome_Quatrieme-053", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "hieroglyphics": "tag_id_13"}, "sizes": [{"url": "https://live.staticflickr.com/8406/8987812830_9aee88ce01_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/8406/8987812830_9aee88ce01.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/8406/8987812830_9aee88ce01_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/8406/8987812830_9aee88ce01_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/8406/8987812830_9aee88ce01_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/8406/8987812830_1dac13120f_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988095716", "title": "1-17-92-ETAT_MODERNE_Tome_Premier-048", "tags": {"people": "tag_id_1", "plants": "tag_id_14", "landscape": "tag_id_8", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/7421/8988095716_677ee38362_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7421/8988095716_677ee38362.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7421/8988095716_677ee38362_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7421/8988095716_677ee38362_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7421/8988095716_677ee38362_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7421/8988095716_46a7699c84_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986507461", "title": "1-12-186-ANTIQUITES_Tome_Deuxieme-095", "tags": {"people": "tag_id_1", "architecture": "tag_id_2", "relief": "tag_id_6", "gods": "tag_id_7"}, "sizes": [{"url": "https://live.staticflickr.com/5463/8986507461_eddd086e68_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5463/8986507461_eddd086e68.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5463/8986507461_eddd086e68_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5463/8986507461_eddd086e68_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5463/8986507461_eddd086e68_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5463/8986507461_1973cbb95f_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986940599", "title": "1-18-26-ETAT_Moderne_Tome_Deuxieme-015", "tags": {"people": "tag_id_1", "architecture": "tag_id_2", "landscape": "tag_id_8", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/5335/8986940599_4a3ba15cae_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5335/8986940599_4a3ba15cae.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5335/8986940599_4a3ba15cae_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5335/8986940599_4a3ba15cae_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5335/8986940599_4a3ba15cae_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5335/8986940599_b816a8ce74_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986532211", "title": "1-12-60-ANTIQUITES_Tome_Deuxieme-032", "tags": {"architecture": "tag_id_2", "statuary": "tag_id_5"}, "sizes": [{"url": "https://live.staticflickr.com/3832/8986532211_4f02901622_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3832/8986532211_4f02901622.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3832/8986532211_4f02901622_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3832/8986532211_4f02901622_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3832/8986532211_4f02901622_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3832/8986532211_17254e37a8_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986745027", "title": "1-15-4-ANTIQUITES_Tome_Cinquieme-004", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/7330/8986745027_f9a3f668e3_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7330/8986745027_f9a3f668e3.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7330/8986745027_f9a3f668e3_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7330/8986745027_f9a3f668e3_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7330/8986745027_f9a3f668e3_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7330/8986745027_365652dd3e_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987157217", "title": "1-21-70-HISTOIRE_Naturelle_Tome_Deuxieme_bis-037", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/3765/8987157217_c9c01c09ae_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3765/8987157217_c9c01c09ae.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3765/8987157217_c9c01c09ae_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3765/8987157217_c9c01c09ae_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3765/8987157217_c9c01c09ae_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3765/8987157217_ceedde3816_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987598320", "title": "1-11-152-ANTIQUITES_Tome_Premier-078", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "architecture": "tag_id_2", "relief": "tag_id_6", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/7383/8987598320_d6b10f37eb_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7383/8987598320_d6b10f37eb.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7383/8987598320_d6b10f37eb_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7383/8987598320_d6b10f37eb_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7383/8987598320_d6b10f37eb_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7383/8987598320_2654bb9380_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988008014", "title": "1-16-77-ATLAS_Geographiqe-041-combined", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/7307/8988008014_ee4119d80c_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/7307/8988008014_ee4119d80c.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/7307/8988008014_ee4119d80c_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/7307/8988008014_ee4119d80c_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/7307/8988008014_ee4119d80c_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/7307/8988008014_aaecaed7e8_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987760180", "title": "1-13-124-ANTIQUITES_Tome_Troisieme-064", "tags": {"people": "tag_id_1", "architecture": "tag_id_2", "relief": "tag_id_6"}, "sizes": [{"url": "https://live.staticflickr.com/2875/8987760180_cf7398e8a6_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2875/8987760180_cf7398e8a6.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2875/8987760180_cf7398e8a6_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2875/8987760180_cf7398e8a6_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2875/8987760180_cf7398e8a6_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2875/8987760180_4ca85e1995_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987961778", "title": "1-15-91-ANTIQUITES_Tome_Cinquieme-048-combined", "tags": {"writing": "tag_id_18"}, "sizes": [{"url": "https://live.staticflickr.com/3689/8987961778_bd88c93e66_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/3689/8987961778_bd88c93e66.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/3689/8987961778_bd88c93e66_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/3689/8987961778_bd88c93e66_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/3689/8987961778_bd88c93e66_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/3689/8987961778_2de83381aa_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986651533", "title": "1-14-42-ANTIQUITES_Tome_Quatrieme-023-combined", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "relief": "tag_id_6", "designs": "tag_id_16"}, "sizes": [{"url": "https://live.staticflickr.com/3776/8986651533_6f5f223701_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/3776/8986651533_6f5f223701.jpg", "width": "500", "height": "336"}, {"url": "https://live.staticflickr.com/3776/8986651533_6f5f223701_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/3776/8986651533_6f5f223701_c.jpg", "width": "800", "height": "538"}, {"url": "https://live.staticflickr.com/3776/8986651533_6f5f223701_b.jpg", "width": "1024", "height": "689"}, {"url": "https://live.staticflickr.com/3776/8986651533_eb882ab9b1_o.jpg", "width": "1992", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988186522", "title": "1-19-16-HISTOIRE_Naturelle_Tome_Premiem-010", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/5457/8988186522_88ecb0d59d_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5457/8988186522_88ecb0d59d.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5457/8988186522_88ecb0d59d_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5457/8988186522_88ecb0d59d_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5457/8988186522_88ecb0d59d_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5457/8988186522_f320e0e67a_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987643902", "title": "1-11-64-ANTIQUITES_Tome_Premier-034", "tags": {"people": "tag_id_1", "relief": "tag_id_6", "gods": "tag_id_7"}, "sizes": [{"url": "https://live.staticflickr.com/2832/8987643902_133c3fc9f0_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/2832/8987643902_133c3fc9f0.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/2832/8987643902_133c3fc9f0_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/2832/8987643902_133c3fc9f0_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/2832/8987643902_133c3fc9f0_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/2832/8987643902_dbc8ffc101_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988287850", "title": "1-20-76-HISTOIRE_Naturelle_Tome_Deuxieme-040", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/3680/8988287850_e7e8c104b1_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3680/8988287850_e7e8c104b1.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3680/8988287850_e7e8c104b1_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3680/8988287850_e7e8c104b1_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3680/8988287850_e7e8c104b1_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3680/8988287850_4bcd5c099a_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986918203", "title": "1-18-136-ETAT_Moderne_Tome_Deuxieme-070", "tags": {"artifacts": "tag_id_15"}, "sizes": [{"url": "https://live.staticflickr.com/8117/8986918203_0f4a643890_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/8117/8986918203_0f4a643890.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/8117/8986918203_0f4a643890_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/8117/8986918203_0f4a643890_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/8117/8986918203_0f4a643890_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/8117/8986918203_efb6d5b95b_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986800025", "title": "1-16-5-ATLAS_Geographiqe-004", "tags": {}, "sizes": [{"url": "https://live.staticflickr.com/7292/8986800025_4ca4bd644b_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7292/8986800025_4ca4bd644b.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7292/8986800025_4ca4bd644b_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7292/8986800025_4ca4bd644b_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7292/8986800025_4ca4bd644b_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7292/8986800025_35c1b658a9_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987136795", "title": "1-21-36-HISTOIRE_Naturelle_Tome_Deuxieme_bis-020", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/3741/8987136795_6406fbdc25_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3741/8987136795_6406fbdc25.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3741/8987136795_6406fbdc25_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3741/8987136795_6406fbdc25_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3741/8987136795_6406fbdc25_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3741/8987136795_46fca14a4d_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987114849", "title": "1-21-12-HISTOIRE_Naturelle_Tome_Deuxieme_bis-008", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/3673/8987114849_793e2b192c_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3673/8987114849_793e2b192c.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3673/8987114849_793e2b192c_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3673/8987114849_793e2b192c_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3673/8987114849_793e2b192c_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3673/8987114849_8e8ebef820_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987626482", "title": "1-11-28-ANTIQUITES_Tome_Premier-016", "tags": {"architecture": "tag_id_2", "amazing": "tag_id_4", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/3680/8987626482_95d22799d9_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3680/8987626482_95d22799d9.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3680/8987626482_95d22799d9_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3680/8987626482_95d22799d9_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3680/8987626482_95d22799d9_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3680/8987626482_57784ac57c_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988276656", "title": "1-20-46-HISTOIRE_Naturelle_Tome_Deuxieme-025", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/8550/8988276656_b63da23125_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8550/8988276656_b63da23125.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8550/8988276656_b63da23125_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8550/8988276656_b63da23125_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8550/8988276656_b63da23125_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8550/8988276656_a28408321c_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987146241", "title": "1-21-52-HISTOIRE_Naturelle_Tome_Deuxieme_bis-028", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/7344/8987146241_ecf9a69a5f_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7344/8987146241_ecf9a69a5f.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7344/8987146241_ecf9a69a5f_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7344/8987146241_ecf9a69a5f_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7344/8987146241_ecf9a69a5f_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7344/8987146241_79c0741089_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988077980", "title": "1-17-55-ETAT_MODERNE_Tome_Premier-030-combined", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/7334/8988077980_071604ae93_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/7334/8988077980_071604ae93.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/7334/8988077980_071604ae93_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/7334/8988077980_071604ae93_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/7334/8988077980_071604ae93_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/7334/8988077980_e9622c76d6_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987168551", "title": "1-21-90-HISTOIRE_Naturelle_Tome_Deuxieme_bis-047", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/8406/8987168551_1f89f9b0a8_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/8406/8987168551_1f89f9b0a8.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/8406/8987168551_1f89f9b0a8_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/8406/8987168551_1f89f9b0a8_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/8406/8987168551_1f89f9b0a8_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/8406/8987168551_4a0df6c3b0_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987803338", "title": "1-13-86-ANTIQUITES_Tome_Troisieme-045", "tags": {"architecture": "tag_id_2", "photo": "tag_id_3", "relief": "tag_id_6"}, "sizes": [{"url": "https://live.staticflickr.com/5457/8987803338_a6b8019775_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5457/8987803338_a6b8019775.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5457/8987803338_a6b8019775_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5457/8987803338_a6b8019775_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5457/8987803338_a6b8019775_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5457/8987803338_b607dff0ee_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988028794", "title": "1-17-118-ETAT_MODERNE_Tome_Premier-061", "tags": {"people": "tag_id_1", "plants": "tag_id_14", "landscape": "tag_id_8", "photo": "tag_id_3", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/7362/8988028794_aa0c5c01c2_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7362/8988028794_aa0c5c01c2.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7362/8988028794_aa0c5c01c2_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7362/8988028794_aa0c5c01c2_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7362/8988028794_aa0c5c01c2_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7362/8988028794_5c157cb74c_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987916354", "title": "1-15-180-ANTIQUITES_Tome_Cinquieme-092", "tags": {"artifacts": "tag_id_15", "curio": "tag_id_22"}, "sizes": [{"url": "https://live.staticflickr.com/5345/8987916354_2902cc04a7_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5345/8987916354_2902cc04a7.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5345/8987916354_2902cc04a7_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5345/8987916354_2902cc04a7_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5345/8987916354_2902cc04a7_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5345/8987916354_1d6aab2e57_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987805200", "title": "1-13-90-ANTIQUITES_Tome_Troisieme-047", "tags": {"people": "tag_id_1", "plants": "tag_id_14", "landscape": "tag_id_8", "photo": "tag_id_3", "ruins": "tag_id_9", "statuary": "tag_id_5"}, "sizes": [{"url": "https://live.staticflickr.com/7371/8987805200_24541b6059_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7371/8987805200_24541b6059.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7371/8987805200_24541b6059_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7371/8987805200_24541b6059_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7371/8987805200_24541b6059_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7371/8987805200_b540ee4ce1_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987106643", "title": "1-21-114-HISTOIRE_Naturelle_Tome_Deuxieme_bis-059", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/2814/8987106643_433422e825_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/2814/8987106643_433422e825.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/2814/8987106643_433422e825_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/2814/8987106643_433422e825_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/2814/8987106643_433422e825_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/2814/8987106643_c4e9632d0a_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986924483", "title": "1-18-14-ETAT_Moderne_Tome_Deuxieme-009", "tags": {"architecture": "tag_id_2", "photo": "tag_id_3", "ruins": "tag_id_9"}, "sizes": [{"url": "https://live.staticflickr.com/8264/8986924483_b48e194366_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/8264/8986924483_b48e194366.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/8264/8986924483_b48e194366_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/8264/8986924483_b48e194366_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/8264/8986924483_b48e194366_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/8264/8986924483_147fb9d401_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987988048", "title": "1-16-41-ATLAS_Geographiqe-023-combined", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/3741/8987988048_95e96afe40_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/3741/8987988048_95e96afe40.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/3741/8987988048_95e96afe40_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/3741/8987988048_95e96afe40_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/3741/8987988048_95e96afe40_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/3741/8987988048_be5b75d9ce_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986522589", "title": "1-12-42-ANTIQUITES_Tome_Deuxieme-023", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "landscape": "tag_id_8", "photo": "tag_id_3", "amazing": "tag_id_4", "ruins": "tag_id_9", "statuary": "tag_id_5"}, "sizes": [{"url": "https://live.staticflickr.com/2807/8986522589_fd13ed3f0e_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/2807/8986522589_fd13ed3f0e.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/2807/8986522589_fd13ed3f0e_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/2807/8986522589_fd13ed3f0e_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/2807/8986522589_fd13ed3f0e_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/2807/8986522589_45c002628a_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988309044", "title": "1-21-120-HISTOIRE_Naturelle_Tome_Deuxieme_bis-062", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/8268/8988309044_2eebe08af5_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/8268/8988309044_2eebe08af5.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/8268/8988309044_2eebe08af5_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/8268/8988309044_2eebe08af5_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/8268/8988309044_2eebe08af5_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/8268/8988309044_e9bc56eacd_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988223112", "title": "1-20-102-HISTOIRE_Naturelle_Tome_Deuxieme-053", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/7452/8988223112_188657ae52_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7452/8988223112_188657ae52.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7452/8988223112_188657ae52_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7452/8988223112_188657ae52_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7452/8988223112_188657ae52_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7452/8988223112_baa05c646e_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987637766", "title": "1-11-52-ANTIQUITES_Tome_Premier-028", "tags": {"architecture": "tag_id_2"}, "sizes": [{"url": "https://live.staticflickr.com/8269/8987637766_3c3ba78ca2_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8269/8987637766_3c3ba78ca2.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8269/8987637766_3c3ba78ca2_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8269/8987637766_3c3ba78ca2_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8269/8987637766_3c3ba78ca2_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8269/8987637766_12f311cd40_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988271856", "title": "1-20-32-HISTOIRE_Naturelle_Tome_Deuxieme-018", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/5446/8988271856_4e138bb339_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5446/8988271856_4e138bb339.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5446/8988271856_4e138bb339_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5446/8988271856_4e138bb339_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5446/8988271856_4e138bb339_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5446/8988271856_3ae667f73a_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987840330", "title": "1-14-24-ANTIQUITES_Tome_Quatrieme-014", "tags": {"architecture": "tag_id_2"}, "sizes": [{"url": "https://live.staticflickr.com/8275/8987840330_7eee3a6792_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/8275/8987840330_7eee3a6792.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/8275/8987840330_7eee3a6792_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/8275/8987840330_7eee3a6792_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/8275/8987840330_7eee3a6792_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/8275/8987840330_034b5e5880_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986709297", "title": "1-15-15-ANTIQUITES_Tome_Cinquieme-010-combined", "tags": {"plants": "tag_id_14", "landscape": "tag_id_8", "photo": "tag_id_3", "amazing": "tag_id_4", "pyramids": "tag_id_20"}, "sizes": [{"url": "https://live.staticflickr.com/7311/8986709297_aa19f35d0a_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/7311/8986709297_aa19f35d0a.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/7311/8986709297_aa19f35d0a_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/7311/8986709297_aa19f35d0a_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/7311/8986709297_aa19f35d0a_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/7311/8986709297_d2b62b6d7f_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988019528", "title": "1-16-99-ATLAS_Geographiqe-052-combined", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/3673/8988019528_bb5c22d339_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/3673/8988019528_bb5c22d339.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/3673/8988019528_bb5c22d339_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/3673/8988019528_bb5c22d339_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/3673/8988019528_bb5c22d339_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/3673/8988019528_021efc3f1c_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988118350", "title": "1-18-138-ETAT_Moderne_Tome_Deuxieme-071", "tags": {"artifacts": "tag_id_15", "curio": "tag_id_22"}, "sizes": [{"url": "https://live.staticflickr.com/2888/8988118350_20b676ddd8_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2888/8988118350_20b676ddd8.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2888/8988118350_20b676ddd8_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2888/8988118350_20b676ddd8_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2888/8988118350_20b676ddd8_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2888/8988118350_3c1497b1fe_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986712729", "title": "1-15-166-ANTIQUITES_Tome_Cinquieme-085", "tags": {"people": "tag_id_1", "statuary": "tag_id_5", "artifacts": "tag_id_15"}, "sizes": [{"url": "https://live.staticflickr.com/3779/8986712729_03b36bf6a5_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3779/8986712729_03b36bf6a5.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3779/8986712729_03b36bf6a5_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3779/8986712729_03b36bf6a5_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3779/8986712729_03b36bf6a5_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3779/8986712729_f35da32aa7_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987740530", "title": "1-12-7-ANTIQUITES_Tome_Deuxieme-006-combined", "tags": {"people": "tag_id_1", "architecture": "tag_id_2", "landscape": "tag_id_8", "photo": "tag_id_3", "ruins": "tag_id_9"}, "sizes": [{"url": "https://live.staticflickr.com/2886/8987740530_382d3694ee_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/2886/8987740530_382d3694ee.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/2886/8987740530_382d3694ee_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/2886/8987740530_382d3694ee_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/2886/8987740530_382d3694ee_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/2886/8987740530_03156b19da_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987602908", "title": "1-11-164-ANTIQUITES_Tome_Premier-084", "tags": {"architecture": "tag_id_2", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/2843/8987602908_97af1b80c5_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2843/8987602908_97af1b80c5.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2843/8987602908_97af1b80c5_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2843/8987602908_97af1b80c5_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2843/8987602908_97af1b80c5_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2843/8987602908_5553c4c268_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986545419", "title": "1-12-86-ANTIQUITES_Tome_Deuxieme-045", "tags": {"architecture": "tag_id_2"}, "sizes": [{"url": "https://live.staticflickr.com/5340/8986545419_71398c4ac8_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5340/8986545419_71398c4ac8.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5340/8986545419_71398c4ac8_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5340/8986545419_71398c4ac8_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5340/8986545419_71398c4ac8_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5340/8986545419_647e240f3a_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986440369", "title": "1-11-54-ANTIQUITES_Tome_Premier-029", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "relief": "tag_id_6", "gods": "tag_id_7"}, "sizes": [{"url": "https://live.staticflickr.com/5456/8986440369_de99e60223_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5456/8986440369_de99e60223.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5456/8986440369_de99e60223_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5456/8986440369_de99e60223_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5456/8986440369_de99e60223_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5456/8986440369_420c8eee07_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988112288", "title": "1-18-124-ETAT_Moderne_Tome_Deuxieme-064", "tags": {"people": "tag_id_1", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/8542/8988112288_eb2f08e585_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8542/8988112288_eb2f08e585.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8542/8988112288_eb2f08e585_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8542/8988112288_eb2f08e585_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8542/8988112288_eb2f08e585_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8542/8988112288_4929f5016a_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986599049", "title": "1-13-71-ANTIQUITES_Tome_Troisieme-038-combined", "tags": {"architecture": "tag_id_2", "ruins": "tag_id_9", "relief": "tag_id_6"}, "sizes": [{"url": "https://live.staticflickr.com/2843/8986599049_ae868d86a2_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/2843/8986599049_ae868d86a2.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/2843/8986599049_ae868d86a2_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/2843/8986599049_ae868d86a2_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/2843/8986599049_ae868d86a2_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/2843/8986599049_458a1d6411_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986711181", "title": "1-15-162-ANTIQUITES_Tome_Cinquieme-083", "tags": {"people": "tag_id_1", "ruins": "tag_id_9", "statuary": "tag_id_5"}, "sizes": [{"url": "https://live.staticflickr.com/3671/8986711181_a09b4c64d5_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3671/8986711181_a09b4c64d5.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3671/8986711181_a09b4c64d5_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3671/8986711181_a09b4c64d5_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3671/8986711181_a09b4c64d5_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3671/8986711181_be59c62b81_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986534167", "title": "1-12-66-ANTIQUITES_Tome_Deuxieme-035", "tags": {"people": "tag_id_1", "amazing": "tag_id_4", "ruins": "tag_id_9", "technology": "tag_id_19", "relief": "tag_id_6", "statuary": "tag_id_5"}, "sizes": [{"url": "https://live.staticflickr.com/3750/8986534167_deb8ec8693_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3750/8986534167_deb8ec8693.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3750/8986534167_deb8ec8693_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3750/8986534167_deb8ec8693_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3750/8986534167_deb8ec8693_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3750/8986534167_4bc674eeb3_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987620802", "title": "1-11-200-ANTIQUITES_Tome_Premier-102", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "amazing": "tag_id_4", "relief": "tag_id_6", "gods": "tag_id_7"}, "sizes": [{"url": "https://live.staticflickr.com/7450/8987620802_a4f76f4230_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7450/8987620802_a4f76f4230.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7450/8987620802_a4f76f4230_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7450/8987620802_a4f76f4230_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7450/8987620802_a4f76f4230_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7450/8987620802_f93b30d295_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988012842", "title": "1-16-85-ATLAS_Geographiqe-045-combined", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/3737/8988012842_9c98d0e64f_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/3737/8988012842_9c98d0e64f.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/3737/8988012842_9c98d0e64f_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/3737/8988012842_9c98d0e64f_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/3737/8988012842_9c98d0e64f_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/3737/8988012842_6f13ed2361_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988339132", "title": "1-21-42-HISTOIRE_Naturelle_Tome_Deuxieme_bis-023", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/2837/8988339132_2bb4d4e110_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/2837/8988339132_2bb4d4e110.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/2837/8988339132_2bb4d4e110_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/2837/8988339132_2bb4d4e110_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/2837/8988339132_2bb4d4e110_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/2837/8988339132_c2d83aa65a_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986425385", "title": "1-11-21-ANTIQUITES_Tome_Premier-013-combined", "tags": {"architecture": "tag_id_2"}, "sizes": [{"url": "https://live.staticflickr.com/7306/8986425385_e7dcd267a6_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/7306/8986425385_e7dcd267a6.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/7306/8986425385_e7dcd267a6_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/7306/8986425385_e7dcd267a6_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/7306/8986425385_e7dcd267a6_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/7306/8986425385_18f3f5c15f_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987814364", "title": "1-14-106-ANTIQUITES_Tome_Quatrieme-055", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "landscape": "tag_id_8", "photo": "tag_id_3", "ruins": "tag_id_9"}, "sizes": [{"url": "https://live.staticflickr.com/3768/8987814364_fd73be715d_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3768/8987814364_fd73be715d.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3768/8987814364_fd73be715d_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3768/8987814364_fd73be715d_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3768/8987814364_fd73be715d_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3768/8987814364_c601812a60_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986936037", "title": "1-18-176-ETAT_Moderne_Tome_Deuxieme-090", "tags": {"artifacts": "tag_id_15", "curio": "tag_id_22"}, "sizes": [{"url": "https://live.staticflickr.com/3676/8986936037_5399c12766_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3676/8986936037_5399c12766.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3676/8986936037_5399c12766_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3676/8986936037_5399c12766_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3676/8986936037_5399c12766_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3676/8986936037_2d68789104_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988236126", "title": "1-20-136-HISTOIRE_Naturelle_Tome_Deuxieme-070", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/5323/8988236126_393d905ea0_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5323/8988236126_393d905ea0.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5323/8988236126_393d905ea0_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5323/8988236126_393d905ea0_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5323/8988236126_393d905ea0_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5323/8988236126_a0f0c5eb33_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986788753", "title": "1-16-39-ATLAS_Geographiqe-022-combined", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/3755/8986788753_9290fa5cb9_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/3755/8986788753_9290fa5cb9.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/3755/8986788753_9290fa5cb9_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/3755/8986788753_9290fa5cb9_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/3755/8986788753_9290fa5cb9_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/3755/8986788753_4f084c603c_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987682452", "title": "1-12-140-ANTIQUITES_Tome_Deuxieme-072-combined", "tags": {"writing": "tag_id_18"}, "sizes": [{"url": "https://live.staticflickr.com/3774/8987682452_24e6aa120e_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/3774/8987682452_24e6aa120e.jpg", "width": "500", "height": "336"}, {"url": "https://live.staticflickr.com/3774/8987682452_24e6aa120e_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/3774/8987682452_24e6aa120e_c.jpg", "width": "800", "height": "538"}, {"url": "https://live.staticflickr.com/3774/8987682452_24e6aa120e_b.jpg", "width": "1024", "height": "689"}, {"url": "https://live.staticflickr.com/3774/8987682452_85626d3ec7_o.jpg", "width": "1992", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986544673", "title": "1-12-84-ANTIQUITES_Tome_Deuxieme-044", "tags": {"architecture": "tag_id_2", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/5340/8986544673_e8b0cd8683_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5340/8986544673_e8b0cd8683.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5340/8986544673_e8b0cd8683_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5340/8986544673_e8b0cd8683_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5340/8986544673_e8b0cd8683_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5340/8986544673_0523abf8ec_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986410241", "title": "1-11-176-ANTIQUITES_Tome_Premier-090", "tags": {"people": "tag_id_1", "architecture": "tag_id_2", "amazing": "tag_id_4", "relief": "tag_id_6"}, "sizes": [{"url": "https://live.staticflickr.com/7355/8986410241_eedede3825_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7355/8986410241_eedede3825.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7355/8986410241_eedede3825_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7355/8986410241_eedede3825_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7355/8986410241_eedede3825_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7355/8986410241_736a5f2e15_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987724572", "title": "1-12-49-ANTIQUITES_Tome_Deuxieme-027-combined", "tags": {"people": "tag_id_1", "plants": "tag_id_14", "architecture": "tag_id_2", "landscape": "tag_id_8", "ruins": "tag_id_9"}, "sizes": [{"url": "https://live.staticflickr.com/2817/8987724572_a353903a94_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/2817/8987724572_a353903a94.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/2817/8987724572_a353903a94_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/2817/8987724572_a353903a94_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/2817/8987724572_a353903a94_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/2817/8987724572_778d9d259e_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986510667", "title": "1-12-22-ANTIQUITES_Tome_Deuxieme-013-combined", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "relief": "tag_id_6"}, "sizes": [{"url": "https://live.staticflickr.com/3788/8986510667_928a55fb69_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/3788/8986510667_928a55fb69.jpg", "width": "500", "height": "336"}, {"url": "https://live.staticflickr.com/3788/8986510667_928a55fb69_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/3788/8986510667_928a55fb69_c.jpg", "width": "800", "height": "538"}, {"url": "https://live.staticflickr.com/3788/8986510667_928a55fb69_b.jpg", "width": "1024", "height": "689"}, {"url": "https://live.staticflickr.com/3788/8986510667_84d64450aa_o.jpg", "width": "1992", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986998741", "title": "1-19-42-HISTOIRE_Naturelle_Tome_Premiem-023", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/5465/8986998741_68d6cc0283_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5465/8986998741_68d6cc0283.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5465/8986998741_68d6cc0283_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5465/8986998741_68d6cc0283_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5465/8986998741_68d6cc0283_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5465/8986998741_9f9c1a4790_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986716159", "title": "1-15-176-ANTIQUITES_Tome_Cinquieme-090", "tags": {"animals": "tag_id_10", "technology": "tag_id_19", "statuary": "tag_id_5"}, "sizes": [{"url": "https://live.staticflickr.com/8273/8986716159_54d4e76b89_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8273/8986716159_54d4e76b89.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8273/8986716159_54d4e76b89_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8273/8986716159_54d4e76b89_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8273/8986716159_54d4e76b89_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8273/8986716159_6b18c0a355_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987006873", "title": "1-19-62-HISTOIRE_Naturelle_Tome_Premiem-033", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/3771/8987006873_15c24ab711_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3771/8987006873_15c24ab711.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3771/8987006873_15c24ab711_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3771/8987006873_15c24ab711_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3771/8987006873_15c24ab711_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3771/8987006873_abeaf343e2_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987089443", "title": "1-20-80-HISTOIRE_Naturelle_Tome_Deuxieme-042", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/7406/8987089443_5553201093_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7406/8987089443_5553201093.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7406/8987089443_5553201093_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7406/8987089443_5553201093_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7406/8987089443_5553201093_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7406/8987089443_7fa3e64504_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988273742", "title": "1-20-38-HISTOIRE_Naturelle_Tome_Deuxieme-021", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/3766/8988273742_aa01cc0769_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3766/8988273742_aa01cc0769.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3766/8988273742_aa01cc0769_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3766/8988273742_aa01cc0769_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3766/8988273742_aa01cc0769_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3766/8988273742_de4e6e9ea1_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987833154", "title": "1-14-144-ANTIQUITES_Tome_Quatrieme-074", "tags": {"architecture": "tag_id_2", "relief": "tag_id_6", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/3796/8987833154_06e6eaaf1f_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3796/8987833154_06e6eaaf1f.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3796/8987833154_06e6eaaf1f_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3796/8987833154_06e6eaaf1f_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3796/8987833154_06e6eaaf1f_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3796/8987833154_5c4e172949_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986497047", "title": "1-12-162-ANTIQUITES_Tome_Deuxieme-083", "tags": {"people": "tag_id_1", "photo": "tag_id_3", "statuary": "tag_id_5", "hieroglyphics": "tag_id_13"}, "sizes": [{"url": "https://live.staticflickr.com/2816/8986497047_4810223bd4_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2816/8986497047_4810223bd4.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2816/8986497047_4810223bd4_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2816/8986497047_4810223bd4_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2816/8986497047_4810223bd4_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2816/8986497047_e79d4e1894_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987931776", "title": "1-15-28-ANTIQUITES_Tome_Cinquieme-016", "tags": {"people": "tag_id_1", "photo": "tag_id_3", "amazing": "tag_id_4", "pyramids": "tag_id_20"}, "sizes": [{"url": "https://live.staticflickr.com/7288/8987931776_5953d10866_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7288/8987931776_5953d10866.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7288/8987931776_5953d10866_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7288/8987931776_5953d10866_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7288/8987931776_5953d10866_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7288/8987931776_b962576355_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988145748", "title": "1-18-38-ETAT_Moderne_Tome_Deuxieme-021", "tags": {"architecture": "tag_id_2", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/8545/8988145748_8b1e4633ba_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/8545/8988145748_8b1e4633ba.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/8545/8988145748_8b1e4633ba_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/8545/8988145748_8b1e4633ba_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/8545/8988145748_8b1e4633ba_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/8545/8988145748_64817f164f_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986465497", "title": "1-12-108-ANTIQUITES_Tome_Deuxieme-056", "tags": {"animals": "tag_id_10", "mummy": "tag_id_17"}, "sizes": [{"url": "https://live.staticflickr.com/3819/8986465497_ea481023ff_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3819/8986465497_ea481023ff.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3819/8986465497_ea481023ff_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3819/8986465497_ea481023ff_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3819/8986465497_ea481023ff_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3819/8986465497_7752ba1104_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987068365", "title": "1-20-24-HISTOIRE_Naturelle_Tome_Deuxieme-014", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/8420/8987068365_160028817c_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8420/8987068365_160028817c.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8420/8987068365_160028817c_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8420/8987068365_160028817c_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8420/8987068365_160028817c_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8420/8987068365_bb8b299077_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987830078", "title": "1-14-136-ANTIQUITES_Tome_Quatrieme-070", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "architecture": "tag_id_2", "relief": "tag_id_6"}, "sizes": [{"url": "https://live.staticflickr.com/8269/8987830078_c43fc480b7_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8269/8987830078_c43fc480b7.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8269/8987830078_c43fc480b7_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8269/8987830078_c43fc480b7_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8269/8987830078_c43fc480b7_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8269/8987830078_e649c1638b_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987041283", "title": "1-20-14-HISTOIRE_Naturelle_Tome_Deuxieme-009", "tags": {"animals": "tag_id_10", "amazing": "tag_id_4"}, "sizes": [{"url": "https://live.staticflickr.com/7307/8987041283_232971bfe9_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7307/8987041283_232971bfe9.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7307/8987041283_232971bfe9_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7307/8987041283_232971bfe9_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7307/8987041283_232971bfe9_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7307/8987041283_30c976e8ba_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987721352", "title": "1-12-44-ANTIQUITES_Tome_Deuxieme-024", "tags": {"people": "tag_id_1", "relief": "tag_id_6", "statuary": "tag_id_5"}, "sizes": [{"url": "https://live.staticflickr.com/2813/8987721352_3dceda6f6a_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/2813/8987721352_3dceda6f6a.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/2813/8987721352_3dceda6f6a_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/2813/8987721352_3dceda6f6a_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/2813/8987721352_3dceda6f6a_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/2813/8987721352_832c6a6cfc_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987050171", "title": "1-20-172-HISTOIRE_Naturelle_Tome_Deuxieme-088", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/2830/8987050171_584d45211f_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2830/8987050171_584d45211f.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2830/8987050171_584d45211f_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2830/8987050171_584d45211f_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2830/8987050171_584d45211f_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2830/8987050171_3c98e34e83_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987805974", "title": "1-13-92-ANTIQUITES_Tome_Troisieme-048", "tags": {"people": "tag_id_1", "photo": "tag_id_3", "ruins": "tag_id_9", "statuary": "tag_id_5"}, "sizes": [{"url": "https://live.staticflickr.com/3720/8987805974_31a8d48423_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3720/8987805974_31a8d48423.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3720/8987805974_31a8d48423_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3720/8987805974_31a8d48423_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3720/8987805974_31a8d48423_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3720/8987805974_8c80888b6f_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988161300", "title": "1-18-70-ETAT_Moderne_Tome_Deuxieme-037", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "photo": "tag_id_3", "technology": "tag_id_19"}, "sizes": [{"url": "https://live.staticflickr.com/5461/8988161300_f1581516d6_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5461/8988161300_f1581516d6.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5461/8988161300_f1581516d6_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5461/8988161300_f1581516d6_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5461/8988161300_f1581516d6_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5461/8988161300_a588e06f85_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986902529", "title": "1-18-106-ETAT_Moderne_Tome_Deuxieme-055", "tags": {"technology": "tag_id_19", "artifacts": "tag_id_15"}, "sizes": [{"url": "https://live.staticflickr.com/7306/8986902529_05dec8a454_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7306/8986902529_05dec8a454.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7306/8986902529_05dec8a454_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7306/8986902529_05dec8a454_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7306/8986902529_05dec8a454_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7306/8986902529_8e16b375bc_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987037089", "title": "1-20-138-HISTOIRE_Naturelle_Tome_Deuxieme-071", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/3826/8987037089_27f304dd7a_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3826/8987037089_27f304dd7a.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3826/8987037089_27f304dd7a_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3826/8987037089_27f304dd7a_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3826/8987037089_27f304dd7a_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3826/8987037089_5fbbc1039a_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986816955", "title": "1-16-91-ATLAS_Geographiqe-048-combined", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/5345/8986816955_1d4bc2b144_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/5345/8986816955_1d4bc2b144.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/5345/8986816955_1d4bc2b144_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/5345/8986816955_1d4bc2b144_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/5345/8986816955_1d4bc2b144_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/5345/8986816955_c3a252f9b3_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987996260", "title": "1-16-57-ATLAS_Geographiqe-031-combined", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/2890/8987996260_d80cd240f3_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/2890/8987996260_d80cd240f3.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/2890/8987996260_d80cd240f3_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/2890/8987996260_d80cd240f3_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/2890/8987996260_d80cd240f3_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/2890/8987996260_7c0e1c25fc_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986898135", "title": "1-17-96-ETAT_MODERNE_Tome_Premier-050", "tags": {"people": "tag_id_1", "architecture": "tag_id_2", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/8544/8986898135_fd880718b9_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/8544/8986898135_fd880718b9.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/8544/8986898135_fd880718b9_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/8544/8986898135_fd880718b9_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/8544/8986898135_fd880718b9_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/8544/8986898135_277e035e7b_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988182250", "title": "1-19-118-HISTOIRE_Naturelle_Tome_Premiem-061", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/7372/8988182250_b4d3b93163_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7372/8988182250_b4d3b93163.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7372/8988182250_b4d3b93163_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7372/8988182250_b4d3b93163_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7372/8988182250_b4d3b93163_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7372/8988182250_31e2bafc23_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987071607", "title": "1-20-30-HISTOIRE_Naturelle_Tome_Deuxieme-017", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/8114/8987071607_f215d2d743_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8114/8987071607_f215d2d743.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8114/8987071607_f215d2d743_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8114/8987071607_f215d2d743_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8114/8987071607_f215d2d743_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8114/8987071607_2d07de87e9_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986890521", "title": "1-17-82-ETAT_MODERNE_Tome_Premier-043", "tags": {"people": "tag_id_1", "plants": "tag_id_14", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/5470/8986890521_37a92eece4_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5470/8986890521_37a92eece4.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5470/8986890521_37a92eece4_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5470/8986890521_37a92eece4_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5470/8986890521_37a92eece4_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5470/8986890521_d24f287fd7_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986986291", "title": "1-19-14-HISTOIRE_Naturelle_Tome_Premiem-009", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/2867/8986986291_c7c09ce203_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2867/8986986291_c7c09ce203.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2867/8986986291_c7c09ce203_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2867/8986986291_c7c09ce203_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2867/8986986291_c7c09ce203_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2867/8986986291_575b007886_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987107733", "title": "1-21-116-HISTOIRE_Naturelle_Tome_Deuxieme_bis-060", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/7352/8987107733_8870d2fab1_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7352/8987107733_8870d2fab1.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7352/8987107733_8870d2fab1_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7352/8987107733_8870d2fab1_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7352/8987107733_8870d2fab1_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7352/8987107733_23f8663cd5_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987085293", "title": "1-20-6-HISTOIRE_Naturelle_Tome_Deuxieme-005", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/3819/8987085293_8b21ab9097_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3819/8987085293_8b21ab9097.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3819/8987085293_8b21ab9097_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3819/8987085293_8b21ab9097_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3819/8987085293_8b21ab9097_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3819/8987085293_a67a7a52d0_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987662380", "title": "1-12-104-ANTIQUITES_Tome_Deuxieme-054", "tags": {"animals": "tag_id_10", "mummy": "tag_id_17"}, "sizes": [{"url": "https://live.staticflickr.com/7353/8987662380_e5e698834a_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7353/8987662380_e5e698834a.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7353/8987662380_e5e698834a_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7353/8987662380_e5e698834a_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7353/8987662380_e5e698834a_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7353/8987662380_1392cefe1b_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987953722", "title": "1-15-76-ANTIQUITES_Tome_Cinquieme-040", "tags": {"architecture": "tag_id_2", "amazing": "tag_id_4", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/2831/8987953722_cf0528858b_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2831/8987953722_cf0528858b.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2831/8987953722_cf0528858b_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2831/8987953722_cf0528858b_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2831/8987953722_cf0528858b_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2831/8987953722_ed0fda8a7a_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986888223", "title": "1-17-76-ETAT_MODERNE_Tome_Premier-040", "tags": {"architecture": "tag_id_2"}, "sizes": [{"url": "https://live.staticflickr.com/8407/8986888223_d33762db8d_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8407/8986888223_d33762db8d.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8407/8986888223_d33762db8d_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8407/8986888223_d33762db8d_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8407/8986888223_d33762db8d_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8407/8986888223_ffbff31769_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988272516", "title": "1-20-34-HISTOIRE_Naturelle_Tome_Deuxieme-019", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/7377/8988272516_f1f70c3c9d_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7377/8988272516_f1f70c3c9d.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7377/8988272516_f1f70c3c9d_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7377/8988272516_f1f70c3c9d_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7377/8988272516_f1f70c3c9d_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7377/8988272516_2244a29df5_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988067052", "title": "1-17-35-ETAT_MODERNE_Tome_Premier-020-combined", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/5468/8988067052_9c50ea588d_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/5468/8988067052_9c50ea588d.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/5468/8988067052_9c50ea588d_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/5468/8988067052_9c50ea588d_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/5468/8988067052_9c50ea588d_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/5468/8988067052_fa82cc1c76_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988068782", "title": "1-17-40-ETAT_MODERNE_Tome_Premier-022", "tags": {"plants": "tag_id_14", "landscape": "tag_id_8", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/3684/8988068782_81c18b1b91_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3684/8988068782_81c18b1b91.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3684/8988068782_81c18b1b91_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3684/8988068782_81c18b1b91_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3684/8988068782_81c18b1b91_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3684/8988068782_7e81d28417_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988079408", "title": "1-17-60-ETAT_MODERNE_Tome_Premier-032", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "architecture": "tag_id_2", "ruins": "tag_id_9"}, "sizes": [{"url": "https://live.staticflickr.com/7311/8988079408_833928cebc_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7311/8988079408_833928cebc.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7311/8988079408_833928cebc_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7311/8988079408_833928cebc_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7311/8988079408_833928cebc_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7311/8988079408_4f9ed546b6_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987726748", "title": "1-12-53-ANTIQUITES_Tome_Deuxieme-029-combined", "tags": {"people": "tag_id_1", "plants": "tag_id_14", "animals": "tag_id_10", "architecture": "tag_id_2", "landscape": "tag_id_8", "amazing": "tag_id_4", "ruins": "tag_id_9", "statuary": "tag_id_5"}, "sizes": [{"url": "https://live.staticflickr.com/5350/8987726748_81b504247c_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/5350/8987726748_81b504247c.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/5350/8987726748_81b504247c_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/5350/8987726748_81b504247c_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/5350/8987726748_81b504247c_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/5350/8987726748_2e51f360b5_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986903427", "title": "1-18-108-ETAT_Moderne_Tome_Deuxieme-056", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "landscape": "tag_id_8", "photo": "tag_id_3", "pyramids": "tag_id_20"}, "sizes": [{"url": "https://live.staticflickr.com/5461/8986903427_a46f5d2677_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5461/8986903427_a46f5d2677.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5461/8986903427_a46f5d2677_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5461/8986903427_a46f5d2677_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5461/8986903427_a46f5d2677_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5461/8986903427_19f3fc51cb_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987649982", "title": "1-11-78-ANTIQUITES_Tome_Premier-041", "tags": {"people": "tag_id_1", "architecture": "tag_id_2", "photo": "tag_id_3", "ruins": "tag_id_9"}, "sizes": [{"url": "https://live.staticflickr.com/8411/8987649982_183703ae2b_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/8411/8987649982_183703ae2b.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/8411/8987649982_183703ae2b_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/8411/8987649982_183703ae2b_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/8411/8987649982_183703ae2b_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/8411/8987649982_f0d9f44647_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988058918", "title": "1-17-20-ETAT_MODERNE_Tome_Premier-012", "tags": {"plants": "tag_id_14", "architecture": "tag_id_2", "landscape": "tag_id_8", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/3740/8988058918_c5122dd456_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3740/8988058918_c5122dd456.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3740/8988058918_c5122dd456_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3740/8988058918_c5122dd456_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3740/8988058918_c5122dd456_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3740/8988058918_0a13ec2f68_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987906278", "title": "1-15-158-ANTIQUITES_Tome_Cinquieme-081", "tags": {"people": "tag_id_1", "ruins": "tag_id_9", "statuary": "tag_id_5", "hieroglyphics": "tag_id_13"}, "sizes": [{"url": "https://live.staticflickr.com/7401/8987906278_77cc897298_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7401/8987906278_77cc897298.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7401/8987906278_77cc897298_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7401/8987906278_77cc897298_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7401/8987906278_77cc897298_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7401/8987906278_93829c6d11_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986514619", "title": "1-12-2-ANTIQUITES_Tome_Deuxieme-003", "tags": {}, "sizes": [{"url": "https://live.staticflickr.com/3666/8986514619_d0afc69ede_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3666/8986514619_d0afc69ede.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3666/8986514619_d0afc69ede_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3666/8986514619_d0afc69ede_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3666/8986514619_d0afc69ede_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3666/8986514619_4f1f2d1143_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987050865", "title": "1-20-174-HISTOIRE_Naturelle_Tome_Deuxieme-089", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/7358/8987050865_515258c1c6_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7358/8987050865_515258c1c6.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7358/8987050865_515258c1c6_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7358/8987050865_515258c1c6_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7358/8987050865_515258c1c6_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7358/8987050865_795c1c45c8_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986497823", "title": "1-12-164-ANTIQUITES_Tome_Deuxieme-084", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "photo": "tag_id_3", "statuary": "tag_id_5", "hieroglyphics": "tag_id_13"}, "sizes": [{"url": "https://live.staticflickr.com/2833/8986497823_364268fc6d_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/2833/8986497823_364268fc6d.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/2833/8986497823_364268fc6d_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/2833/8986497823_364268fc6d_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/2833/8986497823_364268fc6d_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/2833/8986497823_c6aa5d5bf1_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987606714", "title": "1-11-170-ANTIQUITES_Tome_Premier-087", "tags": {"plants": "tag_id_14", "animals": "tag_id_10", "relief": "tag_id_6", "gods": "tag_id_7"}, "sizes": [{"url": "https://live.staticflickr.com/3773/8987606714_916b4ba3fc_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3773/8987606714_916b4ba3fc.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3773/8987606714_916b4ba3fc_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3773/8987606714_916b4ba3fc_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3773/8987606714_916b4ba3fc_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3773/8987606714_774e5495d7_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987768144", "title": "1-13-15-ANTIQUITES_Tome_Troisieme-010-combined", "tags": {"architecture": "tag_id_2", "statuary": "tag_id_5"}, "sizes": [{"url": "https://live.staticflickr.com/5344/8987768144_6d134e4b5a_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/5344/8987768144_6d134e4b5a.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/5344/8987768144_6d134e4b5a_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/5344/8987768144_6d134e4b5a_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/5344/8987768144_6d134e4b5a_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/5344/8987768144_b29c01ff4e_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987982938", "title": "1-16-32-ATLAS_Geographiqe-018", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/5445/8987982938_c537fff506_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5445/8987982938_c537fff506.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5445/8987982938_c537fff506_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5445/8987982938_c537fff506_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5445/8987982938_c537fff506_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5445/8987982938_591003eaa8_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987599124", "title": "1-11-154-ANTIQUITES_Tome_Premier-079", "tags": {"architecture": "tag_id_2", "amazing": "tag_id_4", "map": "tag_id_12", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/5322/8987599124_09545a45b3_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5322/8987599124_09545a45b3.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5322/8987599124_09545a45b3_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5322/8987599124_09545a45b3_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5322/8987599124_09545a45b3_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5322/8987599124_3a203f09bc_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987654340", "title": "1-11-88-ANTIQUITES_Tome_Premier-046", "tags": {"map": "tag_id_12", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/5331/8987654340_e71ce75dd1_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5331/8987654340_e71ce75dd1.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5331/8987654340_e71ce75dd1_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5331/8987654340_e71ce75dd1_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5331/8987654340_e71ce75dd1_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5331/8987654340_306f4534b3_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986646027", "title": "1-14-30-ANTIQUITES_Tome_Quatrieme-017", "tags": {"people": "tag_id_1", "relief": "tag_id_6"}, "sizes": [{"url": "https://live.staticflickr.com/5336/8986646027_9eeb5c8c33_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5336/8986646027_9eeb5c8c33.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5336/8986646027_9eeb5c8c33_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5336/8986646027_9eeb5c8c33_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5336/8986646027_9eeb5c8c33_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5336/8986646027_40063f47f8_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986696911", "title": "1-15-130-ANTIQUITES_Tome_Cinquieme-067", "tags": {"writing": "tag_id_18"}, "sizes": [{"url": "https://live.staticflickr.com/2817/8986696911_6792d4a7bc_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2817/8986696911_6792d4a7bc.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2817/8986696911_6792d4a7bc_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2817/8986696911_6792d4a7bc_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2817/8986696911_6792d4a7bc_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2817/8986696911_435da2082c_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986872203", "title": "1-17-46-ETAT_MODERNE_Tome_Premier-025", "tags": {"people": "tag_id_1", "landscape": "tag_id_8", "photo": "tag_id_3", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/8119/8986872203_385d759ecd_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8119/8986872203_385d759ecd.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8119/8986872203_385d759ecd_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8119/8986872203_385d759ecd_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8119/8986872203_385d759ecd_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8119/8986872203_fa34c22c1c_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986964229", "title": "1-18-74-ETAT_Moderne_Tome_Deuxieme-039", "tags": {"people": "tag_id_1", "photo": "tag_id_3", "technology": "tag_id_19", "textiles": "tag_id_21"}, "sizes": [{"url": "https://live.staticflickr.com/7357/8986964229_b5d9c8b8cd_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7357/8986964229_b5d9c8b8cd.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7357/8986964229_b5d9c8b8cd_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7357/8986964229_b5d9c8b8cd_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7357/8986964229_b5d9c8b8cd_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7357/8986964229_5c7599d82f_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987923328", "title": "1-15-192-ANTIQUITES_Tome_Cinquieme-098", "tags": {"statuary": "tag_id_5", "artifacts": "tag_id_15"}, "sizes": [{"url": "https://live.staticflickr.com/3696/8987923328_5f13482228_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3696/8987923328_5f13482228.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3696/8987923328_5f13482228_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3696/8987923328_5f13482228_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3696/8987923328_5f13482228_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3696/8987923328_fa364d9153_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987934664", "title": "1-15-34-ANTIQUITES_Tome_Cinquieme-019", "tags": {"architecture": "tag_id_2", "blueprint": "tag_id_11", "pyramids": "tag_id_20"}, "sizes": [{"url": "https://live.staticflickr.com/3833/8987934664_a6a3bdd8b6_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3833/8987934664_a6a3bdd8b6.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3833/8987934664_a6a3bdd8b6_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3833/8987934664_a6a3bdd8b6_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3833/8987934664_a6a3bdd8b6_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3833/8987934664_131a302c64_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988086860", "title": "1-17-74-ETAT_MODERNE_Tome_Premier-039", "tags": {"architecture": "tag_id_2"}, "sizes": [{"url": "https://live.staticflickr.com/3682/8988086860_77af1ba7c8_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3682/8988086860_77af1ba7c8.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3682/8988086860_77af1ba7c8_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3682/8988086860_77af1ba7c8_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3682/8988086860_77af1ba7c8_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3682/8988086860_23aa6cc3ee_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987675940", "title": "1-12-129-ANTIQUITES_Tome_Deuxieme-067-combined", "tags": {"people": "tag_id_1", "writing": "tag_id_18", "gods": "tag_id_7"}, "sizes": [{"url": "https://live.staticflickr.com/2882/8987675940_685ca37a0a_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/2882/8987675940_685ca37a0a.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/2882/8987675940_685ca37a0a_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/2882/8987675940_685ca37a0a_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/2882/8987675940_685ca37a0a_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/2882/8987675940_b3fbc73273_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988029530", "title": "1-17-120-ETAT_MODERNE_Tome_Premier-062", "tags": {"architecture": "tag_id_2", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/5337/8988029530_d186d72de9_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5337/8988029530_d186d72de9.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5337/8988029530_d186d72de9_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5337/8988029530_d186d72de9_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5337/8988029530_d186d72de9_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5337/8988029530_3b566d4c4d_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986942217", "title": "1-18-2-ETAT_Moderne_Tome_Deuxieme-003", "tags": {}, "sizes": [{"url": "https://live.staticflickr.com/7300/8986942217_054b06e978_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7300/8986942217_054b06e978.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7300/8986942217_054b06e978_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7300/8986942217_054b06e978_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7300/8986942217_054b06e978_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7300/8986942217_84da032314_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987625576", "title": "1-11-26-ANTIQUITES_Tome_Premier-015", "tags": {"architecture": "tag_id_2"}, "sizes": [{"url": "https://live.staticflickr.com/2812/8987625576_8d37b50019_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/2812/8987625576_8d37b50019.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/2812/8987625576_8d37b50019_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/2812/8987625576_8d37b50019_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/2812/8987625576_8d37b50019_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/2812/8987625576_cbb7f4c9b1_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987633254", "title": "1-11-44-ANTIQUITES_Tome_Premier-024", "tags": {"people": "tag_id_1", "architecture": "tag_id_2", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/3723/8987633254_059d61ea7e_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3723/8987633254_059d61ea7e.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3723/8987633254_059d61ea7e_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3723/8987633254_059d61ea7e_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3723/8987633254_059d61ea7e_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3723/8987633254_9607561f1c_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986881699", "title": "1-17-64-ETAT_MODERNE_Tome_Premier-034", "tags": {"architecture": "tag_id_2", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/7306/8986881699_9ce20cfb6e_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7306/8986881699_9ce20cfb6e.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7306/8986881699_9ce20cfb6e_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7306/8986881699_9ce20cfb6e_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7306/8986881699_9ce20cfb6e_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7306/8986881699_8b6d308394_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987035003", "title": "1-20-132-HISTOIRE_Naturelle_Tome_Deuxieme-068", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/8119/8987035003_346f85ab18_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8119/8987035003_346f85ab18.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8119/8987035003_346f85ab18_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8119/8987035003_346f85ab18_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8119/8987035003_346f85ab18_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8119/8987035003_fa8abdf222_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986411779", "title": "1-11-180-ANTIQUITES_Tome_Premier-092", "tags": {"people": "tag_id_1", "plants": "tag_id_14", "animals": "tag_id_10", "architecture": "tag_id_2", "relief": "tag_id_6", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/5464/8986411779_900bc188ce_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5464/8986411779_900bc188ce.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5464/8986411779_900bc188ce_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5464/8986411779_900bc188ce_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5464/8986411779_900bc188ce_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5464/8986411779_3c73afa8a5_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986812689", "title": "1-16-83-ATLAS_Geographiqe-044-combined", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/3781/8986812689_eb7e9a0c6f_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/3781/8986812689_eb7e9a0c6f.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/3781/8986812689_eb7e9a0c6f_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/3781/8986812689_eb7e9a0c6f_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/3781/8986812689_eb7e9a0c6f_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/3781/8986812689_98d923c069_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987897124", "title": "1-15-136-ANTIQUITES_Tome_Cinquieme-070", "tags": {"technology": "tag_id_19"}, "sizes": [{"url": "https://live.staticflickr.com/7376/8987897124_d887c60e73_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7376/8987897124_d887c60e73.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7376/8987897124_d887c60e73_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7376/8987897124_d887c60e73_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7376/8987897124_d887c60e73_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7376/8987897124_edc239aa45_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986919843", "title": "1-18-140-ETAT_Moderne_Tome_Deuxieme-072", "tags": {"artifacts": "tag_id_15"}, "sizes": [{"url": "https://live.staticflickr.com/3726/8986919843_a30203441e_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3726/8986919843_a30203441e.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3726/8986919843_a30203441e_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3726/8986919843_a30203441e_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3726/8986919843_a30203441e_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3726/8986919843_79029cd7e0_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988301648", "title": "1-21-108-HISTOIRE_Naturelle_Tome_Deuxieme_bis-056", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/3806/8988301648_b262a93f55_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3806/8988301648_b262a93f55.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3806/8988301648_b262a93f55_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3806/8988301648_b262a93f55_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3806/8988301648_b262a93f55_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3806/8988301648_033807af3c_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987692096", "title": "1-12-155-ANTIQUITES_Tome_Deuxieme-080-combined", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/7353/8987692096_b1550e5e36_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/7353/8987692096_b1550e5e36.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/7353/8987692096_b1550e5e36_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/7353/8987692096_b1550e5e36_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/7353/8987692096_b1550e5e36_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/7353/8987692096_8fe887dff5_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988300678", "title": "1-21-106-HISTOIRE_Naturelle_Tome_Deuxieme_bis-055", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/7422/8988300678_7f7ee10127_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7422/8988300678_7f7ee10127.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7422/8988300678_7f7ee10127_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7422/8988300678_7f7ee10127_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7422/8988300678_7f7ee10127_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7422/8988300678_8e94903060_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986403235", "title": "1-11-160-ANTIQUITES_Tome_Premier-082", "tags": {"architecture": "tag_id_2"}, "sizes": [{"url": "https://live.staticflickr.com/5324/8986403235_daf4293998_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5324/8986403235_daf4293998.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5324/8986403235_daf4293998_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5324/8986403235_daf4293998_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5324/8986403235_daf4293998_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5324/8986403235_884ea737fc_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987033693", "title": "1-20-12-HISTOIRE_Naturelle_Tome_Deuxieme-008", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/3693/8987033693_5059f9dd7a_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3693/8987033693_5059f9dd7a.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3693/8987033693_5059f9dd7a_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3693/8987033693_5059f9dd7a_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3693/8987033693_5059f9dd7a_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3693/8987033693_ce25cab882_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986870219", "title": "1-17-42-ETAT_MODERNE_Tome_Premier-023", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/3817/8986870219_897324d84b_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3817/8986870219_897324d84b.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3817/8986870219_897324d84b_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3817/8986870219_897324d84b_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3817/8986870219_897324d84b_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3817/8986870219_c8cb3a6dce_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987009155", "title": "1-19-68-HISTOIRE_Naturelle_Tome_Premiem-036", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/3755/8987009155_377612d99a_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3755/8987009155_377612d99a.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3755/8987009155_377612d99a_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3755/8987009155_377612d99a_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3755/8987009155_377612d99a_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3755/8987009155_754e52d859_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987065683", "title": "1-20-20-HISTOIRE_Naturelle_Tome_Deuxieme-012", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/2840/8987065683_fdd8b7b994_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2840/8987065683_fdd8b7b994.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2840/8987065683_fdd8b7b994_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2840/8987065683_fdd8b7b994_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2840/8987065683_fdd8b7b994_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2840/8987065683_6e6c5fcbf7_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987925406", "title": "1-15-198-ANTIQUITES_Tome_Cinquieme-101", "tags": {"photo": "tag_id_3", "ruins": "tag_id_9", "statuary": "tag_id_5", "artifacts": "tag_id_15"}, "sizes": [{"url": "https://live.staticflickr.com/2877/8987925406_a9f0afcf0a_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2877/8987925406_a9f0afcf0a.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2877/8987925406_a9f0afcf0a_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2877/8987925406_a9f0afcf0a_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2877/8987925406_a9f0afcf0a_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2877/8987925406_1d825dd808_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986525727", "title": "1-12-47-ANTIQUITES_Tome_Deuxieme-026-combined", "tags": {"architecture": "tag_id_2", "landscape": "tag_id_8", "photo": "tag_id_3", "ruins": "tag_id_9"}, "sizes": [{"url": "https://live.staticflickr.com/8129/8986525727_47d6a6e07d_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/8129/8986525727_47d6a6e07d.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/8129/8986525727_47d6a6e07d_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/8129/8986525727_47d6a6e07d_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/8129/8986525727_47d6a6e07d_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/8129/8986525727_56079dc1f4_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988237406", "title": "1-20-140-HISTOIRE_Naturelle_Tome_Deuxieme-072", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/7384/8988237406_d1e7de5d8f_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7384/8988237406_d1e7de5d8f.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7384/8988237406_d1e7de5d8f_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7384/8988237406_d1e7de5d8f_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7384/8988237406_d1e7de5d8f_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7384/8988237406_433da7bde9_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987029251", "title": "1-20-116-HISTOIRE_Naturelle_Tome_Deuxieme-060", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/3717/8987029251_861996f485_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3717/8987029251_861996f485.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3717/8987029251_861996f485_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3717/8987029251_861996f485_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3717/8987029251_861996f485_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3717/8987029251_93f50169be_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987924758", "title": "1-15-196-ANTIQUITES_Tome_Cinquieme-100", "tags": {"textiles": "tag_id_21", "statuary": "tag_id_5", "artifacts": "tag_id_15"}, "sizes": [{"url": "https://live.staticflickr.com/5462/8987924758_05a4ae0754_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5462/8987924758_05a4ae0754.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5462/8987924758_05a4ae0754_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5462/8987924758_05a4ae0754_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5462/8987924758_05a4ae0754_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5462/8987924758_1203aec256_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986705491", "title": "1-15-150-ANTIQUITES_Tome_Cinquieme-077", "tags": {"people": "tag_id_1", "photo": "tag_id_3", "statuary": "tag_id_5"}, "sizes": [{"url": "https://live.staticflickr.com/8405/8986705491_01040ace52_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8405/8986705491_01040ace52.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8405/8986705491_01040ace52_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8405/8986705491_01040ace52_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8405/8986705491_01040ace52_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8405/8986705491_efec84b98a_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987026917", "title": "1-20-110-HISTOIRE_Naturelle_Tome_Deuxieme-057", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/2865/8987026917_1c9bf507d1_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2865/8987026917_1c9bf507d1.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2865/8987026917_1c9bf507d1_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2865/8987026917_1c9bf507d1_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2865/8987026917_1c9bf507d1_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2865/8987026917_223de93313_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987756702", "title": "1-13-118-ANTIQUITES_Tome_Troisieme-061", "tags": {"architecture": "tag_id_2", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/5339/8987756702_b3020d2087_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5339/8987756702_b3020d2087.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5339/8987756702_b3020d2087_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5339/8987756702_b3020d2087_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5339/8987756702_b3020d2087_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5339/8987756702_ebebcc219e_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986402469", "title": "1-11-158-ANTIQUITES_Tome_Premier-081", "tags": {"people": "tag_id_1", "relief": "tag_id_6", "gods": "tag_id_7"}, "sizes": [{"url": "https://live.staticflickr.com/5347/8986402469_09cfa4ef5a_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5347/8986402469_09cfa4ef5a.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5347/8986402469_09cfa4ef5a_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5347/8986402469_09cfa4ef5a_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5347/8986402469_09cfa4ef5a_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5347/8986402469_eb67a3d326_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987828776", "title": "1-14-132-ANTIQUITES_Tome_Quatrieme-068", "tags": {"architecture": "tag_id_2", "landscape": "tag_id_8", "photo": "tag_id_3", "blueprint": "tag_id_11", "designs": "tag_id_16"}, "sizes": [{"url": "https://live.staticflickr.com/7313/8987828776_10327aaa4a_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7313/8987828776_10327aaa4a.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7313/8987828776_10327aaa4a_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7313/8987828776_10327aaa4a_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7313/8987828776_10327aaa4a_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7313/8987828776_14ac5ba224_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988332208", "title": "1-21-2-HISTOIRE_Naturelle_Tome_Deuxieme_bis-003", "tags": {}, "sizes": [{"url": "https://live.staticflickr.com/7453/8988332208_20efaa4e6f_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7453/8988332208_20efaa4e6f.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7453/8988332208_20efaa4e6f_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7453/8988332208_20efaa4e6f_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7453/8988332208_20efaa4e6f_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7453/8988332208_6ce0bfd776_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987859190", "title": "1-14-64-ANTIQUITES_Tome_Quatrieme-034", "tags": {"people": "tag_id_1", "architecture": "tag_id_2", "photo": "tag_id_3", "relief": "tag_id_6"}, "sizes": [{"url": "https://live.staticflickr.com/3797/8987859190_e0ce60bba6_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3797/8987859190_e0ce60bba6.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3797/8987859190_e0ce60bba6_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3797/8987859190_e0ce60bba6_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3797/8987859190_e0ce60bba6_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3797/8987859190_a08a1c9b8b_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987163797", "title": "1-21-82-HISTOIRE_Naturelle_Tome_Deuxieme_bis-043", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/5445/8987163797_1b83b1af7e_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5445/8987163797_1b83b1af7e.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5445/8987163797_1b83b1af7e_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5445/8987163797_1b83b1af7e_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5445/8987163797_1b83b1af7e_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5445/8987163797_f2b8278f49_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986406927", "title": "1-11-16-ANTIQUITES_Tome_Premier-010", "tags": {"architecture": "tag_id_2", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/7419/8986406927_544a3c7479_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7419/8986406927_544a3c7479.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7419/8986406927_544a3c7479_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7419/8986406927_544a3c7479_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7419/8986406927_544a3c7479_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7419/8986406927_e8cdee95ae_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987113885", "title": "1-21-128-HISTOIRE_Naturelle_Tome_Deuxieme_bis-066", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/7433/8987113885_217bf733ce_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7433/8987113885_217bf733ce.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7433/8987113885_217bf733ce_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7433/8987113885_217bf733ce_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7433/8987113885_217bf733ce_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7433/8987113885_25ff1e82de_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988078774", "title": "1-17-58-ETAT_MODERNE_Tome_Premier-031", "tags": {"architecture": "tag_id_2", "photo": "tag_id_3", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/5340/8988078774_49c3ea4a67_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5340/8988078774_49c3ea4a67.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5340/8988078774_49c3ea4a67_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5340/8988078774_49c3ea4a67_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5340/8988078774_49c3ea4a67_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5340/8988078774_234910a4ee_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987973552", "title": "1-16-15-ATLAS_Geographiqe-010-combined", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/5343/8987973552_cf9ea217aa_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/5343/8987973552_cf9ea217aa.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/5343/8987973552_cf9ea217aa_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/5343/8987973552_cf9ea217aa_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/5343/8987973552_cf9ea217aa_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/5343/8987973552_88dee0a26b_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987851928", "title": "1-14-48-ANTIQUITES_Tome_Quatrieme-026", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "relief": "tag_id_6", "gods": "tag_id_7"}, "sizes": [{"url": "https://live.staticflickr.com/3694/8987851928_4a91f30a63_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3694/8987851928_4a91f30a63.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3694/8987851928_4a91f30a63_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3694/8987851928_4a91f30a63_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3694/8987851928_4a91f30a63_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3694/8987851928_931c8bff5a_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986980383", "title": "1-19-112-HISTOIRE_Naturelle_Tome_Premiem-058", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/3764/8986980383_47f763bcc0_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3764/8986980383_47f763bcc0.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3764/8986980383_47f763bcc0_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3764/8986980383_47f763bcc0_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3764/8986980383_47f763bcc0_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3764/8986980383_afc7696a67_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987035735", "title": "1-20-134-HISTOIRE_Naturelle_Tome_Deuxieme-069", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/7353/8987035735_6ef5c40717_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7353/8987035735_6ef5c40717.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7353/8987035735_6ef5c40717_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7353/8987035735_6ef5c40717_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7353/8987035735_6ef5c40717_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7353/8987035735_0e6c79fc5b_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988131394", "title": "1-18-168-ETAT_Moderne_Tome_Deuxieme-086", "tags": {"writing": "tag_id_18"}, "sizes": [{"url": "https://live.staticflickr.com/5329/8988131394_55efe8476e_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5329/8988131394_55efe8476e.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5329/8988131394_55efe8476e_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5329/8988131394_55efe8476e_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5329/8988131394_55efe8476e_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5329/8988131394_1b6fa68be2_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988354496", "title": "1-21-68-HISTOIRE_Naturelle_Tome_Deuxieme_bis-036", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/5447/8988354496_d50fe0a91c_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5447/8988354496_d50fe0a91c.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5447/8988354496_d50fe0a91c_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5447/8988354496_d50fe0a91c_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5447/8988354496_d50fe0a91c_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5447/8988354496_2365017f46_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988085124", "title": "1-17-70-ETAT_MODERNE_Tome_Premier-037", "tags": {"photo": "tag_id_3", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/5442/8988085124_66be49177d_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5442/8988085124_66be49177d.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5442/8988085124_66be49177d_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5442/8988085124_66be49177d_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5442/8988085124_66be49177d_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5442/8988085124_6f1d18ecb5_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986989539", "title": "1-19-22-HISTOIRE_Naturelle_Tome_Premiem-013", "tags": {"animals": "tag_id_10", "amazing": "tag_id_4"}, "sizes": [{"url": "https://live.staticflickr.com/5350/8986989539_0ff868f115_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5350/8986989539_0ff868f115.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5350/8986989539_0ff868f115_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5350/8986989539_0ff868f115_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5350/8986989539_0ff868f115_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5350/8986989539_4318fc0f06_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987028565", "title": "1-20-114-HISTOIRE_Naturelle_Tome_Deuxieme-059", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/7342/8987028565_f20977375c_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7342/8987028565_f20977375c.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7342/8987028565_f20977375c_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7342/8987028565_f20977375c_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7342/8987028565_f20977375c_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7342/8987028565_6490c3c578_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987628718", "title": "1-11-32-ANTIQUITES_Tome_Premier-018", "tags": {"people": "tag_id_1", "relief": "tag_id_6"}, "sizes": [{"url": "https://live.staticflickr.com/5337/8987628718_712afd2b9b_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5337/8987628718_712afd2b9b.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5337/8987628718_712afd2b9b_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5337/8987628718_712afd2b9b_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5337/8987628718_712afd2b9b_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5337/8987628718_809d4696dd_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986958245", "title": "1-18-64-ETAT_Moderne_Tome_Deuxieme-034", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "photo": "tag_id_3", "technology": "tag_id_19", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/3768/8986958245_ba42fa0ff4_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3768/8986958245_ba42fa0ff4.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3768/8986958245_ba42fa0ff4_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3768/8986958245_ba42fa0ff4_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3768/8986958245_ba42fa0ff4_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3768/8986958245_0c0df8fe6f_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987887094", "title": "1-15-116-ANTIQUITES_Tome_Cinquieme-060", "tags": {"writing": "tag_id_18"}, "sizes": [{"url": "https://live.staticflickr.com/8393/8987887094_81ec739d43_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/8393/8987887094_81ec739d43.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/8393/8987887094_81ec739d43_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/8393/8987887094_81ec739d43_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/8393/8987887094_81ec739d43_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/8393/8987887094_0b0c65f990_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987749338", "title": "1-12-9-ANTIQUITES_Tome_Deuxieme-007-combined", "tags": {"architecture": "tag_id_2", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/7307/8987749338_c8c731f3a3_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/7307/8987749338_c8c731f3a3.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/7307/8987749338_c8c731f3a3_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/7307/8987749338_c8c731f3a3_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/7307/8987749338_c8c731f3a3_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/7307/8987749338_f809232262_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986704859", "title": "1-15-148-ANTIQUITES_Tome_Cinquieme-076", "tags": {"people": "tag_id_1", "statuary": "tag_id_5", "hieroglyphics": "tag_id_13"}, "sizes": [{"url": "https://live.staticflickr.com/3814/8986704859_27f272895c_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3814/8986704859_27f272895c.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3814/8986704859_27f272895c_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3814/8986704859_27f272895c_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3814/8986704859_27f272895c_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3814/8986704859_180fb37da2_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988076520", "title": "1-17-54-ETAT_MODERNE_Tome_Premier-029", "tags": {"people": "tag_id_1", "plants": "tag_id_14", "architecture": "tag_id_2", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/2851/8988076520_83e05c418b_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/2851/8988076520_83e05c418b.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/2851/8988076520_83e05c418b_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/2851/8988076520_83e05c418b_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/2851/8988076520_83e05c418b_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/2851/8988076520_e6dac7d533_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987070673", "title": "1-20-2-HISTOIRE_Naturelle_Tome_Deuxieme-003", "tags": {}, "sizes": [{"url": "https://live.staticflickr.com/2842/8987070673_799c876220_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2842/8987070673_799c876220.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2842/8987070673_799c876220_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2842/8987070673_799c876220_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2842/8987070673_799c876220_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2842/8987070673_aef315efb3_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988304928", "title": "1-21-112-HISTOIRE_Naturelle_Tome_Deuxieme_bis-058", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/2815/8988304928_18008436b5_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/2815/8988304928_18008436b5.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/2815/8988304928_18008436b5_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/2815/8988304928_18008436b5_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/2815/8988304928_18008436b5_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/2815/8988304928_cc1c2bf514_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986452985", "title": "1-11-80-ANTIQUITES_Tome_Premier-042", "tags": {"architecture": "tag_id_2", "amazing": "tag_id_4", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/8121/8986452985_409eced7e8_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/8121/8986452985_409eced7e8.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/8121/8986452985_409eced7e8_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/8121/8986452985_409eced7e8_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/8121/8986452985_409eced7e8_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/8121/8986452985_30786fc103_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987104429", "title": "1-21-110-HISTOIRE_Naturelle_Tome_Deuxieme_bis-057", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/7448/8987104429_87e2dc6e8a_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7448/8987104429_87e2dc6e8a.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7448/8987104429_87e2dc6e8a_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7448/8987104429_87e2dc6e8a_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7448/8987104429_87e2dc6e8a_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7448/8987104429_e850cae42a_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988023850", "title": "1-17-108-ETAT_MODERNE_Tome_Premier-056", "tags": {"people": "tag_id_1", "plants": "tag_id_14", "animals": "tag_id_10", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/7370/8988023850_857f20210d_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7370/8988023850_857f20210d.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7370/8988023850_857f20210d_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7370/8988023850_857f20210d_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7370/8988023850_857f20210d_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7370/8988023850_3c7f038f7e_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986582673", "title": "1-13-40-ANTIQUITES_Tome_Troisieme-022", "tags": {"people": "tag_id_1", "landscape": "tag_id_8", "photo": "tag_id_3", "ruins": "tag_id_9"}, "sizes": [{"url": "https://live.staticflickr.com/7438/8986582673_7b26d18640_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7438/8986582673_7b26d18640.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7438/8986582673_7b26d18640_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7438/8986582673_7b26d18640_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7438/8986582673_7b26d18640_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7438/8986582673_a04a88fb2d_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988096654", "title": "1-17-94-ETAT_MODERNE_Tome_Premier-049", "tags": {"people": "tag_id_1", "plants": "tag_id_14", "landscape": "tag_id_8", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/7291/8988096654_7fba3dc14f_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7291/8988096654_7fba3dc14f.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7291/8988096654_7fba3dc14f_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7291/8988096654_7fba3dc14f_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7291/8988096654_7fba3dc14f_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7291/8988096654_54260e49fc_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986443055", "title": "1-11-5-ANTIQUITES_Tome_Premier-005", "tags": {}, "sizes": [{"url": "https://live.staticflickr.com/2817/8986443055_112ecfa8af_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2817/8986443055_112ecfa8af.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2817/8986443055_112ecfa8af_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2817/8986443055_112ecfa8af_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2817/8986443055_112ecfa8af_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2817/8986443055_3ab7448539_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986638733", "title": "1-14-15-ANTIQUITES_Tome_Quatrieme-010-combined", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "architecture": "tag_id_2", "landscape": "tag_id_8", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/5323/8986638733_15a69b64f1_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/5323/8986638733_15a69b64f1.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/5323/8986638733_15a69b64f1_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/5323/8986638733_15a69b64f1_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/5323/8986638733_15a69b64f1_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/5323/8986638733_2d580bef59_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988018472", "title": "1-16-97-ATLAS_Geographiqe-051-combined", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/8402/8988018472_c24b63b2a9_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/8402/8988018472_c24b63b2a9.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/8402/8988018472_c24b63b2a9_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/8402/8988018472_c24b63b2a9_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/8402/8988018472_c24b63b2a9_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/8402/8988018472_ee5cf09235_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987645876", "title": "1-11-68-ANTIQUITES_Tome_Premier-036", "tags": {"architecture": "tag_id_2", "photo": "tag_id_3", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/7333/8987645876_63e6e55279_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7333/8987645876_63e6e55279.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7333/8987645876_63e6e55279_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7333/8987645876_63e6e55279_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7333/8987645876_63e6e55279_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7333/8987645876_7fe4c7e224_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986751669", "title": "1-15-67-ANTIQUITES_Tome_Cinquieme-036-combined", "tags": {"hieroglyphics": "tag_id_13"}, "sizes": [{"url": "https://live.staticflickr.com/8116/8986751669_a569fe8884_n.jpg", "width": "215", "height": "320"}, {"url": "https://live.staticflickr.com/8116/8986751669_a569fe8884.jpg", "width": "337", "height": "500"}, {"url": "https://live.staticflickr.com/8116/8986751669_a569fe8884_z.jpg", "width": "431", "height": "640"}, {"url": "https://live.staticflickr.com/8116/8986751669_a569fe8884_c.jpg", "width": "539", "height": "800"}, {"url": "https://live.staticflickr.com/8116/8986751669_a569fe8884_b.jpg", "width": "689", "height": "1024"}, {"url": "https://live.staticflickr.com/8116/8986751669_b2798dc4a1_o.jpg", "width": "902", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986595561", "title": "1-13-64-ANTIQUITES_Tome_Troisieme-034", "tags": {"photo": "tag_id_3", "amazing": "tag_id_4", "ruins": "tag_id_9", "statuary": "tag_id_5"}, "sizes": [{"url": "https://live.staticflickr.com/8128/8986595561_acf4da24df_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/8128/8986595561_acf4da24df.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/8128/8986595561_acf4da24df_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/8128/8986595561_acf4da24df_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/8128/8986595561_acf4da24df_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/8128/8986595561_26c7c27f3a_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987977280", "title": "1-16-21-ATLAS_Geographiqe-013-combined", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/2882/8987977280_8f99a29b17_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/2882/8987977280_8f99a29b17.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/2882/8987977280_8f99a29b17_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/2882/8987977280_8f99a29b17_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/2882/8987977280_8f99a29b17_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/2882/8987977280_1c7114071e_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987590364", "title": "1-11-136-ANTIQUITES_Tome_Premier-070", "tags": {"people": "tag_id_1", "relief": "tag_id_6", "gods": "tag_id_7"}, "sizes": [{"url": "https://live.staticflickr.com/7337/8987590364_8b1bc80ce0_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7337/8987590364_8b1bc80ce0.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7337/8987590364_8b1bc80ce0_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7337/8987590364_8b1bc80ce0_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7337/8987590364_8b1bc80ce0_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7337/8987590364_c4164926fd_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987757768", "title": "1-13-11-ANTIQUITES_Tome_Troisieme-008-combined", "tags": {"architecture": "tag_id_2", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/5447/8987757768_d4151efda0_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/5447/8987757768_d4151efda0.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/5447/8987757768_d4151efda0_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/5447/8987757768_d4151efda0_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/5447/8987757768_d4151efda0_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/5447/8987757768_5154431382_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986601993", "title": "1-13-7-ANTIQUITES_Tome_Troisieme-006-combined", "tags": {"people": "tag_id_1", "architecture": "tag_id_2", "landscape": "tag_id_8", "photo": "tag_id_3", "amazing": "tag_id_4", "ruins": "tag_id_9"}, "sizes": [{"url": "https://live.staticflickr.com/3781/8986601993_ef94965a4d_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/3781/8986601993_ef94965a4d.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/3781/8986601993_ef94965a4d_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/3781/8986601993_ef94965a4d_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/3781/8986601993_ef94965a4d_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/3781/8986601993_a7edcb5882_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986573367", "title": "1-13-20-ANTIQUITES_Tome_Troisieme-012", "tags": {"architecture": "tag_id_2", "relief": "tag_id_6"}, "sizes": [{"url": "https://live.staticflickr.com/2872/8986573367_d3a1a34fa5_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/2872/8986573367_d3a1a34fa5.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/2872/8986573367_d3a1a34fa5_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/2872/8986573367_d3a1a34fa5_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/2872/8986573367_d3a1a34fa5_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/2872/8986573367_94c6306c11_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986654947", "title": "1-14-4-ANTIQUITES_Tome_Quatrieme-004", "tags": {"architecture": "tag_id_2", "writing": "tag_id_18", "relief": "tag_id_6", "designs": "tag_id_16"}, "sizes": [{"url": "https://live.staticflickr.com/7304/8986654947_3331847d2a_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7304/8986654947_3331847d2a.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7304/8986654947_3331847d2a_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7304/8986654947_3331847d2a_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7304/8986654947_3331847d2a_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7304/8986654947_f07728ceb3_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986659163", "title": "1-14-58-ANTIQUITES_Tome_Quatrieme-031", "tags": {"people": "tag_id_1", "relief": "tag_id_6", "gods": "tag_id_7"}, "sizes": [{"url": "https://live.staticflickr.com/8265/8986659163_2d4016a39d_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8265/8986659163_2d4016a39d.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8265/8986659163_2d4016a39d_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8265/8986659163_2d4016a39d_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8265/8986659163_2d4016a39d_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8265/8986659163_b02ea4bd8a_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987921230", "title": "1-15-186-ANTIQUITES_Tome_Cinquieme-095", "tags": {"artifacts": "tag_id_15", "curio": "tag_id_22"}, "sizes": [{"url": "https://live.staticflickr.com/3758/8987921230_9ea8bc0087_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3758/8987921230_9ea8bc0087.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3758/8987921230_9ea8bc0087_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3758/8987921230_9ea8bc0087_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3758/8987921230_9ea8bc0087_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3758/8987921230_65b08da96a_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988065668", "title": "1-17-34-ETAT_MODERNE_Tome_Premier-019", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/2810/8988065668_2914dabaa3_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/2810/8988065668_2914dabaa3.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/2810/8988065668_2914dabaa3_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/2810/8988065668_2914dabaa3_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/2810/8988065668_2914dabaa3_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/2810/8988065668_b515d6e2ce_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986753163", "title": "1-15-70-ANTIQUITES_Tome_Cinquieme-037", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "photo": "tag_id_3", "amazing": "tag_id_4", "ruins": "tag_id_9", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/8555/8986753163_53c9633a90_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/8555/8986753163_53c9633a90.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/8555/8986753163_53c9633a90_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/8555/8986753163_53c9633a90_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/8555/8986753163_53c9633a90_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/8555/8986753163_3e0e64c2fe_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986976167", "title": "1-19-102-HISTOIRE_Naturelle_Tome_Premiem-053", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/8409/8986976167_dc0c9483d0_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8409/8986976167_dc0c9483d0.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8409/8986976167_dc0c9483d0_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8409/8986976167_dc0c9483d0_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8409/8986976167_dc0c9483d0_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8409/8986976167_c2f1dfba05_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988288484", "title": "1-20-78-HISTOIRE_Naturelle_Tome_Deuxieme-041", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/3780/8988288484_bfdcffbb8c_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3780/8988288484_bfdcffbb8c.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3780/8988288484_bfdcffbb8c_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3780/8988288484_bfdcffbb8c_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3780/8988288484_bfdcffbb8c_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3780/8988288484_aeb33c3e97_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986408855", "title": "1-11-172-ANTIQUITES_Tome_Premier-088", "tags": {"people": "tag_id_1", "plants": "tag_id_14", "animals": "tag_id_10", "relief": "tag_id_6", "gods": "tag_id_7", "hieroglyphics": "tag_id_13"}, "sizes": [{"url": "https://live.staticflickr.com/3822/8986408855_f1d03b998a_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3822/8986408855_f1d03b998a.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3822/8986408855_f1d03b998a_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3822/8986408855_f1d03b998a_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3822/8986408855_f1d03b998a_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3822/8986408855_0098f136b1_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986844275", "title": "1-17-144-ETAT_MODERNE_Tome_Premier-074", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "architecture": "tag_id_2", "writing": "tag_id_18", "photo": "tag_id_3", "amazing": "tag_id_4", "ruins": "tag_id_9"}, "sizes": [{"url": "https://live.staticflickr.com/3777/8986844275_2ba3d54c33_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3777/8986844275_2ba3d54c33.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3777/8986844275_2ba3d54c33_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3777/8986844275_2ba3d54c33_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3777/8986844275_2ba3d54c33_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3777/8986844275_787ed25045_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987129769", "title": "1-21-24-HISTOIRE_Naturelle_Tome_Deuxieme_bis-014", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/5341/8987129769_c6b661470f_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5341/8987129769_c6b661470f.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5341/8987129769_c6b661470f_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5341/8987129769_c6b661470f_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5341/8987129769_c6b661470f_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5341/8987129769_b13144ef80_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987145201", "title": "1-21-50-HISTOIRE_Naturelle_Tome_Deuxieme_bis-027", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/5462/8987145201_0a42c897ff_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5462/8987145201_0a42c897ff.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5462/8987145201_0a42c897ff_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5462/8987145201_0a42c897ff_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5462/8987145201_0a42c897ff_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5462/8987145201_2f931e2493_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987719338", "title": "1-12-40-ANTIQUITES_Tome_Deuxieme-022", "tags": {"map": "tag_id_12", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/7341/8987719338_8bcaccef0b_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7341/8987719338_8bcaccef0b.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7341/8987719338_8bcaccef0b_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7341/8987719338_8bcaccef0b_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7341/8987719338_8bcaccef0b_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7341/8987719338_9169a5a358_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986508405", "title": "1-12-18-ANTIQUITES_Tome_Deuxieme-011", "tags": {"ruins": "tag_id_9", "relief": "tag_id_6", "gods": "tag_id_7"}, "sizes": [{"url": "https://live.staticflickr.com/5461/8986508405_b99fdc060a_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5461/8986508405_b99fdc060a.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5461/8986508405_b99fdc060a_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5461/8986508405_b99fdc060a_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5461/8986508405_b99fdc060a_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5461/8986508405_af458e2bb4_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987619428", "title": "1-11-198-ANTIQUITES_Tome_Premier-101", "tags": {"architecture": "tag_id_2", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/5323/8987619428_c2b8c375a7_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5323/8987619428_c2b8c375a7.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5323/8987619428_c2b8c375a7_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5323/8987619428_c2b8c375a7_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5323/8987619428_c2b8c375a7_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5323/8987619428_55fa02a2cf_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986939723", "title": "1-18-24-ETAT_Moderne_Tome_Deuxieme-014", "tags": {"architecture": "tag_id_2", "photo": "tag_id_3", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/7429/8986939723_9bbe49dfae_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7429/8986939723_9bbe49dfae.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7429/8986939723_9bbe49dfae_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7429/8986939723_9bbe49dfae_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7429/8986939723_9bbe49dfae_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7429/8986939723_fabee63244_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987787994", "title": "1-13-54-ANTIQUITES_Tome_Troisieme-029-combined", "tags": {"architecture": "tag_id_2"}, "sizes": [{"url": "https://live.staticflickr.com/5337/8987787994_00b0294b1c_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/5337/8987787994_00b0294b1c.jpg", "width": "500", "height": "336"}, {"url": "https://live.staticflickr.com/5337/8987787994_00b0294b1c_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/5337/8987787994_00b0294b1c_c.jpg", "width": "800", "height": "538"}, {"url": "https://live.staticflickr.com/5337/8987787994_00b0294b1c_b.jpg", "width": "1024", "height": "689"}, {"url": "https://live.staticflickr.com/5337/8987787994_e864f949b8_o.jpg", "width": "1992", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986673899", "title": "1-14-88-ANTIQUITES_Tome_Quatrieme-046", "tags": {"people": "tag_id_1", "plants": "tag_id_14", "architecture": "tag_id_2", "landscape": "tag_id_8", "photo": "tag_id_3", "amazing": "tag_id_4"}, "sizes": [{"url": "https://live.staticflickr.com/2819/8986673899_446ffba193_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/2819/8986673899_446ffba193.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/2819/8986673899_446ffba193_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/2819/8986673899_446ffba193_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/2819/8986673899_446ffba193_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/2819/8986673899_9ea3702f61_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987053429", "title": "1-20-180-HISTOIRE_Naturelle_Tome_Deuxieme-092", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/7403/8987053429_abfb1f6e0a_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7403/8987053429_abfb1f6e0a.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7403/8987053429_abfb1f6e0a_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7403/8987053429_abfb1f6e0a_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7403/8987053429_abfb1f6e0a_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7403/8987053429_0b692109d7_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988115136", "title": "1-18-130-ETAT_Moderne_Tome_Deuxieme-067", "tags": {"people": "tag_id_1", "animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/5441/8988115136_dd2a7b4ef9_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5441/8988115136_dd2a7b4ef9.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5441/8988115136_dd2a7b4ef9_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5441/8988115136_dd2a7b4ef9_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5441/8988115136_dd2a7b4ef9_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5441/8988115136_8099bae17b_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986374613", "title": "1-11-102-ANTIQUITES_Tome_Premier-053", "tags": {"people": "tag_id_1", "architecture": "tag_id_2", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/3685/8986374613_51e3762093_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3685/8986374613_51e3762093.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3685/8986374613_51e3762093_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3685/8986374613_51e3762093_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3685/8986374613_51e3762093_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3685/8986374613_7c654f3578_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986597291", "title": "1-13-67-ANTIQUITES_Tome_Troisieme-036-combined", "tags": {"people": "tag_id_1", "relief": "tag_id_6", "gods": "tag_id_7"}, "sizes": [{"url": "https://live.staticflickr.com/2842/8986597291_5d75111580_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/2842/8986597291_5d75111580.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/2842/8986597291_5d75111580_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/2842/8986597291_5d75111580_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/2842/8986597291_5d75111580_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/2842/8986597291_8520c16f92_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986513773", "title": "1-12-28-ANTIQUITES_Tome_Deuxieme-016", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "relief": "tag_id_6"}, "sizes": [{"url": "https://live.staticflickr.com/2881/8986513773_91895ea849_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/2881/8986513773_91895ea849.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/2881/8986513773_91895ea849_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/2881/8986513773_91895ea849_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/2881/8986513773_91895ea849_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/2881/8986513773_d67fb8c9bd_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986397401", "title": "1-11-146-ANTIQUITES_Tome_Premier-075-combined", "tags": {"relief": "tag_id_6"}, "sizes": [{"url": "https://live.staticflickr.com/5463/8986397401_fe312d9baf_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/5463/8986397401_fe312d9baf.jpg", "width": "500", "height": "336"}, {"url": "https://live.staticflickr.com/5463/8986397401_fe312d9baf_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/5463/8986397401_fe312d9baf_c.jpg", "width": "800", "height": "538"}, {"url": "https://live.staticflickr.com/5463/8986397401_fe312d9baf_b.jpg", "width": "1024", "height": "689"}, {"url": "https://live.staticflickr.com/5463/8986397401_d96a872ecf_o.jpg", "width": "1992", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988298398", "title": "1-21-102-HISTOIRE_Naturelle_Tome_Deuxieme_bis-053", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/2818/8988298398_d9324e026c_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/2818/8988298398_d9324e026c.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/2818/8988298398_d9324e026c_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/2818/8988298398_d9324e026c_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/2818/8988298398_d9324e026c_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/2818/8988298398_d4e4fc0b12_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987073603", "title": "1-20-36-HISTOIRE_Naturelle_Tome_Deuxieme-020", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/2843/8987073603_23e87be54a_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2843/8987073603_23e87be54a.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2843/8987073603_23e87be54a_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2843/8987073603_23e87be54a_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2843/8987073603_23e87be54a_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2843/8987073603_49c60be4a2_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987897976", "title": "1-15-138-ANTIQUITES_Tome_Cinquieme-071", "tags": {"technology": "tag_id_19"}, "sizes": [{"url": "https://live.staticflickr.com/3704/8987897976_b5e5ed05ee_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3704/8987897976_b5e5ed05ee.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3704/8987897976_b5e5ed05ee_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3704/8987897976_b5e5ed05ee_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3704/8987897976_b5e5ed05ee_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3704/8987897976_d864da23f7_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988068008", "title": "1-17-38-ETAT_MODERNE_Tome_Premier-021", "tags": {"people": "tag_id_1", "plants": "tag_id_14", "landscape": "tag_id_8", "photo": "tag_id_3", "amazing": "tag_id_4", "pyramids": "tag_id_20"}, "sizes": [{"url": "https://live.staticflickr.com/2843/8988068008_a57537f964_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2843/8988068008_a57537f964.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2843/8988068008_a57537f964_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2843/8988068008_a57537f964_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2843/8988068008_a57537f964_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2843/8988068008_4d38935828_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986571849", "title": "1-13-18-ANTIQUITES_Tome_Troisieme-011", "tags": {"architecture": "tag_id_2"}, "sizes": [{"url": "https://live.staticflickr.com/5454/8986571849_6558c1f7e5_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5454/8986571849_6558c1f7e5.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5454/8986571849_6558c1f7e5_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5454/8986571849_6558c1f7e5_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5454/8986571849_6558c1f7e5_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5454/8986571849_5a9d834cc5_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986827205", "title": "1-17-112-ETAT_MODERNE_Tome_Premier-058", "tags": {"architecture": "tag_id_2", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/3739/8986827205_5c535de501_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3739/8986827205_5c535de501.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3739/8986827205_5c535de501_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3739/8986827205_5c535de501_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3739/8986827205_5c535de501_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3739/8986827205_194c902c32_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988100258", "title": "1-18-102-ETAT_Moderne_Tome_Deuxieme-053", "tags": {"people": "tag_id_1", "plants": "tag_id_14", "animals": "tag_id_10", "landscape": "tag_id_8", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/3778/8988100258_49824982a0_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3778/8988100258_49824982a0.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3778/8988100258_49824982a0_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3778/8988100258_49824982a0_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3778/8988100258_49824982a0_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3778/8988100258_142134c2b2_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987946720", "title": "1-15-60-ANTIQUITES_Tome_Cinquieme-032", "tags": {"writing": "tag_id_18", "map": "tag_id_12", "blueprint": "tag_id_11", "statuary": "tag_id_5"}, "sizes": [{"url": "https://live.staticflickr.com/8265/8987946720_7ab90f248f_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8265/8987946720_7ab90f248f.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8265/8987946720_7ab90f248f_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8265/8987946720_7ab90f248f_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8265/8987946720_7ab90f248f_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8265/8987946720_1e13908899_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987026227", "title": "1-20-10-HISTOIRE_Naturelle_Tome_Deuxieme-007", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/3772/8987026227_f02b6c021a_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3772/8987026227_f02b6c021a.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3772/8987026227_f02b6c021a_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3772/8987026227_f02b6c021a_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3772/8987026227_f02b6c021a_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3772/8987026227_27bd37a1cb_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988256192", "title": "1-20-18-HISTOIRE_Naturelle_Tome_Deuxieme-011", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/5468/8988256192_632b61efab_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5468/8988256192_632b61efab.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5468/8988256192_632b61efab_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5468/8988256192_632b61efab_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5468/8988256192_632b61efab_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5468/8988256192_6fb97de1e4_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987710894", "title": "1-12-26-ANTIQUITES_Tome_Deuxieme-015", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "relief": "tag_id_6"}, "sizes": [{"url": "https://live.staticflickr.com/7316/8987710894_286860c2b3_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7316/8987710894_286860c2b3.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7316/8987710894_286860c2b3_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7316/8987710894_286860c2b3_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7316/8987710894_286860c2b3_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7316/8987710894_fe12b9c2e2_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987021409", "title": "1-19-96-HISTOIRE_Naturelle_Tome_Premiem-050", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/5348/8987021409_2eb30df3c8_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5348/8987021409_2eb30df3c8.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5348/8987021409_2eb30df3c8_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5348/8987021409_2eb30df3c8_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5348/8987021409_2eb30df3c8_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5348/8987021409_d83491729a_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987955048", "title": "1-15-80-ANTIQUITES_Tome_Cinquieme-042", "tags": {"people": "tag_id_1", "plants": "tag_id_14", "architecture": "tag_id_2", "photo": "tag_id_3", "amazing": "tag_id_4", "map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/8131/8987955048_b7877abf4d_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8131/8987955048_b7877abf4d.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8131/8987955048_b7877abf4d_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8131/8987955048_b7877abf4d_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8131/8987955048_b7877abf4d_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8131/8987955048_61b742f095_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987804278", "title": "1-13-87-ANTIQUITES_Tome_Troisieme-046-combined", "tags": {"people": "tag_id_1", "plants": "tag_id_14", "landscape": "tag_id_8", "photo": "tag_id_3", "ruins": "tag_id_9"}, "sizes": [{"url": "https://live.staticflickr.com/3688/8987804278_09497a7641_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/3688/8987804278_09497a7641.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/3688/8987804278_09497a7641_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/3688/8987804278_09497a7641_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/3688/8987804278_09497a7641_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/3688/8987804278_39ba0aa1b2_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987024899", "title": "1-20-106-HISTOIRE_Naturelle_Tome_Deuxieme-055", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/3769/8987024899_f44040b6f7_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3769/8987024899_f44040b6f7.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3769/8987024899_f44040b6f7_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3769/8987024899_f44040b6f7_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3769/8987024899_f44040b6f7_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3769/8987024899_a2fd2544a7_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987696848", "title": "1-12-166-ANTIQUITES_Tome_Deuxieme-085", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "relief": "tag_id_6", "gods": "tag_id_7", "designs": "tag_id_16"}, "sizes": [{"url": "https://live.staticflickr.com/7318/8987696848_156544df9e_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7318/8987696848_156544df9e.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7318/8987696848_156544df9e_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7318/8987696848_156544df9e_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7318/8987696848_156544df9e_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7318/8987696848_c714310cba_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987169687", "title": "1-21-92-HISTOIRE_Naturelle_Tome_Deuxieme_bis-048", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/7296/8987169687_aeea12f185_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7296/8987169687_aeea12f185.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7296/8987169687_aeea12f185_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7296/8987169687_aeea12f185_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7296/8987169687_aeea12f185_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7296/8987169687_8b0a36ec49_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987816468", "title": "1-14-109-ANTIQUITES_Tome_Quatrieme-058-combined", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/5463/8987816468_b33ba163a0_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/5463/8987816468_b33ba163a0.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/5463/8987816468_b33ba163a0_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/5463/8987816468_b33ba163a0_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/5463/8987816468_b33ba163a0_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/5463/8987816468_24ddb5d296_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986741449", "title": "1-15-44-ANTIQUITES_Tome_Cinquieme-024", "tags": {"hieroglyphics": "tag_id_13"}, "sizes": [{"url": "https://live.staticflickr.com/3808/8986741449_8ccac5c715_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3808/8986741449_8ccac5c715.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3808/8986741449_8ccac5c715_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3808/8986741449_8ccac5c715_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3808/8986741449_8ccac5c715_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3808/8986741449_a063f76f6f_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988089004", "title": "1-17-80-ETAT_MODERNE_Tome_Premier-042", "tags": {"people": "tag_id_1", "architecture": "tag_id_2", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/3813/8988089004_85980c644e_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3813/8988089004_85980c644e.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3813/8988089004_85980c644e_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3813/8988089004_85980c644e_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3813/8988089004_85980c644e_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3813/8988089004_e0a8442a5f_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986810059", "title": "1-16-79-ATLAS_Geographiqe-042-combined", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/3756/8986810059_e607786184_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/3756/8986810059_e607786184.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/3756/8986810059_e607786184_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/3756/8986810059_e607786184_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/3756/8986810059_e607786184_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/3756/8986810059_677e03026d_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987876622", "title": "1-14-98-ANTIQUITES_Tome_Quatrieme-051", "tags": {"architecture": "tag_id_2", "ruins": "tag_id_9", "relief": "tag_id_6", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/2846/8987876622_e390b87c54_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2846/8987876622_e390b87c54.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2846/8987876622_e390b87c54_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2846/8987876622_e390b87c54_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2846/8987876622_e390b87c54_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2846/8987876622_cc5aa02a2c_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986969975", "title": "1-18-8-ETAT_Moderne_Tome_Deuxieme-006", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "landscape": "tag_id_8", "photo": "tag_id_3", "ruins": "tag_id_9"}, "sizes": [{"url": "https://live.staticflickr.com/3744/8986969975_f3b2cc3834_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3744/8986969975_f3b2cc3834.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3744/8986969975_f3b2cc3834_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3744/8986969975_f3b2cc3834_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3744/8986969975_f3b2cc3834_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3744/8986969975_6f9f4f4af5_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987755368", "title": "1-13-114-ANTIQUITES_Tome_Troisieme-059", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "photo": "tag_id_3", "ruins": "tag_id_9", "statuary": "tag_id_5"}, "sizes": [{"url": "https://live.staticflickr.com/2855/8987755368_c3361bec11_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2855/8987755368_c3361bec11.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2855/8987755368_c3361bec11_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2855/8987755368_c3361bec11_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2855/8987755368_c3361bec11_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2855/8987755368_a317152107_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987604466", "title": "1-11-167-ANTIQUITES_Tome_Premier-086-combined", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "relief": "tag_id_6", "gods": "tag_id_7"}, "sizes": [{"url": "https://live.staticflickr.com/3736/8987604466_b3f895f155_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/3736/8987604466_b3f895f155.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/3736/8987604466_b3f895f155_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/3736/8987604466_b3f895f155_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/3736/8987604466_b3f895f155_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/3736/8987604466_7797a2b392_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987032455", "title": "1-20-126-HISTOIRE_Naturelle_Tome_Deuxieme-065", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/5326/8987032455_dc3c226f2a_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5326/8987032455_dc3c226f2a.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5326/8987032455_dc3c226f2a_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5326/8987032455_dc3c226f2a_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5326/8987032455_dc3c226f2a_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5326/8987032455_3f2e9a8eb1_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986577185", "title": "1-13-2-ANTIQUITES_Tome_Troisieme-003", "tags": {}, "sizes": [{"url": "https://live.staticflickr.com/3802/8986577185_dffb62a6fa_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3802/8986577185_dffb62a6fa.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3802/8986577185_dffb62a6fa_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3802/8986577185_dffb62a6fa_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3802/8986577185_dffb62a6fa_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3802/8986577185_29b7ed584c_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987033083", "title": "1-20-128-HISTOIRE_Naturelle_Tome_Deuxieme-066", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/7415/8987033083_0133e2654f_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7415/8987033083_0133e2654f.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7415/8987033083_0133e2654f_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7415/8987033083_0133e2654f_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7415/8987033083_0133e2654f_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7415/8987033083_da3c9e198f_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987845140", "title": "1-14-34-ANTIQUITES_Tome_Quatrieme-019-combined", "tags": {"people": "tag_id_1", "architecture": "tag_id_2", "relief": "tag_id_6"}, "sizes": [{"url": "https://live.staticflickr.com/2807/8987845140_f314fa1117_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/2807/8987845140_f314fa1117.jpg", "width": "500", "height": "336"}, {"url": "https://live.staticflickr.com/2807/8987845140_f314fa1117_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/2807/8987845140_f314fa1117_c.jpg", "width": "800", "height": "538"}, {"url": "https://live.staticflickr.com/2807/8987845140_f314fa1117_b.jpg", "width": "1024", "height": "689"}, {"url": "https://live.staticflickr.com/2807/8987845140_1e8321da75_o.jpg", "width": "1992", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986954623", "title": "1-18-54-ETAT_Moderne_Tome_Deuxieme-029", "tags": {"amazing": "tag_id_4", "technology": "tag_id_19", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/3694/8986954623_cbff9bcd9d_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3694/8986954623_cbff9bcd9d.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3694/8986954623_cbff9bcd9d_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3694/8986954623_cbff9bcd9d_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3694/8986954623_cbff9bcd9d_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3694/8986954623_e5ca034c4f_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986541619", "title": "1-12-79-ANTIQUITES_Tome_Deuxieme-042-combined", "tags": {"architecture": "tag_id_2", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/7313/8986541619_f8f71ac87a_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/7313/8986541619_f8f71ac87a.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/7313/8986541619_f8f71ac87a_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/7313/8986541619_f8f71ac87a_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/7313/8986541619_f8f71ac87a_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/7313/8986541619_1400fd47e6_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986438327", "title": "1-11-4-ANTIQUITES_Tome_Premier-004", "tags": {}, "sizes": [{"url": "https://live.staticflickr.com/3765/8986438327_b159218497_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3765/8986438327_b159218497.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3765/8986438327_b159218497_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3765/8986438327_b159218497_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3765/8986438327_b159218497_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3765/8986438327_81e1581d09_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988310312", "title": "1-21-122-HISTOIRE_Naturelle_Tome_Deuxieme_bis-063", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/3678/8988310312_d04a9994f3_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3678/8988310312_d04a9994f3.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3678/8988310312_d04a9994f3_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3678/8988310312_d04a9994f3_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3678/8988310312_d04a9994f3_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3678/8988310312_7a81cb25e1_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987096671", "title": "1-20-98-HISTOIRE_Naturelle_Tome_Deuxieme-051", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/7293/8987096671_eb32ef5f61_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7293/8987096671_eb32ef5f61.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7293/8987096671_eb32ef5f61_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7293/8987096671_eb32ef5f61_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7293/8987096671_eb32ef5f61_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7293/8987096671_8ba7a829ae_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987631178", "title": "1-11-38-ANTIQUITES_Tome_Premier-021", "tags": {"relief": "tag_id_6", "artifacts": "tag_id_15"}, "sizes": [{"url": "https://live.staticflickr.com/3779/8987631178_9c3ffbbe51_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3779/8987631178_9c3ffbbe51.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3779/8987631178_9c3ffbbe51_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3779/8987631178_9c3ffbbe51_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3779/8987631178_9c3ffbbe51_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3779/8987631178_1f3475c11f_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986780197", "title": "1-16-23-ATLAS_Geographiqe-014-combined", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/3810/8986780197_f9e457b498_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/3810/8986780197_f9e457b498.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/3810/8986780197_f9e457b498_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/3810/8986780197_f9e457b498_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/3810/8986780197_f9e457b498_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/3810/8986780197_f73ea69a48_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986777697", "title": "1-16-19-ATLAS_Geographiqe-012-combined", "tags": {"amazing": "tag_id_4", "map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/5337/8986777697_fd81e511c3_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/5337/8986777697_fd81e511c3.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/5337/8986777697_fd81e511c3_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/5337/8986777697_fd81e511c3_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/5337/8986777697_fd81e511c3_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/5337/8986777697_9accdc46b8_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988110896", "title": "1-18-120-ETAT_Moderne_Tome_Deuxieme-062", "tags": {"people": "tag_id_1", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/5464/8988110896_5ccbdb8bf7_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5464/8988110896_5ccbdb8bf7.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5464/8988110896_5ccbdb8bf7_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5464/8988110896_5ccbdb8bf7_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5464/8988110896_5ccbdb8bf7_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5464/8988110896_d5a3fd62da_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987947350", "title": "1-15-62-ANTIQUITES_Tome_Cinquieme-033", "tags": {"people": "tag_id_1", "architecture": "tag_id_2", "photo": "tag_id_3", "map": "tag_id_12", "relief": "tag_id_6", "gods": "tag_id_7"}, "sizes": [{"url": "https://live.staticflickr.com/5328/8987947350_20ccfb8c7e_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5328/8987947350_20ccfb8c7e.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5328/8987947350_20ccfb8c7e_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5328/8987947350_20ccfb8c7e_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5328/8987947350_20ccfb8c7e_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5328/8987947350_a2372910e7_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987630244", "title": "1-11-36-ANTIQUITES_Tome_Premier-020", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "relief": "tag_id_6"}, "sizes": [{"url": "https://live.staticflickr.com/2865/8987630244_949813aae2_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/2865/8987630244_949813aae2.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/2865/8987630244_949813aae2_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/2865/8987630244_949813aae2_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/2865/8987630244_949813aae2_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/2865/8987630244_ba3b8ac46b_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988101100", "title": "1-18-104-ETAT_Moderne_Tome_Deuxieme-054", "tags": {"people": "tag_id_1", "plants": "tag_id_14", "landscape": "tag_id_8", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/5337/8988101100_7247251e58_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5337/8988101100_7247251e58.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5337/8988101100_7247251e58_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5337/8988101100_7247251e58_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5337/8988101100_7247251e58_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5337/8988101100_e384dafcaa_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988215646", "title": "1-19-84-HISTOIRE_Naturelle_Tome_Premiem-044", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/5454/8988215646_600ff0d7c9_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5454/8988215646_600ff0d7c9.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5454/8988215646_600ff0d7c9_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5454/8988215646_600ff0d7c9_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5454/8988215646_600ff0d7c9_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5454/8988215646_f210398f49_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986453901", "title": "1-11-82-ANTIQUITES_Tome_Premier-043", "tags": {"animals": "tag_id_10", "architecture": "tag_id_2", "photo": "tag_id_3", "relief": "tag_id_6", "blueprint": "tag_id_11", "gods": "tag_id_7"}, "sizes": [{"url": "https://live.staticflickr.com/3775/8986453901_dc856c5c5e_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3775/8986453901_dc856c5c5e.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3775/8986453901_dc856c5c5e_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3775/8986453901_dc856c5c5e_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3775/8986453901_dc856c5c5e_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3775/8986453901_0319318cd5_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986598173", "title": "1-13-70-ANTIQUITES_Tome_Troisieme-037", "tags": {"people": "tag_id_1", "relief": "tag_id_6", "hieroglyphics": "tag_id_13"}, "sizes": [{"url": "https://live.staticflickr.com/7307/8986598173_1c09d85007_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7307/8986598173_1c09d85007.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7307/8986598173_1c09d85007_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7307/8986598173_1c09d85007_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7307/8986598173_1c09d85007_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7307/8986598173_2ffe8942aa_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986420125", "title": "1-11-196-ANTIQUITES_Tome_Premier-100", "tags": {"people": "tag_id_1", "architecture": "tag_id_2", "landscape": "tag_id_8", "photo": "tag_id_3", "amazing": "tag_id_4", "ruins": "tag_id_9"}, "sizes": [{"url": "https://live.staticflickr.com/7378/8986420125_245cf79138_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7378/8986420125_245cf79138.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7378/8986420125_245cf79138_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7378/8986420125_245cf79138_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7378/8986420125_245cf79138_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7378/8986420125_2854833d6e_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987954460", "title": "1-15-78-ANTIQUITES_Tome_Cinquieme-041", "tags": {"architecture": "tag_id_2", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/3776/8987954460_8b0d1287f4_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3776/8987954460_8b0d1287f4.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3776/8987954460_8b0d1287f4_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3776/8987954460_8b0d1287f4_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3776/8987954460_8b0d1287f4_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3776/8987954460_b9f4bc6751_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988206968", "title": "1-19-64-HISTOIRE_Naturelle_Tome_Premiem-034", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/8417/8988206968_d5fe6fa3fb_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8417/8988206968_d5fe6fa3fb.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8417/8988206968_d5fe6fa3fb_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8417/8988206968_d5fe6fa3fb_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8417/8988206968_d5fe6fa3fb_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8417/8988206968_e1bbba7835_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986577787", "title": "1-13-30-ANTIQUITES_Tome_Troisieme-017", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "technology": "tag_id_19", "relief": "tag_id_6", "gods": "tag_id_7"}, "sizes": [{"url": "https://live.staticflickr.com/7370/8986577787_a4ffdbdc63_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7370/8986577787_a4ffdbdc63.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7370/8986577787_a4ffdbdc63_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7370/8986577787_a4ffdbdc63_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7370/8986577787_a4ffdbdc63_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7370/8986577787_31344b86a4_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988058180", "title": "1-17-1-ETAT_MODERNE_Tome_Premier-002", "tags": {}, "sizes": [{"url": "https://live.staticflickr.com/8273/8988058180_eb3a45fd56_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8273/8988058180_eb3a45fd56.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8273/8988058180_eb3a45fd56_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8273/8988058180_eb3a45fd56_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8273/8988058180_eb3a45fd56_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8273/8988058180_f8f0cba783_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986601119", "title": "1-13-78-ANTIQUITES_Tome_Troisieme-041", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "writing": "tag_id_18", "technology": "tag_id_19", "relief": "tag_id_6", "hieroglyphics": "tag_id_13"}, "sizes": [{"url": "https://live.staticflickr.com/7303/8986601119_02bfba1065_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7303/8986601119_02bfba1065.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7303/8986601119_02bfba1065_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7303/8986601119_02bfba1065_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7303/8986601119_02bfba1065_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7303/8986601119_e8f218413d_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988256856", "title": "1-20-190-HISTOIRE_Naturelle_Tome_Deuxieme-097", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/8123/8988256856_14a1f58ac8_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8123/8988256856_14a1f58ac8.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8123/8988256856_14a1f58ac8_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8123/8988256856_14a1f58ac8_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8123/8988256856_14a1f58ac8_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8123/8988256856_962c4901b9_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986738713", "title": "1-15-38-ANTIQUITES_Tome_Cinquieme-021", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "relief": "tag_id_6", "hieroglyphics": "tag_id_13"}, "sizes": [{"url": "https://live.staticflickr.com/8558/8986738713_2d11a1d2af_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/8558/8986738713_2d11a1d2af.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/8558/8986738713_2d11a1d2af_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/8558/8986738713_2d11a1d2af_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/8558/8986738713_2d11a1d2af_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/8558/8986738713_559d94672c_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988229536", "title": "1-20-118-HISTOIRE_Naturelle_Tome_Deuxieme-061", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/8124/8988229536_7272d9571f_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8124/8988229536_7272d9571f.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8124/8988229536_7272d9571f_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8124/8988229536_7272d9571f_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8124/8988229536_7272d9571f_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8124/8988229536_04d360fa15_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988137390", "title": "1-18-20-ETAT_Moderne_Tome_Deuxieme-012", "tags": {"people": "tag_id_1", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/8541/8988137390_1ab2aee71a_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8541/8988137390_1ab2aee71a.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8541/8988137390_1ab2aee71a_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8541/8988137390_1ab2aee71a_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8541/8988137390_1ab2aee71a_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8541/8988137390_96fbcd3d7f_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987160565", "title": "1-21-76-HISTOIRE_Naturelle_Tome_Deuxieme_bis-040", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/5460/8987160565_e70c8a0219_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5460/8987160565_e70c8a0219.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5460/8987160565_e70c8a0219_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5460/8987160565_e70c8a0219_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5460/8987160565_e70c8a0219_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5460/8987160565_04aec12bfa_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988002576", "title": "1-16-67-ATLAS_Geographiqe-036-combined", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/2815/8988002576_c0a28112c5_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/2815/8988002576_c0a28112c5.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/2815/8988002576_c0a28112c5_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/2815/8988002576_c0a28112c5_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/2815/8988002576_c0a28112c5_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/2815/8988002576_69cd57966c_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986757727", "title": "1-15-81-ANTIQUITES_Tome_Cinquieme-043-combined", "tags": {"writing": "tag_id_18", "hieroglyphics": "tag_id_13"}, "sizes": [{"url": "https://live.staticflickr.com/3747/8986757727_f13d7b700a_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/3747/8986757727_f13d7b700a.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/3747/8986757727_f13d7b700a_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/3747/8986757727_f13d7b700a_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/3747/8986757727_f13d7b700a_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/3747/8986757727_9f2f064dc9_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988159382", "title": "1-18-68-ETAT_Moderne_Tome_Deuxieme-036", "tags": {"people": "tag_id_1", "photo": "tag_id_3", "technology": "tag_id_19"}, "sizes": [{"url": "https://live.staticflickr.com/7292/8988159382_3c0c4838ef_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7292/8988159382_3c0c4838ef.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7292/8988159382_3c0c4838ef_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7292/8988159382_3c0c4838ef_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7292/8988159382_3c0c4838ef_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7292/8988159382_00a150a80f_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987597500", "title": "1-11-150-ANTIQUITES_Tome_Premier-077", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "relief": "tag_id_6"}, "sizes": [{"url": "https://live.staticflickr.com/5349/8987597500_0657d2a432_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5349/8987597500_0657d2a432.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5349/8987597500_0657d2a432_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5349/8987597500_0657d2a432_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5349/8987597500_0657d2a432_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5349/8987597500_3724c91dea_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987143083", "title": "1-21-48-HISTOIRE_Naturelle_Tome_Deuxieme_bis-026", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/8541/8987143083_8e6c4ec1f3_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/8541/8987143083_8e6c4ec1f3.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/8541/8987143083_8e6c4ec1f3_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/8541/8987143083_8e6c4ec1f3_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/8541/8987143083_8e6c4ec1f3_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/8541/8987143083_7955c5e675_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987904752", "title": "1-15-154-ANTIQUITES_Tome_Cinquieme-079", "tags": {"people": "tag_id_1", "gods": "tag_id_7", "statuary": "tag_id_5"}, "sizes": [{"url": "https://live.staticflickr.com/5466/8987904752_eb6857a334_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5466/8987904752_eb6857a334.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5466/8987904752_eb6857a334_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5466/8987904752_eb6857a334_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5466/8987904752_eb6857a334_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5466/8987904752_e0fc11d04c_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986847815", "title": "1-17-150-ETAT_MODERNE_Tome_Premier-077", "tags": {"architecture": "tag_id_2", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/7357/8986847815_b01f82b661_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7357/8986847815_b01f82b661.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7357/8986847815_b01f82b661_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7357/8986847815_b01f82b661_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7357/8986847815_b01f82b661_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7357/8986847815_fd2b010573_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988122024", "title": "1-18-146-ETAT_Moderne_Tome_Deuxieme-075", "tags": {"amazing": "tag_id_4", "technology": "tag_id_19", "artifacts": "tag_id_15"}, "sizes": [{"url": "https://live.staticflickr.com/7283/8988122024_6edbfec26e_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7283/8988122024_6edbfec26e.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7283/8988122024_6edbfec26e_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7283/8988122024_6edbfec26e_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7283/8988122024_6edbfec26e_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7283/8988122024_8277c4771b_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987874276", "title": "1-14-92-ANTIQUITES_Tome_Quatrieme-048", "tags": {"architecture": "tag_id_2", "ruins": "tag_id_9", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/3787/8987874276_2ebe1ff09b_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3787/8987874276_2ebe1ff09b.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3787/8987874276_2ebe1ff09b_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3787/8987874276_2ebe1ff09b_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3787/8987874276_2ebe1ff09b_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3787/8987874276_477ab5bb4a_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987164817", "title": "1-21-84-HISTOIRE_Naturelle_Tome_Deuxieme_bis-044", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/5342/8987164817_89e427147a_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5342/8987164817_89e427147a.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5342/8987164817_89e427147a_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5342/8987164817_89e427147a_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5342/8987164817_89e427147a_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5342/8987164817_a385cd1c78_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988209142", "title": "1-19-6-HISTOIRE_Naturelle_Tome_Premiem-005", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/3751/8988209142_648a385bfe_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3751/8988209142_648a385bfe.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3751/8988209142_648a385bfe_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3751/8988209142_648a385bfe_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3751/8988209142_648a385bfe_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3751/8988209142_2ffc48f577_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986421773", "title": "1-11-1-ANTIQUITES_Tome_Premier-002", "tags": {}, "sizes": [{"url": "https://live.staticflickr.com/8276/8986421773_bf16d002fd_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8276/8986421773_bf16d002fd.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8276/8986421773_bf16d002fd_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8276/8986421773_bf16d002fd_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8276/8986421773_bf16d002fd_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8276/8986421773_515b48bebe_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986860349", "title": "1-17-22-ETAT_MODERNE_Tome_Premier-013", "tags": {"plants": "tag_id_14", "landscape": "tag_id_8"}, "sizes": [{"url": "https://live.staticflickr.com/7386/8986860349_ae4eb88e38_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7386/8986860349_ae4eb88e38.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7386/8986860349_ae4eb88e38_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7386/8986860349_ae4eb88e38_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7386/8986860349_ae4eb88e38_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7386/8986860349_3c89ed4a7b_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987755982", "title": "1-13-116-ANTIQUITES_Tome_Troisieme-060", "tags": {"architecture": "tag_id_2", "writing": "tag_id_18", "relief": "tag_id_6"}, "sizes": [{"url": "https://live.staticflickr.com/5340/8987755982_72009d1b24_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5340/8987755982_72009d1b24.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5340/8987755982_72009d1b24_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5340/8987755982_72009d1b24_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5340/8987755982_72009d1b24_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5340/8987755982_819fecd2b3_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986393843", "title": "1-11-13-ANTIQUITES_Tome_Premier-009-combined", "tags": {"architecture": "tag_id_2", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/3715/8986393843_afc7819da9_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/3715/8986393843_afc7819da9.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/3715/8986393843_afc7819da9_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/3715/8986393843_afc7819da9_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/3715/8986393843_afc7819da9_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/3715/8986393843_b9a3a9e127_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986818375", "title": "1-16-96-ATLAS_Geographiqe-050", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/7324/8986818375_e0b0cd7cb8_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7324/8986818375_e0b0cd7cb8.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7324/8986818375_e0b0cd7cb8_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7324/8986818375_e0b0cd7cb8_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7324/8986818375_e0b0cd7cb8_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7324/8986818375_ac7f34f233_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986912337", "title": "1-18-122-ETAT_Moderne_Tome_Deuxieme-063", "tags": {"people": "tag_id_1", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/7388/8986912337_93cdaeb36c_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7388/8986912337_93cdaeb36c.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7388/8986912337_93cdaeb36c_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7388/8986912337_93cdaeb36c_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7388/8986912337_93cdaeb36c_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7388/8986912337_f6eaa0da53_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988074370", "title": "1-17-50-ETAT_MODERNE_Tome_Premier-027", "tags": {"architecture": "tag_id_2", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/5463/8988074370_9356b2dd63_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5463/8988074370_9356b2dd63.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5463/8988074370_9356b2dd63_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5463/8988074370_9356b2dd63_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5463/8988074370_9356b2dd63_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5463/8988074370_009c82d7e6_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988217966", "title": "1-19-8-HISTOIRE_Naturelle_Tome_Premiem-006", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/2882/8988217966_8e5ca5bebc_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2882/8988217966_8e5ca5bebc.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2882/8988217966_8e5ca5bebc_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2882/8988217966_8e5ca5bebc_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2882/8988217966_8e5ca5bebc_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2882/8988217966_65915e273a_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986886383", "title": "1-17-72-ETAT_MODERNE_Tome_Premier-038", "tags": {"architecture": "tag_id_2"}, "sizes": [{"url": "https://live.staticflickr.com/5338/8986886383_bc3748f326_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5338/8986886383_bc3748f326.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5338/8986886383_bc3748f326_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5338/8986886383_bc3748f326_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5338/8986886383_bc3748f326_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5338/8986886383_1cccf3e3a1_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987822320", "title": "1-14-120-ANTIQUITES_Tome_Quatrieme-062", "tags": {"architecture": "tag_id_2", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/2819/8987822320_6574fd4673_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/2819/8987822320_6574fd4673.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/2819/8987822320_6574fd4673_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/2819/8987822320_6574fd4673_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/2819/8987822320_6574fd4673_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/2819/8987822320_425b2351fa_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987811834", "title": "1-14-100-ANTIQUITES_Tome_Quatrieme-052", "tags": {"blueprint": "tag_id_11", "hieroglyphics": "tag_id_13"}, "sizes": [{"url": "https://live.staticflickr.com/5462/8987811834_d0f0c067d3_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5462/8987811834_d0f0c067d3.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5462/8987811834_d0f0c067d3_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5462/8987811834_d0f0c067d3_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5462/8987811834_d0f0c067d3_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5462/8987811834_49b2c3fb7b_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988162278", "title": "1-18-72-ETAT_Moderne_Tome_Deuxieme-038", "tags": {"people": "tag_id_1", "photo": "tag_id_3", "technology": "tag_id_19", "textiles": "tag_id_21"}, "sizes": [{"url": "https://live.staticflickr.com/8115/8988162278_f6e78aea86_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/8115/8988162278_f6e78aea86.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/8115/8988162278_f6e78aea86_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/8115/8988162278_f6e78aea86_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/8115/8988162278_f6e78aea86_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/8115/8988162278_eea8da564c_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986681077", "title": "1-15-102-ANTIQUITES_Tome_Cinquieme-053", "tags": {"writing": "tag_id_18", "hieroglyphics": "tag_id_13"}, "sizes": [{"url": "https://live.staticflickr.com/3794/8986681077_4eb6137f47_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3794/8986681077_4eb6137f47.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3794/8986681077_4eb6137f47_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3794/8986681077_4eb6137f47_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3794/8986681077_4eb6137f47_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3794/8986681077_6016d79dc7_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987574562", "title": "1-11-106-ANTIQUITES_Tome_Premier-055", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "architecture": "tag_id_2", "landscape": "tag_id_8", "photo": "tag_id_3", "ruins": "tag_id_9"}, "sizes": [{"url": "https://live.staticflickr.com/5340/8987574562_411e6a8452_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5340/8987574562_411e6a8452.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5340/8987574562_411e6a8452_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5340/8987574562_411e6a8452_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5340/8987574562_411e6a8452_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5340/8987574562_60a1586250_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988286554", "title": "1-20-72-HISTOIRE_Naturelle_Tome_Deuxieme-038", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/3787/8988286554_bbf6520b71_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3787/8988286554_bbf6520b71.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3787/8988286554_bbf6520b71_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3787/8988286554_bbf6520b71_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3787/8988286554_bbf6520b71_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3787/8988286554_ac81af2ff9_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987097529", "title": "1-21-100-HISTOIRE_Naturelle_Tome_Deuxieme_bis-052", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/5345/8987097529_57032f6092_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5345/8987097529_57032f6092.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5345/8987097529_57032f6092_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5345/8987097529_57032f6092_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5345/8987097529_57032f6092_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5345/8987097529_ef496e7f1e_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986929915", "title": "1-18-162-ETAT_Moderne_Tome_Deuxieme-083", "tags": {"writing": "tag_id_18", "ruins": "tag_id_9", "relief": "tag_id_6"}, "sizes": [{"url": "https://live.staticflickr.com/5455/8986929915_28d957bb61_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5455/8986929915_28d957bb61.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5455/8986929915_28d957bb61_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5455/8986929915_28d957bb61_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5455/8986929915_28d957bb61_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5455/8986929915_3a5c86e845_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987790876", "title": "1-13-5-ANTIQUITES_Tome_Troisieme-005-combined", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "architecture": "tag_id_2", "landscape": "tag_id_8", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/2805/8987790876_6c46943773_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/2805/8987790876_6c46943773.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/2805/8987790876_6c46943773_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/2805/8987790876_6c46943773_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/2805/8987790876_6c46943773_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/2805/8987790876_c2a96ae9bc_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986814793", "title": "1-16-87-ATLAS_Geographiqe-046-combined", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/7373/8986814793_3a5a0c989f_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/7373/8986814793_3a5a0c989f.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/7373/8986814793_3a5a0c989f_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/7373/8986814793_3a5a0c989f_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/7373/8986814793_3a5a0c989f_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/7373/8986814793_6bf6b672e2_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987957836", "title": "1-15-86-ANTIQUITES_Tome_Cinquieme-045", "tags": {"architecture": "tag_id_2", "map": "tag_id_12", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/7356/8987957836_9a2dc6cc22_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7356/8987957836_9a2dc6cc22.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7356/8987957836_9a2dc6cc22_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7356/8987957836_9a2dc6cc22_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7356/8987957836_9a2dc6cc22_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7356/8987957836_988c4103ea_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987108807", "title": "1-21-118-HISTOIRE_Naturelle_Tome_Deuxieme_bis-061", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/2887/8987108807_cb3bcf6d9d_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/2887/8987108807_cb3bcf6d9d.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/2887/8987108807_cb3bcf6d9d_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/2887/8987108807_cb3bcf6d9d_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/2887/8987108807_cb3bcf6d9d_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/2887/8987108807_1bce935398_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987786114", "title": "1-13-50-ANTIQUITES_Tome_Troisieme-027-combined", "tags": {"architecture": "tag_id_2"}, "sizes": [{"url": "https://live.staticflickr.com/7312/8987786114_616a693ff5_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/7312/8987786114_616a693ff5.jpg", "width": "500", "height": "336"}, {"url": "https://live.staticflickr.com/7312/8987786114_616a693ff5_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/7312/8987786114_616a693ff5_c.jpg", "width": "800", "height": "538"}, {"url": "https://live.staticflickr.com/7312/8987786114_616a693ff5_b.jpg", "width": "1024", "height": "689"}, {"url": "https://live.staticflickr.com/7312/8987786114_d86ef4e914_o.jpg", "width": "1992", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987631796", "title": "1-11-40-ANTIQUITES_Tome_Premier-022", "tags": {"people": "tag_id_1", "relief": "tag_id_6", "artifacts": "tag_id_15"}, "sizes": [{"url": "https://live.staticflickr.com/8268/8987631796_2fdf0811f4_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8268/8987631796_2fdf0811f4.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8268/8987631796_2fdf0811f4_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8268/8987631796_2fdf0811f4_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8268/8987631796_2fdf0811f4_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8268/8987631796_d5af01121d_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986401361", "title": "1-11-156-ANTIQUITES_Tome_Premier-080", "tags": {"architecture": "tag_id_2", "relief": "tag_id_6"}, "sizes": [{"url": "https://live.staticflickr.com/8394/8986401361_1137008942_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/8394/8986401361_1137008942.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/8394/8986401361_1137008942_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/8394/8986401361_1137008942_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/8394/8986401361_1137008942_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/8394/8986401361_fd8e7aab5a_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986849323", "title": "1-17-154-ETAT_MODERNE_Tome_Premier-079", "tags": {"people": "tag_id_1", "plants": "tag_id_14", "animals": "tag_id_10", "landscape": "tag_id_8", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/7302/8986849323_913ba644eb_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7302/8986849323_913ba644eb.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7302/8986849323_913ba644eb_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7302/8986849323_913ba644eb_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7302/8986849323_913ba644eb_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7302/8986849323_535a872bf2_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987149775", "title": "1-21-58-HISTOIRE_Naturelle_Tome_Deuxieme_bis-031", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/5463/8987149775_d9919df9eb_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5463/8987149775_d9919df9eb.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5463/8987149775_d9919df9eb_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5463/8987149775_d9919df9eb_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5463/8987149775_d9919df9eb_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5463/8987149775_01ca33fbb1_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986909389", "title": "1-18-118-ETAT_Moderne_Tome_Deuxieme-061", "tags": {"people": "tag_id_1", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/7439/8986909389_5cb1b22e4d_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7439/8986909389_5cb1b22e4d.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7439/8986909389_5cb1b22e4d_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7439/8986909389_5cb1b22e4d_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7439/8986909389_5cb1b22e4d_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7439/8986909389_c13f705d45_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986948441", "title": "1-18-40-ETAT_Moderne_Tome_Deuxieme-022", "tags": {"architecture": "tag_id_2"}, "sizes": [{"url": "https://live.staticflickr.com/8536/8986948441_14c650f2e9_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/8536/8986948441_14c650f2e9.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/8536/8986948441_14c650f2e9_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/8536/8986948441_14c650f2e9_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/8536/8986948441_14c650f2e9_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/8536/8986948441_c0c7e31b96_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986845155", "title": "1-17-146-ETAT_MODERNE_Tome_Premier-075", "tags": {"architecture": "tag_id_2", "photo": "tag_id_3", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/8539/8986845155_bfb9738b4b_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8539/8986845155_bfb9738b4b.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8539/8986845155_bfb9738b4b_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8539/8986845155_bfb9738b4b_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8539/8986845155_bfb9738b4b_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8539/8986845155_a9bcfe25d2_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988218742", "title": "1-19-90-HISTOIRE_Naturelle_Tome_Premiem-047", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/3751/8988218742_d90e853998_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3751/8988218742_d90e853998.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3751/8988218742_d90e853998_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3751/8988218742_d90e853998_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3751/8988218742_d90e853998_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3751/8988218742_a321ca8183_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987153171", "title": "1-21-64-HISTOIRE_Naturelle_Tome_Deuxieme_bis-034", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/7446/8987153171_7598e1b648_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7446/8987153171_7598e1b648.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7446/8987153171_7598e1b648_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7446/8987153171_7598e1b648_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7446/8987153171_7598e1b648_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7446/8987153171_c03ae41dc9_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987990342", "title": "1-16-45-ATLAS_Geographiqe-025-combined", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/5331/8987990342_5675ab87e7_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/5331/8987990342_5675ab87e7.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/5331/8987990342_5675ab87e7_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/5331/8987990342_5675ab87e7_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/5331/8987990342_5675ab87e7_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/5331/8987990342_7e8777bc63_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988061596", "title": "1-17-26-ETAT_MODERNE_Tome_Premier-015", "tags": {"amazing": "tag_id_4", "map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/3778/8988061596_09b96d0bda_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3778/8988061596_09b96d0bda.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3778/8988061596_09b96d0bda_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3778/8988061596_09b96d0bda_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3778/8988061596_09b96d0bda_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3778/8988061596_71e2fd0cd1_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987716236", "title": "1-12-36-ANTIQUITES_Tome_Deuxieme-020", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "architecture": "tag_id_2", "relief": "tag_id_6", "designs": "tag_id_16", "hieroglyphics": "tag_id_13"}, "sizes": [{"url": "https://live.staticflickr.com/2828/8987716236_4e23d1fe30_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2828/8987716236_4e23d1fe30.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2828/8987716236_4e23d1fe30_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2828/8987716236_4e23d1fe30_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2828/8987716236_4e23d1fe30_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2828/8987716236_92909958d8_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987172779", "title": "1-21-98-HISTOIRE_Naturelle_Tome_Deuxieme_bis-051", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/5336/8987172779_cced9830ab_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5336/8987172779_cced9830ab.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5336/8987172779_cced9830ab_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5336/8987172779_cced9830ab_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5336/8987172779_cced9830ab_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5336/8987172779_9c2c15d642_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986806245", "title": "1-16-72-ATLAS_Geographiqe-038", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/5341/8986806245_7a1d548d9e_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5341/8986806245_7a1d548d9e.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5341/8986806245_7a1d548d9e_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5341/8986806245_7a1d548d9e_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5341/8986806245_7a1d548d9e_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5341/8986806245_b6c4d8757f_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986519005", "title": "1-12-38-ANTIQUITES_Tome_Deuxieme-021", "tags": {"architecture": "tag_id_2", "relief": "tag_id_6", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/2809/8986519005_53730660cf_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/2809/8986519005_53730660cf.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/2809/8986519005_53730660cf_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/2809/8986519005_53730660cf_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/2809/8986519005_53730660cf_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/2809/8986519005_1caaf1d099_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988172196", "title": "1-18-94-ETAT_Moderne_Tome_Deuxieme-049", "tags": {"people": "tag_id_1", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/7331/8988172196_e4fcdc975d_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7331/8988172196_e4fcdc975d.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7331/8988172196_e4fcdc975d_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7331/8988172196_e4fcdc975d_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7331/8988172196_e4fcdc975d_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7331/8988172196_86e2dfb283_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986682195", "title": "1-15-104-ANTIQUITES_Tome_Cinquieme-054", "tags": {"writing": "tag_id_18", "hieroglyphics": "tag_id_13"}, "sizes": [{"url": "https://live.staticflickr.com/7395/8986682195_b79b50fe34_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7395/8986682195_b79b50fe34.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7395/8986682195_b79b50fe34_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7395/8986682195_b79b50fe34_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7395/8986682195_b79b50fe34_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7395/8986682195_d29cc0683d_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986900057", "title": "1-18-100-ETAT_Moderne_Tome_Deuxieme-052", "tags": {"people": "tag_id_1", "landscape": "tag_id_8", "photo": "tag_id_3", "textiles": "tag_id_21"}, "sizes": [{"url": "https://live.staticflickr.com/7308/8986900057_e63daf9e80_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7308/8986900057_e63daf9e80.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7308/8986900057_e63daf9e80_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7308/8986900057_e63daf9e80_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7308/8986900057_e63daf9e80_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7308/8986900057_edb75b4d4c_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988322966", "title": "1-21-152-HISTOIRE_Naturelle_Tome_Deuxieme_bis-078", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/8536/8988322966_2ddc111a00_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8536/8988322966_2ddc111a00.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8536/8988322966_2ddc111a00_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8536/8988322966_2ddc111a00_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8536/8988322966_2ddc111a00_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8536/8988322966_0b82339dac_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987750214", "title": "1-13-102-ANTIQUITES_Tome_Troisieme-053", "tags": {"relief": "tag_id_6", "blueprint": "tag_id_11", "designs": "tag_id_16", "hieroglyphics": "tag_id_13"}, "sizes": [{"url": "https://live.staticflickr.com/2815/8987750214_5af206dd5e_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2815/8987750214_5af206dd5e.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2815/8987750214_5af206dd5e_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2815/8987750214_5af206dd5e_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2815/8987750214_5af206dd5e_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2815/8987750214_32e08bd0fd_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987766282", "title": "1-13-140-ANTIQUITES_Tome_Troisieme-072", "tags": {"relief": "tag_id_6", "hieroglyphics": "tag_id_13"}, "sizes": [{"url": "https://live.staticflickr.com/5456/8987766282_30e5e51e05_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5456/8987766282_30e5e51e05.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5456/8987766282_30e5e51e05_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5456/8987766282_30e5e51e05_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5456/8987766282_30e5e51e05_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5456/8987766282_00dcf924c7_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986683319", "title": "1-15-105-ANTIQUITES_Tome_Cinquieme-055-combined", "tags": {"writing": "tag_id_18", "amazing": "tag_id_4", "hieroglyphics": "tag_id_13"}, "sizes": [{"url": "https://live.staticflickr.com/7296/8986683319_8b93b9bd79_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/7296/8986683319_8b93b9bd79.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/7296/8986683319_8b93b9bd79_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/7296/8986683319_8b93b9bd79_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/7296/8986683319_8b93b9bd79_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/7296/8986683319_2f7902f06e_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986735991", "title": "1-15-31-ANTIQUITES_Tome_Cinquieme-018-combined", "tags": {"architecture": "tag_id_2", "photo": "tag_id_3", "ruins": "tag_id_9", "blueprint": "tag_id_11", "pyramids": "tag_id_20"}, "sizes": [{"url": "https://live.staticflickr.com/3833/8986735991_2157464823_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/3833/8986735991_2157464823.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/3833/8986735991_2157464823_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/3833/8986735991_2157464823_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/3833/8986735991_2157464823_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/3833/8986735991_ed8a701fb4_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987752696", "title": "1-13-108-ANTIQUITES_Tome_Troisieme-056", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "relief": "tag_id_6"}, "sizes": [{"url": "https://live.staticflickr.com/7446/8987752696_075ceed453_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7446/8987752696_075ceed453.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7446/8987752696_075ceed453_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7446/8987752696_075ceed453_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7446/8987752696_075ceed453_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7446/8987752696_5fd06f72c5_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988252096", "title": "1-20-178-HISTOIRE_Naturelle_Tome_Deuxieme-091", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/2819/8988252096_d2786b16d4_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/2819/8988252096_d2786b16d4.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/2819/8988252096_d2786b16d4_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/2819/8988252096_d2786b16d4_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/2819/8988252096_d2786b16d4_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/2819/8988252096_f1f272e5c3_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987059609", "title": "1-20-196-HISTOIRE_Naturelle_Tome_Deuxieme-100", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/3764/8987059609_79bf906d42_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3764/8987059609_79bf906d42.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3764/8987059609_79bf906d42_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3764/8987059609_79bf906d42_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3764/8987059609_79bf906d42_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3764/8987059609_52acffa132_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986703421", "title": "1-15-144-ANTIQUITES_Tome_Cinquieme-074", "tags": {"people": "tag_id_1", "gods": "tag_id_7", "statuary": "tag_id_5"}, "sizes": [{"url": "https://live.staticflickr.com/8121/8986703421_7302c38511_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8121/8986703421_7302c38511.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8121/8986703421_7302c38511_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8121/8986703421_7302c38511_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8121/8986703421_7302c38511_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8121/8986703421_b65a5cd5b6_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988053438", "title": "1-17-164-ETAT_MODERNE_Tome_Premier-084", "tags": {"people": "tag_id_1", "plants": "tag_id_14", "landscape": "tag_id_8", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/3743/8988053438_15b3bdb4d4_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3743/8988053438_15b3bdb4d4.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3743/8988053438_15b3bdb4d4_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3743/8988053438_15b3bdb4d4_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3743/8988053438_15b3bdb4d4_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3743/8988053438_cd4fb45e97_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988023138", "title": "1-17-106-ETAT_MODERNE_Tome_Premier-055", "tags": {"people": "tag_id_1", "plants": "tag_id_14", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/7317/8988023138_de97b7299e_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7317/8988023138_de97b7299e.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7317/8988023138_de97b7299e_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7317/8988023138_de97b7299e_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7317/8988023138_de97b7299e_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7317/8988023138_c36d9b45c1_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988260052", "title": "1-20-198-HISTOIRE_Naturelle_Tome_Deuxieme-101", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/5338/8988260052_17d400bec1_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5338/8988260052_17d400bec1.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5338/8988260052_17d400bec1_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5338/8988260052_17d400bec1_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5338/8988260052_17d400bec1_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5338/8988260052_6f152253d3_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986531045", "title": "1-12-57-ANTIQUITES_Tome_Deuxieme-031-combined", "tags": {"architecture": "tag_id_2", "statuary": "tag_id_5"}, "sizes": [{"url": "https://live.staticflickr.com/2851/8986531045_3afbdbbc83_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/2851/8986531045_3afbdbbc83.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/2851/8986531045_3afbdbbc83_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/2851/8986531045_3afbdbbc83_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/2851/8986531045_3afbdbbc83_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/2851/8986531045_acda629c86_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986990637", "title": "1-19-24-HISTOIRE_Naturelle_Tome_Premiem-014", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/7290/8986990637_ed8fbdefb6_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7290/8986990637_ed8fbdefb6.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7290/8986990637_ed8fbdefb6_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7290/8986990637_ed8fbdefb6_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7290/8986990637_ed8fbdefb6_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7290/8986990637_a86688f402_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988292632", "title": "1-20-8-HISTOIRE_Naturelle_Tome_Deuxieme-006", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/7341/8988292632_18cd9b9b91_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7341/8988292632_18cd9b9b91.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7341/8988292632_18cd9b9b91_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7341/8988292632_18cd9b9b91_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7341/8988292632_18cd9b9b91_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7341/8988292632_15d3577870_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986808001", "title": "1-16-75-ATLAS_Geographiqe-040-combined", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/3795/8986808001_35be098a75_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/3795/8986808001_35be098a75.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/3795/8986808001_35be098a75_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/3795/8986808001_35be098a75_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/3795/8986808001_35be098a75_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/3795/8986808001_5c8e0c2e3e_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987953122", "title": "1-15-74-ANTIQUITES_Tome_Cinquieme-039", "tags": {"architecture": "tag_id_2", "photo": "tag_id_3", "blueprint": "tag_id_11", "statuary": "tag_id_5"}, "sizes": [{"url": "https://live.staticflickr.com/3691/8987953122_1ea42a3a5c_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3691/8987953122_1ea42a3a5c.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3691/8987953122_1ea42a3a5c_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3691/8987953122_1ea42a3a5c_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3691/8987953122_1ea42a3a5c_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3691/8987953122_3d3d374faf_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987694318", "title": "1-12-159-ANTIQUITES_Tome_Deuxieme-082-combined", "tags": {"architecture": "tag_id_2", "photo": "tag_id_3", "amazing": "tag_id_4", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/3768/8987694318_cfeef4df14_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/3768/8987694318_cfeef4df14.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/3768/8987694318_cfeef4df14_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/3768/8987694318_cfeef4df14_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/3768/8987694318_cfeef4df14_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/3768/8987694318_94edc1510f_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988281854", "title": "1-20-60-HISTOIRE_Naturelle_Tome_Deuxieme-032", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/7350/8988281854_42eb4d42b7_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7350/8988281854_42eb4d42b7.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7350/8988281854_42eb4d42b7_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7350/8988281854_42eb4d42b7_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7350/8988281854_42eb4d42b7_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7350/8988281854_54046aeab3_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986836403", "title": "1-17-130-ETAT_MODERNE_Tome_Premier-067", "tags": {"landscape": "tag_id_8", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/8140/8986836403_6f81c4793d_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/8140/8986836403_6f81c4793d.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/8140/8986836403_6f81c4793d_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/8140/8986836403_6f81c4793d_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/8140/8986836403_6f81c4793d_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/8140/8986836403_39bf6d4792_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986412507", "title": "1-11-182-ANTIQUITES_Tome_Premier-093", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "architecture": "tag_id_2", "relief": "tag_id_6", "gods": "tag_id_7"}, "sizes": [{"url": "https://live.staticflickr.com/3723/8986412507_28d3f3db1d_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3723/8986412507_28d3f3db1d.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3723/8986412507_28d3f3db1d_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3723/8986412507_28d3f3db1d_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3723/8986412507_28d3f3db1d_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3723/8986412507_6793d21491_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986925827", "title": "1-18-152-ETAT_Moderne_Tome_Deuxieme-078", "tags": {"people": "tag_id_1", "designs": "tag_id_16", "textiles": "tag_id_21"}, "sizes": [{"url": "https://live.staticflickr.com/7299/8986925827_591646787a_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7299/8986925827_591646787a.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7299/8986925827_591646787a_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7299/8986925827_591646787a_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7299/8986925827_591646787a_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7299/8986925827_e8bd7bdb54_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988187182", "title": "1-19-18-HISTOIRE_Naturelle_Tome_Premiem-011", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/5444/8988187182_ece282490c_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5444/8988187182_ece282490c.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5444/8988187182_ece282490c_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5444/8988187182_ece282490c_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5444/8988187182_ece282490c_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5444/8988187182_ee41a214c9_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987000855", "title": "1-19-48-HISTOIRE_Naturelle_Tome_Premiem-026", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/3677/8987000855_0cb597cb37_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3677/8987000855_0cb597cb37.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3677/8987000855_0cb597cb37_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3677/8987000855_0cb597cb37_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3677/8987000855_0cb597cb37_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3677/8987000855_2ae2c1bcb7_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986443909", "title": "1-11-60-ANTIQUITES_Tome_Premier-032", "tags": {"people": "tag_id_1", "architecture": "tag_id_2", "photo": "tag_id_3", "amazing": "tag_id_4"}, "sizes": [{"url": "https://live.staticflickr.com/7303/8986443909_3554de68f0_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7303/8986443909_3554de68f0.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7303/8986443909_3554de68f0_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7303/8986443909_3554de68f0_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7303/8986443909_3554de68f0_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7303/8986443909_817a660990_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987571460", "title": "1-11-100-ANTIQUITES_Tome_Premier-052", "tags": {"people": "tag_id_1", "relief": "tag_id_6", "gods": "tag_id_7"}, "sizes": [{"url": "https://live.staticflickr.com/3796/8987571460_cab3960cd3_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3796/8987571460_cab3960cd3.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3796/8987571460_cab3960cd3_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3796/8987571460_cab3960cd3_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3796/8987571460_cab3960cd3_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3796/8987571460_69b0905f3a_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988321742", "title": "1-21-14-HISTOIRE_Naturelle_Tome_Deuxieme_bis-009", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/5334/8988321742_5d95254ce4_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5334/8988321742_5d95254ce4.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5334/8988321742_5d95254ce4_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5334/8988321742_5d95254ce4_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5334/8988321742_5d95254ce4_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5334/8988321742_e1b451569f_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987969668", "title": "1-16-10-ATLAS_Geographiqe-007", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/5448/8987969668_c2a28ecdf3_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5448/8987969668_c2a28ecdf3.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5448/8987969668_c2a28ecdf3_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5448/8987969668_c2a28ecdf3_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5448/8987969668_c2a28ecdf3_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5448/8987969668_f3aaba6e81_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986977729", "title": "1-19-106-HISTOIRE_Naturelle_Tome_Premiem-055", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/3713/8986977729_aee50c2a6b_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3713/8986977729_aee50c2a6b.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3713/8986977729_aee50c2a6b_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3713/8986977729_aee50c2a6b_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3713/8986977729_aee50c2a6b_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3713/8986977729_5a9b8c0978_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987886152", "title": "1-15-114-ANTIQUITES_Tome_Cinquieme-059", "tags": {"writing": "tag_id_18"}, "sizes": [{"url": "https://live.staticflickr.com/3687/8987886152_06f2d9dd9f_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3687/8987886152_06f2d9dd9f.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3687/8987886152_06f2d9dd9f_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3687/8987886152_06f2d9dd9f_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3687/8987886152_06f2d9dd9f_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3687/8987886152_0a70890ba5_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986473533", "title": "1-12-123-ANTIQUITES_Tome_Deuxieme-064-combined", "tags": {"writing": "tag_id_18"}, "sizes": [{"url": "https://live.staticflickr.com/8540/8986473533_5645e5004c_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/8540/8986473533_5645e5004c.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/8540/8986473533_5645e5004c_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/8540/8986473533_5645e5004c_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/8540/8986473533_5645e5004c_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/8540/8986473533_de264f3dd7_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988093788", "title": "1-17-89-ETAT_MODERNE_Tome_Premier-047-combined", "tags": {"people": "tag_id_1", "landscape": "tag_id_8", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/2860/8988093788_bd3cccec25_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/2860/8988093788_bd3cccec25.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/2860/8988093788_bd3cccec25_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/2860/8988093788_bd3cccec25_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/2860/8988093788_bd3cccec25_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/2860/8988093788_535c93c0f9_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988248624", "title": "1-20-16-HISTOIRE_Naturelle_Tome_Deuxieme-010", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/3770/8988248624_4c0f6f0ed4_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3770/8988248624_4c0f6f0ed4.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3770/8988248624_4c0f6f0ed4_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3770/8988248624_4c0f6f0ed4_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3770/8988248624_4c0f6f0ed4_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3770/8988248624_56fa760753_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987901962", "title": "1-15-146-ANTIQUITES_Tome_Cinquieme-075", "tags": {"people": "tag_id_1", "gods": "tag_id_7", "statuary": "tag_id_5"}, "sizes": [{"url": "https://live.staticflickr.com/3712/8987901962_d9671b8d87_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3712/8987901962_d9671b8d87.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3712/8987901962_d9671b8d87_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3712/8987901962_d9671b8d87_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3712/8987901962_d9671b8d87_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3712/8987901962_43d2a61898_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987666268", "title": "1-12-112-ANTIQUITES_Tome_Deuxieme-058", "tags": {"animals": "tag_id_10", "mummy": "tag_id_17"}, "sizes": [{"url": "https://live.staticflickr.com/8556/8987666268_11c9223b50_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/8556/8987666268_11c9223b50.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/8556/8987666268_11c9223b50_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/8556/8987666268_11c9223b50_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/8556/8987666268_11c9223b50_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/8556/8987666268_69b79db891_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987117693", "title": "1-21-136-HISTOIRE_Naturelle_Tome_Deuxieme_bis-070", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/2864/8987117693_7c162014d6_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2864/8987117693_7c162014d6.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2864/8987117693_7c162014d6_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2864/8987117693_7c162014d6_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2864/8987117693_7c162014d6_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2864/8987117693_b89b5eac78_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986942959", "title": "1-18-30-ETAT_Moderne_Tome_Deuxieme-017-combined", "tags": {"landscape": "tag_id_8", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/5466/8986942959_b7da2c85ce_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/5466/8986942959_b7da2c85ce.jpg", "width": "500", "height": "336"}, {"url": "https://live.staticflickr.com/5466/8986942959_b7da2c85ce_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/5466/8986942959_b7da2c85ce_c.jpg", "width": "800", "height": "538"}, {"url": "https://live.staticflickr.com/5466/8986942959_b7da2c85ce_b.jpg", "width": "1024", "height": "689"}, {"url": "https://live.staticflickr.com/5466/8986942959_42b031593f_o.jpg", "width": "1992", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987882938", "title": "1-15-109-ANTIQUITES_Tome_Cinquieme-057-combined", "tags": {"writing": "tag_id_18", "amazing": "tag_id_4"}, "sizes": [{"url": "https://live.staticflickr.com/8397/8987882938_caa9560652_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/8397/8987882938_caa9560652.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/8397/8987882938_caa9560652_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/8397/8987882938_caa9560652_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/8397/8987882938_caa9560652_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/8397/8987882938_8de2bf6747_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986770793", "title": "1-16-109-ATLAS_Geographiqe-057-combined", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/2847/8986770793_e468ea1551_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/2847/8986770793_e468ea1551.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/2847/8986770793_e468ea1551_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/2847/8986770793_e468ea1551_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/2847/8986770793_e468ea1551_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/2847/8986770793_dde5009afd_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986439065", "title": "1-11-50-ANTIQUITES_Tome_Premier-027", "tags": {"architecture": "tag_id_2", "relief": "tag_id_6", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/8398/8986439065_975860b8b4_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/8398/8986439065_975860b8b4.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/8398/8986439065_975860b8b4_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/8398/8986439065_975860b8b4_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/8398/8986439065_975860b8b4_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/8398/8986439065_8e0c6658fe_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986724909", "title": "1-15-190-ANTIQUITES_Tome_Cinquieme-097", "tags": {"ruins": "tag_id_9", "statuary": "tag_id_5", "artifacts": "tag_id_15", "curio": "tag_id_22"}, "sizes": [{"url": "https://live.staticflickr.com/2832/8986724909_3a9a5e879b_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2832/8986724909_3a9a5e879b.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2832/8986724909_3a9a5e879b_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2832/8986724909_3a9a5e879b_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2832/8986724909_3a9a5e879b_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2832/8986724909_a0e6b3f326_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987779098", "title": "1-13-37-ANTIQUITES_Tome_Troisieme-021-combined", "tags": {"people": "tag_id_1", "plants": "tag_id_14", "animals": "tag_id_10", "landscape": "tag_id_8", "photo": "tag_id_3", "ruins": "tag_id_9"}, "sizes": [{"url": "https://live.staticflickr.com/3767/8987779098_2ea6fc8a04_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/3767/8987779098_2ea6fc8a04.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/3767/8987779098_2ea6fc8a04_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/3767/8987779098_2ea6fc8a04_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/3767/8987779098_2ea6fc8a04_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/3767/8987779098_c4f5bde50c_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988195862", "title": "1-19-36-HISTOIRE_Naturelle_Tome_Premiem-020", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/7438/8988195862_7f54c82d57_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7438/8988195862_7f54c82d57.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7438/8988195862_7f54c82d57_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7438/8988195862_7f54c82d57_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7438/8988195862_7f54c82d57_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7438/8988195862_db3210ce1c_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988115942", "title": "1-18-132-ETAT_Moderne_Tome_Deuxieme-068", "tags": {"artifacts": "tag_id_15"}, "sizes": [{"url": "https://live.staticflickr.com/7299/8988115942_d109730a9e_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7299/8988115942_d109730a9e.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7299/8988115942_d109730a9e_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7299/8988115942_d109730a9e_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7299/8988115942_d109730a9e_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7299/8988115942_768b4b95e2_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987847202", "title": "1-14-38-ANTIQUITES_Tome_Quatrieme-021", "tags": {"relief": "tag_id_6", "designs": "tag_id_16"}, "sizes": [{"url": "https://live.staticflickr.com/7381/8987847202_cfc8598c08_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7381/8987847202_cfc8598c08.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7381/8987847202_cfc8598c08_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7381/8987847202_cfc8598c08_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7381/8987847202_cfc8598c08_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7381/8987847202_aa8c36c69f_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986609693", "title": "1-13-96-ANTIQUITES_Tome_Troisieme-050", "tags": {"people": "tag_id_1", "relief": "tag_id_6", "hieroglyphics": "tag_id_13"}, "sizes": [{"url": "https://live.staticflickr.com/3781/8986609693_a82ec6a5b4_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3781/8986609693_a82ec6a5b4.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3781/8986609693_a82ec6a5b4_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3781/8986609693_a82ec6a5b4_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3781/8986609693_a82ec6a5b4_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3781/8986609693_5fe3211a28_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986815859", "title": "1-16-89-ATLAS_Geographiqe-047-combined", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/8122/8986815859_d8bea9f530_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/8122/8986815859_d8bea9f530.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/8122/8986815859_d8bea9f530_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/8122/8986815859_d8bea9f530_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/8122/8986815859_d8bea9f530_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/8122/8986815859_61e8bc5f16_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986658625", "title": "1-14-56-ANTIQUITES_Tome_Quatrieme-030", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "relief": "tag_id_6", "gods": "tag_id_7"}, "sizes": [{"url": "https://live.staticflickr.com/8397/8986658625_e377b39a08_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8397/8986658625_e377b39a08.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8397/8986658625_e377b39a08_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8397/8986658625_e377b39a08_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8397/8986658625_e377b39a08_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8397/8986658625_c08974613b_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986659771", "title": "1-14-60-ANTIQUITES_Tome_Quatrieme-032", "tags": {"people": "tag_id_1", "relief": "tag_id_6", "gods": "tag_id_7", "hieroglyphics": "tag_id_13"}, "sizes": [{"url": "https://live.staticflickr.com/5467/8986659771_1de6588283_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5467/8986659771_1de6588283.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5467/8986659771_1de6588283_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5467/8986659771_1de6588283_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5467/8986659771_1de6588283_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5467/8986659771_0517f90cd6_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987123281", "title": "1-21-150-HISTOIRE_Naturelle_Tome_Deuxieme_bis-077", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/7324/8987123281_95ae625e57_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7324/8987123281_95ae625e57.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7324/8987123281_95ae625e57_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7324/8987123281_95ae625e57_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7324/8987123281_95ae625e57_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7324/8987123281_0eb07c13f1_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986790823", "title": "1-16-43-ATLAS_Geographiqe-024-combined", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/3747/8986790823_4f7c88a085_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/3747/8986790823_4f7c88a085.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/3747/8986790823_4f7c88a085_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/3747/8986790823_4f7c88a085_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/3747/8986790823_4f7c88a085_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/3747/8986790823_4ac6ed6c5c_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987945120", "title": "1-15-56-ANTIQUITES_Tome_Cinquieme-030", "tags": {"photo": "tag_id_3", "map": "tag_id_12", "blueprint": "tag_id_11", "pyramids": "tag_id_20", "statuary": "tag_id_5", "artifacts": "tag_id_15"}, "sizes": [{"url": "https://live.staticflickr.com/8418/8987945120_d59063a499_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8418/8987945120_d59063a499.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8418/8987945120_d59063a499_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8418/8987945120_d59063a499_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8418/8987945120_d59063a499_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8418/8987945120_b74cc1d8ae_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988332982", "title": "1-21-30-HISTOIRE_Naturelle_Tome_Deuxieme_bis-017", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/8117/8988332982_ca35239564_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/8117/8988332982_ca35239564.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/8117/8988332982_ca35239564_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/8117/8988332982_ca35239564_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/8117/8988332982_ca35239564_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/8117/8988332982_730c342fd5_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986417097", "title": "1-11-190-ANTIQUITES_Tome_Premier-097", "tags": {"people": "tag_id_1", "architecture": "tag_id_2", "landscape": "tag_id_8", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/2874/8986417097_96b9a12971_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/2874/8986417097_96b9a12971.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/2874/8986417097_96b9a12971_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/2874/8986417097_96b9a12971_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/2874/8986417097_96b9a12971_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/2874/8986417097_b4aa6cca66_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987120379", "title": "1-21-144-HISTOIRE_Naturelle_Tome_Deuxieme_bis-074", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/7404/8987120379_63872d2855_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7404/8987120379_63872d2855.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7404/8987120379_63872d2855_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7404/8987120379_63872d2855_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7404/8987120379_63872d2855_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7404/8987120379_e965f0221e_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988103680", "title": "1-18-10-ETAT_Moderne_Tome_Deuxieme-007", "tags": {"photo": "tag_id_3", "amazing": "tag_id_4", "ruins": "tag_id_9", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/7345/8988103680_47b1f19a19_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7345/8988103680_47b1f19a19.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7345/8988103680_47b1f19a19_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7345/8988103680_47b1f19a19_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7345/8988103680_47b1f19a19_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7345/8988103680_019c71ec6c_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986535025", "title": "1-12-68-ANTIQUITES_Tome_Deuxieme-036", "tags": {"architecture": "tag_id_2", "blueprint": "tag_id_11", "statuary": "tag_id_5"}, "sizes": [{"url": "https://live.staticflickr.com/8403/8986535025_fdc85e8d83_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/8403/8986535025_fdc85e8d83.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/8403/8986535025_fdc85e8d83_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/8403/8986535025_fdc85e8d83_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/8403/8986535025_fdc85e8d83_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/8403/8986535025_e1f5645e99_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987090033", "title": "1-20-82-HISTOIRE_Naturelle_Tome_Deuxieme-043", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/3826/8987090033_695080e619_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3826/8987090033_695080e619.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3826/8987090033_695080e619_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3826/8987090033_695080e619_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3826/8987090033_695080e619_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3826/8987090033_13848b922b_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986857133", "title": "1-17-16-ETAT_MODERNE_Tome_Premier-010", "tags": {"architecture": "tag_id_2", "map": "tag_id_12", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/5347/8986857133_7972e61aff_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5347/8986857133_7972e61aff.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5347/8986857133_7972e61aff_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5347/8986857133_7972e61aff_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5347/8986857133_7972e61aff_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5347/8986857133_2655bdaa02_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987893566", "title": "1-15-12-ANTIQUITES_Tome_Cinquieme-008", "tags": {"photo": "tag_id_3", "designs": "tag_id_16", "textiles": "tag_id_21"}, "sizes": [{"url": "https://live.staticflickr.com/5456/8987893566_5e85970135_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5456/8987893566_5e85970135.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5456/8987893566_5e85970135_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5456/8987893566_5e85970135_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5456/8987893566_5e85970135_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5456/8987893566_8dd8d1b8a6_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987700386", "title": "1-12-172-ANTIQUITES_Tome_Deuxieme-088", "tags": {"people": "tag_id_1", "relief": "tag_id_6", "gods": "tag_id_7"}, "sizes": [{"url": "https://live.staticflickr.com/7421/8987700386_d8ea9681eb_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7421/8987700386_d8ea9681eb.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7421/8987700386_d8ea9681eb_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7421/8987700386_d8ea9681eb_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7421/8987700386_d8ea9681eb_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7421/8987700386_657a93f78a_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986504015", "title": "1-12-176-ANTIQUITES_Tome_Deuxieme-090", "tags": {"animals": "tag_id_10", "architecture": "tag_id_2", "photo": "tag_id_3", "relief": "tag_id_6", "gods": "tag_id_7"}, "sizes": [{"url": "https://live.staticflickr.com/7299/8986504015_bccd3aee28_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7299/8986504015_bccd3aee28.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7299/8986504015_bccd3aee28_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7299/8986504015_bccd3aee28_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7299/8986504015_bccd3aee28_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7299/8986504015_4988ec3471_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986389487", "title": "1-11-130-ANTIQUITES_Tome_Premier-067", "tags": {"architecture": "tag_id_2", "relief": "tag_id_6", "hieroglyphics": "tag_id_13"}, "sizes": [{"url": "https://live.staticflickr.com/7389/8986389487_4357ef2608_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7389/8986389487_4357ef2608.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7389/8986389487_4357ef2608_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7389/8986389487_4357ef2608_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7389/8986389487_4357ef2608_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7389/8986389487_8a0e261b27_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988167102", "title": "1-18-84-ETAT_Moderne_Tome_Deuxieme-044", "tags": {"people": "tag_id_1", "landscape": "tag_id_8", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/3772/8988167102_c87c7bccac_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3772/8988167102_c87c7bccac.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3772/8988167102_c87c7bccac_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3772/8988167102_c87c7bccac_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3772/8988167102_c87c7bccac_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3772/8988167102_f40749cc88_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987171757", "title": "1-21-96-HISTOIRE_Naturelle_Tome_Deuxieme_bis-050", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/2866/8987171757_b268aebb4e_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/2866/8987171757_b268aebb4e.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/2866/8987171757_b268aebb4e_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/2866/8987171757_b268aebb4e_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/2866/8987171757_b268aebb4e_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/2866/8987171757_6592a62576_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987667184", "title": "1-12-114-ANTIQUITES_Tome_Deuxieme-059", "tags": {"photo": "tag_id_3", "statuary": "tag_id_5"}, "sizes": [{"url": "https://live.staticflickr.com/2885/8987667184_442a626caf_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2885/8987667184_442a626caf.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2885/8987667184_442a626caf_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2885/8987667184_442a626caf_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2885/8987667184_442a626caf_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2885/8987667184_de8b3eedb8_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987806580", "title": "1-13-94-ANTIQUITES_Tome_Troisieme-049", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "photo": "tag_id_3", "amazing": "tag_id_4", "ruins": "tag_id_9", "statuary": "tag_id_5"}, "sizes": [{"url": "https://live.staticflickr.com/7346/8987806580_59beb1c1df_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7346/8987806580_59beb1c1df.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7346/8987806580_59beb1c1df_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7346/8987806580_59beb1c1df_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7346/8987806580_59beb1c1df_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7346/8987806580_bc75447043_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986480683", "title": "1-12-133-ANTIQUITES_Tome_Deuxieme-069-combined", "tags": {"writing": "tag_id_18"}, "sizes": [{"url": "https://live.staticflickr.com/5457/8986480683_03a040fec0_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/5457/8986480683_03a040fec0.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/5457/8986480683_03a040fec0_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/5457/8986480683_03a040fec0_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/5457/8986480683_03a040fec0_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/5457/8986480683_6fd307b15f_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988221726", "title": "1-19-98-HISTOIRE_Naturelle_Tome_Premiem-051", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/7394/8988221726_0bf2840872_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7394/8988221726_0bf2840872.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7394/8988221726_0bf2840872_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7394/8988221726_0bf2840872_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7394/8988221726_0bf2840872_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7394/8988221726_8eb826f148_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986769615", "title": "1-16-107-ATLAS_Geographiqe-056-combined", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/3675/8986769615_faa34fbd63_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/3675/8986769615_faa34fbd63.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/3675/8986769615_faa34fbd63_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/3675/8986769615_faa34fbd63_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/3675/8986769615_faa34fbd63_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/3675/8986769615_77d062efa2_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987010587", "title": "1-19-70-HISTOIRE_Naturelle_Tome_Premiem-037", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/3714/8987010587_458b7c6e09_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3714/8987010587_458b7c6e09.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3714/8987010587_458b7c6e09_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3714/8987010587_458b7c6e09_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3714/8987010587_458b7c6e09_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3714/8987010587_587cd86124_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986923523", "title": "1-18-148-ETAT_Moderne_Tome_Deuxieme-076", "tags": {"artifacts": "tag_id_15"}, "sizes": [{"url": "https://live.staticflickr.com/2853/8986923523_b8463b15f9_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2853/8986923523_b8463b15f9.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2853/8986923523_b8463b15f9_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2853/8986923523_b8463b15f9_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2853/8986923523_b8463b15f9_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2853/8986923523_e7d028c6bd_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988285798", "title": "1-20-70-HISTOIRE_Naturelle_Tome_Deuxieme-037", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/3734/8988285798_be5954ff27_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3734/8988285798_be5954ff27.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3734/8988285798_be5954ff27_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3734/8988285798_be5954ff27_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3734/8988285798_be5954ff27_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3734/8988285798_52c651fe19_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986611671", "title": "1-13-99-ANTIQUITES_Tome_Troisieme-052-combined", "tags": {"people": "tag_id_1", "plants": "tag_id_14", "architecture": "tag_id_2", "landscape": "tag_id_8", "photo": "tag_id_3", "ruins": "tag_id_9"}, "sizes": [{"url": "https://live.staticflickr.com/2852/8986611671_bbb6d86dd4_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/2852/8986611671_bbb6d86dd4.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/2852/8986611671_bbb6d86dd4_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/2852/8986611671_bbb6d86dd4_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/2852/8986611671_bbb6d86dd4_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/2852/8986611671_324549ae6a_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987653524", "title": "1-11-86-ANTIQUITES_Tome_Premier-045", "tags": {"architecture": "tag_id_2", "landscape": "tag_id_8", "photo": "tag_id_3", "amazing": "tag_id_4", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/7283/8987653524_63734aba41_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7283/8987653524_63734aba41.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7283/8987653524_63734aba41_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7283/8987653524_63734aba41_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7283/8987653524_63734aba41_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7283/8987653524_a11db53cb8_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986396655", "title": "1-11-144-ANTIQUITES_Tome_Premier-074", "tags": {"people": "tag_id_1", "landscape": "tag_id_8", "photo": "tag_id_3", "amazing": "tag_id_4", "ruins": "tag_id_9"}, "sizes": [{"url": "https://live.staticflickr.com/3687/8986396655_ecdf5e84cc_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3687/8986396655_ecdf5e84cc.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3687/8986396655_ecdf5e84cc_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3687/8986396655_ecdf5e84cc_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3687/8986396655_ecdf5e84cc_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3687/8986396655_f2ee59dbdf_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986538231", "title": "1-12-72-ANTIQUITES_Tome_Deuxieme-038", "tags": {"people": "tag_id_1", "relief": "tag_id_6", "gods": "tag_id_7"}, "sizes": [{"url": "https://live.staticflickr.com/3667/8986538231_30f4a5cea9_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3667/8986538231_30f4a5cea9.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3667/8986538231_30f4a5cea9_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3667/8986538231_30f4a5cea9_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3667/8986538231_30f4a5cea9_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3667/8986538231_891348fc24_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988050604", "title": "1-17-158-ETAT_MODERNE_Tome_Premier-081", "tags": {"people": "tag_id_1", "plants": "tag_id_14", "animals": "tag_id_10", "photo": "tag_id_3", "ruins": "tag_id_9"}, "sizes": [{"url": "https://live.staticflickr.com/2852/8988050604_6d2cee819d_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2852/8988050604_6d2cee819d.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2852/8988050604_6d2cee819d_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2852/8988050604_6d2cee819d_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2852/8988050604_6d2cee819d_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2852/8988050604_f65cdb5600_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986564131", "title": "1-13-127-ANTIQUITES_Tome_Troisieme-066-combined", "tags": {"architecture": "tag_id_2", "relief": "tag_id_6"}, "sizes": [{"url": "https://live.staticflickr.com/7387/8986564131_ac52f634b5_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/7387/8986564131_ac52f634b5.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/7387/8986564131_ac52f634b5_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/7387/8986564131_ac52f634b5_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/7387/8986564131_ac52f634b5_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/7387/8986564131_3f4eef3871_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987758764", "title": "1-13-120-ANTIQUITES_Tome_Troisieme-062", "tags": {"people": "tag_id_1", "architecture": "tag_id_2", "relief": "tag_id_6"}, "sizes": [{"url": "https://live.staticflickr.com/3772/8987758764_229767e0ff_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3772/8987758764_229767e0ff.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3772/8987758764_229767e0ff_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3772/8987758764_229767e0ff_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3772/8987758764_229767e0ff_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3772/8987758764_e539b56570_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986794919", "title": "1-16-4-ATLAS_Geographiqe-003", "tags": {}, "sizes": [{"url": "https://live.staticflickr.com/2856/8986794919_dcbdacecb5_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/2856/8986794919_dcbdacecb5.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/2856/8986794919_dcbdacecb5_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/2856/8986794919_dcbdacecb5_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/2856/8986794919_dcbdacecb5_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/2856/8986794919_2f21f4f0d6_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988025614", "title": "1-17-110-ETAT_MODERNE_Tome_Premier-057", "tags": {"people": "tag_id_1", "architecture": "tag_id_2"}, "sizes": [{"url": "https://live.staticflickr.com/7315/8988025614_58db47536e_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7315/8988025614_58db47536e.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7315/8988025614_58db47536e_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7315/8988025614_58db47536e_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7315/8988025614_58db47536e_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7315/8988025614_b923189fc8_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987138871", "title": "1-21-40-HISTOIRE_Naturelle_Tome_Deuxieme_bis-022", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/5452/8987138871_6c02c59a54_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5452/8987138871_6c02c59a54.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5452/8987138871_6c02c59a54_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5452/8987138871_6c02c59a54_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5452/8987138871_6c02c59a54_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5452/8987138871_0bbe9b4f04_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987764256", "title": "1-13-134-ANTIQUITES_Tome_Troisieme-069", "tags": {"architecture": "tag_id_2", "relief": "tag_id_6"}, "sizes": [{"url": "https://live.staticflickr.com/2808/8987764256_8c82d548f8_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2808/8987764256_8c82d548f8.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2808/8987764256_8c82d548f8_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2808/8987764256_8c82d548f8_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2808/8987764256_8c82d548f8_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2808/8987764256_7e27948547_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987703478", "title": "1-12-180-ANTIQUITES_Tome_Deuxieme-092", "tags": {"relief": "tag_id_6", "artifacts": "tag_id_15"}, "sizes": [{"url": "https://live.staticflickr.com/3732/8987703478_61d68650b9_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3732/8987703478_61d68650b9.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3732/8987703478_61d68650b9_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3732/8987703478_61d68650b9_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3732/8987703478_61d68650b9_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3732/8987703478_759c11c6dc_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987984890", "title": "1-16-35-ATLAS_Geographiqe-020-combined", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/8535/8987984890_6b54786462_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/8535/8987984890_6b54786462.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/8535/8987984890_6b54786462_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/8535/8987984890_6b54786462_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/8535/8987984890_6b54786462_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/8535/8987984890_02ef95706d_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986520207", "title": "1-12-3-ANTIQUITES_Tome_Deuxieme-004-combined", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/8120/8986520207_87c9f03399_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/8120/8986520207_87c9f03399.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/8120/8986520207_87c9f03399_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/8120/8986520207_87c9f03399_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/8120/8986520207_87c9f03399_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/8120/8986520207_700c0f805e_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986934449", "title": "1-18-172-ETAT_Moderne_Tome_Deuxieme-088", "tags": {"artifacts": "tag_id_15"}, "sizes": [{"url": "https://live.staticflickr.com/5462/8986934449_4bae37023e_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5462/8986934449_4bae37023e.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5462/8986934449_4bae37023e_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5462/8986934449_4bae37023e_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5462/8986934449_4bae37023e_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5462/8986934449_22da019d2c_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987609578", "title": "1-11-178-ANTIQUITES_Tome_Premier-091", "tags": {"people": "tag_id_1", "architecture": "tag_id_2", "photo": "tag_id_3", "relief": "tag_id_6"}, "sizes": [{"url": "https://live.staticflickr.com/7342/8987609578_f06d3c71b1_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7342/8987609578_f06d3c71b1.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7342/8987609578_f06d3c71b1_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7342/8987609578_f06d3c71b1_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7342/8987609578_f06d3c71b1_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7342/8987609578_00a02a295f_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986821211", "title": "1-17-100-ETAT_MODERNE_Tome_Premier-052", "tags": {"architecture": "tag_id_2", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/8396/8986821211_1145eb20b8_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8396/8986821211_1145eb20b8.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8396/8986821211_1145eb20b8_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8396/8986821211_1145eb20b8_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8396/8986821211_1145eb20b8_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8396/8986821211_a42198de17_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986892155", "title": "1-17-85-ETAT_MODERNE_Tome_Premier-045-combined", "tags": {"people": "tag_id_1", "landscape": "tag_id_8", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/3769/8986892155_b7ef4719a1_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/3769/8986892155_b7ef4719a1.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/3769/8986892155_b7ef4719a1_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/3769/8986892155_b7ef4719a1_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/3769/8986892155_b7ef4719a1_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/3769/8986892155_47ed48d31b_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987054653", "title": "1-20-184-HISTOIRE_Naturelle_Tome_Deuxieme-094", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/5338/8987054653_213d69bee8_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5338/8987054653_213d69bee8.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5338/8987054653_213d69bee8_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5338/8987054653_213d69bee8_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5338/8987054653_213d69bee8_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5338/8987054653_17660188f8_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988340242", "title": "1-21-44-HISTOIRE_Naturelle_Tome_Deuxieme_bis-024", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/7458/8988340242_6e62ea036d_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7458/8988340242_6e62ea036d.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7458/8988340242_6e62ea036d_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7458/8988340242_6e62ea036d_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7458/8988340242_6e62ea036d_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7458/8988340242_d9ce3ac83c_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987127151", "title": "1-21-1-HISTOIRE_Naturelle_Tome_Deuxieme_bis-002", "tags": {}, "sizes": [{"url": "https://live.staticflickr.com/8408/8987127151_732cbfe91b_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8408/8987127151_732cbfe91b.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8408/8987127151_732cbfe91b_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8408/8987127151_732cbfe91b_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8408/8987127151_732cbfe91b_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8408/8987127151_9b971296ed_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987899846", "title": "1-15-140-ANTIQUITES_Tome_Cinquieme-072", "tags": {"people": "tag_id_1", "ruins": "tag_id_9", "statuary": "tag_id_5", "hieroglyphics": "tag_id_13"}, "sizes": [{"url": "https://live.staticflickr.com/2856/8987899846_117b2ec7d3_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2856/8987899846_117b2ec7d3.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2856/8987899846_117b2ec7d3_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2856/8987899846_117b2ec7d3_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2856/8987899846_117b2ec7d3_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2856/8987899846_2cca903b1c_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986662645", "title": "1-14-66-ANTIQUITES_Tome_Quatrieme-035", "tags": {"architecture": "tag_id_2", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/5461/8986662645_9b71bf169f_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5461/8986662645_9b71bf169f.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5461/8986662645_9b71bf169f_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5461/8986662645_9b71bf169f_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5461/8986662645_9b71bf169f_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5461/8986662645_22e6f6c1f4_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987121605", "title": "1-21-148-HISTOIRE_Naturelle_Tome_Deuxieme_bis-076", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/8556/8987121605_afbabca948_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8556/8987121605_afbabca948.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8556/8987121605_afbabca948_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8556/8987121605_afbabca948_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8556/8987121605_afbabca948_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8556/8987121605_786f05ec89_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987117031", "title": "1-21-134-HISTOIRE_Naturelle_Tome_Deuxieme_bis-069", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/3677/8987117031_d279737f66_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3677/8987117031_d279737f66.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3677/8987117031_d279737f66_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3677/8987117031_d279737f66_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3677/8987117031_d279737f66_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3677/8987117031_af6f322fdf_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988299470", "title": "1-21-104-HISTOIRE_Naturelle_Tome_Deuxieme_bis-054", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/3758/8988299470_e88e62b2fb_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3758/8988299470_e88e62b2fb.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3758/8988299470_e88e62b2fb_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3758/8988299470_e88e62b2fb_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3758/8988299470_e88e62b2fb_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3758/8988299470_9ea946a3a8_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988173756", "title": "1-18-98-ETAT_Moderne_Tome_Deuxieme-051", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "photo": "tag_id_3", "technology": "tag_id_19", "textiles": "tag_id_21"}, "sizes": [{"url": "https://live.staticflickr.com/3793/8988173756_15cf97587d_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3793/8988173756_15cf97587d.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3793/8988173756_15cf97587d_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3793/8988173756_15cf97587d_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3793/8988173756_15cf97587d_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3793/8988173756_1811997f76_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987877178", "title": "1-15-100-ANTIQUITES_Tome_Cinquieme-052", "tags": {"people": "tag_id_1", "relief": "tag_id_6", "hieroglyphics": "tag_id_13"}, "sizes": [{"url": "https://live.staticflickr.com/8545/8987877178_1ae29840c6_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8545/8987877178_1ae29840c6.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8545/8987877178_1ae29840c6_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8545/8987877178_1ae29840c6_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8545/8987877178_1ae29840c6_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8545/8987877178_2ded6b0c95_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988255542", "title": "1-20-188-HISTOIRE_Naturelle_Tome_Deuxieme-096", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/8397/8988255542_ecc8738798_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8397/8988255542_ecc8738798.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8397/8988255542_ecc8738798_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8397/8988255542_ecc8738798_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8397/8988255542_ecc8738798_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8397/8988255542_1559022638_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986762553", "title": "1-15-90-ANTIQUITES_Tome_Cinquieme-047-combined", "tags": {"writing": "tag_id_18"}, "sizes": [{"url": "https://live.staticflickr.com/7340/8986762553_c1500b848c_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/7340/8986762553_c1500b848c.jpg", "width": "500", "height": "336"}, {"url": "https://live.staticflickr.com/7340/8986762553_c1500b848c_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/7340/8986762553_c1500b848c_c.jpg", "width": "800", "height": "538"}, {"url": "https://live.staticflickr.com/7340/8986762553_c1500b848c_b.jpg", "width": "1024", "height": "689"}, {"url": "https://live.staticflickr.com/7340/8986762553_bfe3944703_o.jpg", "width": "1992", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986937383", "title": "1-18-1-ETAT_Moderne_Tome_Deuxieme-002", "tags": {}, "sizes": [{"url": "https://live.staticflickr.com/8414/8986937383_ac540cf8b0_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8414/8986937383_ac540cf8b0.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8414/8986937383_ac540cf8b0_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8414/8986937383_ac540cf8b0_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8414/8986937383_ac540cf8b0_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8414/8986937383_d6c10cbd61_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986677901", "title": "1-14-94-ANTIQUITES_Tome_Quatrieme-049", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "relief": "tag_id_6"}, "sizes": [{"url": "https://live.staticflickr.com/7331/8986677901_2521528dfb_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7331/8986677901_2521528dfb.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7331/8986677901_2521528dfb_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7331/8986677901_2521528dfb_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7331/8986677901_2521528dfb_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7331/8986677901_eea1c01103_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986847069", "title": "1-17-14-ETAT_MODERNE_Tome_Premier-009", "tags": {"plants": "tag_id_14", "landscape": "tag_id_8", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/3791/8986847069_62f7245db6_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3791/8986847069_62f7245db6.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3791/8986847069_62f7245db6_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3791/8986847069_62f7245db6_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3791/8986847069_62f7245db6_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3791/8986847069_9c48e08e2b_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988000362", "title": "1-16-63-ATLAS_Geographiqe-034-combined", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/3696/8988000362_939cb1559c_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/3696/8988000362_939cb1559c.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/3696/8988000362_939cb1559c_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/3696/8988000362_939cb1559c_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/3696/8988000362_939cb1559c_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/3696/8988000362_1b17e94902_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987834682", "title": "1-14-148-ANTIQUITES_Tome_Quatrieme-076", "tags": {"plants": "tag_id_14", "landscape": "tag_id_8", "photo": "tag_id_3", "pyramids": "tag_id_20"}, "sizes": [{"url": "https://live.staticflickr.com/3711/8987834682_ddd4e0cf5e_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3711/8987834682_ddd4e0cf5e.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3711/8987834682_ddd4e0cf5e_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3711/8987834682_ddd4e0cf5e_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3711/8987834682_ddd4e0cf5e_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3711/8987834682_36fae555e5_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987061015", "title": "1-20-1-HISTOIRE_Naturelle_Tome_Deuxieme-002", "tags": {}, "sizes": [{"url": "https://live.staticflickr.com/2885/8987061015_8532dfcf6f_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2885/8987061015_8532dfcf6f.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2885/8987061015_8532dfcf6f_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2885/8987061015_8532dfcf6f_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2885/8987061015_8532dfcf6f_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2885/8987061015_9b3426c5c4_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988351166", "title": "1-21-62-HISTOIRE_Naturelle_Tome_Deuxieme_bis-033", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/8559/8988351166_f443fcdd45_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/8559/8988351166_f443fcdd45.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/8559/8988351166_f443fcdd45_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/8559/8988351166_f443fcdd45_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/8559/8988351166_f443fcdd45_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/8559/8988351166_2f6e0c3914_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988022310", "title": "1-17-104-ETAT_MODERNE_Tome_Premier-054", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "architecture": "tag_id_2", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/3736/8988022310_c1cee97f22_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3736/8988022310_c1cee97f22.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3736/8988022310_c1cee97f22_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3736/8988022310_c1cee97f22_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3736/8988022310_c1cee97f22_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3736/8988022310_7ab97b0de9_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986875775", "title": "1-17-52-ETAT_MODERNE_Tome_Premier-028", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/7318/8986875775_39066da4f2_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7318/8986875775_39066da4f2.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7318/8986875775_39066da4f2_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7318/8986875775_39066da4f2_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7318/8986875775_39066da4f2_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7318/8986875775_890b33ba55_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988176368", "title": "1-19-104-HISTOIRE_Naturelle_Tome_Premiem-054", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/7393/8988176368_2583aca10c_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7393/8988176368_2583aca10c.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7393/8988176368_2583aca10c_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7393/8988176368_2583aca10c_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7393/8988176368_2583aca10c_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7393/8988176368_d755bf5c54_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988204246", "title": "1-19-56-HISTOIRE_Naturelle_Tome_Premiem-030", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/5337/8988204246_96dc8484e5_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5337/8988204246_96dc8484e5.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5337/8988204246_96dc8484e5_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5337/8988204246_96dc8484e5_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5337/8988204246_96dc8484e5_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5337/8988204246_cf8aeac273_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987639236", "title": "1-11-56-ANTIQUITES_Tome_Premier-030", "tags": {"people": "tag_id_1", "relief": "tag_id_6"}, "sizes": [{"url": "https://live.staticflickr.com/7320/8987639236_e6d6be90c0_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7320/8987639236_e6d6be90c0.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7320/8987639236_e6d6be90c0_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7320/8987639236_e6d6be90c0_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7320/8987639236_e6d6be90c0_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7320/8987639236_0761ce7812_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986802985", "title": "1-16-65-ATLAS_Geographiqe-035-combined", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/7330/8986802985_534eec8334_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/7330/8986802985_534eec8334.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/7330/8986802985_534eec8334_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/7330/8986802985_534eec8334_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/7330/8986802985_534eec8334_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/7330/8986802985_6d9949d800_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988170094", "title": "1-18-90-ETAT_Moderne_Tome_Deuxieme-047", "tags": {"people": "tag_id_1", "architecture": "tag_id_2", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/7286/8988170094_c5582240e6_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7286/8988170094_c5582240e6.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7286/8988170094_c5582240e6_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7286/8988170094_c5582240e6_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7286/8988170094_c5582240e6_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7286/8988170094_355ce26d85_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986835285", "title": "1-17-12-ETAT_MODERNE_Tome_Premier-008", "tags": {"animals": "tag_id_10", "landscape": "tag_id_8", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/5347/8986835285_928aa2959a_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5347/8986835285_928aa2959a.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5347/8986835285_928aa2959a_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5347/8986835285_928aa2959a_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5347/8986835285_928aa2959a_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5347/8986835285_c606884904_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987040623", "title": "1-20-148-HISTOIRE_Naturelle_Tome_Deuxieme-076", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/5470/8987040623_d0bc6a8d93_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5470/8987040623_d0bc6a8d93.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5470/8987040623_d0bc6a8d93_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5470/8987040623_d0bc6a8d93_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5470/8987040623_d0bc6a8d93_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5470/8987040623_b4429595ff_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987070011", "title": "1-20-28-HISTOIRE_Naturelle_Tome_Deuxieme-016", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/3797/8987070011_a9c53f5c87_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3797/8987070011_a9c53f5c87.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3797/8987070011_a9c53f5c87_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3797/8987070011_a9c53f5c87_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3797/8987070011_a9c53f5c87_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3797/8987070011_bc384ff4fa_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986457065", "title": "1-11-8-ANTIQUITES_Tome_Premier-006", "tags": {"people": "tag_id_1", "architecture": "tag_id_2", "photo": "tag_id_3", "amazing": "tag_id_4", "statuary": "tag_id_5"}, "sizes": [{"url": "https://live.staticflickr.com/2812/8986457065_385bd75720_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2812/8986457065_385bd75720.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2812/8986457065_385bd75720_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2812/8986457065_385bd75720_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2812/8986457065_385bd75720_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2812/8986457065_98af967f3f_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988010110", "title": "1-16-7-ATLAS_Geographiqe-006-combined", "tags": {}, "sizes": [{"url": "https://live.staticflickr.com/3702/8988010110_8a0e54c989_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/3702/8988010110_8a0e54c989.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/3702/8988010110_8a0e54c989_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/3702/8988010110_8a0e54c989_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/3702/8988010110_8a0e54c989_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/3702/8988010110_d2998a0c3f_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986451009", "title": "1-11-76-ANTIQUITES_Tome_Premier-040", "tags": {"architecture": "tag_id_2", "amazing": "tag_id_4", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/3737/8986451009_db4a9c839e_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3737/8986451009_db4a9c839e.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3737/8986451009_db4a9c839e_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3737/8986451009_db4a9c839e_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3737/8986451009_db4a9c839e_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3737/8986451009_76a3e9b6e0_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987156181", "title": "1-21-6-HISTOIRE_Naturelle_Tome_Deuxieme_bis-005", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/3789/8987156181_6f71265c67_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3789/8987156181_6f71265c67.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3789/8987156181_6f71265c67_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3789/8987156181_6f71265c67_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3789/8987156181_6f71265c67_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3789/8987156181_629783874e_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986983817", "title": "1-19-122-HISTOIRE_Naturelle_Tome_Premiem-063", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/3757/8986983817_e7a4dfe73b_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3757/8986983817_e7a4dfe73b.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3757/8986983817_e7a4dfe73b_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3757/8986983817_e7a4dfe73b_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3757/8986983817_e7a4dfe73b_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3757/8986983817_dd91ec805c_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987049573", "title": "1-20-170-HISTOIRE_Naturelle_Tome_Deuxieme-087", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/5442/8987049573_234030b3e6_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5442/8987049573_234030b3e6.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5442/8987049573_234030b3e6_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5442/8987049573_234030b3e6_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5442/8987049573_234030b3e6_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5442/8987049573_85b535848f_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986764617", "title": "1-15-93-ANTIQUITES_Tome_Cinquieme-049-combined", "tags": {"writing": "tag_id_18"}, "sizes": [{"url": "https://live.staticflickr.com/3756/8986764617_83303f5e63_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/3756/8986764617_83303f5e63.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/3756/8986764617_83303f5e63_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/3756/8986764617_83303f5e63_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/3756/8986764617_83303f5e63_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/3756/8986764617_db95b681fa_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987820506", "title": "1-14-116-ANTIQUITES_Tome_Quatrieme-060", "tags": {"architecture": "tag_id_2", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/3685/8987820506_9b2e3d32d8_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3685/8987820506_9b2e3d32d8.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3685/8987820506_9b2e3d32d8_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3685/8987820506_9b2e3d32d8_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3685/8987820506_9b2e3d32d8_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3685/8987820506_ce91243ea0_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987787114", "title": "1-13-52-ANTIQUITES_Tome_Troisieme-028", "tags": {"people": "tag_id_1", "architecture": "tag_id_2", "photo": "tag_id_3", "statuary": "tag_id_5"}, "sizes": [{"url": "https://live.staticflickr.com/7294/8987787114_cddab407ea_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7294/8987787114_cddab407ea.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7294/8987787114_cddab407ea_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7294/8987787114_cddab407ea_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7294/8987787114_cddab407ea_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7294/8987787114_6fc8657bff_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987855422", "title": "1-14-54-ANTIQUITES_Tome_Quatrieme-029", "tags": {"people": "tag_id_1", "relief": "tag_id_6"}, "sizes": [{"url": "https://live.staticflickr.com/8268/8987855422_57718a78f6_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/8268/8987855422_57718a78f6.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/8268/8987855422_57718a78f6_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/8268/8987855422_57718a78f6_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/8268/8987855422_57718a78f6_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/8268/8987855422_b80ebb9c05_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987908216", "title": "1-15-160-ANTIQUITES_Tome_Cinquieme-082", "tags": {"ruins": "tag_id_9", "statuary": "tag_id_5", "hieroglyphics": "tag_id_13"}, "sizes": [{"url": "https://live.staticflickr.com/8407/8987908216_12128ab3de_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8407/8987908216_12128ab3de.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8407/8987908216_12128ab3de_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8407/8987908216_12128ab3de_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8407/8987908216_12128ab3de_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8407/8987908216_917ed0d5e1_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987069169", "title": "1-20-26-HISTOIRE_Naturelle_Tome_Deuxieme-015", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/7340/8987069169_0b46551069_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7340/8987069169_0b46551069.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7340/8987069169_0b46551069_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7340/8987069169_0b46551069_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7340/8987069169_0b46551069_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7340/8987069169_714a1187fe_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987051731", "title": "1-20-176-HISTOIRE_Naturelle_Tome_Deuxieme-090", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/8267/8987051731_0b705757b6_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8267/8987051731_0b705757b6.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8267/8987051731_0b705757b6_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8267/8987051731_0b705757b6_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8267/8987051731_0b705757b6_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8267/8987051731_862974d51a_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988241486", "title": "1-20-150-HISTOIRE_Naturelle_Tome_Deuxieme-077", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/7397/8988241486_19191c5586_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7397/8988241486_19191c5586.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7397/8988241486_19191c5586_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7397/8988241486_19191c5586_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7397/8988241486_19191c5586_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7397/8988241486_e97b1d5167_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986951103", "title": "1-18-46-ETAT_Moderne_Tome_Deuxieme-025", "tags": {"landscape": "tag_id_8", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/5348/8986951103_63cb414251_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5348/8986951103_63cb414251.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5348/8986951103_63cb414251_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5348/8986951103_63cb414251_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5348/8986951103_63cb414251_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5348/8986951103_cd00c0089c_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986992121", "title": "1-19-28-HISTOIRE_Naturelle_Tome_Premiem-016", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/8119/8986992121_5da2f60a84_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8119/8986992121_5da2f60a84.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8119/8986992121_5da2f60a84_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8119/8986992121_5da2f60a84_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8119/8986992121_5da2f60a84_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8119/8986992121_93088e3e0c_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987048315", "title": "1-20-168-HISTOIRE_Naturelle_Tome_Deuxieme-086", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/3770/8987048315_eb4d2e99c5_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3770/8987048315_eb4d2e99c5.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3770/8987048315_eb4d2e99c5_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3770/8987048315_eb4d2e99c5_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3770/8987048315_eb4d2e99c5_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3770/8987048315_b30188e1de_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986644195", "title": "1-14-28-ANTIQUITES_Tome_Quatrieme-016", "tags": {"people": "tag_id_1", "relief": "tag_id_6", "gods": "tag_id_7"}, "sizes": [{"url": "https://live.staticflickr.com/5446/8986644195_d09415757a_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5446/8986644195_d09415757a.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5446/8986644195_d09415757a_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5446/8986644195_d09415757a_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5446/8986644195_d09415757a_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5446/8986644195_6bdfb3157c_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986768365", "title": "1-16-105-ATLAS_Geographiqe-055-combined", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/8556/8986768365_128e06e800_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/8556/8986768365_128e06e800.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/8556/8986768365_128e06e800_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/8556/8986768365_128e06e800_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/8556/8986768365_128e06e800_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/8556/8986768365_e37beb98c4_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986806985", "title": "1-16-73-ATLAS_Geographiqe-039-combined", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/5333/8986806985_662300b614_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/5333/8986806985_662300b614.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/5333/8986806985_662300b614_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/5333/8986806985_662300b614_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/5333/8986806985_662300b614_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/5333/8986806985_b285c9166a_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987745926", "title": "1-12-92-ANTIQUITES_Tome_Deuxieme-048", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "relief": "tag_id_6", "statuary": "tag_id_5", "artifacts": "tag_id_15"}, "sizes": [{"url": "https://live.staticflickr.com/5442/8987745926_a45efb7ec9_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5442/8987745926_a45efb7ec9.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5442/8987745926_a45efb7ec9_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5442/8987745926_a45efb7ec9_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5442/8987745926_a45efb7ec9_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5442/8987745926_04250e76c1_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987892018", "title": "1-15-126-ANTIQUITES_Tome_Cinquieme-065", "tags": {"writing": "tag_id_18"}, "sizes": [{"url": "https://live.staticflickr.com/8556/8987892018_a0f77f1cf8_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/8556/8987892018_a0f77f1cf8.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/8556/8987892018_a0f77f1cf8_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/8556/8987892018_a0f77f1cf8_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/8556/8987892018_a0f77f1cf8_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/8556/8987892018_a51f9fc2ec_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986949363", "title": "1-18-42-ETAT_Moderne_Tome_Deuxieme-023", "tags": {"landscape": "tag_id_8", "photo": "tag_id_3", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/5449/8986949363_02fa8a348a_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5449/8986949363_02fa8a348a.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5449/8986949363_02fa8a348a_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5449/8986949363_02fa8a348a_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5449/8986949363_02fa8a348a_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5449/8986949363_093dd118f0_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986584291", "title": "1-13-44-ANTIQUITES_Tome_Troisieme-024-combined", "tags": {"architecture": "tag_id_2", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/8114/8986584291_e927669b5e_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/8114/8986584291_e927669b5e.jpg", "width": "500", "height": "336"}, {"url": "https://live.staticflickr.com/8114/8986584291_e927669b5e_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/8114/8986584291_e927669b5e_c.jpg", "width": "800", "height": "538"}, {"url": "https://live.staticflickr.com/8114/8986584291_e927669b5e_b.jpg", "width": "1024", "height": "689"}, {"url": "https://live.staticflickr.com/8114/8986584291_f801193b58_o.jpg", "width": "1992", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987685076", "title": "1-12-143-ANTIQUITES_Tome_Deuxieme-074-combined", "tags": {"writing": "tag_id_18"}, "sizes": [{"url": "https://live.staticflickr.com/2872/8987685076_c9d46e28d6_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/2872/8987685076_c9d46e28d6.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/2872/8987685076_c9d46e28d6_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/2872/8987685076_c9d46e28d6_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/2872/8987685076_c9d46e28d6_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/2872/8987685076_b4b0599f36_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987006187", "title": "1-19-60-HISTOIRE_Naturelle_Tome_Premiem-032", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/7438/8987006187_acc3d6d716_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7438/8987006187_acc3d6d716.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7438/8987006187_acc3d6d716_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7438/8987006187_acc3d6d716_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7438/8987006187_acc3d6d716_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7438/8987006187_bb81ffe6fa_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987833888", "title": "1-14-146-ANTIQUITES_Tome_Quatrieme-075", "tags": {"people": "tag_id_1", "plants": "tag_id_14", "architecture": "tag_id_2", "landscape": "tag_id_8", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/5450/8987833888_a3ab2eef3b_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5450/8987833888_a3ab2eef3b.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5450/8987833888_a3ab2eef3b_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5450/8987833888_a3ab2eef3b_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5450/8987833888_a3ab2eef3b_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5450/8987833888_5ebbcae863_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986698925", "title": "1-15-134-ANTIQUITES_Tome_Cinquieme-069", "tags": {"architecture": "tag_id_2", "technology": "tag_id_19"}, "sizes": [{"url": "https://live.staticflickr.com/8396/8986698925_aa7de7a3cf_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8396/8986698925_aa7de7a3cf.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8396/8986698925_aa7de7a3cf_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8396/8986698925_aa7de7a3cf_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8396/8986698925_aa7de7a3cf_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8396/8986698925_cecf77deec_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986729925", "title": "1-15-20-ANTIQUITES_Tome_Cinquieme-012", "tags": {"people": "tag_id_1", "landscape": "tag_id_8", "photo": "tag_id_3", "amazing": "tag_id_4", "pyramids": "tag_id_20"}, "sizes": [{"url": "https://live.staticflickr.com/5345/8986729925_3489da027b_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5345/8986729925_3489da027b.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5345/8986729925_3489da027b_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5345/8986729925_3489da027b_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5345/8986729925_3489da027b_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5345/8986729925_5a341624db_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988265840", "title": "1-20-210-HISTOIRE_Naturelle_Tome_Deuxieme-107", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/7282/8988265840_a7b8876c0b_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7282/8988265840_a7b8876c0b.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7282/8988265840_a7b8876c0b_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7282/8988265840_a7b8876c0b_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7282/8988265840_a7b8876c0b_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7282/8988265840_7ce390737d_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986717651", "title": "1-15-17-ANTIQUITES_Tome_Cinquieme-011-combined", "tags": {"people": "tag_id_1", "landscape": "tag_id_8", "photo": "tag_id_3", "amazing": "tag_id_4", "pyramids": "tag_id_20"}, "sizes": [{"url": "https://live.staticflickr.com/3833/8986717651_2d87666b85_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/3833/8986717651_2d87666b85.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/3833/8986717651_2d87666b85_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/3833/8986717651_2d87666b85_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/3833/8986717651_2d87666b85_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/3833/8986717651_ecaa75607d_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988318578", "title": "1-21-140-HISTOIRE_Naturelle_Tome_Deuxieme_bis-072", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/8279/8988318578_c227c42dac_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8279/8988318578_c227c42dac.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8279/8988318578_c227c42dac_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8279/8988318578_c227c42dac_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8279/8988318578_c227c42dac_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8279/8988318578_e07315420f_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988302866", "title": "1-21-10-HISTOIRE_Naturelle_Tome_Deuxieme_bis-007", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/5328/8988302866_b56259d901_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5328/8988302866_b56259d901.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5328/8988302866_b56259d901_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5328/8988302866_b56259d901_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5328/8988302866_b56259d901_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5328/8988302866_a9a1c29bc5_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988227720", "title": "1-20-112-HISTOIRE_Naturelle_Tome_Deuxieme-058", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/7386/8988227720_dde5938ca1_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7386/8988227720_dde5938ca1.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7386/8988227720_dde5938ca1_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7386/8988227720_dde5938ca1_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7386/8988227720_dde5938ca1_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7386/8988227720_4a8cb5e216_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988124474", "title": "1-18-150-ETAT_Moderne_Tome_Deuxieme-077", "tags": {"blueprint": "tag_id_11", "designs": "tag_id_16"}, "sizes": [{"url": "https://live.staticflickr.com/3681/8988124474_56f5ecc39e_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3681/8988124474_56f5ecc39e.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3681/8988124474_56f5ecc39e_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3681/8988124474_56f5ecc39e_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3681/8988124474_56f5ecc39e_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3681/8988124474_f0f5833bbb_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988010958", "title": "1-16-81-ATLAS_Geographiqe-043-combined", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/2849/8988010958_9f5abdb561_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/2849/8988010958_9f5abdb561.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/2849/8988010958_9f5abdb561_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/2849/8988010958_9f5abdb561_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/2849/8988010958_9f5abdb561_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/2849/8988010958_9be5fb5c9b_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986985159", "title": "1-19-126-HISTOIRE_Naturelle_Tome_Premiem-065", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/3752/8986985159_fc7888beb4_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3752/8986985159_fc7888beb4.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3752/8986985159_fc7888beb4_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3752/8986985159_fc7888beb4_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3752/8986985159_fc7888beb4_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3752/8986985159_64bdc29cd2_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988263014", "title": "1-20-204-HISTOIRE_Naturelle_Tome_Deuxieme-104", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/5442/8988263014_c99ce86f8d_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5442/8988263014_c99ce86f8d.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5442/8988263014_c99ce86f8d_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5442/8988263014_c99ce86f8d_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5442/8988263014_c99ce86f8d_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5442/8988263014_702c6cc809_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988156438", "title": "1-18-60-ETAT_Moderne_Tome_Deuxieme-032", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "photo": "tag_id_3", "technology": "tag_id_19", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/7281/8988156438_3bcff400dc_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7281/8988156438_3bcff400dc.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7281/8988156438_3bcff400dc_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7281/8988156438_3bcff400dc_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7281/8988156438_3bcff400dc_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7281/8988156438_bc580f187b_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986938731", "title": "1-18-22-ETAT_Moderne_Tome_Deuxieme-013", "tags": {"architecture": "tag_id_2", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/3758/8986938731_29bff73e69_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3758/8986938731_29bff73e69.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3758/8986938731_29bff73e69_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3758/8986938731_29bff73e69_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3758/8986938731_29bff73e69_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3758/8986938731_282268f870_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987137867", "title": "1-21-38-HISTOIRE_Naturelle_Tome_Deuxieme_bis-021", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/7411/8987137867_74ae84c2b3_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7411/8987137867_74ae84c2b3.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7411/8987137867_74ae84c2b3_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7411/8987137867_74ae84c2b3_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7411/8987137867_74ae84c2b3_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7411/8987137867_23f54ce472_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988168400", "title": "1-18-88-ETAT_Moderne_Tome_Deuxieme-046", "tags": {"people": "tag_id_1", "photo": "tag_id_3", "technology": "tag_id_19"}, "sizes": [{"url": "https://live.staticflickr.com/7441/8988168400_10e4ba66c8_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7441/8988168400_10e4ba66c8.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7441/8988168400_10e4ba66c8_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7441/8988168400_10e4ba66c8_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7441/8988168400_10e4ba66c8_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7441/8988168400_d79bd42c34_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987760758", "title": "1-13-126-ANTIQUITES_Tome_Troisieme-065", "tags": {"architecture": "tag_id_2", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/8554/8987760758_73772cdf5e_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8554/8987760758_73772cdf5e.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8554/8987760758_73772cdf5e_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8554/8987760758_73772cdf5e_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8554/8987760758_73772cdf5e_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8554/8987760758_74fddeb0d5_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986671915", "title": "1-14-84-ANTIQUITES_Tome_Quatrieme-044", "tags": {"people": "tag_id_1", "plants": "tag_id_14", "landscape": "tag_id_8", "photo": "tag_id_3", "ruins": "tag_id_9"}, "sizes": [{"url": "https://live.staticflickr.com/7460/8986671915_a4707daafd_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7460/8986671915_a4707daafd.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7460/8986671915_a4707daafd_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7460/8986671915_a4707daafd_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7460/8986671915_a4707daafd_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7460/8986671915_a69a0de216_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987707374", "title": "1-12-1-ANTIQUITES_Tome_Deuxieme-002", "tags": {}, "sizes": [{"url": "https://live.staticflickr.com/8265/8987707374_63d2da4dc8_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8265/8987707374_63d2da4dc8.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8265/8987707374_63d2da4dc8_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8265/8987707374_63d2da4dc8_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8265/8987707374_63d2da4dc8_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8265/8987707374_39d49038b0_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987577124", "title": "1-11-10-ANTIQUITES_Tome_Premier-007", "tags": {}, "sizes": [{"url": "https://live.staticflickr.com/8533/8987577124_cd921b8e25_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8533/8987577124_cd921b8e25.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8533/8987577124_cd921b8e25_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8533/8987577124_cd921b8e25_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8533/8987577124_cd921b8e25_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8533/8987577124_e1bf768193_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987725778", "title": "1-12-51-ANTIQUITES_Tome_Deuxieme-028-combined", "tags": {"animals": "tag_id_10", "architecture": "tag_id_2", "landscape": "tag_id_8", "amazing": "tag_id_4", "ruins": "tag_id_9", "statuary": "tag_id_5"}, "sizes": [{"url": "https://live.staticflickr.com/8396/8987725778_df0efba9e8_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/8396/8987725778_df0efba9e8.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/8396/8987725778_df0efba9e8_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/8396/8987725778_df0efba9e8_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/8396/8987725778_df0efba9e8_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/8396/8987725778_88e9a46d98_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986690631", "title": "1-15-118-ANTIQUITES_Tome_Cinquieme-061", "tags": {"writing": "tag_id_18"}, "sizes": [{"url": "https://live.staticflickr.com/7384/8986690631_7816de9c43_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7384/8986690631_7816de9c43.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7384/8986690631_7816de9c43_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7384/8986690631_7816de9c43_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7384/8986690631_7816de9c43_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7384/8986690631_05e2fe426e_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986856311", "title": "1-17-168-ETAT_MODERNE_Tome_Premier-086", "tags": {"architecture": "tag_id_2", "photo": "tag_id_3", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/3806/8986856311_aecb84e316_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3806/8986856311_aecb84e316.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3806/8986856311_aecb84e316_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3806/8986856311_aecb84e316_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3806/8986856311_aecb84e316_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3806/8986856311_0aa05c37a9_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987034323", "title": "1-20-130-HISTOIRE_Naturelle_Tome_Deuxieme-067", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/5346/8987034323_2c7a92ca9c_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5346/8987034323_2c7a92ca9c.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5346/8987034323_2c7a92ca9c_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5346/8987034323_2c7a92ca9c_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5346/8987034323_2c7a92ca9c_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5346/8987034323_88df558bc0_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988244920", "title": "1-20-160-HISTOIRE_Naturelle_Tome_Deuxieme-082", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/2832/8988244920_c53878f95e_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2832/8988244920_c53878f95e.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2832/8988244920_c53878f95e_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2832/8988244920_c53878f95e_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2832/8988244920_c53878f95e_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2832/8988244920_5dc8579441_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987632408", "title": "1-11-42-ANTIQUITES_Tome_Premier-023", "tags": {"people": "tag_id_1", "amazing": "tag_id_4", "relief": "tag_id_6", "gods": "tag_id_7"}, "sizes": [{"url": "https://live.staticflickr.com/8411/8987632408_56b2e70583_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8411/8987632408_56b2e70583.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8411/8987632408_56b2e70583_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8411/8987632408_56b2e70583_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8411/8987632408_56b2e70583_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8411/8987632408_b67f8444d1_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987773030", "title": "1-13-25-ANTIQUITES_Tome_Troisieme-015-combined", "tags": {"statuary": "tag_id_5", "hieroglyphics": "tag_id_13"}, "sizes": [{"url": "https://live.staticflickr.com/8394/8987773030_aaff27cc6d_n.jpg", "width": "215", "height": "320"}, {"url": "https://live.staticflickr.com/8394/8987773030_aaff27cc6d.jpg", "width": "337", "height": "500"}, {"url": "https://live.staticflickr.com/8394/8987773030_aaff27cc6d_z.jpg", "width": "431", "height": "640"}, {"url": "https://live.staticflickr.com/8394/8987773030_aaff27cc6d_c.jpg", "width": "539", "height": "800"}, {"url": "https://live.staticflickr.com/8394/8987773030_aaff27cc6d_b.jpg", "width": "689", "height": "1024"}, {"url": "https://live.staticflickr.com/8394/8987773030_324901a297_o.jpg", "width": "902", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986619885", "title": "1-14-10-ANTIQUITES_Tome_Quatrieme-007", "tags": {"people": "tag_id_1", "architecture": "tag_id_2", "landscape": "tag_id_8", "photo": "tag_id_3", "ruins": "tag_id_9", "relief": "tag_id_6"}, "sizes": [{"url": "https://live.staticflickr.com/5470/8986619885_21c18e58e5_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5470/8986619885_21c18e58e5.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5470/8986619885_21c18e58e5_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5470/8986619885_21c18e58e5_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5470/8986619885_21c18e58e5_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5470/8986619885_804e96fee7_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986973677", "title": "1-18-96-ETAT_Moderne_Tome_Deuxieme-050", "tags": {"people": "tag_id_1", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/7437/8986973677_d233d398e2_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7437/8986973677_d233d398e2.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7437/8986973677_d233d398e2_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7437/8986973677_d233d398e2_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7437/8986973677_d233d398e2_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7437/8986973677_21e609d9e9_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987763634", "title": "1-13-132-ANTIQUITES_Tome_Troisieme-068", "tags": {"architecture": "tag_id_2", "relief": "tag_id_6"}, "sizes": [{"url": "https://live.staticflickr.com/8269/8987763634_4bdf64b0ac_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8269/8987763634_4bdf64b0ac.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8269/8987763634_4bdf64b0ac_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8269/8987763634_4bdf64b0ac_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8269/8987763634_4bdf64b0ac_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8269/8987763634_49bb3b4a0e_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986953875", "title": "1-18-52-ETAT_Moderne_Tome_Deuxieme-028", "tags": {"plants": "tag_id_14", "animals": "tag_id_10", "landscape": "tag_id_8", "photo": "tag_id_3", "amazing": "tag_id_4", "technology": "tag_id_19", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/2883/8986953875_823ffb8ab8_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2883/8986953875_823ffb8ab8.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2883/8986953875_823ffb8ab8_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2883/8986953875_823ffb8ab8_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2883/8986953875_823ffb8ab8_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2883/8986953875_0772fd38a6_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988282584", "title": "1-20-62-HISTOIRE_Naturelle_Tome_Deuxieme-033", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/3665/8988282584_46ca6eb75e_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3665/8988282584_46ca6eb75e.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3665/8988282584_46ca6eb75e_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3665/8988282584_46ca6eb75e_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3665/8988282584_46ca6eb75e_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3665/8988282584_b15869ae6f_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986669795", "title": "1-14-80-ANTIQUITES_Tome_Quatrieme-042", "tags": {"people": "tag_id_1", "architecture": "tag_id_2", "map": "tag_id_12", "relief": "tag_id_6", "gods": "tag_id_7"}, "sizes": [{"url": "https://live.staticflickr.com/2878/8986669795_80636cbede_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2878/8986669795_80636cbede.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2878/8986669795_80636cbede_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2878/8986669795_80636cbede_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2878/8986669795_80636cbede_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2878/8986669795_878cef0d71_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987838382", "title": "1-14-20-ANTIQUITES_Tome_Quatrieme-012", "tags": {"architecture": "tag_id_2"}, "sizes": [{"url": "https://live.staticflickr.com/8259/8987838382_333d8807c4_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/8259/8987838382_333d8807c4.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/8259/8987838382_333d8807c4_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/8259/8987838382_333d8807c4_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/8259/8987838382_333d8807c4_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/8259/8987838382_d969023020_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986729203", "title": "1-15-200-ANTIQUITES_Tome_Cinquieme-102", "tags": {}, "sizes": [{"url": "https://live.staticflickr.com/8548/8986729203_b44d36fb71_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8548/8986729203_b44d36fb71.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8548/8986729203_b44d36fb71_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8548/8986729203_b44d36fb71_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8548/8986729203_b44d36fb71_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8548/8986729203_0923192c14_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988245568", "title": "1-20-162-HISTOIRE_Naturelle_Tome_Deuxieme-083", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/8399/8988245568_4e0aa9817a_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8399/8988245568_4e0aa9817a.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8399/8988245568_4e0aa9817a_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8399/8988245568_4e0aa9817a_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8399/8988245568_4e0aa9817a_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8399/8988245568_ceae3e32b3_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987826044", "title": "1-14-128-ANTIQUITES_Tome_Quatrieme-066", "tags": {"landscape": "tag_id_8", "photo": "tag_id_3", "map": "tag_id_12", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/3732/8987826044_9de9133bce_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3732/8987826044_9de9133bce.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3732/8987826044_9de9133bce_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3732/8987826044_9de9133bce_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3732/8987826044_9de9133bce_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3732/8987826044_74f4abe24d_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986603681", "title": "1-13-82-ANTIQUITES_Tome_Troisieme-043", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "relief": "tag_id_6"}, "sizes": [{"url": "https://live.staticflickr.com/5453/8986603681_468dc06bd0_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5453/8986603681_468dc06bd0.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5453/8986603681_468dc06bd0_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5453/8986603681_468dc06bd0_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5453/8986603681_468dc06bd0_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5453/8986603681_6fbdec719e_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986991455", "title": "1-19-26-HISTOIRE_Naturelle_Tome_Premiem-015", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/5330/8986991455_6e3a511886_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5330/8986991455_6e3a511886.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5330/8986991455_6e3a511886_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5330/8986991455_6e3a511886_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5330/8986991455_6e3a511886_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5330/8986991455_9ee7c09b05_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986547675", "title": "1-12-90-ANTIQUITES_Tome_Deuxieme-047", "tags": {"people": "tag_id_1", "relief": "tag_id_6", "gods": "tag_id_7"}, "sizes": [{"url": "https://live.staticflickr.com/5324/8986547675_8428d9a913_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5324/8986547675_8428d9a913.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5324/8986547675_8428d9a913_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5324/8986547675_8428d9a913_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5324/8986547675_8428d9a913_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5324/8986547675_a442d0d315_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987043787", "title": "1-20-156-HISTOIRE_Naturelle_Tome_Deuxieme-080", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/8118/8987043787_e469f9fb95_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8118/8987043787_e469f9fb95.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8118/8987043787_e469f9fb95_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8118/8987043787_e469f9fb95_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8118/8987043787_e469f9fb95_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8118/8987043787_858d9259dc_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988049350", "title": "1-17-156-ETAT_MODERNE_Tome_Premier-080", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "landscape": "tag_id_8", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/7362/8988049350_e8a54eba78_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7362/8988049350_e8a54eba78.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7362/8988049350_e8a54eba78_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7362/8988049350_e8a54eba78_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7362/8988049350_e8a54eba78_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7362/8988049350_3c8306b816_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986880473", "title": "1-17-62-ETAT_MODERNE_Tome_Premier-033", "tags": {"people": "tag_id_1", "architecture": "tag_id_2", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/5323/8986880473_f646050f2d_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5323/8986880473_f646050f2d.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5323/8986880473_f646050f2d_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5323/8986880473_f646050f2d_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5323/8986880473_f646050f2d_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5323/8986880473_518b336e4c_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986899215", "title": "1-17-98-ETAT_MODERNE_Tome_Premier-051", "tags": {"people": "tag_id_1", "architecture": "tag_id_2", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/3771/8986899215_c27f8ea60f_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3771/8986899215_c27f8ea60f.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3771/8986899215_c27f8ea60f_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3771/8986899215_c27f8ea60f_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3771/8986899215_c27f8ea60f_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3771/8986899215_104325be86_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987810834", "title": "1-13-9-ANTIQUITES_Tome_Troisieme-007-combined", "tags": {"people": "tag_id_1", "architecture": "tag_id_2", "landscape": "tag_id_8", "photo": "tag_id_3", "ruins": "tag_id_9"}, "sizes": [{"url": "https://live.staticflickr.com/7372/8987810834_3387e65e8a_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/7372/8987810834_3387e65e8a.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/7372/8987810834_3387e65e8a_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/7372/8987810834_3387e65e8a_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/7372/8987810834_3387e65e8a_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/7372/8987810834_b933f77012_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986848469", "title": "1-17-152-ETAT_MODERNE_Tome_Premier-078", "tags": {"plants": "tag_id_14", "animals": "tag_id_10", "architecture": "tag_id_2", "landscape": "tag_id_8", "photo": "tag_id_3", "ruins": "tag_id_9", "technology": "tag_id_19"}, "sizes": [{"url": "https://live.staticflickr.com/3674/8986848469_c3214e8a7e_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3674/8986848469_c3214e8a7e.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3674/8986848469_c3214e8a7e_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3674/8986848469_c3214e8a7e_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3674/8986848469_c3214e8a7e_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3674/8986848469_d9a4b270e1_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986460881", "title": "1-11-96-ANTIQUITES_Tome_Premier-050", "tags": {"people": "tag_id_1", "architecture": "tag_id_2", "relief": "tag_id_6", "gods": "tag_id_7"}, "sizes": [{"url": "https://live.staticflickr.com/3672/8986460881_8fc7de4974_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3672/8986460881_8fc7de4974.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3672/8986460881_8fc7de4974_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3672/8986460881_8fc7de4974_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3672/8986460881_8fc7de4974_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3672/8986460881_07c29994e7_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987781086", "title": "1-13-42-ANTIQUITES_Tome_Troisieme-023", "tags": {"people": "tag_id_1", "photo": "tag_id_3", "amazing": "tag_id_4", "ruins": "tag_id_9", "statuary": "tag_id_5"}, "sizes": [{"url": "https://live.staticflickr.com/3691/8987781086_e1d58cb27f_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3691/8987781086_e1d58cb27f.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3691/8987781086_e1d58cb27f_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3691/8987781086_e1d58cb27f_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3691/8987781086_e1d58cb27f_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3691/8987781086_24d8e0fb86_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987087581", "title": "1-20-74-HISTOIRE_Naturelle_Tome_Deuxieme-039", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/7398/8987087581_9f802c7ec2_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7398/8987087581_9f802c7ec2.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7398/8987087581_9f802c7ec2_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7398/8987087581_9f802c7ec2_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7398/8987087581_9f802c7ec2_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7398/8987087581_981fdebcd2_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987982102", "title": "1-16-29-ATLAS_Geographiqe-017-combined", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/5332/8987982102_0e44dfe602_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/5332/8987982102_0e44dfe602.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/5332/8987982102_0e44dfe602_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/5332/8987982102_0e44dfe602_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/5332/8987982102_0e44dfe602_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/5332/8987982102_a8f304805e_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986758755", "title": "1-15-84-ANTIQUITES_Tome_Cinquieme-044", "tags": {"people": "tag_id_1", "writing": "tag_id_18", "photo": "tag_id_3", "gods": "tag_id_7", "hieroglyphics": "tag_id_13"}, "sizes": [{"url": "https://live.staticflickr.com/5454/8986758755_96b4a556f2_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5454/8986758755_96b4a556f2.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5454/8986758755_96b4a556f2_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5454/8986758755_96b4a556f2_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5454/8986758755_96b4a556f2_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5454/8986758755_d22d9a51c3_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988160186", "title": "1-18-6-ETAT_Moderne_Tome_Deuxieme-005", "tags": {"people": "tag_id_1", "landscape": "tag_id_8", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/2865/8988160186_8b6213768b_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/2865/8988160186_8b6213768b.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/2865/8988160186_8b6213768b_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/2865/8988160186_8b6213768b_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/2865/8988160186_8b6213768b_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/2865/8988160186_1870f898ee_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987713646", "title": "1-12-30-ANTIQUITES_Tome_Deuxieme-017", "tags": {"people": "tag_id_1", "architecture": "tag_id_2", "photo": "tag_id_3", "amazing": "tag_id_4", "ruins": "tag_id_9", "statuary": "tag_id_5"}, "sizes": [{"url": "https://live.staticflickr.com/3767/8987713646_5002933800_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3767/8987713646_5002933800.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3767/8987713646_5002933800_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3767/8987713646_5002933800_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3767/8987713646_5002933800_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3767/8987713646_6c0d4dae81_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987979364", "title": "1-16-25-ATLAS_Geographiqe-015-combined", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/7291/8987979364_fbaba6f6b4_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/7291/8987979364_fbaba6f6b4.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/7291/8987979364_fbaba6f6b4_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/7291/8987979364_fbaba6f6b4_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/7291/8987979364_fbaba6f6b4_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/7291/8987979364_5af5669a13_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987078267", "title": "1-20-4-HISTOIRE_Naturelle_Tome_Deuxieme-004", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/5327/8987078267_270ace2f14_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5327/8987078267_270ace2f14.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5327/8987078267_270ace2f14_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5327/8987078267_270ace2f14_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5327/8987078267_270ace2f14_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5327/8987078267_a5d18ab2a5_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987673528", "title": "1-12-125-ANTIQUITES_Tome_Deuxieme-065-combined", "tags": {"writing": "tag_id_18"}, "sizes": [{"url": "https://live.staticflickr.com/3823/8987673528_5b965fa589_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/3823/8987673528_5b965fa589.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/3823/8987673528_5b965fa589_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/3823/8987673528_5b965fa589_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/3823/8987673528_5b965fa589_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/3823/8987673528_2dd0cd1045_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986846005", "title": "1-17-148-ETAT_MODERNE_Tome_Premier-076", "tags": {"architecture": "tag_id_2", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/7392/8986846005_58d50b8597_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7392/8986846005_58d50b8597.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7392/8986846005_58d50b8597_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7392/8986846005_58d50b8597_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7392/8986846005_58d50b8597_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7392/8986846005_ffc3dbc9ec_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987621948", "title": "1-11-204-ANTIQUITES_Tome_Premier-104", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "amazing": "tag_id_4", "ruins": "tag_id_9", "map": "tag_id_12", "relief": "tag_id_6", "blueprint": "tag_id_11", "gods": "tag_id_7"}, "sizes": [{"url": "https://live.staticflickr.com/3772/8987621948_c0b6bfd8c2_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3772/8987621948_c0b6bfd8c2.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3772/8987621948_c0b6bfd8c2_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3772/8987621948_c0b6bfd8c2_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3772/8987621948_c0b6bfd8c2_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3772/8987621948_ce9dc4e4b5_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988114102", "title": "1-18-128-ETAT_Moderne_Tome_Deuxieme-066", "tags": {"people": "tag_id_1", "animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/8258/8988114102_3b83c81dd5_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/8258/8988114102_3b83c81dd5.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/8258/8988114102_3b83c81dd5_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/8258/8988114102_3b83c81dd5_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/8258/8988114102_3b83c81dd5_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/8258/8988114102_df083520e1_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987785108", "title": "1-13-4-ANTIQUITES_Tome_Troisieme-004", "tags": {"map": "tag_id_12", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/3691/8987785108_515cdf9ea2_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3691/8987785108_515cdf9ea2.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3691/8987785108_515cdf9ea2_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3691/8987785108_515cdf9ea2_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3691/8987785108_515cdf9ea2_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3691/8987785108_a55d06c2bd_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986864713", "title": "1-17-30-ETAT_MODERNE_Tome_Premier-017", "tags": {"landscape": "tag_id_8", "photo": "tag_id_3", "map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/3770/8986864713_63718a6ddd_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3770/8986864713_63718a6ddd.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3770/8986864713_63718a6ddd_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3770/8986864713_63718a6ddd_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3770/8986864713_63718a6ddd_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3770/8986864713_5461bd2267_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987704128", "title": "1-12-182-ANTIQUITES_Tome_Deuxieme-093", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "relief": "tag_id_6", "gods": "tag_id_7"}, "sizes": [{"url": "https://live.staticflickr.com/2819/8987704128_cf05a53799_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2819/8987704128_cf05a53799.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2819/8987704128_cf05a53799_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2819/8987704128_cf05a53799_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2819/8987704128_cf05a53799_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2819/8987704128_d3e19f5636_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986429749", "title": "1-11-30-ANTIQUITES_Tome_Premier-017", "tags": {"people": "tag_id_1", "relief": "tag_id_6", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/7283/8986429749_324591602c_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7283/8986429749_324591602c.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7283/8986429749_324591602c_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7283/8986429749_324591602c_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7283/8986429749_324591602c_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7283/8986429749_32c41210f0_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987846206", "title": "1-14-36-ANTIQUITES_Tome_Quatrieme-020", "tags": {"people": "tag_id_1", "relief": "tag_id_6"}, "sizes": [{"url": "https://live.staticflickr.com/7297/8987846206_b0d36b5085_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7297/8987846206_b0d36b5085.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7297/8987846206_b0d36b5085_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7297/8987846206_b0d36b5085_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7297/8987846206_b0d36b5085_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7297/8987846206_ea8fc30abf_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988125930", "title": "1-18-154-ETAT_Moderne_Tome_Deuxieme-079", "tags": {"people": "tag_id_1", "designs": "tag_id_16", "textiles": "tag_id_21"}, "sizes": [{"url": "https://live.staticflickr.com/2886/8988125930_22e9102a05_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2886/8988125930_22e9102a05.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2886/8988125930_22e9102a05_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2886/8988125930_22e9102a05_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2886/8988125930_22e9102a05_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2886/8988125930_025f881ef3_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987858170", "title": "1-14-61-ANTIQUITES_Tome_Quatrieme-033-combined", "tags": {"plants": "tag_id_14", "architecture": "tag_id_2", "landscape": "tag_id_8", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/2845/8987858170_962f370273_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/2845/8987858170_962f370273.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/2845/8987858170_962f370273_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/2845/8987858170_962f370273_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/2845/8987858170_962f370273_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/2845/8987858170_df270e9b51_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987794024", "title": "1-13-66-ANTIQUITES_Tome_Troisieme-035", "tags": {"people": "tag_id_1", "relief": "tag_id_6", "gods": "tag_id_7"}, "sizes": [{"url": "https://live.staticflickr.com/3718/8987794024_f2d237953f_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3718/8987794024_f2d237953f.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3718/8987794024_f2d237953f_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3718/8987794024_f2d237953f_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3718/8987794024_f2d237953f_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3718/8987794024_19d3e1dc1b_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987667958", "title": "1-12-116-ANTIQUITES_Tome_Deuxieme-060", "tags": {"photo": "tag_id_3", "statuary": "tag_id_5"}, "sizes": [{"url": "https://live.staticflickr.com/7417/8987667958_6e673f0c77_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7417/8987667958_6e673f0c77.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7417/8987667958_6e673f0c77_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7417/8987667958_6e673f0c77_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7417/8987667958_6e673f0c77_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7417/8987667958_c3630803b8_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987074931", "title": "1-20-40-HISTOIRE_Naturelle_Tome_Deuxieme-022", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/8393/8987074931_56dd1086d7_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8393/8987074931_56dd1086d7.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8393/8987074931_56dd1086d7_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8393/8987074931_56dd1086d7_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8393/8987074931_56dd1086d7_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8393/8987074931_d359a25ba0_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986906127", "title": "1-18-112-ETAT_Moderne_Tome_Deuxieme-058", "tags": {"people": "tag_id_1", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/8558/8986906127_f4a0c6b7d8_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/8558/8986906127_f4a0c6b7d8.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/8558/8986906127_f4a0c6b7d8_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/8558/8986906127_f4a0c6b7d8_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/8558/8986906127_f4a0c6b7d8_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/8558/8986906127_f8d2be889a_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987959708", "title": "1-15-8-ANTIQUITES_Tome_Cinquieme-006", "tags": {"people": "tag_id_1", "plants": "tag_id_14", "photo": "tag_id_3", "pyramids": "tag_id_20"}, "sizes": [{"url": "https://live.staticflickr.com/7322/8987959708_9553d1831a_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7322/8987959708_9553d1831a.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7322/8987959708_9553d1831a_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7322/8987959708_9553d1831a_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7322/8987959708_9553d1831a_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7322/8987959708_1928b8ecd7_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986656907", "title": "1-14-52-ANTIQUITES_Tome_Quatrieme-028", "tags": {"people": "tag_id_1", "relief": "tag_id_6"}, "sizes": [{"url": "https://live.staticflickr.com/3670/8986656907_9c792c3de1_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3670/8986656907_9c792c3de1.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3670/8986656907_9c792c3de1_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3670/8986656907_9c792c3de1_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3670/8986656907_9c792c3de1_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3670/8986656907_c7e30aa01d_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986540597", "title": "1-12-78-ANTIQUITES_Tome_Deuxieme-041", "tags": {"map": "tag_id_12", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/8547/8986540597_d73833c044_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/8547/8986540597_d73833c044.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/8547/8986540597_d73833c044_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/8547/8986540597_d73833c044_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/8547/8986540597_d73833c044_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/8547/8986540597_765c45a025_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987748124", "title": "1-12-98-ANTIQUITES_Tome_Deuxieme-051", "tags": {"amazing": "tag_id_4", "relief": "tag_id_6", "designs": "tag_id_16", "statuary": "tag_id_5", "hieroglyphics": "tag_id_13"}, "sizes": [{"url": "https://live.staticflickr.com/7362/8987748124_d17168e51a_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7362/8987748124_d17168e51a.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7362/8987748124_d17168e51a_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7362/8987748124_d17168e51a_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7362/8987748124_d17168e51a_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7362/8987748124_68b57378bf_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987709978", "title": "1-12-23-ANTIQUITES_Tome_Deuxieme-014-combined", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "relief": "tag_id_6", "gods": "tag_id_7"}, "sizes": [{"url": "https://live.staticflickr.com/8540/8987709978_1660dddeed_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/8540/8987709978_1660dddeed.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/8540/8987709978_1660dddeed_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/8540/8987709978_1660dddeed_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/8540/8987709978_1660dddeed_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/8540/8987709978_7568bfa65f_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987917004", "title": "1-15-182-ANTIQUITES_Tome_Cinquieme-093", "tags": {"statuary": "tag_id_5", "artifacts": "tag_id_15", "curio": "tag_id_22"}, "sizes": [{"url": "https://live.staticflickr.com/7460/8987917004_e878cd56d3_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7460/8987917004_e878cd56d3.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7460/8987917004_e878cd56d3_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7460/8987917004_e878cd56d3_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7460/8987917004_e878cd56d3_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7460/8987917004_df45edd338_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987593040", "title": "1-11-140-ANTIQUITES_Tome_Premier-072", "tags": {"people": "tag_id_1", "plants": "tag_id_14", "landscape": "tag_id_8", "photo": "tag_id_3", "amazing": "tag_id_4"}, "sizes": [{"url": "https://live.staticflickr.com/7404/8987593040_73221db79d_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7404/8987593040_73221db79d.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7404/8987593040_73221db79d_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7404/8987593040_73221db79d_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7404/8987593040_73221db79d_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7404/8987593040_8a01eb9062_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986492129", "title": "1-12-152-ANTIQUITES_Tome_Deuxieme-078-combined", "tags": {"people": "tag_id_1", "writing": "tag_id_18"}, "sizes": [{"url": "https://live.staticflickr.com/8538/8986492129_6cabfe103f_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/8538/8986492129_6cabfe103f.jpg", "width": "500", "height": "336"}, {"url": "https://live.staticflickr.com/8538/8986492129_6cabfe103f_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/8538/8986492129_6cabfe103f_c.jpg", "width": "800", "height": "538"}, {"url": "https://live.staticflickr.com/8538/8986492129_6cabfe103f_b.jpg", "width": "1024", "height": "689"}, {"url": "https://live.staticflickr.com/8538/8986492129_718909dae9_o.jpg", "width": "1992", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987585014", "title": "1-11-124-ANTIQUITES_Tome_Premier-064", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "relief": "tag_id_6", "gods": "tag_id_7"}, "sizes": [{"url": "https://live.staticflickr.com/8398/8987585014_f36c250887_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8398/8987585014_f36c250887.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8398/8987585014_f36c250887_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8398/8987585014_f36c250887_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8398/8987585014_f36c250887_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8398/8987585014_4b7f62d55d_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987818620", "title": "1-14-111-ANTIQUITES_Tome_Quatrieme-057-combined", "tags": {"people": "tag_id_1", "landscape": "tag_id_8", "photo": "tag_id_3", "amazing": "tag_id_4", "ruins": "tag_id_9", "map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/3691/8987818620_c014f90820_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/3691/8987818620_c014f90820.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/3691/8987818620_c014f90820_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/3691/8987818620_c014f90820_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/3691/8987818620_c014f90820_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/3691/8987818620_1444262d23_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988347802", "title": "1-21-56-HISTOIRE_Naturelle_Tome_Deuxieme_bis-030", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/7421/8988347802_4ce0d682d5_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7421/8988347802_4ce0d682d5.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7421/8988347802_4ce0d682d5_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7421/8988347802_4ce0d682d5_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7421/8988347802_4ce0d682d5_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7421/8988347802_05db486a61_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988063400", "title": "1-17-2-ETAT_MODERNE_Tome_Premier-003", "tags": {}, "sizes": [{"url": "https://live.staticflickr.com/3711/8988063400_360229efa4_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3711/8988063400_360229efa4.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3711/8988063400_360229efa4_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3711/8988063400_360229efa4_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3711/8988063400_360229efa4_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3711/8988063400_9f8c4fac04_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988280532", "title": "1-20-56-HISTOIRE_Naturelle_Tome_Deuxieme-030", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/3829/8988280532_1fa5d25d86_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3829/8988280532_1fa5d25d86.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3829/8988280532_1fa5d25d86_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3829/8988280532_1fa5d25d86_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3829/8988280532_1fa5d25d86_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3829/8988280532_7c2c836811_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987039801", "title": "1-20-146-HISTOIRE_Naturelle_Tome_Deuxieme-075", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/3765/8987039801_a23c8c7854_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3765/8987039801_a23c8c7854.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3765/8987039801_a23c8c7854_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3765/8987039801_a23c8c7854_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3765/8987039801_a23c8c7854_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3765/8987039801_4d34bbd630_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988092750", "title": "1-17-87-ETAT_MODERNE_Tome_Premier-046-combined", "tags": {"people": "tag_id_1", "landscape": "tag_id_8", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/8394/8988092750_b774a9947e_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/8394/8988092750_b774a9947e.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/8394/8988092750_b774a9947e_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/8394/8988092750_b774a9947e_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/8394/8988092750_b774a9947e_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/8394/8988092750_a820a65cd5_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987170843", "title": "1-21-94-HISTOIRE_Naturelle_Tome_Deuxieme_bis-049", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/5336/8987170843_4a2be39d61_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5336/8987170843_4a2be39d61.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5336/8987170843_4a2be39d61_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5336/8987170843_4a2be39d61_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5336/8987170843_4a2be39d61_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5336/8987170843_06ffb2c33d_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987872278", "title": "1-14-8-ANTIQUITES_Tome_Quatrieme-006-combined", "tags": {"architecture": "tag_id_2", "landscape": "tag_id_8", "photo": "tag_id_3", "ruins": "tag_id_9"}, "sizes": [{"url": "https://live.staticflickr.com/7346/8987872278_95d6ef46da_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/7346/8987872278_95d6ef46da.jpg", "width": "500", "height": "336"}, {"url": "https://live.staticflickr.com/7346/8987872278_95d6ef46da_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/7346/8987872278_95d6ef46da_c.jpg", "width": "800", "height": "538"}, {"url": "https://live.staticflickr.com/7346/8987872278_95d6ef46da_b.jpg", "width": "1024", "height": "689"}, {"url": "https://live.staticflickr.com/7346/8987872278_c83586843e_o.jpg", "width": "1992", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987772416", "title": "1-13-23-ANTIQUITES_Tome_Troisieme-014-combined", "tags": {"statuary": "tag_id_5", "hieroglyphics": "tag_id_13"}, "sizes": [{"url": "https://live.staticflickr.com/2808/8987772416_57236da45a_n.jpg", "width": "215", "height": "320"}, {"url": "https://live.staticflickr.com/2808/8987772416_57236da45a.jpg", "width": "337", "height": "500"}, {"url": "https://live.staticflickr.com/2808/8987772416_57236da45a_z.jpg", "width": "431", "height": "640"}, {"url": "https://live.staticflickr.com/2808/8987772416_57236da45a_c.jpg", "width": "539", "height": "800"}, {"url": "https://live.staticflickr.com/2808/8987772416_57236da45a_b.jpg", "width": "689", "height": "1024"}, {"url": "https://live.staticflickr.com/2808/8987772416_d333aa633f_o.jpg", "width": "902", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988083206", "title": "1-17-68-ETAT_MODERNE_Tome_Premier-036", "tags": {"people": "tag_id_1", "architecture": "tag_id_2", "landscape": "tag_id_8", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/7307/8988083206_e7316aa160_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7307/8988083206_e7316aa160.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7307/8988083206_e7316aa160_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7307/8988083206_e7316aa160_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7307/8988083206_e7316aa160_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7307/8988083206_60a58d0c16_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988181470", "title": "1-19-116-HISTOIRE_Naturelle_Tome_Premiem-060", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/2855/8988181470_78a6315cbc_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/2855/8988181470_78a6315cbc.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/2855/8988181470_78a6315cbc_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/2855/8988181470_78a6315cbc_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/2855/8988181470_78a6315cbc_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/2855/8988181470_95eba2157f_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988036778", "title": "1-17-132-ETAT_MODERNE_Tome_Premier-068", "tags": {"architecture": "tag_id_2", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/5469/8988036778_0b85834315_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5469/8988036778_0b85834315.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5469/8988036778_0b85834315_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5469/8988036778_0b85834315_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5469/8988036778_0b85834315_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5469/8988036778_3480206c03_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987839442", "title": "1-14-21-ANTIQUITES_Tome_Quatrieme-013-combined", "tags": {"architecture": "tag_id_2"}, "sizes": [{"url": "https://live.staticflickr.com/7363/8987839442_32986cbe2e_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/7363/8987839442_32986cbe2e.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/7363/8987839442_32986cbe2e_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/7363/8987839442_32986cbe2e_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/7363/8987839442_32986cbe2e_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/7363/8987839442_38c3d40697_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988343464", "title": "1-21-4-HISTOIRE_Naturelle_Tome_Deuxieme_bis-004", "tags": {"people": "tag_id_1", "plants": "tag_id_14", "landscape": "tag_id_8", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/7416/8988343464_a727535f05_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7416/8988343464_a727535f05.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7416/8988343464_a727535f05_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7416/8988343464_a727535f05_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7416/8988343464_a727535f05_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7416/8988343464_8546d32997_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986684501", "title": "1-15-107-ANTIQUITES_Tome_Cinquieme-056-combined", "tags": {"writing": "tag_id_18", "amazing": "tag_id_4"}, "sizes": [{"url": "https://live.staticflickr.com/8543/8986684501_0dfe7e5224_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/8543/8986684501_0dfe7e5224.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/8543/8986684501_0dfe7e5224_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/8543/8986684501_0dfe7e5224_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/8543/8986684501_0dfe7e5224_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/8543/8986684501_3eab09c518_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988282960", "title": "1-20-64-HISTOIRE_Naturelle_Tome_Deuxieme-034", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/2840/8988282960_7b6d13b08e_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2840/8988282960_7b6d13b08e.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2840/8988282960_7b6d13b08e_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2840/8988282960_7b6d13b08e_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2840/8988282960_7b6d13b08e_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2840/8988282960_bb3c088b94_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986719951", "title": "1-15-184-ANTIQUITES_Tome_Cinquieme-094", "tags": {"statuary": "tag_id_5", "artifacts": "tag_id_15", "curio": "tag_id_22"}, "sizes": [{"url": "https://live.staticflickr.com/7449/8986719951_37aee29940_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7449/8986719951_37aee29940.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7449/8986719951_37aee29940_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7449/8986719951_37aee29940_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7449/8986719951_37aee29940_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7449/8986719951_f40254162e_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986873289", "title": "1-17-48-ETAT_MODERNE_Tome_Premier-026", "tags": {"people": "tag_id_1", "plants": "tag_id_14", "animals": "tag_id_10", "landscape": "tag_id_8", "photo": "tag_id_3", "ruins": "tag_id_9"}, "sizes": [{"url": "https://live.staticflickr.com/3706/8986873289_c352c863b3_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3706/8986873289_c352c863b3.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3706/8986873289_c352c863b3_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3706/8986873289_c352c863b3_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3706/8986873289_c352c863b3_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3706/8986873289_993e15e527_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986839217", "title": "1-17-136-ETAT_MODERNE_Tome_Premier-070", "tags": {"people": "tag_id_1", "architecture": "tag_id_2", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/3793/8986839217_c5cc05ab10_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3793/8986839217_c5cc05ab10.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3793/8986839217_c5cc05ab10_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3793/8986839217_c5cc05ab10_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3793/8986839217_c5cc05ab10_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3793/8986839217_624551b7d3_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987017227", "title": "1-19-86-HISTOIRE_Naturelle_Tome_Premiem-045", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/5337/8987017227_c8feecee10_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5337/8987017227_c8feecee10.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5337/8987017227_c8feecee10_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5337/8987017227_c8feecee10_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5337/8987017227_c8feecee10_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5337/8987017227_ffe98973ec_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986667271", "title": "1-14-74-ANTIQUITES_Tome_Quatrieme-039", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/8270/8986667271_53dc861d14_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/8270/8986667271_53dc861d14.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/8270/8986667271_53dc861d14_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/8270/8986667271_53dc861d14_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/8270/8986667271_53dc861d14_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/8270/8986667271_2755a42cd6_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988088236", "title": "1-17-78-ETAT_MODERNE_Tome_Premier-041", "tags": {"people": "tag_id_1", "architecture": "tag_id_2", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/2843/8988088236_7025483cab_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2843/8988088236_7025483cab.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2843/8988088236_7025483cab_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2843/8988088236_7025483cab_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2843/8988088236_7025483cab_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2843/8988088236_530df4129f_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988317852", "title": "1-21-138-HISTOIRE_Naturelle_Tome_Deuxieme_bis-071", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/7332/8988317852_64353df5c4_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7332/8988317852_64353df5c4.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7332/8988317852_64353df5c4_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7332/8988317852_64353df5c4_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7332/8988317852_64353df5c4_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7332/8988317852_3dbeab624b_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986449245", "title": "1-11-71-ANTIQUITES_Tome_Premier-038-combined", "tags": {"amazing": "tag_id_4", "map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/5465/8986449245_041245dbd2_n.jpg", "width": "215", "height": "320"}, {"url": "https://live.staticflickr.com/5465/8986449245_041245dbd2.jpg", "width": "337", "height": "500"}, {"url": "https://live.staticflickr.com/5465/8986449245_041245dbd2_z.jpg", "width": "431", "height": "640"}, {"url": "https://live.staticflickr.com/5465/8986449245_041245dbd2_c.jpg", "width": "539", "height": "800"}, {"url": "https://live.staticflickr.com/5465/8986449245_041245dbd2_b.jpg", "width": "689", "height": "1024"}, {"url": "https://live.staticflickr.com/5465/8986449245_cdd0504422_o.jpg", "width": "902", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986378089", "title": "1-11-107-ANTIQUITES_Tome_Premier-056-combined", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "architecture": "tag_id_2", "photo": "tag_id_3", "amazing": "tag_id_4", "ruins": "tag_id_9"}, "sizes": [{"url": "https://live.staticflickr.com/3672/8986378089_d53bb3212b_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/3672/8986378089_d53bb3212b.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/3672/8986378089_d53bb3212b_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/3672/8986378089_d53bb3212b_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/3672/8986378089_d53bb3212b_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/3672/8986378089_c249e0a395_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986931359", "title": "1-18-166-ETAT_Moderne_Tome_Deuxieme-085", "tags": {"writing": "tag_id_18"}, "sizes": [{"url": "https://live.staticflickr.com/8120/8986931359_3094376c67_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8120/8986931359_3094376c67.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8120/8986931359_3094376c67_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8120/8986931359_3094376c67_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8120/8986931359_3094376c67_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8120/8986931359_9f2be352ef_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987944492", "title": "1-15-54-ANTIQUITES_Tome_Cinquieme-029", "tags": {"map": "tag_id_12", "blueprint": "tag_id_11", "hieroglyphics": "tag_id_13"}, "sizes": [{"url": "https://live.staticflickr.com/8396/8987944492_e7b2e87a02_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8396/8987944492_e7b2e87a02.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8396/8987944492_e7b2e87a02_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8396/8987944492_e7b2e87a02_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8396/8987944492_e7b2e87a02_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8396/8987944492_1e2f52fc83_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987853560", "title": "1-14-50-ANTIQUITES_Tome_Quatrieme-027", "tags": {"relief": "tag_id_6", "gods": "tag_id_7", "designs": "tag_id_16"}, "sizes": [{"url": "https://live.staticflickr.com/2809/8987853560_f43c3f0e0f_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/2809/8987853560_f43c3f0e0f.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/2809/8987853560_f43c3f0e0f_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/2809/8987853560_f43c3f0e0f_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/2809/8987853560_f43c3f0e0f_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/2809/8987853560_e36d4c3e5c_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986574369", "title": "1-13-22-ANTIQUITES_Tome_Troisieme-013", "tags": {"architecture": "tag_id_2", "designs": "tag_id_16"}, "sizes": [{"url": "https://live.staticflickr.com/7288/8986574369_05722ba4d2_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7288/8986574369_05722ba4d2.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7288/8986574369_05722ba4d2_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7288/8986574369_05722ba4d2_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7288/8986574369_05722ba4d2_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7288/8986574369_2e6cbcc84a_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986524645", "title": "1-12-46-ANTIQUITES_Tome_Deuxieme-025", "tags": {"people": "tag_id_1", "relief": "tag_id_6", "blueprint": "tag_id_11", "statuary": "tag_id_5", "hieroglyphics": "tag_id_13"}, "sizes": [{"url": "https://live.staticflickr.com/7393/8986524645_2cb5a0a3cb_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7393/8986524645_2cb5a0a3cb.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7393/8986524645_2cb5a0a3cb_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7393/8986524645_2cb5a0a3cb_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7393/8986524645_2cb5a0a3cb_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7393/8986524645_6b64b03197_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986841785", "title": "1-17-140-ETAT_MODERNE_Tome_Premier-072", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "landscape": "tag_id_8", "photo": "tag_id_3", "ruins": "tag_id_9"}, "sizes": [{"url": "https://live.staticflickr.com/2866/8986841785_77c73340a0_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/2866/8986841785_77c73340a0.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/2866/8986841785_77c73340a0_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/2866/8986841785_77c73340a0_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/2866/8986841785_77c73340a0_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/2866/8986841785_2a7d94540b_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988024664", "title": "1-17-10-ETAT_MODERNE_Tome_Premier-007", "tags": {"people": "tag_id_1", "plants": "tag_id_14", "animals": "tag_id_10", "architecture": "tag_id_2", "landscape": "tag_id_8", "photo": "tag_id_3", "ruins": "tag_id_9"}, "sizes": [{"url": "https://live.staticflickr.com/7407/8988024664_6710a1ea3e_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7407/8988024664_6710a1ea3e.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7407/8988024664_6710a1ea3e_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7407/8988024664_6710a1ea3e_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7407/8988024664_6710a1ea3e_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7407/8988024664_83b56fa9db_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986464901", "title": "1-12-106-ANTIQUITES_Tome_Deuxieme-055", "tags": {"mummy": "tag_id_17"}, "sizes": [{"url": "https://live.staticflickr.com/8541/8986464901_9116485e3e_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8541/8986464901_9116485e3e.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8541/8986464901_9116485e3e_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8541/8986464901_9116485e3e_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8541/8986464901_9116485e3e_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8541/8986464901_97be5a722e_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988253588", "title": "1-20-182-HISTOIRE_Naturelle_Tome_Deuxieme-093", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/7390/8988253588_dab5415357_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7390/8988253588_dab5415357.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7390/8988253588_dab5415357_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7390/8988253588_dab5415357_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7390/8988253588_dab5415357_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7390/8988253588_c483391029_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987095691", "title": "1-20-96-HISTOIRE_Naturelle_Tome_Deuxieme-050", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/2818/8987095691_bb2ef9cbe1_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2818/8987095691_bb2ef9cbe1.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2818/8987095691_bb2ef9cbe1_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2818/8987095691_bb2ef9cbe1_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2818/8987095691_bb2ef9cbe1_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2818/8987095691_1fddf74546_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986461711", "title": "1-11-98-ANTIQUITES_Tome_Premier-051", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "relief": "tag_id_6", "gods": "tag_id_7", "designs": "tag_id_16"}, "sizes": [{"url": "https://live.staticflickr.com/5456/8986461711_98b926dcea_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5456/8986461711_98b926dcea.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5456/8986461711_98b926dcea_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5456/8986461711_98b926dcea_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5456/8986461711_98b926dcea_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5456/8986461711_93851b67ef_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987885124", "title": "1-15-112-ANTIQUITES_Tome_Cinquieme-058", "tags": {"writing": "tag_id_18"}, "sizes": [{"url": "https://live.staticflickr.com/2853/8987885124_e5283490ab_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/2853/8987885124_e5283490ab.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/2853/8987885124_e5283490ab_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/2853/8987885124_e5283490ab_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/2853/8987885124_e5283490ab_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/2853/8987885124_328640f3a0_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988350100", "title": "1-21-60-HISTOIRE_Naturelle_Tome_Deuxieme_bis-032", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/2815/8988350100_a22981e6c4_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/2815/8988350100_a22981e6c4.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/2815/8988350100_a22981e6c4_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/2815/8988350100_a22981e6c4_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/2815/8988350100_a22981e6c4_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/2815/8988350100_7d7997077a_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986626129", "title": "1-14-124-ANTIQUITES_Tome_Quatrieme-064", "tags": {"architecture": "tag_id_2", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/5321/8986626129_4f12b9504e_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5321/8986626129_4f12b9504e.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5321/8986626129_4f12b9504e_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5321/8986626129_4f12b9504e_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5321/8986626129_4f12b9504e_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5321/8986626129_405defd0f0_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986419249", "title": "1-11-194-ANTIQUITES_Tome_Premier-099", "tags": {"people": "tag_id_1", "architecture": "tag_id_2", "landscape": "tag_id_8", "photo": "tag_id_3", "amazing": "tag_id_4", "ruins": "tag_id_9"}, "sizes": [{"url": "https://live.staticflickr.com/3689/8986419249_102fcc067e_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3689/8986419249_102fcc067e.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3689/8986419249_102fcc067e_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3689/8986419249_102fcc067e_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3689/8986419249_102fcc067e_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3689/8986419249_fb5b8c70da_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987697626", "title": "1-12-168-ANTIQUITES_Tome_Deuxieme-086", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "relief": "tag_id_6", "artifacts": "tag_id_15"}, "sizes": [{"url": "https://live.staticflickr.com/7377/8987697626_6a3fbd7619_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7377/8987697626_6a3fbd7619.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7377/8987697626_6a3fbd7619_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7377/8987697626_6a3fbd7619_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7377/8987697626_6a3fbd7619_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7377/8987697626_18b11653fe_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987055213", "title": "1-20-186-HISTOIRE_Naturelle_Tome_Deuxieme-095", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/3698/8987055213_ed43f8b861_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3698/8987055213_ed43f8b861.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3698/8987055213_ed43f8b861_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3698/8987055213_ed43f8b861_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3698/8987055213_ed43f8b861_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3698/8987055213_94546811ca_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988225164", "title": "1-20-108-HISTOIRE_Naturelle_Tome_Deuxieme-056", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/3771/8988225164_ec877ab67b_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3771/8988225164_ec877ab67b.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3771/8988225164_ec877ab67b_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3771/8988225164_ec877ab67b_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3771/8988225164_ec877ab67b_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3771/8988225164_f0238d20a8_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987688324", "title": "1-12-14-ANTIQUITES_Tome_Deuxieme-009", "tags": {"architecture": "tag_id_2"}, "sizes": [{"url": "https://live.staticflickr.com/8544/8987688324_02fce91692_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/8544/8987688324_02fce91692.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/8544/8987688324_02fce91692_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/8544/8987688324_02fce91692_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/8544/8987688324_02fce91692_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/8544/8987688324_856f901c55_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988027246", "title": "1-17-114-ETAT_MODERNE_Tome_Premier-059", "tags": {"people": "tag_id_1", "architecture": "tag_id_2", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/3728/8988027246_1460887e57_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3728/8988027246_1460887e57.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3728/8988027246_1460887e57_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3728/8988027246_1460887e57_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3728/8988027246_1460887e57_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3728/8988027246_9aa6d22d0f_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987868350", "title": "1-14-82-ANTIQUITES_Tome_Quatrieme-043", "tags": {"plants": "tag_id_14", "landscape": "tag_id_8", "photo": "tag_id_3", "ruins": "tag_id_9"}, "sizes": [{"url": "https://live.staticflickr.com/3826/8987868350_d4eab3015b_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3826/8987868350_d4eab3015b.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3826/8987868350_d4eab3015b_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3826/8987868350_d4eab3015b_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3826/8987868350_d4eab3015b_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3826/8987868350_a112c84a98_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987669612", "title": "1-12-120-ANTIQUITES_Tome_Deuxieme-062", "tags": {"relief": "tag_id_6", "designs": "tag_id_16"}, "sizes": [{"url": "https://live.staticflickr.com/3820/8987669612_bca0d7fae8_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3820/8987669612_bca0d7fae8.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3820/8987669612_bca0d7fae8_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3820/8987669612_bca0d7fae8_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3820/8987669612_bca0d7fae8_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3820/8987669612_5f06a48b9c_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986740759", "title": "1-15-42-ANTIQUITES_Tome_Cinquieme-023", "tags": {"people": "tag_id_1", "landscape": "tag_id_8", "photo": "tag_id_3", "ruins": "tag_id_9", "map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/8396/8986740759_caffd6a13a_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8396/8986740759_caffd6a13a.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8396/8986740759_caffd6a13a_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8396/8986740759_caffd6a13a_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8396/8986740759_caffd6a13a_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8396/8986740759_28850f3b3c_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986840563", "title": "1-17-137-ETAT_MODERNE_Tome_Premier-071-combined", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "landscape": "tag_id_8", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/2872/8986840563_6cd2d7d560_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/2872/8986840563_6cd2d7d560.jpg", "width": "500", "height": "337"}, {"url": "https://live.staticflickr.com/2872/8986840563_6cd2d7d560_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/2872/8986840563_6cd2d7d560_c.jpg", "width": "800", "height": "539"}, {"url": "https://live.staticflickr.com/2872/8986840563_6cd2d7d560_b.jpg", "width": "1024", "height": "690"}, {"url": "https://live.staticflickr.com/2872/8986840563_7c196c2d32_o.jpg", "width": "1990", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986752281", "title": "1-15-6-ANTIQUITES_Tome_Cinquieme-005", "tags": {"landscape": "tag_id_8", "photo": "tag_id_3", "pyramids": "tag_id_20"}, "sizes": [{"url": "https://live.staticflickr.com/2827/8986752281_65af2d2a5f_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2827/8986752281_65af2d2a5f.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2827/8986752281_65af2d2a5f_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2827/8986752281_65af2d2a5f_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2827/8986752281_65af2d2a5f_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2827/8986752281_a373ce2f90_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986501337", "title": "1-12-170-ANTIQUITES_Tome_Deuxieme-087", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "relief": "tag_id_6", "gods": "tag_id_7"}, "sizes": [{"url": "https://live.staticflickr.com/7432/8986501337_9b3137f5cd_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7432/8986501337_9b3137f5cd.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7432/8986501337_9b3137f5cd_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7432/8986501337_9b3137f5cd_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7432/8986501337_9b3137f5cd_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7432/8986501337_48d3b14a12_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986537259", "title": "1-12-70-ANTIQUITES_Tome_Deuxieme-037", "tags": {"architecture": "tag_id_2", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/7457/8986537259_aa2f6cb978_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7457/8986537259_aa2f6cb978.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7457/8986537259_aa2f6cb978_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7457/8986537259_aa2f6cb978_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7457/8986537259_aa2f6cb978_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7457/8986537259_e9d320a33c_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986953117", "title": "1-18-50-ETAT_Moderne_Tome_Deuxieme-027", "tags": {"architecture": "tag_id_2", "technology": "tag_id_19", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/3769/8986953117_4b9670a525_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3769/8986953117_4b9670a525.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3769/8986953117_4b9670a525_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3769/8986953117_4b9670a525_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3769/8986953117_4b9670a525_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3769/8986953117_67db1df1e9_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986384445", "title": "1-11-11-ANTIQUITES_Tome_Premier-008-combined", "tags": {"map": "tag_id_12"}, "sizes": [{"url": "https://live.staticflickr.com/3783/8986384445_67a3e85e6f_n.jpg", "width": "215", "height": "320"}, {"url": "https://live.staticflickr.com/3783/8986384445_67a3e85e6f.jpg", "width": "337", "height": "500"}, {"url": "https://live.staticflickr.com/3783/8986384445_67a3e85e6f_z.jpg", "width": "431", "height": "640"}, {"url": "https://live.staticflickr.com/3783/8986384445_67a3e85e6f_c.jpg", "width": "539", "height": "800"}, {"url": "https://live.staticflickr.com/3783/8986384445_67a3e85e6f_b.jpg", "width": "689", "height": "1024"}, {"url": "https://live.staticflickr.com/3783/8986384445_0d2fc05ae3_o.jpg", "width": "902", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988033420", "title": "1-17-128-ETAT_MODERNE_Tome_Premier-066", "tags": {"landscape": "tag_id_8", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/7305/8988033420_a69767524b_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7305/8988033420_a69767524b.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7305/8988033420_a69767524b_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7305/8988033420_a69767524b_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7305/8988033420_a69767524b_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7305/8988033420_62da2e4b84_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987737448", "title": "1-12-76-ANTIQUITES_Tome_Deuxieme-040", "tags": {"people": "tag_id_1", "architecture": "tag_id_2", "photo": "tag_id_3", "amazing": "tag_id_4", "relief": "tag_id_6"}, "sizes": [{"url": "https://live.staticflickr.com/2823/8987737448_7d5c9cf0eb_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/2823/8987737448_7d5c9cf0eb.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/2823/8987737448_7d5c9cf0eb_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/2823/8987737448_7d5c9cf0eb_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/2823/8987737448_7d5c9cf0eb_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/2823/8987737448_856a9f1c88_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987767174", "title": "1-13-14-ANTIQUITES_Tome_Troisieme-009", "tags": {"animals": "tag_id_10", "architecture": "tag_id_2", "relief": "tag_id_6", "statuary": "tag_id_5"}, "sizes": [{"url": "https://live.staticflickr.com/5461/8987767174_53b8211023_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5461/8987767174_53b8211023.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5461/8987767174_53b8211023_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5461/8987767174_53b8211023_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5461/8987767174_53b8211023_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5461/8987767174_2654a0cbe5_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986971923", "title": "1-18-92-ETAT_Moderne_Tome_Deuxieme-048", "tags": {"people": "tag_id_1", "photo": "tag_id_3", "technology": "tag_id_19"}, "sizes": [{"url": "https://live.staticflickr.com/7366/8986971923_0f81d91e74_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7366/8986971923_0f81d91e74.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7366/8986971923_0f81d91e74_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7366/8986971923_0f81d91e74_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7366/8986971923_0f81d91e74_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7366/8986971923_dcc5420bf1_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987744196", "title": "1-12-88-ANTIQUITES_Tome_Deuxieme-046", "tags": {"people": "tag_id_1", "plants": "tag_id_14", "animals": "tag_id_10", "architecture": "tag_id_2", "landscape": "tag_id_8", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/2829/8987744196_edb008c1d8_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/2829/8987744196_edb008c1d8.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/2829/8987744196_edb008c1d8_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/2829/8987744196_edb008c1d8_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/2829/8987744196_edb008c1d8_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/2829/8987744196_3856c26056_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987850010", "title": "1-14-44-ANTIQUITES_Tome_Quatrieme-024", "tags": {"amazing": "tag_id_4", "relief": "tag_id_6", "statuary": "tag_id_5"}, "sizes": [{"url": "https://live.staticflickr.com/7422/8987850010_82708663af_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7422/8987850010_82708663af.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7422/8987850010_82708663af_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7422/8987850010_82708663af_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7422/8987850010_82708663af_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7422/8987850010_5ec727e7b9_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988281116", "title": "1-20-58-HISTOIRE_Naturelle_Tome_Deuxieme-031", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/3706/8988281116_f366342dd7_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3706/8988281116_f366342dd7.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3706/8988281116_f366342dd7_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3706/8988281116_f366342dd7_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3706/8988281116_f366342dd7_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3706/8988281116_36e6c23c2f_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986580667", "title": "1-13-36-ANTIQUITES_Tome_Troisieme-020-combined", "tags": {"landscape": "tag_id_8", "photo": "tag_id_3", "ruins": "tag_id_9"}, "sizes": [{"url": "https://live.staticflickr.com/5462/8986580667_e96205432c_n.jpg", "width": "320", "height": "215"}, {"url": "https://live.staticflickr.com/5462/8986580667_e96205432c.jpg", "width": "500", "height": "336"}, {"url": "https://live.staticflickr.com/5462/8986580667_e96205432c_z.jpg", "width": "640", "height": "431"}, {"url": "https://live.staticflickr.com/5462/8986580667_e96205432c_c.jpg", "width": "800", "height": "538"}, {"url": "https://live.staticflickr.com/5462/8986580667_e96205432c_b.jpg", "width": "1024", "height": "689"}, {"url": "https://live.staticflickr.com/5462/8986580667_5604a4162f_o.jpg", "width": "1992", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987004065", "title": "1-19-54-HISTOIRE_Naturelle_Tome_Premiem-029", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/3768/8987004065_28eafa2170_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3768/8987004065_28eafa2170.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3768/8987004065_28eafa2170_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3768/8987004065_28eafa2170_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3768/8987004065_28eafa2170_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3768/8987004065_19fa5f84a4_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988294054", "title": "1-20-92-HISTOIRE_Naturelle_Tome_Deuxieme-048", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/3702/8988294054_07a16acbf9_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3702/8988294054_07a16acbf9.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3702/8988294054_07a16acbf9_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3702/8988294054_07a16acbf9_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3702/8988294054_07a16acbf9_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3702/8988294054_006baba65f_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987075563", "title": "1-20-42-HISTOIRE_Naturelle_Tome_Deuxieme-023", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/3820/8987075563_3f017c0b80_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3820/8987075563_3f017c0b80.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3820/8987075563_3f017c0b80_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3820/8987075563_3f017c0b80_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3820/8987075563_3f017c0b80_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3820/8987075563_5a87ecbe8b_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988223768", "title": "1-20-104-HISTOIRE_Naturelle_Tome_Deuxieme-054", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/3719/8988223768_e7daccd60d_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3719/8988223768_e7daccd60d.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3719/8988223768_e7daccd60d_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3719/8988223768_e7daccd60d_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3719/8988223768_e7daccd60d_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3719/8988223768_e7c6de71a5_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987084017", "title": "1-20-66-HISTOIRE_Naturelle_Tome_Deuxieme-035", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/3776/8987084017_1dfaf4088f_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3776/8987084017_1dfaf4088f.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3776/8987084017_1dfaf4088f_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3776/8987084017_1dfaf4088f_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3776/8987084017_1dfaf4088f_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3776/8987084017_5cafcd3e15_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986979703", "title": "1-19-110-HISTOIRE_Naturelle_Tome_Premiem-057", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/7374/8986979703_76cb533211_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7374/8986979703_76cb533211.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7374/8986979703_76cb533211_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7374/8986979703_76cb533211_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7374/8986979703_76cb533211_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7374/8986979703_d29bb6d804_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986965163", "title": "1-18-76-ETAT_Moderne_Tome_Deuxieme-040", "tags": {"people": "tag_id_1", "photo": "tag_id_3", "textiles": "tag_id_21"}, "sizes": [{"url": "https://live.staticflickr.com/7440/8986965163_6833c82b52_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7440/8986965163_6833c82b52.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7440/8986965163_6833c82b52_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7440/8986965163_6833c82b52_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7440/8986965163_6833c82b52_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7440/8986965163_30fb9fa9de_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986536197", "title": "1-12-6-ANTIQUITES_Tome_Deuxieme-005", "tags": {"map": "tag_id_12", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/8539/8986536197_712059cf3d_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/8539/8986536197_712059cf3d.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/8539/8986536197_712059cf3d_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/8539/8986536197_712059cf3d_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/8539/8986536197_712059cf3d_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/8539/8986536197_5f22bb5321_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988230192", "title": "1-20-120-HISTOIRE_Naturelle_Tome_Deuxieme-062", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/7285/8988230192_f494574f6d_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7285/8988230192_f494574f6d.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7285/8988230192_f494574f6d_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7285/8988230192_f494574f6d_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7285/8988230192_f494574f6d_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7285/8988230192_6b69944c3f_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987629370", "title": "1-11-34-ANTIQUITES_Tome_Premier-019", "tags": {"people": "tag_id_1", "relief": "tag_id_6"}, "sizes": [{"url": "https://live.staticflickr.com/5458/8987629370_f014997abe_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5458/8987629370_f014997abe.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5458/8987629370_f014997abe_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5458/8987629370_f014997abe_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5458/8987629370_f014997abe_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5458/8987629370_fa1103f841_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987773674", "title": "1-13-28-ANTIQUITES_Tome_Troisieme-016", "tags": {"people": "tag_id_1", "photo": "tag_id_3", "amazing": "tag_id_4", "ruins": "tag_id_9", "statuary": "tag_id_5"}, "sizes": [{"url": "https://live.staticflickr.com/5333/8987773674_5fdcf0bae5_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5333/8987773674_5fdcf0bae5.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5333/8987773674_5fdcf0bae5_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5333/8987773674_5fdcf0bae5_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5333/8987773674_5fdcf0bae5_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5333/8987773674_6d3c3f9e51_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986921591", "title": "1-18-144-ETAT_Moderne_Tome_Deuxieme-074", "tags": {"designs": "tag_id_16", "artifacts": "tag_id_15"}, "sizes": [{"url": "https://live.staticflickr.com/8418/8986921591_1fa132d84a_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8418/8986921591_1fa132d84a.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8418/8986921591_1fa132d84a_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8418/8986921591_1fa132d84a_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8418/8986921591_1fa132d84a_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8418/8986921591_8a2786db5a_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988323992", "title": "1-21-156-HISTOIRE_Naturelle_Tome_Deuxieme_bis-080", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/3672/8988323992_792ac92c31_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3672/8988323992_792ac92c31.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3672/8988323992_792ac92c31_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3672/8988323992_792ac92c31_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3672/8988323992_792ac92c31_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3672/8988323992_aa5de43df8_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988258460", "title": "1-20-194-HISTOIRE_Naturelle_Tome_Deuxieme-099", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/8547/8988258460_413561e755_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8547/8988258460_413561e755.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8547/8988258460_413561e755_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8547/8988258460_413561e755_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8547/8988258460_413561e755_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8547/8988258460_b1525a4a79_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986805755", "title": "1-16-6-ATLAS_Geographiqe-005", "tags": {}, "sizes": [{"url": "https://live.staticflickr.com/7383/8986805755_74ea533fa0_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7383/8986805755_74ea533fa0.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7383/8986805755_74ea533fa0_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7383/8986805755_74ea533fa0_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7383/8986805755_74ea533fa0_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7383/8986805755_4e7acbb0c8_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987645104", "title": "1-11-66-ANTIQUITES_Tome_Premier-035", "tags": {"people": "tag_id_1", "architecture": "tag_id_2", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/5463/8987645104_ef9f4600b8_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/5463/8987645104_ef9f4600b8.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/5463/8987645104_ef9f4600b8_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/5463/8987645104_ef9f4600b8_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/5463/8987645104_ef9f4600b8_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/5463/8987645104_d96c34b81f_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987707930", "title": "1-12-20-ANTIQUITES_Tome_Deuxieme-012", "tags": {"people": "tag_id_1", "plants": "tag_id_14", "animals": "tag_id_10", "relief": "tag_id_6", "gods": "tag_id_7"}, "sizes": [{"url": "https://live.staticflickr.com/3667/8987707930_86d8694713_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3667/8987707930_86d8694713.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3667/8987707930_86d8694713_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3667/8987707930_86d8694713_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3667/8987707930_86d8694713_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3667/8987707930_d946129fd2_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987939940", "title": "1-15-46-ANTIQUITES_Tome_Cinquieme-025", "tags": {"hieroglyphics": "tag_id_13"}, "sizes": [{"url": "https://live.staticflickr.com/3738/8987939940_0ab7c0b412_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3738/8987939940_0ab7c0b412.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3738/8987939940_0ab7c0b412_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3738/8987939940_0ab7c0b412_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3738/8987939940_0ab7c0b412_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3738/8987939940_4b7d5b1c1d_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987635116", "title": "1-11-48-ANTIQUITES_Tome_Premier-026", "tags": {"people": "tag_id_1", "relief": "tag_id_6", "gods": "tag_id_7"}, "sizes": [{"url": "https://live.staticflickr.com/7426/8987635116_691621d21b_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7426/8987635116_691621d21b.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7426/8987635116_691621d21b_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7426/8987635116_691621d21b_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7426/8987635116_691621d21b_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7426/8987635116_66fa178e6c_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986578487", "title": "1-13-32-ANTIQUITES_Tome_Troisieme-018", "tags": {"relief": "tag_id_6", "artifacts": "tag_id_15"}, "sizes": [{"url": "https://live.staticflickr.com/5337/8986578487_e84d63b17d_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5337/8986578487_e84d63b17d.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5337/8986578487_e84d63b17d_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5337/8986578487_e84d63b17d_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5337/8986578487_e84d63b17d_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5337/8986578487_cb41a36044_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986460073", "title": "1-11-94-ANTIQUITES_Tome_Premier-049", "tags": {"architecture": "tag_id_2", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/2807/8986460073_1c55844ae8_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/2807/8986460073_1c55844ae8.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/2807/8986460073_1c55844ae8_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/2807/8986460073_1c55844ae8_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/2807/8986460073_1c55844ae8_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/2807/8986460073_ec155015ed_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987115761", "title": "1-21-130-HISTOIRE_Naturelle_Tome_Deuxieme_bis-067", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/8558/8987115761_78ffe666d7_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8558/8987115761_78ffe666d7.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8558/8987115761_78ffe666d7_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8558/8987115761_78ffe666d7_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8558/8987115761_78ffe666d7_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8558/8987115761_2009240675_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987759618", "title": "1-13-122-ANTIQUITES_Tome_Troisieme-063", "tags": {"people": "tag_id_1", "animals": "tag_id_10", "relief": "tag_id_6"}, "sizes": [{"url": "https://live.staticflickr.com/7375/8987759618_17d8673aa8_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7375/8987759618_17d8673aa8.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7375/8987759618_17d8673aa8_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7375/8987759618_17d8673aa8_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7375/8987759618_17d8673aa8_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7375/8987759618_f420045b0f_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986646809", "title": "1-14-32-ANTIQUITES_Tome_Quatrieme-018", "tags": {"people": "tag_id_1", "relief": "tag_id_6"}, "sizes": [{"url": "https://live.staticflickr.com/7343/8986646809_d206a36079_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7343/8986646809_d206a36079.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7343/8986646809_d206a36079_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7343/8986646809_d206a36079_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7343/8986646809_d206a36079_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7343/8986646809_95f06e542c_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987753694", "title": "1-13-110-ANTIQUITES_Tome_Troisieme-057", "tags": {"architecture": "tag_id_2", "photo": "tag_id_3", "ruins": "tag_id_9", "blueprint": "tag_id_11"}, "sizes": [{"url": "https://live.staticflickr.com/8535/8987753694_aa15cf1ef9_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8535/8987753694_aa15cf1ef9.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8535/8987753694_aa15cf1ef9_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8535/8987753694_aa15cf1ef9_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8535/8987753694_aa15cf1ef9_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8535/8987753694_2661fcb215_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986838319", "title": "1-17-134-ETAT_MODERNE_Tome_Premier-069", "tags": {"architecture": "tag_id_2", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/3727/8986838319_591b5258ce_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3727/8986838319_591b5258ce.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3727/8986838319_591b5258ce_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3727/8986838319_591b5258ce_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3727/8986838319_591b5258ce_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3727/8986838319_0100b73486_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986965809", "title": "1-18-78-ETAT_Moderne_Tome_Deuxieme-041", "tags": {"people": "tag_id_1", "photo": "tag_id_3", "technology": "tag_id_19", "textiles": "tag_id_21"}, "sizes": [{"url": "https://live.staticflickr.com/7434/8986965809_ba5eaa7ca2_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7434/8986965809_ba5eaa7ca2.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7434/8986965809_ba5eaa7ca2_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7434/8986965809_ba5eaa7ca2_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7434/8986965809_ba5eaa7ca2_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7434/8986965809_881455deff_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988364896", "title": "1-21-86-HISTOIRE_Naturelle_Tome_Deuxieme_bis-045", "tags": {"plants": "tag_id_14"}, "sizes": [{"url": "https://live.staticflickr.com/8540/8988364896_21198c4e8c_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/8540/8988364896_21198c4e8c.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/8540/8988364896_21198c4e8c_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/8540/8988364896_21198c4e8c_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/8540/8988364896_21198c4e8c_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/8540/8988364896_09694f7524_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988204878", "title": "1-19-58-HISTOIRE_Naturelle_Tome_Premiem-031", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/5336/8988204878_b70b863a8f_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/5336/8988204878_b70b863a8f.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/5336/8988204878_b70b863a8f_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/5336/8988204878_b70b863a8f_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/5336/8988204878_b70b863a8f_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/5336/8988204878_d12951fe65_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8986385339", "title": "1-11-120-ANTIQUITES_Tome_Premier-062", "tags": {"people": "tag_id_1", "architecture": "tag_id_2", "amazing": "tag_id_4", "ruins": "tag_id_9", "relief": "tag_id_6"}, "sizes": [{"url": "https://live.staticflickr.com/7339/8986385339_d0256bcd4d_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/7339/8986385339_d0256bcd4d.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/7339/8986385339_d0256bcd4d_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/7339/8986385339_d0256bcd4d_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/7339/8986385339_d0256bcd4d_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/7339/8986385339_408d90df51_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988267182", "title": "1-20-22-HISTOIRE_Naturelle_Tome_Deuxieme-013", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/8419/8988267182_9d29167713_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/8419/8988267182_9d29167713.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/8419/8988267182_9d29167713_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/8419/8988267182_9d29167713_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/8419/8988267182_9d29167713_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/8419/8988267182_aabfc796ae_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8987090775", "title": "1-20-84-HISTOIRE_Naturelle_Tome_Deuxieme-044", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/7320/8987090775_fb00cea436_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/7320/8987090775_fb00cea436.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/7320/8987090775_fb00cea436_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/7320/8987090775_fb00cea436_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/7320/8987090775_fb00cea436_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/7320/8987090775_9642014b2a_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988263630", "title": "1-20-206-HISTOIRE_Naturelle_Tome_Deuxieme-105", "tags": {"animals": "tag_id_10"}, "sizes": [{"url": "https://live.staticflickr.com/3762/8988263630_b0b9aa08df_n.jpg", "width": "238", "height": "320"}, {"url": "https://live.staticflickr.com/3762/8988263630_b0b9aa08df.jpg", "width": "372", "height": "500"}, {"url": "https://live.staticflickr.com/3762/8988263630_b0b9aa08df_z.jpg", "width": "476", "height": "640"}, {"url": "https://live.staticflickr.com/3762/8988263630_b0b9aa08df_c.jpg", "width": "595", "height": "800"}, {"url": "https://live.staticflickr.com/3762/8988263630_b0b9aa08df_b.jpg", "width": "761", "height": "1024"}, {"url": "https://live.staticflickr.com/3762/8988263630_1e43235c4e_o.jpg", "width": "996", "height": "1340"}], "sources": {"source_my_photos": 1}}, {"id": "8988107772", "title": "1-18-116-ETAT_Moderne_Tome_Deuxieme-060", "tags": {"people": "tag_id_1", "photo": "tag_id_3"}, "sizes": [{"url": "https://live.staticflickr.com/3813/8988107772_5806ce0bb1_n.jpg", "width": "320", "height": "238"}, {"url": "https://live.staticflickr.com/3813/8988107772_5806ce0bb1.jpg", "width": "500", "height": "372"}, {"url": "https://live.staticflickr.com/3813/8988107772_5806ce0bb1_z.jpg", "width": "640", "height": "476"}, {"url": "https://live.staticflickr.com/3813/8988107772_5806ce0bb1_c.jpg", "width": "800", "height": "595"}, {"url": "https://live.staticflickr.com/3813/8988107772_5806ce0bb1_b.jpg", "width": "1024", "height": "761"}, {"url": "https://live.staticflickr.com/3813/8988107772_718bdd82ba_o.jpg", "width": "1803", "height": "1340"}], "sources": {"source_my_photos": 1}}]; State.sources = {"source_my_photos": {"display": "My Photos", "tags": {"people": "tag_id_1", "architecture": "tag_id_2", "photo": "tag_id_3", "amazing": "tag_id_4", "statuary": "tag_id_5", "relief": "tag_id_6", "gods": "tag_id_7", "landscape": "tag_id_8", "ruins": "tag_id_9", "animals": "tag_id_10", "blueprint": "tag_id_11", "map": "tag_id_12", "hieroglyphics": "tag_id_13", "plants": "tag_id_14", "artifacts": "tag_id_15", "designs": "tag_id_16", "mummy": "tag_id_17", "writing": "tag_id_18", "technology": "tag_id_19", "pyramids": "tag_id_20", "textiles": "tag_id_21", "curio": "tag_id_22"}}}; // Main logic. build_control_panel(); gallery_show(); // Static Behaviors // E.g. behaviors on HTML elements present in the base source. // // Dynamic behaviors are defined inline with the creation of the // elements in question. $( window ).resize( function() { var img = get_best_size( State.images[State.current_image] ); $( "#slide_show" ) .attr( 'src', img['url'] ) .width( img['img_width'] ) .height( img['img_height'] ); $( "#control_panel" ).css( 'height', ( $( window ).height() - 50 ) + "px" ); } ); $( "#full_screen" ).click( function() { full_screen( true ); } ); $( "#show_control_panel" ).mouseenter( function() { // DEBUG make opacity stops of control panel configurable. $( "#control_panel" ).stop( true, true ).slideDown().animate( { opacity: 0.9 } ); $( this ).stop( true, true ).animate( { opacity: 1 } ) } ); $( "#control_panel" ).mouseleave( { opacity: 0.2, duration: 10000 }, hide_control_panel ); $( "#start_show" ).on( 'click', { opacity: 0, duration: 3000 }, process_form ); $( "#slide_duration" ).on( 'change', update_slide_duration ); $( "#any_or_all_any" ).on( 'change', update_any_or_all ); $( "#any_or_all_all" ).on( 'change', update_any_or_all ); $( "#clear_all" ).on( 'click', { new_property: false }, set_all_tags ); $( "#include_untagged" ).on( 'change', update_show_tagged ); // Helper functions function update_show_tagged( event ) { State.show_untagged = event.target.checked; } function update_slide_duration( event ) { var new_duration = Number( event.target.value ); if ( new_duration && (new_duration > 0) ) { State.slide_duration = new_duration * 1000; } gallery_show(); } function update_any_or_all( event ) { State.any_or_all = event.target.value; } function process_form( event ) { hide_control_panel( event ); State.next_image = get_next_image(); gallery_show(); } function sources_update_tags( event ) { var checked_sources = []; var enabled_sources = []; // Newly enabled var disabled_sources = []; // Newly disabled $( "#sources input:checked" ).each(function ( index ) { checked_sources.push( this.id ); }); // For each source overall for ( var source in State.sources ) { if ( !State.sources.hasOwnProperty( source ) ) continue; var checked = false; // Determine if it is currently checked. for ( var i = 0 ; i < checked_sources.length ; i++ ) { if ( source === checked_sources[i] ) { // It is checked checked = true; if ( !(source in State.active_sources) ) { // And formerly wasn't checked. enabled_sources.push( source ); State.active_sources[source] = 1; } } } // It is not checked if ( !checked ) { if ( source in State.active_sources ) { // And formerly was checked. disabled_sources.push( source ); delete( State.active_sources[source] ); } } } update_tag_visibility( enabled_sources, disabled_sources ); } // Takes in an array of sources that were enabled, and an array of // sources that were disabled. function update_tag_visibility( enabled_sources, disabled_sources ) { var tags_to_display = []; var tags_to_hide = []; calculate_tag_visibility( enabled_sources, disabled_sources, tags_to_display, tags_to_hide ); var display_selector = ''; for ( var i = 0 ; i < tags_to_display.length ; i++ ) { display_selector += '#' + State.tags[tags_to_display[i]].tag_id_prefix + '_row,'; State.tags[tags_to_display[i]].visible = true; } display_selector = display_selector.slice( 0, -1 ); // DEBUG make the animation duration a configurable - the // animation is a bit obnoxious when there are many many tags. $( display_selector ).show( 1000 ); var hide_selector = ''; for ( var i = 0 ; i < tags_to_hide.length ; i++ ) { hide_selector += '#' + State.tags[tags_to_hide[i]].tag_id_prefix + '_row,'; State.tags[tags_to_hide[i]].visible = false; } hide_selector = hide_selector.slice( 0, -1 ); // DEBUG make the animation duration a configurable - the // animation is a bit obnoxious when there are many many tags. $( hide_selector ).hide( 1000 ); } function calculate_tag_visibility( enabled_sources, disabled_sources, tags_to_display, tags_to_hide ) { for ( var i = 0 ; i < enabled_sources.length ; i++ ) { var enabled_tags = State.sources[enabled_sources[i]].tags; for ( var tag in enabled_tags ) { if ( !enabled_tags.hasOwnProperty( tag ) ) continue; State.tags[tag].active_sources[enabled_sources[i]] = 1; if ( Object.keys( State.tags[tag].active_sources ).length == 1) { tags_to_display.push( tag ); } } } for ( var i = 0 ; i < disabled_sources.length ; i++ ) { var disabled_tags = State.sources[disabled_sources[i]].tags; for ( var tag in disabled_tags ) { if ( !disabled_tags.hasOwnProperty( tag ) ) continue; if ( (tag in State.tags) ) { delete( State.tags[tag].active_sources[disabled_sources[i]] ); if ( Object.keys( State.tags[tag].active_sources ).length == 0 ) { tags_to_hide.push( tag ); } } } } return; } function get_tag_by_id( tag_id ) { for ( var tag in State.tags ) { if ( !State.tags.hasOwnProperty( tag ) ) continue; if ( State.tags[tag].tag_id_prefix === tag_id.slice( 0, -8 ) ) { return tag; } } return; } // DEBUG Cut the length of this function in half. function handle_tag_changes( event ) { // Has to do a few things: // 1) Bail out unless the event is for a tag radio button. // 2) Make radion buttons set to 'include' or 'exclude' var tag_id = event.target.id; if ( tag_id.slice( 0, 6 ) === 'tag_id' ) { var tag = get_tag_by_id( tag_id ); if ( tag_id.slice( -7 ) === 'include' ) { // Include if ( event.target.checked ) { State.tags[tag].setting = 'include'; } else if ( State.tags[tag].setting === 'include' ) { State.tags[tag].setting = 'unset'; } } else { // Exclude if ( event.target.checked ) { State.tags[tag].setting = 'exclude'; } else if ( State.tags[tag].setting === 'exclude' ){ State.tags[tag].setting = 'unset'; } } } return; } function tag_table_row_html(tag, tag_id) { var tag_element = ''; tag_element += ''; tag_element += ' ' + tag + ''; tag_element += ' '; tag_element += ' '; tag_element += ''; return tag_element; } function add_sources_and_tags_to_control() { var source_elements = ''; var tag_elements = ''; for ( var source in State.sources ) { if ( !State.sources.hasOwnProperty( source ) ) continue; // Source stuff. source_elements += ''; State.active_sources[source] = 1; // Tag stuff. Each source can have overlapping tag // names, take care not to add the tags over and over. var source_tags = State.sources[source].tags for ( var tag in source_tags ) { if ( !source_tags.hasOwnProperty( tag ) ) continue; if ( !State.tags[tag] ) { State.tags[tag] = { active_sources : { }, tag_id_prefix : source_tags[tag], visible : true, setting : 'unset' }; } State.tags[tag].active_sources[source] = 1; } } // Tag stuff - this needs to be run before we add the source // stuff to the DOM below, as the source stuff refers // potentially to tag elements and events. // // We want our keys output in alphabetical order. for ( var keys = Object.keys( State.tags ).sort( case_insensitive_sort ), i = 0 ; i < keys.length ; i++ ) { tag_elements += tag_table_row_html( keys[i], State.tags[keys[i]].tag_id_prefix ); } // Insert into DOM. $( "#tag_body" ).append( tag_elements ); // Add an event for when a radio button is changed. $( "#tags" ).on( 'change', handle_tag_changes ); // Activate the select-all button. $( "#select_all" ).on( 'click', { new_property: true}, set_all_tags ); // Turn all the tags on. $( "#select_all" ).click(); // Source stuff // Insert into DOM. $( "#sources" ).append( source_elements ); // Bind events. $( "#sources" ).on( 'change', sources_update_tags ); // Initially all sources are active. $( "#sources :checkbox" ).prop( 'checked', true ).change(); return; } function case_insensitive_sort( a, b ) { var c = a.toLowerCase(); var d = b.toLowerCase(); if (c < d) return -1; if (c > d) return 1; return 0; } function set_all_tags( event ) { $( "#tags input:radio[value='include']" ) .prop( 'checked', event.data.new_property ) .change(); } function hide_control_panel( event ) { var opacity = event.data.opacity; var duration = event.data.duration; // DEBUG Fix the opacity of the control panel to be a // confiuration option. $( "#control_panel" ).slideUp().css( 'opacity', 0.3 ); $( "#show_control_panel" ).animate( { opacity: opacity }, duration ); } function build_control_panel() { $( "#control_panel" ).css( { opacity: 0.5, display: 'none' } ); $( "#show_control_panel" ).css( { opacity: 0.3 } ); // Because event handling is mixed up between tags and // sources, and because our mater bestiary of tags is present // in the State.sources data structure, we initialize both // areas at once. add_sources_and_tags_to_control(); } function full_screen( enter ) { if ( enter ) { var full_screen_on = (document.fullScreenElement && document.fullScreenElement !== null) || (document.mozFullScreen || document.webkitIsFullScreen); var docElm = document.documentElement; if ( !full_screen_on ) { if ( docElm.requestFullscreen ) { docElm.requestFullscreen(); } else if ( docElm.mozRequestFullScreen ) { docElm.mozRequestFullScreen(); } else if ( docElm.webkitRequestFullScreen ) { docElm.webkitRequestFullScreen(); } } } else { // DEBUG: Add exit full screen here. } } // Return the smallest image that is bigger than our browser window. function get_best_size( image ) { // Treat the window as a bit smaller than it is so as not to // cause scrollbars to appear. var wpad = 60; var hpad = 60; var sizes = image['sizes']; var num_sizes = sizes.length; // By default we just return the biggest image we have. var ret = sizes[num_sizes-1]; // Search for the smallest image which is bigger than our // display area. for ( var i = 0 ; i < num_sizes ; i++ ) { var img_w = sizes[i]['width']; var img_h = sizes[i]['height']; if ( (img_w >= ($( window ).width() - wpad)) && (img_h >= $(window).height() - hpad) ) { ret = sizes[i]; break; } } // Determine the appropriate height and width of the image. // DEBUG we can probably just scale one of the dimesions and // let the browser take care of the rest, or use CSS and set // img { max-width: 100%, height: auto; } var height_ratio = ret['height'] / ($(window).height() - hpad); var width_ratio = ret['width'] / ($(window).width() - wpad); if ( height_ratio > 1 || width_ratio > 1 ) { ret['img_height'] = Math.floor( ret['height'] / Math.max( height_ratio, width_ratio ) ); ret['img_width'] = Math.floor( ret['width'] / Math.max( height_ratio, width_ratio ) ); } else { ret['img_height'] = ret['height']; ret['img_width'] = ret['width']; } return ret; } function get_next_image() { // Gets the next image we are to show based on the value of // our state object. // The tags which are currently operative: State.tags // Define the function with this syntax to avoid language // specification restrictions on defining functions multiple // levels deep. var get_next_index = function( candidate ) { if ( candidate === (State.images.length - 1) ) { return 0; } else { return candidate + 1; } } var candidate_index = State.current_image; var infinite_loop_detected = candidate_index; var found = false; do { candidate_index = get_next_index( candidate_index ); var candidate_image = State.images[candidate_index]; if ( sources_are_compatible( candidate_image ) && tags_are_compatible( candidate_image ) ) { found = true; break; } } while ( !found && (candidate_index != infinite_loop_detected) ); if ( !found ) { $( "#no_images_selected" ).css( 'display', 'block' ); } else { $( "#no_images_selected" ).css( 'display', 'none' ); } return candidate_index; } function sources_are_compatible( image ) { for ( var active_source in State.active_sources ) { if ( State.active_sources.hasOwnProperty( active_source ) ) { if ( image.sources.hasOwnProperty( active_source ) ) { return true; } } } return false; } function has_excluded_tag( image ) { for ( var tag in image.tags ) { if ( !image.tags.hasOwnProperty( tag ) ) continue; if ( $( '#' + State.tags[tag].tag_id_prefix + '_exclude' ) .is( ':checked' ) ) { return true; } } return false; } function tags_are_compatible( image ) { if ( Object.keys( image.tags ).length === 0 ) { return State.show_untagged; } else if ( has_excluded_tag( image ) ) { return false; } else { var all_so_far = false; for ( var tag in State.tags ) { if ( ! State.tags.hasOwnProperty( tag ) ) continue; var tag_props = State.tags[tag]; if ( !tag_props.visible ) continue; if ( tag_props.setting !== 'include' ) continue; if ( image.tags.hasOwnProperty( tag ) ) { all_so_far = true; if ( State.any_or_all === 'any' ) return true; } else if ( State.any_or_all === 'all' ) { return false; } } return all_so_far; } } function gallery_show() { // Display the image State.current_image = State.next_image; var img = get_best_size( State.images[State.current_image] ); $( "#slide_show" ) .attr( 'src', img['url'] ) .width( img['img_width'] ) .height( img['img_height'] ); clearTimeout( State.timer ); State.timer = setTimeout( gallery_show , State.slide_duration ); // Preload the next image. State.next_image = get_next_image(); if ( State.next_image >= State.images.length ) { // Just start over at the beginning of the show if we're // out of images. State.next_image = 0; } img = get_best_size( State.images[State.next_image] ); // DEBUG - Determine if setting width and height like this is // icky, refactor if necessary. $( "" ) .attr( 'src', img['url'] ) .width( img['img_width'] ) .height( img['img_height'] ); } } $( document ).ready( gallery_player );