GET /harrypotter/staff
Fáðu allar Hogwarts staff members frá Harry Potter universe, þar á meðal professors, caretakers, and aðra school employees. Skilar name, house (if applicable), ancestry, patronus, actor, and wand details. Gagnlegt fyrir faculty directory eiginleika, professor quiz forrit, and Hogwarts-themed educational verkfæri. Gögn frá HP-API.
curl https://nordapi.ee/api/v1/harrypotter/staff
curl https://nordapi.ee/api/v1/harrypotter/staff
curl https://nordapi.ee/api/v1/harrypotter/staff
{
"count": 25,
"data": [
{
"actor": "Dame Maggie Smith",
"alive": true,
"ancestry": "half-blood",
"date_of_birth": "04-10-1925",
"eye_colour": "",
"gender": "female",
"hair_colour": "black",
"hogwarts_staff": true,
"hogwarts_student": false,
"house": "Gryffindor",
"id": "ca3827f0-375a-4891-aaa5-f5e8a5bad225",
"image": "https://ik.imagekit.io/hpapi/mcgonagall.jpg",
"name": "Minerva McGonagall",
"patronus": "tabby cat",
"species": "human",
"wand": {
"core": "dragon heartstring",
"length": 9.5,
"wood": "fir"
},
"wizard": true
},
{
"actor": "Alan Rickman",
"alive": false,
"ancestry": "half-blood",
"date_of_birth": "09-01-1960",
"eye_colour": "black",
"gender": "male",
"hair_colour": "black",
"hogwarts_staff": true,
"hogwarts_student": false,
"house": "Slytherin",
"id": "3569d265-bd27-44d8-88e8-82fb0a848374",
"image": "https://ik.imagekit.io/hpapi/snape.jpg",
"name": "Severus Snape",
"patronus": "doe",
"species": "human",
"wand": {
"core": "",
"length": null,
"wood": ""
},
"wizard": true
},
{
"actor": "Robbie Coltrane",
"alive": true,
"ancestry": "half-blood",
"date_of_birth": "06-12-1928",
"eye_colour": "black",
"gender": "male",
"hair_colour": "black",
"hogwarts_staff": true,
"hogwarts_student": false,
"house": "Gryffindor",
"id": "36bfefd0-e0bb-4d11-be98-d1ef6117a77a",
"image": "https://ik.imagekit.io/hpapi/hagrid.png",
"name": "Rubeus Hagrid",
"patronus": "",
"species": "half-giant",
"wand": {
"core": "",
"length": 16,
"wood": "oak"
},
"wizard": true
},
{
"actor": "David Thewlis",
"alive": false,
"ancestry": "half-blood",
"date_of_birth": "10-03-1960",
"eye_colour": "green",
"gender": "male",
"hair_colour": "brown",
"hogwarts_staff": true,
"hogwarts_student": false,
"house": "Gryffindor",
"id": "b8f9095b-9de6-4d7d-83e0-4391af8f22e4",
"image": "https://ik.imagekit.io/hpapi/lupin.jpg",
"name": "Remus Lupin",
"patronus": "wolf",
"species": "werewolf",
"wand": {
"core": "unicorn tail hair",
"length": 10.25,
"wood": "cypress"
},
"wizard": true
},
{
"actor": "Jim Broadbent",
"alive": true,
"ancestry": "pure-blood",
"date_of_birth": null,
"eye_colour": "green",
"gender": "male",
"hair_colour": "blonde",
"hogwarts_staff": true,
"hogwarts_student": false,
"house": "Slytherin",
"id": "2fb675cd-5505-4c8e-a54e-579e73bf4174",
"image": "https://ik.imagekit.io/hpapi/slughorn.JPG",
"name": "Horace Slughorn",
"patronus": "",
"species": "human",
"wand": {
"core": "dragon heartstring",
"length": 10.25,
"wood": "cedar"
},
"wizard": true
},
{
"actor": "Imelda Staunton",
"alive": true,
"ancestry": "half-blood",
"date_of_birth": null,
"eye_colour": "brown",
"gender": "female",
"hair_colour": "grey",
"hogwarts_staff": true,
"hogwarts_student": false,
"house": "Slytherin",
"id": "d58e7249-19d1-40bd-a43f-1da0497fe8aa",
"image": "https://ik.imagekit.io/hpapi/umbridge.jpg",
"name": "Dolores Umbridge",
"patronus": "persian cat",
"species": "human",
"wand": {
"core": "dragon heartstring",
"length": 8,
"wood": "birch"
},
"wizard": true
},
{
"actor": "Maxime, Alanis and Tommy the cats",
"alive": true,
"ancestry": "",
"date_of_birth": null,
"eye_colour": "yellow",
"gender": "female",
"hair_colour": "brown",
"hogwarts_staff": true,
"hogwarts_student": false,
"house": "",
"id": "b0620914-858d-46fc-8e6d-033c565e138b",
"image": "https://ik.imagekit.io/hpapi/norris.JPG",
"name": "Mrs Norris",
"patronus": "",
"species": "cat",
"wand": {
"core": "",
"length": null,
"wood": ""
},
"wizard": false
},
{
"actor": "David Bradley",
"alive": true,
"ancestry": "squib",
"date_of_birth": null,
"eye_colour": "",
"gender": "male",
"hair_colour": "grey",
"hogwarts_staff": true,
"hogwarts_student": false,
"house": "",
"id": "2b82cfb8-0440-4a57-a030-6d75a40c0d98",
"image": "https://ik.imagekit.io/hpapi/filch.jpg",
"name": "Argus Filch",
"patronus": "",
"species": "human",
"wand": {
"core": "",
"length": null,
"wood": ""
},
"wizard": false
},
{
"actor": "Richard Harris",
"alive": false,
"ancestry": "half-blood",
"date_of_birth": null,
"eye_colour": "blue",
"gender": "male",
"hair_colour": "silver",
"hogwarts_staff": true,
"hogwarts_student": false,
"house": "Gryffindor",
"id": "b415c867-1cff-455e-b194-748662ac2cca",
"image": "",
"name": "Albus Dumbledore",
"patronus": "Phoenix",
"species": "human",
"wand": {
"core": "",
"length": null,
"wood": ""
},
"wizard": true
},
{
"actor": "Gemma Jones",
"alive": true,
"ancestry": "",
"date_of_birth": null,
"eye_colour": "",
"gender": "female",
"hair_colour": "",
"hogwarts_staff": true,
"hogwarts_student": false,
"house": "",
"id": "e9457467-d10a-4893-afa9-19f9602b218a",
"image": "",
"name": "Madam Pomfrey",
"patronus": "",
"species": "human",
"wand": {
"core": "",
"length": null,
"wood": ""
},
"wizard": true
},
{
"actor": "Ian Hart",
"alive": false,
"ancestry": "",
"date_of_birth": null,
"eye_colour": "",
"gender": "male",
"hair_colour": "",
"hogwarts_staff": true,
"hogwarts_student": false,
"house": "",
"id": "ba19be27-178b-4594-95b7-51ba0e3ba1dd",
"image": "",
"name": "Quirinus Quirrel",
"patronus": "",
"species": "human",
"wand": {
"core": "unicorn hair",
"length": 9,
"wood": "alder"
},
"wizard": true
},
{
"actor": "Miriam Margolyes",
"alive": true,
"ancestry": "",
"date_of_birth": null,
"eye_colour": "",
"gender": "female",
"hair_colour": "",
"hogwarts_staff": true,
"hogwarts_student": false,
"house": "Hufflepuff",
"id": "e8694719-a975-48fb-9523-f4cade1c38aa",
"image": "",
"name": "Pomona Sprout",
"patronus": "",
"species": "human",
"wand": {
"core": "",
"length": null,
"wood": ""
},
"wizard": true
},
{
"actor": "",
"alive": false,
"ancestry": "",
"date_of_birth": null,
"eye_colour": "",
"gender": "male",
"hair_colour": "",
"hogwarts_staff": true,
"hogwarts_student": false,
"house": "",
"id": "6ea188f3-d95c-407c-ab00-a0bec8678a71",
"image": "",
"name": "Cuthbert Binns",
"patronus": "",
"species": "ghost",
"wand": {
"core": "",
"length": null,
"wood": ""
},
"wizard": true
},
{
"actor": "Warwick Davis",
"alive": true,
"ancestry": "",
"date_of_birth": null,
"eye_colour": "",
"gender": "male",
"hair_colour": "",
"hogwarts_staff": true,
"hogwarts_student": false,
"house": "Ravenclaw",
"id": "a61e0783-7914-4f8d-a800-c409c06315cf",
"image": "",
"name": "Filius Flitwick",
"patronus": "",
"species": "human",
"wand": {
"core": "",
"length": null,
"wood": ""
},
"wizard": true
},
{
"actor": "Zoë Wanamaker",
"alive": true,
"ancestry": "",
"date_of_birth": null,
"eye_colour": "yellow",
"gender": "female",
"hair_colour": "grey",
"hogwarts_staff": true,
"hogwarts_student": false,
"house": "",
"id": "0a81c4f9-b80d-45a7-a4fd-9191453815a1",
"image": "",
"name": "Madam Hooch",
"patronus": "",
"species": "human",
"wand": {
"core": "",
"length": null,
"wood": ""
},
"wizard": true
},
{
"actor": "Ray Fearon",
"alive": true,
"ancestry": "",
"date_of_birth": null,
"eye_colour": "blue",
"gender": "male",
"hair_colour": "blond",
"hogwarts_staff": true,
"hogwarts_student": false,
"house": "",
"id": "68eb4a0b-6c49-44e9-aec8-5af947d22141",
"image": "",
"name": "Firenze",
"patronus": "",
"species": "centaur",
"wand": {
"core": "",
"length": null,
"wood": ""
},
"wizard": false
},
{
"actor": "Kenneth Branagh",
"alive": true,
"ancestry": "half-blood",
"date_of_birth": null,
"eye_colour": "blue",
"gender": "male",
"hair_colour": "blond",
"hogwarts_staff": true,
"hogwarts_student": false,
"house": "",
"id": "3d687c4d-852e-470f-bac5-5a02758b1f8f",
"image": "",
"name": "Gilderoy Lockhart",
"patronus": "",
"species": "human",
"wand": {
"core": "dragon heartstring",
"length": 9,
"wood": "cherry"
},
"wizard": true
},
{
"actor": "Sally Mortemore",
"alive": true,
"ancestry": "",
"date_of_birth": null,
"eye_colour": "",
"gender": "female",
"hair_colour": "",
"hogwarts_staff": true,
"hogwarts_student": false,
"house": "",
"id": "cdec9b95-c7a5-4623-ad12-6fa76d168588",
"image": "",
"name": "Madame Pince",
"patronus": "",
"species": "human",
"wand": {
"core": "",
"length": null,
"wood": ""
},
"wizard": true
},
{
"actor": "Emma Thompson",
"alive": true,
"ancestry": "",
"date_of_birth": null,
"eye_colour": "",
"gender": "female",
"hair_colour": "",
"hogwarts_staff": true,
"hogwarts_student": false,
"house": "",
"id": "8ea29415-012d-4781-ba5f-d0de63a05abe",
"image": "",
"name": "Sybill Trelawney",
"patronus": "",
"species": "human",
"wand": {
"core": "unicorn hair",
"length": 9.5,
"wood": "hazel"
},
"wizard": true
},
{
"actor": "",
"alive": true,
"ancestry": "",
"date_of_birth": null,
"eye_colour": "",
"gender": "female",
"hair_colour": "",
"hogwarts_staff": true,
"hogwarts_student": false,
"house": "",
"id": "58f2cf41-392c-4e84-b441-dbbce585f78d",
"image": "",
"name": "Septima Vector",
"patronus": "",
"species": "human",
"wand": {
"core": "",
"length": null,
"wood": ""
},
"wizard": true
},
{
"actor": "",
"alive": true,
"ancestry": "",
"date_of_birth": null,
"eye_colour": "",
"gender": "female",
"hair_colour": "",
"hogwarts_staff": true,
"hogwarts_student": false,
"house": "",
"id": "99d3ce6b-6a45-495a-a7c6-132203697d45",
"image": "",
"name": "Aurora Sinistra",
"patronus": "",
"species": "human",
"wand": {
"core": "",
"length": null,
"wood": ""
},
"wizard": true
},
{
"actor": "Brendan Gleeson",
"alive": false,
"ancestry": "pure-blood",
"date_of_birth": null,
"eye_colour": "dark",
"gender": "male",
"hair_colour": "grey",
"hogwarts_staff": true,
"hogwarts_student": false,
"house": "",
"id": "41ebe856-f0f4-4c77-8795-4735d3a87f3d",
"image": "",
"name": "Alastor Moody",
"patronus": "",
"species": "human",
"wand": {
"core": "",
"length": null,
"wood": ""
},
"wizard": true
},
{
"actor": "Apple Brook",
"alive": true,
"ancestry": "",
"date_of_birth": null,
"eye_colour": "",
"gender": "female",
"hair_colour": "grey",
"hogwarts_staff": true,
"hogwarts_student": false,
"house": "",
"id": "b48c5b8a-4066-4c24-ba26-7677f5ed2b6f",
"image": "",
"name": "Wilhelmina Grubbly-Plank",
"patronus": "",
"species": "human",
"wand": {
"core": "",
"length": null,
"wood": ""
},
"wizard": true
},
{
"actor": "",
"alive": false,
"ancestry": "",
"date_of_birth": null,
"eye_colour": "",
"gender": "female",
"hair_colour": "",
"hogwarts_staff": true,
"hogwarts_student": false,
"house": "",
"id": "c4e73590-3ee2-4125-87fb-692dd991819b",
"image": "",
"name": "Galatea Merrythought",
"patronus": "",
"species": "human",
"wand": {
"core": "",
"length": null,
"wood": ""
},
"wizard": true
},
{
"actor": "Carolyn Pickles",
"alive": false,
"ancestry": "",
"date_of_birth": null,
"eye_colour": "",
"gender": "female",
"hair_colour": "",
"hogwarts_staff": true,
"hogwarts_student": false,
"house": "",
"id": "61d78dce-890b-4f02-844f-b41d66553802",
"image": "",
"name": "Charity Burbage",
"patronus": "",
"species": "human",
"wand": {
"core": "",
"length": null,
"wood": ""
},
"wizard": true
}
],
"success": true
}