PageRenderTime 66ms CodeModel.GetById 29ms RepoModel.GetById 0ms app.codeStats 1ms

/front/bower_components/vaadin-grid/demo/x-data-provider.html

https://bitbucket.org/pabloEnBitbucket/techu-5-project
HTML | 4293 lines | 4281 code | 12 blank | 0 comment | 0 complexity | 61926f3ee6becc9daa220078baf6d27b MD5 | raw file
Possible License(s): MIT, GPL-3.0, Apache-2.0, BSD-3-Clause, JSON

Large files files are truncated, but you can click here to view the full file

  1. <link rel="import" href="../../polymer/polymer.html">
  2. <script>
  3. (() => {
  4. function getJSON(url, callback) {
  5. if (url.indexOf('randomuser.me') > -1) {
  6. const index = parseInt(getParameterByName(url, 'index') || 0);
  7. return JSON.parse(JSON.stringify(users.results[index % users.results.length])); //clone object
  8. }
  9. };
  10. function getParameterByName(url, name) {
  11. name = name.replace(/[\[]/, '\\[').replace(/[\]]/, '\\]');
  12. const regex = new RegExp('[\\?&]' + name + '=([^&#]*)'),
  13. results = regex.exec(url);
  14. return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' '));
  15. }
  16. const users = {
  17. "results": [{
  18. "gender": "female",
  19. "name": {
  20. "title": "ms",
  21. "first": "laura",
  22. "last": "arnaud"
  23. },
  24. "location": {
  25. "street": "5372 avenue du château",
  26. "city": "perpignan",
  27. "state": "jura",
  28. "zip": 93076
  29. },
  30. "email": "laura.arnaud@example.com",
  31. "username": "yellowdog501",
  32. "password": "zhou",
  33. "phone": "01-31-40-34-74",
  34. "picture": {
  35. "thumbnail": "https://randomuser.me/api/portraits/thumb/women/19.jpg",
  36. "large": "https://randomuser.me/api/portraits/women/19.jpg"
  37. }
  38. }, {
  39. "gender": "male",
  40. "name": {
  41. "title": "mr",
  42. "first": "fabien",
  43. "last": "le gall"
  44. },
  45. "location": {
  46. "street": "9932 rue bossuet",
  47. "city": "nanterre",
  48. "state": "indre",
  49. "zip": 86307
  50. },
  51. "email": "fabien.le gall@example.com",
  52. "username": "goldenlion501",
  53. "password": "outkast",
  54. "phone": "03-59-32-43-22",
  55. "picture": {
  56. "thumbnail": "https://randomuser.me/api/portraits/thumb/men/52.jpg",
  57. "large": "https://randomuser.me/api/portraits/men/52.jpg"
  58. }
  59. }, {
  60. "gender": "male",
  61. "name": {
  62. "title": "mr",
  63. "first": "ruben",
  64. "last": "leclercq"
  65. },
  66. "location": {
  67. "street": "6698 rue de l'abbaye",
  68. "city": "clermont-ferrand",
  69. "state": "marne",
  70. "zip": 80183
  71. },
  72. "email": "ruben.leclercq@example.com",
  73. "username": "crazymouse343",
  74. "password": "brutus",
  75. "phone": "01-58-73-95-64",
  76. "picture": {
  77. "thumbnail": "https://randomuser.me/api/portraits/thumb/men/51.jpg",
  78. "large": "https://randomuser.me/api/portraits/men/51.jpg"
  79. }
  80. }, {
  81. "gender": "female",
  82. "name": {
  83. "title": "ms",
  84. "first": "kelya",
  85. "last": "roy"
  86. },
  87. "location": {
  88. "street": "4011 rue duquesne",
  89. "city": "avignon",
  90. "state": "ardennes",
  91. "zip": 84488
  92. },
  93. "email": "kelya.roy@example.com",
  94. "username": "tinymouse185",
  95. "password": "fossil",
  96. "phone": "02-52-00-68-31",
  97. "picture": {
  98. "thumbnail": "https://randomuser.me/api/portraits/thumb/women/50.jpg",
  99. "large": "https://randomuser.me/api/portraits/women/50.jpg"
  100. }
  101. }, {
  102. "gender": "female",
  103. "name": {
  104. "title": "mrs",
  105. "first": "roxane",
  106. "last": "guillaume"
  107. },
  108. "location": {
  109. "street": "4420 rue de la barre",
  110. "city": "marseille",
  111. "state": "vaucluse",
  112. "zip": 25339
  113. },
  114. "email": "roxane.guillaume@example.com",
  115. "username": "redswan463",
  116. "password": "webmaster",
  117. "phone": "01-17-17-24-49",
  118. "picture": {
  119. "thumbnail": "https://randomuser.me/api/portraits/thumb/women/30.jpg",
  120. "large": "https://randomuser.me/api/portraits/women/30.jpg"
  121. }
  122. }, {
  123. "gender": "male",
  124. "name": {
  125. "title": "mr",
  126. "first": "marius",
  127. "last": "moulin"
  128. },
  129. "location": {
  130. "street": "7220 rue barrier",
  131. "city": "mulhouse",
  132. "state": "haute-savoie",
  133. "zip": 90132
  134. },
  135. "email": "marius.moulin@example.com",
  136. "username": "ticklishduck726",
  137. "password": "brodie",
  138. "phone": "01-49-57-32-40",
  139. "picture": {
  140. "thumbnail": "https://randomuser.me/api/portraits/thumb/men/59.jpg",
  141. "large": "https://randomuser.me/api/portraits/men/59.jpg"
  142. }
  143. }, {
  144. "gender": "female",
  145. "name": {
  146. "title": "mrs",
  147. "first": "nina",
  148. "last": "barbier"
  149. },
  150. "location": {
  151. "street": "8823 rue principale",
  152. "city": "versailles",
  153. "state": "territoire de belfort",
  154. "zip": 41960
  155. },
  156. "email": "nina.barbier@example.com",
  157. "username": "orangemouse715",
  158. "password": "jjjjjjjj",
  159. "phone": "04-27-90-48-61",
  160. "picture": {
  161. "thumbnail": "https://randomuser.me/api/portraits/thumb/women/24.jpg",
  162. "large": "https://randomuser.me/api/portraits/women/24.jpg"
  163. }
  164. }, {
  165. "gender": "male",
  166. "name": {
  167. "title": "mr",
  168. "first": "marceau",
  169. "last": "lucas"
  170. },
  171. "location": {
  172. "street": "8601 avenue joliot curie",
  173. "city": "strasbourg",
  174. "state": "aveyron",
  175. "zip": 31008
  176. },
  177. "email": "marceau.lucas@example.com",
  178. "username": "beautifulfish844",
  179. "password": "malibu",
  180. "phone": "03-10-40-65-04",
  181. "picture": {
  182. "thumbnail": "https://randomuser.me/api/portraits/thumb/men/72.jpg",
  183. "large": "https://randomuser.me/api/portraits/men/72.jpg"
  184. }
  185. }, {
  186. "gender": "female",
  187. "name": {
  188. "title": "mrs",
  189. "first": "lise",
  190. "last": "barbier"
  191. },
  192. "location": {
  193. "street": "8266 montée saint-barthélémy",
  194. "city": "nancy",
  195. "state": "haute-corse",
  196. "zip": 36269
  197. },
  198. "email": "lise.barbier@example.com",
  199. "username": "yellowlion972",
  200. "password": "prince",
  201. "phone": "01-53-27-42-55",
  202. "picture": {
  203. "thumbnail": "https://randomuser.me/api/portraits/thumb/women/87.jpg",
  204. "large": "https://randomuser.me/api/portraits/women/87.jpg"
  205. }
  206. }, {
  207. "gender": "male",
  208. "name": {
  209. "title": "mr",
  210. "first": "louka",
  211. "last": "girard"
  212. },
  213. "location": {
  214. "street": "1546 rue paul-duvivier",
  215. "city": "amiens",
  216. "state": "loiret",
  217. "zip": 21273
  218. },
  219. "email": "louka.girard@example.com",
  220. "username": "ticklishduck965",
  221. "password": "13579",
  222. "phone": "01-89-77-27-08",
  223. "picture": {
  224. "thumbnail": "https://randomuser.me/api/portraits/thumb/men/87.jpg",
  225. "large": "https://randomuser.me/api/portraits/men/87.jpg"
  226. }
  227. }, {
  228. "gender": "male",
  229. "name": {
  230. "title": "mr",
  231. "first": "maël",
  232. "last": "carpentier"
  233. },
  234. "location": {
  235. "street": "5208 place de l'abbé-franz-stock",
  236. "city": "boulogne-billancourt",
  237. "state": "creuse",
  238. "zip": 74380
  239. },
  240. "email": "maël.carpentier@example.com",
  241. "username": "organicbutterfly923",
  242. "password": "marsha",
  243. "phone": "04-83-07-23-64",
  244. "picture": {
  245. "thumbnail": "https://randomuser.me/api/portraits/thumb/men/42.jpg",
  246. "large": "https://randomuser.me/api/portraits/men/42.jpg"
  247. }
  248. }, {
  249. "gender": "male",
  250. "name": {
  251. "title": "mr",
  252. "first": "sacha",
  253. "last": "boyer"
  254. },
  255. "location": {
  256. "street": "9137 rue de la mairie",
  257. "city": "orléans",
  258. "state": "val-de-marne",
  259. "zip": 37223
  260. },
  261. "email": "sacha.boyer@example.com",
  262. "username": "smallgoose805",
  263. "password": "daytona",
  264. "phone": "02-56-01-27-21",
  265. "picture": {
  266. "thumbnail": "https://randomuser.me/api/portraits/thumb/men/21.jpg",
  267. "large": "https://randomuser.me/api/portraits/men/21.jpg"
  268. }
  269. }, {
  270. "gender": "male",
  271. "name": {
  272. "title": "mr",
  273. "first": "ewen",
  274. "last": "bernard"
  275. },
  276. "location": {
  277. "street": "6235 rue du bât-d'argent",
  278. "city": "versailles",
  279. "state": "aude",
  280. "zip": 94999
  281. },
  282. "email": "ewen.bernard@example.com",
  283. "username": "brownpeacock920",
  284. "password": "porter",
  285. "phone": "04-57-90-32-07",
  286. "picture": {
  287. "thumbnail": "https://randomuser.me/api/portraits/thumb/men/85.jpg",
  288. "large": "https://randomuser.me/api/portraits/men/85.jpg"
  289. }
  290. }, {
  291. "gender": "female",
  292. "name": {
  293. "title": "ms",
  294. "first": "justine",
  295. "last": "lacroix"
  296. },
  297. "location": {
  298. "street": "7209 rue de bonnel",
  299. "city": "saint-étienne",
  300. "state": "pyrénées-orientales",
  301. "zip": 16872
  302. },
  303. "email": "justine.lacroix@example.com",
  304. "username": "tinygorilla929",
  305. "password": "rosemary",
  306. "phone": "01-21-57-60-19",
  307. "picture": {
  308. "thumbnail": "https://randomuser.me/api/portraits/thumb/women/37.jpg",
  309. "large": "https://randomuser.me/api/portraits/women/37.jpg"
  310. }
  311. }, {
  312. "gender": "male",
  313. "name": {
  314. "title": "mr",
  315. "first": "mathys",
  316. "last": "brun"
  317. },
  318. "location": {
  319. "street": "8114 rue abel-gance",
  320. "city": "marseille",
  321. "state": "nord",
  322. "zip": 75632
  323. },
  324. "email": "mathys.brun@example.com",
  325. "username": "blackswan884",
  326. "password": "flying",
  327. "phone": "04-58-17-90-70",
  328. "picture": {
  329. "thumbnail": "https://randomuser.me/api/portraits/thumb/men/51.jpg",
  330. "large": "https://randomuser.me/api/portraits/men/51.jpg"
  331. }
  332. }, {
  333. "gender": "male",
  334. "name": {
  335. "title": "mr",
  336. "first": "nathanaël",
  337. "last": "renard"
  338. },
  339. "location": {
  340. "street": "4972 rue de l'abbé-patureau",
  341. "city": "roubaix",
  342. "state": "vosges",
  343. "zip": 80974
  344. },
  345. "email": "nathanaël.renard@example.com",
  346. "username": "lazybird233",
  347. "password": "spanker",
  348. "phone": "01-05-79-43-20",
  349. "picture": {
  350. "thumbnail": "https://randomuser.me/api/portraits/thumb/men/18.jpg",
  351. "large": "https://randomuser.me/api/portraits/men/18.jpg"
  352. }
  353. }, {
  354. "gender": "female",
  355. "name": {
  356. "title": "miss",
  357. "first": "enora",
  358. "last": "morel"
  359. },
  360. "location": {
  361. "street": "1649 place de l'abbé-georges-hénocque",
  362. "city": "saint-pierre",
  363. "state": "doubs",
  364. "zip": 70462
  365. },
  366. "email": "enora.morel@example.com",
  367. "username": "goldenfrog754",
  368. "password": "aquarius",
  369. "phone": "02-85-86-71-30",
  370. "picture": {
  371. "thumbnail": "https://randomuser.me/api/portraits/thumb/women/76.jpg",
  372. "large": "https://randomuser.me/api/portraits/women/76.jpg"
  373. }
  374. }, {
  375. "gender": "female",
  376. "name": {
  377. "title": "miss",
  378. "first": "alexia",
  379. "last": "roger"
  380. },
  381. "location": {
  382. "street": "7970 rue de l'abbé-patureau",
  383. "city": "amiens",
  384. "state": "gers",
  385. "zip": 79238
  386. },
  387. "email": "alexia.roger@example.com",
  388. "username": "brownpanda263",
  389. "password": "yummy",
  390. "phone": "01-12-06-02-38",
  391. "picture": {
  392. "thumbnail": "https://randomuser.me/api/portraits/thumb/women/57.jpg",
  393. "large": "https://randomuser.me/api/portraits/women/57.jpg"
  394. }
  395. }, {
  396. "gender": "female",
  397. "name": {
  398. "title": "mrs",
  399. "first": "elise",
  400. "last": "moreau"
  401. },
  402. "location": {
  403. "street": "7295 rue du cardinal-gerlier",
  404. "city": "reims",
  405. "state": "corrèze",
  406. "zip": 24436
  407. },
  408. "email": "elise.moreau@example.com",
  409. "username": "beautifulrabbit484",
  410. "password": "farmer",
  411. "phone": "01-30-67-66-68",
  412. "picture": {
  413. "thumbnail": "https://randomuser.me/api/portraits/thumb/women/95.jpg",
  414. "large": "https://randomuser.me/api/portraits/women/95.jpg"
  415. }
  416. }, {
  417. "gender": "male",
  418. "name": {
  419. "title": "mr",
  420. "first": "lucien",
  421. "last": "richard"
  422. },
  423. "location": {
  424. "street": "1774 avenue des ternes",
  425. "city": "aix-en-provence",
  426. "state": "gard",
  427. "zip": 14228
  428. },
  429. "email": "lucien.richard@example.com",
  430. "username": "ticklishgoose891",
  431. "password": "radiohea",
  432. "phone": "01-13-81-29-95",
  433. "picture": {
  434. "thumbnail": "https://randomuser.me/api/portraits/thumb/men/74.jpg",
  435. "large": "https://randomuser.me/api/portraits/men/74.jpg"
  436. }
  437. }, {
  438. "gender": "female",
  439. "name": {
  440. "title": "miss",
  441. "first": "maélie",
  442. "last": "vidal"
  443. },
  444. "location": {
  445. "street": "1967 place de l'abbé-georges-hénocque",
  446. "city": "caen",
  447. "state": "ardennes",
  448. "zip": 50930
  449. },
  450. "email": "maélie.vidal@example.com",
  451. "username": "blueswan403",
  452. "password": "49ers",
  453. "phone": "05-57-92-48-90",
  454. "picture": {
  455. "thumbnail": "https://randomuser.me/api/portraits/thumb/women/78.jpg",
  456. "large": "https://randomuser.me/api/portraits/women/78.jpg"
  457. }
  458. }, {
  459. "gender": "male",
  460. "name": {
  461. "title": "mr",
  462. "first": "soren",
  463. "last": "mercier"
  464. },
  465. "location": {
  466. "street": "1226 avenue joliot curie",
  467. "city": "lyon",
  468. "state": "alpes-maritimes",
  469. "zip": 47279
  470. },
  471. "email": "soren.mercier@example.com",
  472. "username": "heavymouse914",
  473. "password": "oooooo",
  474. "phone": "02-80-37-59-28",
  475. "picture": {
  476. "thumbnail": "https://randomuser.me/api/portraits/thumb/men/69.jpg",
  477. "large": "https://randomuser.me/api/portraits/men/69.jpg"
  478. }
  479. }, {
  480. "gender": "female",
  481. "name": {
  482. "title": "mrs",
  483. "first": "lina",
  484. "last": "vincent"
  485. },
  486. "location": {
  487. "street": "5448 rue de l'abbé-roger-derry",
  488. "city": "angers",
  489. "state": "eure-et-loir",
  490. "zip": 43857
  491. },
  492. "email": "lina.vincent@example.com",
  493. "username": "blackelephant904",
  494. "password": "sammy",
  495. "phone": "04-83-93-59-97",
  496. "picture": {
  497. "thumbnail": "https://randomuser.me/api/portraits/thumb/women/66.jpg",
  498. "large": "https://randomuser.me/api/portraits/women/66.jpg"
  499. }
  500. }, {
  501. "gender": "female",
  502. "name": {
  503. "title": "ms",
  504. "first": "inès",
  505. "last": "garcia"
  506. },
  507. "location": {
  508. "street": "3738 rue baraban",
  509. "city": "tours",
  510. "state": "seine-et-marne",
  511. "zip": 23659
  512. },
  513. "email": "inès.garcia@example.com",
  514. "username": "crazyladybug286",
  515. "password": "nuclear",
  516. "phone": "04-17-86-23-58",
  517. "picture": {
  518. "thumbnail": "https://randomuser.me/api/portraits/thumb/women/38.jpg",
  519. "large": "https://randomuser.me/api/portraits/women/38.jpg"
  520. }
  521. }, {
  522. "gender": "male",
  523. "name": {
  524. "title": "mr",
  525. "first": "jean",
  526. "last": "rousseau"
  527. },
  528. "location": {
  529. "street": "4052 rue des jardins",
  530. "city": "rennes",
  531. "state": "puy-de-dôme",
  532. "zip": 59683
  533. },
  534. "email": "jean.rousseau@example.com",
  535. "username": "orangeduck115",
  536. "password": "cedric",
  537. "phone": "04-92-22-27-12",
  538. "picture": {
  539. "thumbnail": "https://randomuser.me/api/portraits/thumb/men/56.jpg",
  540. "large": "https://randomuser.me/api/portraits/men/56.jpg"
  541. }
  542. }, {
  543. "gender": "female",
  544. "name": {
  545. "title": "ms",
  546. "first": "laly",
  547. "last": "blanc"
  548. },
  549. "location": {
  550. "street": "1832 rue de l'église",
  551. "city": "angers",
  552. "state": "tarn-et-garonne",
  553. "zip": 12774
  554. },
  555. "email": "laly.blanc@example.com",
  556. "username": "organictiger217",
  557. "password": "what",
  558. "phone": "03-18-93-01-58",
  559. "picture": {
  560. "thumbnail": "https://randomuser.me/api/portraits/thumb/women/26.jpg",
  561. "large": "https://randomuser.me/api/portraits/women/26.jpg"
  562. }
  563. }, {
  564. "gender": "male",
  565. "name": {
  566. "title": "mr",
  567. "first": "owen",
  568. "last": "joly"
  569. },
  570. "location": {
  571. "street": "2569 rue de la mairie",
  572. "city": "caen",
  573. "state": "morbihan",
  574. "zip": 45294
  575. },
  576. "email": "owen.joly@example.com",
  577. "username": "silvermouse740",
  578. "password": "fang",
  579. "phone": "05-64-86-41-09",
  580. "picture": {
  581. "thumbnail": "https://randomuser.me/api/portraits/thumb/men/40.jpg",
  582. "large": "https://randomuser.me/api/portraits/men/40.jpg"
  583. }
  584. }, {
  585. "gender": "female",
  586. "name": {
  587. "title": "mrs",
  588. "first": "lia",
  589. "last": "thomas"
  590. },
  591. "location": {
  592. "street": "5012 rue de la baleine",
  593. "city": "rueil-malmaison",
  594. "state": "haute-savoie",
  595. "zip": 79519
  596. },
  597. "email": "lia.thomas@example.com",
  598. "username": "organicfish194",
  599. "password": "camaross",
  600. "phone": "03-84-69-46-96",
  601. "picture": {
  602. "thumbnail": "https://randomuser.me/api/portraits/thumb/women/49.jpg",
  603. "large": "https://randomuser.me/api/portraits/women/49.jpg"
  604. }
  605. }, {
  606. "gender": "male",
  607. "name": {
  608. "title": "mr",
  609. "first": "ilan",
  610. "last": "charles"
  611. },
  612. "location": {
  613. "street": "5950 avenue vauban",
  614. "city": "asnières-sur-seine",
  615. "state": "paris",
  616. "zip": 64409
  617. },
  618. "email": "ilan.charles@example.com",
  619. "username": "organicbear875",
  620. "password": "reng",
  621. "phone": "05-31-79-93-27",
  622. "picture": {
  623. "thumbnail": "https://randomuser.me/api/portraits/thumb/men/86.jpg",
  624. "large": "https://randomuser.me/api/portraits/men/86.jpg"
  625. }
  626. }, {
  627. "gender": "female",
  628. "name": {
  629. "title": "miss",
  630. "first": "garance",
  631. "last": "fabre"
  632. },
  633. "location": {
  634. "street": "1290 avenue des ternes",
  635. "city": "reims",
  636. "state": "essonne 91",
  637. "zip": 62116
  638. },
  639. "email": "garance.fabre@example.com",
  640. "username": "tinyladybug988",
  641. "password": "looker",
  642. "phone": "01-87-88-90-23",
  643. "picture": {
  644. "thumbnail": "https://randomuser.me/api/portraits/thumb/women/28.jpg",
  645. "large": "https://randomuser.me/api/portraits/women/28.jpg"
  646. }
  647. }, {
  648. "gender": "male",
  649. "name": {
  650. "title": "mr",
  651. "first": "matthieu",
  652. "last": "pierre"
  653. },
  654. "location": {
  655. "street": "8601 rue de la charité",
  656. "city": "vitry-sur-seine",
  657. "state": "ille-et-vilaine",
  658. "zip": 30454
  659. },
  660. "email": "matthieu.pierre@example.com",
  661. "username": "silverbear932",
  662. "password": "yang",
  663. "phone": "01-88-71-77-41",
  664. "picture": {
  665. "thumbnail": "https://randomuser.me/api/portraits/thumb/men/15.jpg",
  666. "large": "https://randomuser.me/api/portraits/men/15.jpg"
  667. }
  668. }, {
  669. "gender": "male",
  670. "name": {
  671. "title": "mr",
  672. "first": "lino",
  673. "last": "guerin"
  674. },
  675. "location": {
  676. "street": "6341 rue chazière",
  677. "city": "rueil-malmaison",
  678. "state": "seine-maritime",
  679. "zip": 13660
  680. },
  681. "email": "lino.guerin@example.com",
  682. "username": "lazywolf583",
  683. "password": "striper",
  684. "phone": "03-47-40-46-13",
  685. "picture": {
  686. "thumbnail": "https://randomuser.me/api/portraits/thumb/men/70.jpg",
  687. "large": "https://randomuser.me/api/portraits/men/70.jpg"
  688. }
  689. }, {
  690. "gender": "female",
  691. "name": {
  692. "title": "ms",
  693. "first": "cassandra",
  694. "last": "perrin"
  695. },
  696. "location": {
  697. "street": "1321 rue de cuire",
  698. "city": "rennes",
  699. "state": "alpes-de-haute-provence",
  700. "zip": 67814
  701. },
  702. "email": "cassandra.perrin@example.com",
  703. "username": "whiteostrich266",
  704. "password": "picher",
  705. "phone": "04-33-97-36-01",
  706. "picture": {
  707. "thumbnail": "https://randomuser.me/api/portraits/thumb/women/43.jpg",
  708. "large": "https://randomuser.me/api/portraits/women/43.jpg"
  709. }
  710. }, {
  711. "gender": "male",
  712. "name": {
  713. "title": "mr",
  714. "first": "diego",
  715. "last": "lefebvre"
  716. },
  717. "location": {
  718. "street": "8728 place du 8 novembre 1942",
  719. "city": "dijon",
  720. "state": "gers",
  721. "zip": 48414
  722. },
  723. "email": "diego.lefebvre@example.com",
  724. "username": "heavyostrich748",
  725. "password": "qqqqqqqq",
  726. "phone": "04-76-75-26-26",
  727. "picture": {
  728. "thumbnail": "https://randomuser.me/api/portraits/thumb/men/78.jpg",
  729. "large": "https://randomuser.me/api/portraits/men/78.jpg"
  730. }
  731. }, {
  732. "gender": "male",
  733. "name": {
  734. "title": "mr",
  735. "first": "pablo",
  736. "last": "dufour"
  737. },
  738. "location": {
  739. "street": "6560 rue abel-ferry",
  740. "city": "le havre",
  741. "state": "var",
  742. "zip": 60702
  743. },
  744. "email": "pablo.dufour@example.com",
  745. "username": "blackelephant103",
  746. "password": "bella1",
  747. "phone": "01-63-34-56-19",
  748. "picture": {
  749. "thumbnail": "https://randomuser.me/api/portraits/thumb/men/90.jpg",
  750. "large": "https://randomuser.me/api/portraits/men/90.jpg"
  751. }
  752. }, {
  753. "gender": "female",
  754. "name": {
  755. "title": "ms",
  756. "first": "claire",
  757. "last": "deschamps"
  758. },
  759. "location": {
  760. "street": "3039 rue de l'abbé-rousselot",
  761. "city": "paris",
  762. "state": "vosges",
  763. "zip": 49382
  764. },
  765. "email": "claire.deschamps@example.com",
  766. "username": "blackrabbit231",
  767. "password": "three",
  768. "phone": "04-95-50-18-22",
  769. "picture": {
  770. "thumbnail": "https://randomuser.me/api/portraits/thumb/women/32.jpg",
  771. "large": "https://randomuser.me/api/portraits/women/32.jpg"
  772. }
  773. }, {
  774. "gender": "male",
  775. "name": {
  776. "title": "mr",
  777. "first": "dorian",
  778. "last": "renaud"
  779. },
  780. "location": {
  781. "street": "5224 rue de l'abbé-migne",
  782. "city": "le mans",
  783. "state": "creuse",
  784. "zip": 12516
  785. },
  786. "email": "dorian.renaud@example.com",
  787. "username": "greenbutterfly796",
  788. "password": "sublime",
  789. "phone": "03-06-08-42-72",
  790. "picture": {
  791. "thumbnail": "https://randomuser.me/api/portraits/thumb/men/94.jpg",
  792. "large": "https://randomuser.me/api/portraits/men/94.jpg"
  793. }
  794. }, {
  795. "gender": "female",
  796. "name": {
  797. "title": "miss",
  798. "first": "lina",
  799. "last": "pierre"
  800. },
  801. "location": {
  802. "street": "8779 rue bossuet",
  803. "city": "aubervilliers",
  804. "state": "seine-et-marne",
  805. "zip": 12725
  806. },
  807. "email": "lina.pierre@example.com",
  808. "username": "redswan767",
  809. "password": "pirates",
  810. "phone": "02-95-70-42-58",
  811. "picture": {
  812. "thumbnail": "https://randomuser.me/api/portraits/thumb/women/50.jpg",
  813. "large": "https://randomuser.me/api/portraits/women/50.jpg"
  814. }
  815. }, {
  816. "gender": "male",
  817. "name": {
  818. "title": "mr",
  819. "first": "loïs",
  820. "last": "le gall"
  821. },
  822. "location": {
  823. "street": "6686 rue abel-gance",
  824. "city": "fort-de-france",
  825. "state": "vaucluse",
  826. "zip": 88377
  827. },
  828. "email": "loïs.le gall@example.com",
  829. "username": "lazypanda653",
  830. "password": "shaggy",
  831. "phone": "05-08-25-24-00",
  832. "picture": {
  833. "thumbnail": "https://randomuser.me/api/portraits/thumb/men/50.jpg",
  834. "large": "https://randomuser.me/api/portraits/men/50.jpg"
  835. }
  836. }, {
  837. "gender": "male",
  838. "name": {
  839. "title": "mr",
  840. "first": "lorenzo",
  841. "last": "vidal"
  842. },
  843. "location": {
  844. "street": "4349 avenue joliot curie",
  845. "city": "angers",
  846. "state": "tarn-et-garonne",
  847. "zip": 59060
  848. },
  849. "email": "lorenzo.vidal@example.com",
  850. "username": "purplefrog356",
  851. "password": "aisan",
  852. "phone": "04-69-50-14-47",
  853. "picture": {
  854. "thumbnail": "https://randomuser.me/api/portraits/thumb/men/75.jpg",
  855. "large": "https://randomuser.me/api/portraits/men/75.jpg"
  856. }
  857. }, {
  858. "gender": "female",
  859. "name": {
  860. "title": "ms",
  861. "first": "elsa",
  862. "last": "durand"
  863. },
  864. "location": {
  865. "street": "8687 rue bony",
  866. "city": "saint-pierre",
  867. "state": "charente-maritime",
  868. "zip": 25807
  869. },
  870. "email": "elsa.durand@example.com",
  871. "username": "blacklion947",
  872. "password": "faggot",
  873. "phone": "05-40-26-68-43",
  874. "picture": {
  875. "thumbnail": "https://randomuser.me/api/portraits/thumb/women/22.jpg",
  876. "large": "https://randomuser.me/api/portraits/women/22.jpg"
  877. }
  878. }, {
  879. "gender": "female",
  880. "name": {
  881. "title": "miss",
  882. "first": "maelya",
  883. "last": "rodriguez"
  884. },
  885. "location": {
  886. "street": "8861 rue dumenge",
  887. "city": "nice",
  888. "state": "seine-saint-denis",
  889. "zip": 36453
  890. },
  891. "email": "maelya.rodriguez@example.com",
  892. "username": "beautifulgoose256",
  893. "password": "baron",
  894. "phone": "01-12-92-47-84",
  895. "picture": {
  896. "thumbnail": "https://randomuser.me/api/portraits/thumb/women/52.jpg",
  897. "large": "https://randomuser.me/api/portraits/women/52.jpg"
  898. }
  899. }, {
  900. "gender": "male",
  901. "name": {
  902. "title": "mr",
  903. "first": "nicolas",
  904. "last": "bernard"
  905. },
  906. "location": {
  907. "street": "4245 quai charles-de-gaulle",
  908. "city": "créteil",
  909. "state": "tarn-et-garonne",
  910. "zip": 98910
  911. },
  912. "email": "nicolas.bernard@example.com",
  913. "username": "whiteduck502",
  914. "password": "airbus",
  915. "phone": "02-51-80-98-95",
  916. "picture": {
  917. "thumbnail": "https://randomuser.me/api/portraits/thumb/men/30.jpg",
  918. "large": "https://randomuser.me/api/portraits/men/30.jpg"
  919. }
  920. }, {
  921. "gender": "female",
  922. "name": {
  923. "title": "miss",
  924. "first": "louisa",
  925. "last": "menard"
  926. },
  927. "location": {
  928. "street": "7641 rue du moulin",
  929. "city": "saint-denis",
  930. "state": "haute-corse",
  931. "zip": 17526
  932. },
  933. "email": "louisa.menard@example.com",
  934. "username": "redbutterfly857",
  935. "password": "danzig",
  936. "phone": "01-25-08-28-64",
  937. "picture": {
  938. "thumbnail": "https://randomuser.me/api/portraits/thumb/women/70.jpg",
  939. "large": "https://randomuser.me/api/portraits/women/70.jpg"
  940. }
  941. }, {
  942. "gender": "female",
  943. "name": {
  944. "title": "miss",
  945. "first": "diane",
  946. "last": "chevalier"
  947. },
  948. "location": {
  949. "street": "5456 rue baraban",
  950. "city": "roubaix",
  951. "state": "territoire de belfort",
  952. "zip": 44542
  953. },
  954. "email": "diane.chevalier@example.com",
  955. "username": "redfrog205",
  956. "password": "golden",
  957. "phone": "05-47-17-40-16",
  958. "picture": {
  959. "thumbnail": "https://randomuser.me/api/portraits/thumb/women/8.jpg",
  960. "large": "https://randomuser.me/api/portraits/women/8.jpg"
  961. }
  962. }, {
  963. "gender": "female",
  964. "name": {
  965. "title": "ms",
  966. "first": "flavie",
  967. "last": "marie"
  968. },
  969. "location": {
  970. "street": "5467 rue du bât-d'argent",
  971. "city": "bordeaux",
  972. "state": "haut-rhin",
  973. "zip": 44442
  974. },
  975. "email": "flavie.marie@example.com",
  976. "username": "bluepeacock236",
  977. "password": "rose",
  978. "phone": "02-43-23-51-86",
  979. "picture": {
  980. "thumbnail": "https://randomuser.me/api/portraits/thumb/women/2.jpg",
  981. "large": "https://randomuser.me/api/portraits/women/2.jpg"
  982. }
  983. }, {
  984. "gender": "male",
  985. "name": {
  986. "title": "mr",
  987. "first": "amaury",
  988. "last": "robin"
  989. },
  990. "location": {
  991. "street": "6967 rue barrier",
  992. "city": "aulnay-sous-bois",
  993. "state": "guyane",
  994. "zip": 10997
  995. },
  996. "email": "amaury.robin@example.com",
  997. "username": "whitebutterfly658",
  998. "password": "deskjet",
  999. "phone": "04-47-68-12-81",
  1000. "picture": {
  1001. "thumbnail": "https://randomuser.me/api/portraits/thumb/men/18.jpg",
  1002. "large": "https://randomuser.me/api/portraits/men/18.jpg"
  1003. }
  1004. }, {
  1005. "gender": "female",
  1006. "name": {
  1007. "title": "mrs",
  1008. "first": "eléa",
  1009. "last": "fournier"
  1010. },
  1011. "location": {
  1012. "street": "3386 place de l'abbé-jean-lebeuf",
  1013. "city": "tourcoing",
  1014. "state": "pyrénées-orientales",
  1015. "zip": 70280
  1016. },
  1017. "email": "eléa.fournier@example.com",
  1018. "username": "orangegorilla170",
  1019. "password": "reginald",
  1020. "phone": "01-61-17-89-58",
  1021. "picture": {
  1022. "thumbnail": "https://randomuser.me/api/portraits/thumb/women/52.jpg",
  1023. "large": "https://randomuser.me/api/portraits/women/52.jpg"
  1024. }
  1025. }, {
  1026. "gender": "female",
  1027. "name": {
  1028. "title": "ms",
  1029. "first": "eléonore",
  1030. "last": "boyer"
  1031. },
  1032. "location": {
  1033. "street": "1369 avenue du fort-caire",
  1034. "city": "nice",
  1035. "state": "guadeloupe",
  1036. "zip": 12634
  1037. },
  1038. "email": "eléonore.boyer@example.com",
  1039. "username": "tinybird250",
  1040. "password": "cubs",
  1041. "phone": "01-53-18-97-69",
  1042. "picture": {
  1043. "thumbnail": "https://randomuser.me/api/portraits/thumb/women/94.jpg",
  1044. "large": "https://randomuser.me/api/portraits/women/94.jpg"
  1045. }
  1046. }, {
  1047. "gender": "female",
  1048. "name": {
  1049. "title": "mrs",
  1050. "first": "lila",
  1051. "last": "nicolas"
  1052. },
  1053. "location": {
  1054. "street": "3521 rue dugas-montbel",
  1055. "city": "dunkerque",
  1056. "state": "vaucluse",
  1057. "zip": 45555
  1058. },
  1059. "email": "lila.nicolas@example.com",
  1060. "username": "tinygoose877",
  1061. "password": "town",
  1062. "phone": "04-28-10-67-11",
  1063. "picture": {
  1064. "thumbnail": "https://randomuser.me/api/portraits/thumb/women/25.jpg",
  1065. "large": "https://randomuser.me/api/portraits/women/25.jpg"
  1066. }
  1067. }, {
  1068. "gender": "male",
  1069. "name": {
  1070. "title": "mr",
  1071. "first": "théodore",
  1072. "last": "charles"
  1073. },
  1074. "location": {
  1075. "street": "1062 rue du 8 mai 1945",
  1076. "city": "roubaix",
  1077. "state": "corrèze",
  1078. "zip": 36297
  1079. },
  1080. "email": "théodore.charles@example.com",
  1081. "username": "ticklishfrog609",
  1082. "password": "true",
  1083. "phone": "01-72-09-30-82",
  1084. "picture": {
  1085. "thumbnail": "https://randomuser.me/api/portraits/thumb/men/4.jpg",
  1086. "large": "https://randomuser.me/api/portraits/men/4.jpg"
  1087. }
  1088. }, {
  1089. "gender": "male",
  1090. "name": {
  1091. "title": "mr",
  1092. "first": "liam",
  1093. "last": "legrand"
  1094. },
  1095. "location": {
  1096. "street": "4869 rue jean-baldassini",
  1097. "city": "grenoble",
  1098. "state": "haute-loire",
  1099. "zip": 67383
  1100. },
  1101. "email": "liam.legrand@example.com",
  1102. "username": "silverwolf210",
  1103. "password": "poop",
  1104. "phone": "05-94-41-12-69",
  1105. "picture": {
  1106. "thumbnail": "https://randomuser.me/api/portraits/thumb/men/56.jpg",
  1107. "large": "https://randomuser.me/api/portraits/men/56.jpg"
  1108. }
  1109. }, {
  1110. "gender": "female",
  1111. "name": {
  1112. "title": "ms",
  1113. "first": "séléna",
  1114. "last": "lucas"
  1115. },
  1116. "location": {
  1117. "street": "6677 rue du moulin",
  1118. "city": "villeurbanne",
  1119. "state": "meuse",
  1120. "zip": 76942
  1121. },
  1122. "email": "séléna.lucas@example.com",
  1123. "username": "silverfish974",
  1124. "password": "hubert",
  1125. "phone": "03-62-10-97-29",
  1126. "picture": {
  1127. "thumbnail": "https://randomuser.me/api/portraits/thumb/women/47.jpg",
  1128. "large": "https://randomuser.me/api/portraits/women/47.jpg"
  1129. }
  1130. }, {
  1131. "gender": "female",
  1132. "name": {
  1133. "title": "miss",
  1134. "first": "romy",
  1135. "last": "gautier"
  1136. },
  1137. "location": {
  1138. "street": "6680 rue des jardins",
  1139. "city": "angers",
  1140. "state": "la réunion",
  1141. "zip": 49929
  1142. },
  1143. "email": "romy.gautier@example.com",
  1144. "username": "beautifulsnake854",
  1145. "password": "private1",
  1146. "phone": "02-15-06-86-83",
  1147. "picture": {
  1148. "thumbnail": "https://randomuser.me/api/portraits/thumb/women/60.jpg",
  1149. "large": "https://randomuser.me/api/portraits/women/60.jpg"
  1150. }
  1151. }, {
  1152. "gender": "male",
  1153. "name": {
  1154. "title": "mr",
  1155. "first": "angelo",
  1156. "last": "rey"
  1157. },
  1158. "location": {
  1159. "street": "1148 rue abel-gance",
  1160. "city": "rouen",
  1161. "state": "eure-et-loir",
  1162. "zip": 95415
  1163. },
  1164. "email": "angelo.rey@example.com",
  1165. "username": "lazygoose981",
  1166. "password": "robinson",
  1167. "phone": "02-34-64-64-69",
  1168. "picture": {
  1169. "thumbnail": "https://randomuser.me/api/portraits/thumb/men/94.jpg",
  1170. "large": "https://randomuser.me/api/portraits/men/94.jpg"
  1171. }
  1172. }, {
  1173. "gender": "female",
  1174. "name": {
  1175. "title": "miss",
  1176. "first": "lucie",
  1177. "last": "gerard"
  1178. },
  1179. "location": {
  1180. "street": "8039 rue abel",
  1181. "city": "paris",
  1182. "state": "allier",
  1183. "zip": 53796
  1184. },
  1185. "email": "lucie.gerard@example.com",
  1186. "username": "brownduck459",
  1187. "password": "nyjets",
  1188. "phone": "03-27-60-95-51",
  1189. "picture": {
  1190. "thumbnail": "https://randomuser.me/api/portraits/thumb/women/35.jpg",
  1191. "large": "https://randomuser.me/api/portraits/women/35.jpg"
  1192. }
  1193. }, {
  1194. "gender": "female",
  1195. "name": {
  1196. "title": "miss",
  1197. "first": "sarah",
  1198. "last": "lucas"
  1199. },
  1200. "location": {
  1201. "street": "1625 rue laure-diebold",
  1202. "city": "dunkerque",
  1203. "state": "lot-et-garonne",
  1204. "zip": 67850
  1205. },
  1206. "email": "sarah.lucas@example.com",
  1207. "username": "bigrabbit515",
  1208. "password": "spanner",
  1209. "phone": "02-70-92-87-03",
  1210. "picture": {
  1211. "thumbnail": "https://randomuser.me/api/portraits/thumb/women/15.jpg",
  1212. "large": "https://randomuser.me/api/portraits/women/15.jpg"
  1213. }
  1214. }, {
  1215. "gender": "female",
  1216. "name": {
  1217. "title": "miss",
  1218. "first": "léane",
  1219. "last": "vidal"
  1220. },
  1221. "location": {
  1222. "street": "1364 montée saint-barthélémy",
  1223. "city": "besançon",
  1224. "state": "bouches-du-rhône",
  1225. "zip": 72646
  1226. },
  1227. "email": "léane.vidal@example.com",
  1228. "username": "whitecat902",
  1229. "password": "whiteboy",
  1230. "phone": "04-39-61-05-71",
  1231. "picture": {
  1232. "thumbnail": "https://randomuser.me/api/portraits/thumb/women/84.jpg",
  1233. "large": "https://randomuser.me/api/portraits/women/84.jpg"
  1234. }
  1235. }, {
  1236. "gender": "female",
  1237. "name": {
  1238. "title": "mrs",
  1239. "first": "valentine",
  1240. "last": "michel"
  1241. },
  1242. "location": {
  1243. "street": "8473 rue de bonnel",
  1244. "city": "rueil-malmaison",
  1245. "state": "meurthe-et-moselle",
  1246. "zip": 34105
  1247. },
  1248. "email": "valentine.michel@example.com",
  1249. "username": "blackpanda356",
  1250. "password": "liverpool",
  1251. "phone": "04-03-59-62-89",
  1252. "picture": {
  1253. "thumbnail": "https://randomuser.me/api/portraits/thumb/women/10.jpg",
  1254. "large": "https://randomuser.me/api/portraits/women/10.jpg"
  1255. }
  1256. }, {
  1257. "gender": "male",
  1258. "name": {
  1259. "title": "mr",
  1260. "first": "lyam",
  1261. "last": "denis"
  1262. },
  1263. "location": {
  1264. "street": "7197 place du 8 novembre 1942",
  1265. "city": "grenoble",
  1266. "state": "manche",
  1267. "zip": 52232
  1268. },
  1269. "email": "lyam.denis@example.com",
  1270. "username": "beautifulpanda863",
  1271. "password": "panda",
  1272. "phone": "05-31-89-20-52",
  1273. "picture": {
  1274. "thumbnail": "https://randomuser.me/api/portraits/thumb/men/24.jpg",
  1275. "large": "https://randomuser.me/api/portraits/men/24.jpg"
  1276. }
  1277. }, {
  1278. "gender": "male",
  1279. "name": {
  1280. "title": "mr",
  1281. "first": "pierre",
  1282. "last": "morin"
  1283. },
  1284. "location": {
  1285. "street": "3713 rue abel-gance",
  1286. "city": "dijon",
  1287. "state": "calvados",
  1288. "zip": 42110
  1289. },
  1290. "email": "pierre.morin@example.com",
  1291. "username": "heavypanda626",
  1292. "password": "auto",
  1293. "phone": "01-76-17-18-55",
  1294. "picture": {
  1295. "thumbnail": "https://randomuser.me/api/portraits/thumb/men/9.jpg",
  1296. "large": "https://randomuser.me/api/portraits/men/9.jpg"
  1297. }
  1298. }, {
  1299. "gender": "female",
  1300. "name": {
  1301. "title": "mrs",
  1302. "first": "jeanne",
  1303. "last": "legrand"
  1304. },
  1305. "location": {
  1306. "street": "5214 boulevard de balmont",
  1307. "city": "saint-denis",
  1308. "state": "gers",
  1309. "zip": 50595
  1310. },
  1311. "email": "jeanne.legrand@example.com",
  1312. "username": "purpleduck137",
  1313. "password": "silent",
  1314. "phone": "02-23-24-55-61",
  1315. "picture": {
  1316. "thumbnail": "https://randomuser.me/api/portraits/thumb/women/16.jpg",
  1317. "large": "https://randomuser.me/api/portraits/women/16.jpg"
  1318. }
  1319. }, {
  1320. "gender": "female",
  1321. "name": {
  1322. "title": "mrs",
  1323. "first": "eve",
  1324. "last": "blanchard"
  1325. },
  1326. "location": {
  1327. "street": "7933 rue de l'abbaye",
  1328. "city": "courbevoie",
  1329. "state": "aisn",
  1330. "zip": 64027
  1331. },
  1332. "email": "eve.blanchard@example.com",
  1333. "username": "smallgoose726",
  1334. "password": "oreo",
  1335. "phone": "01-60-65-26-72",
  1336. "picture": {
  1337. "thumbnail": "https://randomuser.me/api/portraits/thumb/women/26.jpg",
  1338. "large": "https://randomuser.me/api/portraits/women/26.jpg"
  1339. }
  1340. }, {
  1341. "gender": "male",
  1342. "name": {
  1343. "title": "mr",
  1344. "first": "ewen",
  1345. "last": "charles"
  1346. },
  1347. "location": {
  1348. "street": "3058 rue docteur-bonhomme",
  1349. "city": "paris",
  1350. "state": "haute-corse",
  1351. "zip": 10582
  1352. },
  1353. "email": "ewen.charles@example.com",
  1354. "username": "orangegoose893",
  1355. "password": "78945612",
  1356. "phone": "01-49-50-63-17",
  1357. "picture": {
  1358. "thumbnail": "https://randomuser.me/api/portraits/thumb/men/98.jpg",
  1359. "large": "https://randomuser.me/api/portraits/men/98.jpg"
  1360. }
  1361. }, {
  1362. "gender": "male",
  1363. "name": {
  1364. "title": "mr",
  1365. "first": "quentin",
  1366. "last": "dumas"
  1367. },
  1368. "location": {
  1369. "street": "9840 rue des chartreux",
  1370. "city": "fort-de-france",
  1371. "state": "haute-vienne",
  1372. "zip": 33208
  1373. },
  1374. "email": "quentin.dumas@example.com",
  1375. "username": "redladybug176",
  1376. "password": "volume",
  1377. "phone": "05-98-70-70-21",
  1378. "picture": {
  1379. "thumbnail": "https://randomuser.me/api/portraits/thumb/men/1.jpg",
  1380. "large": "https://randomuser.me/api/portraits/men/1.jpg"
  1381. }
  1382. }, {
  1383. "gender": "female",
  1384. "name": {
  1385. "title": "ms",
  1386. "first": "lucie",
  1387. "last": "guerin"
  1388. },
  1389. "location": {
  1390. "street": "7513 rue louis-blanqui",
  1391. "city": "créteil",
  1392. "state": "haute-savoie",
  1393. "zip": 17960
  1394. },
  1395. "email": "lucie.guerin@example.com",
  1396. "username": "heavytiger356",
  1397. "password": "dark",
  1398. "phone": "04-34-48-79-41",
  1399. "picture": {
  1400. "thumbnail": "https://randomuser.me/api/portraits/thumb/women/79.jpg",
  1401. "large": "https://randomuser.me/api/portraits/women/79.jpg"
  1402. }
  1403. }, {
  1404. "gender": "male",
  1405. "name": {
  1406. "title": "mr",
  1407. "first": "gabriel",
  1408. "last": "david"
  1409. },
  1410. "location": {
  1411. "street": "1415 rue dugas-montbel",
  1412. "city": "saint-étienne",
  1413. "state": "pyrénées-orientales",
  1414. "zip": 11891
  1415. },
  1416. "email": "gabriel.david@example.com",
  1417. "username": "blackpanda906",
  1418. "password": "logan1",
  1419. "phone": "04-85-30-68-26",
  1420. "picture": {
  1421. "thumbnail": "https://randomuser.me/api/portraits/thumb/men/16.jpg",
  1422. "large": "https://randomuser.me/api/portraits/men/16.jpg"
  1423. }
  1424. }, {
  1425. "gender": "male",
  1426. "name": {
  1427. "title": "mr",
  1428. "first": "mathieu",
  1429. "last": "menard"
  1430. },
  1431. "location": {
  1432. "street": "3909 avenue goerges clémenceau",
  1433. "city": "créteil",
  1434. "state": "eure-et-loir",
  1435. "zip": 20589
  1436. },
  1437. "email": "mathieu.menard@example.com",
  1438. "username": "goldensnake791",
  1439. "password": "bootys",
  1440. "phone": "01-01-43-81-81",
  1441. "picture": {
  1442. "thumbnail": "https://randomuser.me/api/portraits/thumb/men/44.jpg",
  1443. "large": "https://randomuser.me/api/portraits/men/44.jpg"
  1444. }
  1445. }, {
  1446. "gender": "female",
  1447. "name": {
  1448. "title": "ms",
  1449. "first": "alizee",
  1450. "last": "gauthier"
  1451. },
  1452. "location": {
  1453. "street": "2394 rue du stade",
  1454. "city": "argenteuil",
  1455. "state": "lot-et-garonne",
  1456. "zip": 31319
  1457. },
  1458. "email": "alizee.gauthier@example.com",
  1459. "username": "brownpanda290",
  1460. "password": "toejam",
  1461. "phone": "03-46-65-97-42",
  1462. "picture": {
  1463. "thumbnail": "https://randomuser.me/api/portraits/thumb/women/82.jpg",
  1464. "large": "https://randomuser.me/api/portraits/women/82.jpg"
  1465. }
  1466. }, {
  1467. "gender": "female",
  1468. "name": {
  1469. "title": "miss",
  1470. "first": "naomi",
  1471. "last": "michel"
  1472. },
  1473. "location": {
  1474. "street": "5119 rue de la fontaine",
  1475. "city": "nîmes",
  1476. "state": "haut-rhin",
  1477. "zip": 31193
  1478. },
  1479. "email": "naomi.michel@example.com",
  1480. "username": "lazyfrog841",
  1481. "password": "wings",
  1482. "phone": "03-78-82-24-69",
  1483. "picture": {
  1484. "thumbnail": "https://randomuser.me/api/portraits/thumb/women/15.jpg",
  1485. "large": "https://randomuser.me/api/portraits/women/15.jpg"
  1486. }
  1487. }, {
  1488. "gender": "female",
  1489. "name": {
  1490. "title": "ms",
  1491. "first": "amandine",
  1492. "last": "chevalier"
  1493. },
  1494. "location": {
  1495. "street": "4104 rue louis-blanqui",
  1496. "city": "saint-étienne",
  1497. "state": "pas-de-calais",
  1498. "zip": 75392
  1499. },
  1500. "email": "amandine.chevalier@example.com",
  1501. "username": "yellowgorilla877",
  1502. "password": "angels",
  1503. "phone": "04-53-19-41-51",
  1504. "picture": {
  1505. "thumbnail": "https://randomuser.me/api/portraits/thumb/women/28.jpg",
  1506. "large": "https://randomuser.me/api/portraits/women/28.jpg"
  1507. }
  1508. }, {
  1509. "gender": "female",
  1510. "name": {
  1511. "title": "mrs",
  1512. "first": "victoria",
  1513. "last": "vincent"
  1514. },
  1515. "location": {
  1516. "street": "8533 rue barrier",
  1517. "city": "roubaix",
  1518. "state": "loir-et-cher",
  1519. "zip": 93690
  1520. },
  1521. "email": "victoria.vincent@example.com",
  1522. "username": "redbutterfly230",
  1523. "password": "pulsar",
  1524. "phone": "03-59-11-18-57",
  1525. "picture": {
  1526. "thumbnail": "https://randomuser.me/api/portraits/thumb/women/54.jpg",
  1527. "large": "https://randomuser.me/api/portraits/women/54.jpg"
  1528. }
  1529. }, {
  1530. "gender": "female",
  1531. "name": {
  1532. "title": "mrs",
  1533. "first": "marilou",
  1534. "last": "robin"
  1535. },
  1536. "location": {
  1537. "street": "1820 rue duguesclin",
  1538. "city": "villeurbanne",
  1539. "state": "essonne 91",
  1540. "zip": 82090
  1541. },
  1542. "email": "marilou.robin@example.com",
  1543. "username": "whitecat633",
  1544. "password": "holly1",
  1545. "phone": "03-06-04-99-64",
  1546. "picture": {
  1547. "thumbnail": "https://randomuser.me/api/portraits/thumb/women/16.jpg",
  1548. "large": "https://randomuser.me/api/portraits/women/16.jpg"
  1549. }
  1550. }, {
  1551. "gender": "male",
  1552. "name": {
  1553. "title": "mr",
  1554. "first": "simon",
  1555. "last": "girard"
  1556. },
  1557. "location": {
  1558. "street": "8065 rue barrème",
  1559. "city": "orléans",
  1560. "state": "jura",
  1561. "zip": 45630
  1562. },
  1563. "email": "simon.girard@example.com",
  1564. "username": "organicbird176",
  1565. "password": "search",
  1566. "phone": "01-94-69-77-57",
  1567. "picture": {
  1568. "thumbnail": "https://randomuser.me/api/portraits/thumb/men/33.jpg",
  1569. "large": "https://randomuser.me/api/portraits/men/33.jpg"
  1570. }
  1571. }, {
  1572. "gender": "female",
  1573. "name": {
  1574. "title": "ms",
  1575. "first": "sara",
  1576. "last": "leclerc"
  1577. },
  1578. "location": {
  1579. "street": "6553 rue dubois",
  1580. "city": "toulon",
  1581. "state": "puy-de-dôme",
  1582. "zip": 66877
  1583. },
  1584. "email": "sara.leclerc@example.com",
  1585. "username": "beautifulbird160",
  1586. "password": "blaster",
  1587. "phone": "02-11-71-72-70",
  1588. "picture": {
  1589. "thumbnail": "https://randomuser.me/api/portraits/thumb/women/93.jpg",
  1590. "large": "https://randomuser.me/api/portraits/women/93.jpg"
  1591. }
  1592. }, {
  1593. "gender": "female",
  1594. "name": {
  1595. "title": "miss",
  1596. "first": "manon",
  1597. "last": "dufour"
  1598. },
  1599. "location": {
  1600. "street": "2092 avenue du fort-caire",
  1601. "city": "toulon",
  1602. "state": "drôme",
  1603. "zip": 19136
  1604. },
  1605. "email": "manon.dufour@example.com",
  1606. "username": "orangegoose245",
  1607. "password": "1115",
  1608. "phone": "02-08-89-56-76",
  1609. "picture": {
  1610. "thumbnail": "https://randomuser.me/api/portraits/thumb/women/32.jpg",
  1611. "large": "https://randomuser.me/api/portraits/women/32.jpg"
  1612. }
  1613. }, {
  1614. "gender": "female",
  1615. "name": {
  1616. "title": "ms",
  1617. "first": "lucie",
  1618. "last": "perrin"
  1619. },
  1620. "location": {
  1621. "street": "5968 quai chauveau",
  1622. "city": "grenoble",
  1623. "state": "maine-et-loire",
  1624. "zip": 25591
  1625. },
  1626. "email": "lucie.perrin@example.com",
  1627. "username": "ticklishti…

Large files files are truncated, but you can click here to view the full file