پشتیبانی پایگاه داده‌ فیلم

Hello,

I was using the "Try it out" tab in the API documentation, and sent this GET request for a movie.

https://api.themoviedb.org/3/movie/259316?api_key={{key}}&language=en-US&append_to_response=credits

The response for that is attached below. I used the credit_id from the credits section to make a credit GET request, like this one:

https://api.themoviedb.org/3/credit/53b6abb20e0a2676c40052ec?api_key={{key}}

The above gives a 404 response, but the credit_id value should exist.

When I tried a credit ID from the documentation example it works fine.

https://api.themoviedb.org/3/credit/52542282760ee313280017f9?api_key={{key}}

The above works, so the end point is working but none of the credit_id I get in movies appear to be valid.

Am I doing something wrong?

Here is my movie GET response.

{
    "adult": false,
    "backdrop_path": "/6I2tPx6KIiBB4TWFiWwNUzrbxUn.jpg",
    "belongs_to_collection": null,
    "budget": 180000000,
    "genres": [
        {
            "id": 12,
            "name": "Adventure"
        },
        {
            "id": 10751,
            "name": "Family"
        },
        {
            "id": 14,
            "name": "Fantasy"
        }
    ],
    "homepage": "http://www.fantasticbeasts.com/",
    "id": 259316,
    "imdb_id": "tt3183660",
    "original_language": "en",
    "original_title": "Fantastic Beasts and Where to Find Them",
    "overview": "In 1926, Newt Scamander arrives at the Magical Congress of the United States of America with a magically expanded briefcase, which houses a number of dangerous creatures and their habitats. When the creatures escape from the briefcase, it sends the American wizarding authorities after Newt, and threatens to strain even further the state of magical and non-magical relations.",
    "popularity": 36.152174,
    "poster_path": "/9HE9xiNMEFJnCzndlkWD7oPfAOx.jpg",
    "production_companies": [
        {
            "name": "Warner Bros.",
            "id": 6194
        }
    ],
    "production_countries": [
        {
            "iso_3166_1": "GB",
            "name": "United Kingdom"
        },
        {
            "iso_3166_1": "US",
            "name": "United States of America"
        }
    ],
    "release_date": "2016-11-16",
    "revenue": 0,
    "runtime": 133,
    "spoken_languages": [
        {
            "iso_639_1": "en",
            "name": "English"
        }
    ],
    "status": "Released",
    "tagline": "",
    "title": "Fantastic Beasts and Where to Find Them",
    "video": false,
    "vote_average": 7.4,
    "vote_count": 414,
    "credits": {
        "cast": [
            {
                "cast_id": 2,
                "character": "Newt Scamander",
                "credit_id": "55a2184cc3a3681cec002a7f",
                "id": 37632,
                "name": "Eddie Redmayne",
                "order": 0,
                "profile_path": "/1aPKU3S8TA9VSo3htB9Tq42ahtx.jpg"
            },
            {
                "cast_id": 6,
                "character": "Percival Graves",
                "credit_id": "55c288e39251413df10007f7",
                "id": 72466,
                "name": "Colin Farrell",
                "order": 1,
                "profile_path": "/9FDzNq8cixv5PzJwjNXx1mJKAhU.jpg"
            },
            {
                "cast_id": 4,
                "character": "Porpentina \"Tina\" Goldstein",
                "credit_id": "55a21860c3a3681cde002c91",
                "id": 77795,
                "name": "Katherine Waterston",
                "order": 2,
                "profile_path": "/x7WN8B1DB9RCptRZdzCN7fBjA61.jpg"
            },
            {
                "cast_id": 13,
                "character": "Jacob Kowalski",
                "credit_id": "566cd0b292514169e2009e0d",
                "id": 58873,
                "name": "Dan Fogler",
                "order": 3,
                "profile_path": "/75hCIe6KHpHUlJDcyoxEp035BWz.jpg"
            },
            {
                "cast_id": 5,
                "character": "Queenie Goldstein",
                "credit_id": "55a21869925141296b002ce3",
                "id": 998225,
                "name": "Alison Sudol",
                "order": 4,
                "profile_path": "/w0ixLYjKN5I171bQ3XSsgW3Lte3.jpg"
            },
            {
                "cast_id": 3,
                "character": "Credence Barebone",
                "credit_id": "55a21854c3a3681cfa002acf",
                "id": 132157,
                "name": "Ezra Miller",
                "order": 5,
                "profile_path": "/1tgihUq8F6zPHU9IYyRZ7vI6nme.jpg"
            },
            {
                "cast_id": 10,
                "character": "Mary Lou Barebone",
                "credit_id": "566cd0b192514150010044bf",
                "id": 2206,
                "name": "Samantha Morton",
                "order": 6,
                "profile_path": "/iGThEengA4ziHy9JyrlWzzHeO8k.jpg"
            },
            {
                "cast_id": 12,
                "character": "Seraphina Picquery",
                "credit_id": "566cd0b2c3a36836b400d1d9",
                "id": 37158,
                "name": "Carmen Ejogo",
                "order": 7,
                "profile_path": "/yAiQAfxCAFw2SNIVpAePKXBvT58.jpg"
            },
            {
                "cast_id": 11,
                "character": "Henry Shaw, Sr",
                "credit_id": "566cd0b292514173830093ad",
                "id": 10127,
                "name": "Jon Voight",
                "order": 8,
                "profile_path": "/c7BvyqlvqDkfkFqSBUCiR21fvTh.jpg"
            },
            {
                "cast_id": 9,
                "character": "Gnarlack",
                "credit_id": "566cd0b192514150010044bd",
                "id": 2372,
                "name": "Ron Perlman",
                "order": 9,
                "profile_path": "/xZyrXT2iEmSOokQRc1hedmxrbTi.jpg"
            },
            {
                "cast_id": 81,
                "character": "Henry Shaw, Jr",
                "credit_id": "582d02339251410948000e91",
                "id": 1479957,
                "name": "Josh Cowdery",
                "order": 10,
                "profile_path": "/mV5d7ZshhMMhiFcq5i02quGNxA4.jpg"
            },
            {
                "cast_id": 22,
                "character": "Langdon Shaw",
                "credit_id": "57420f35c3a3685ee60059ca",
                "id": 1624444,
                "name": "Ronan Raftery",
                "order": 11,
                "profile_path": "/cwvrSNokGx9k5FjGqJsYtVWnKUI.jpg"
            },
            {
                "cast_id": 18,
                "character": "Modesty Barebone",
                "credit_id": "570be39ec3a36802b90005cf",
                "id": 1604370,
                "name": "Faith Wood-Blagrove",
                "order": 12,
                "profile_path": null
            },
            {
                "cast_id": 7,
                "character": "Chastity Barebone",
                "credit_id": "55cc4cc9c3a368570100239a",
                "id": 78727,
                "name": "Jenn Murray",
                "order": 13,
                "profile_path": "/9vMFJN5X3iOXRdsXcd5XkTgq2Qs.jpg"
            },
            {
                "cast_id": 75,
                "character": "Gellert Grindelwald",
                "credit_id": "58192a7392514133a200179e",
                "id": 85,
                "name": "Johnny Depp",
                "order": 14,
                "profile_path": "/ea4fTp9T8Zy2KWxyFsqDIBgHZmb.jpg"
            },
            {
                "cast_id": 63,
                "character": "Leta Lestrange",
                "credit_id": "57b78c0492514174b60010d8",
                "id": 37153,
                "name": "Zoë Kravitz",
                "order": 15,
                "profile_path": "/wcl5pdFDAUyDgJ1gfQErXch6FgH.jpg"
            },
            {
                "cast_id": 8,
                "character": "Madame Ya Zou",
                "credit_id": "566cd0b19251415ec5009ebe",
                "id": 97576,
                "name": "Gemma Chan",
                "order": 16,
                "profile_path": "/4B3BgjSM6GqhAdfvP6AU0x68MbG.jpg"
            },
            {
                "cast_id": 16,
                "character": "Gilbert Bingley",
                "credit_id": "566cd0b3925141664f009bb6",
                "id": 159454,
                "name": "Peter Breitmayer",
                "order": 17,
                "profile_path": "/iQeR1xk7vs8r3ZyiGaHSMzznCzF.jpg"
            },
            {
                "cast_id": 29,
                "character": "Abernathy",
                "credit_id": "5792d153925141690f003a16",
                "id": 1204379,
                "name": "Kevin Guthrie",
                "order": 18,
                "profile_path": "/cJgSv0hcv67GSTjvr1LTdRc0L7h.jpg"
            },
            {
                "cast_id": 27,
                "character": "Jan Kowalski",
                "credit_id": "5792d153925141690f003a11",
                "id": 1654736,
                "name": "Kamil Lemieszewski",
                "order": 19,
                "profile_path": "/1fhrCSM7jSTWIxMlDTiicUSfAh1.jpg"
            },
            {
                "cast_id": 59,
                "character": "Mrs. Goldstein",
                "credit_id": "5794e8a4c3a3687605004db3",
                "id": 1655620,
                "name": "Fanny Carbonnel",
                "order": 20,
                "profile_path": null
            },
            {
                "cast_id": 30,
                "character": "Criminal",
                "credit_id": "5792d153925141690f003a19",
                "id": 1385097,
                "name": "Sean Cronin",
                "order": 21,
                "profile_path": "/vgfDZpKhl1Dr7S3qMPIl6ra0hKG.jpg"
            },
            {
                "cast_id": 14,
                "character": "Exterminator",
                "credit_id": "566cd0b39251412dbc004ba8",
                "id": 1170656,
                "name": "Christine Marzano",
                "order": 22,
                "profile_path": "/kyPcf8uN1BC6bYNXh1NLK71QNWl.jpg"
            },
            {
                "cast_id": 15,
                "character": "Pedestrian",
                "credit_id": "566cd0b3925141664f009bb4",
                "id": 1363049,
                "name": "Lasco Atkins",
                "order": 23,
                "profile_path": "/ollrIPt4sG3vr9dQ8tNkN1JCtMJ.jpg"
            },
            {
                "cast_id": 17,
                "character": "Secretary",
                "credit_id": "566cd0b392514173ff00df63",
                "id": 1149880,
                "name": "Lucie Pohl",
                "order": 24,
                "profile_path": "/jtkaxs0qYZnE8XjR3maQYiYYWo0.jpg"
            },
            {
                "cast_id": 19,
                "character": "New York Citizen",
                "credit_id": "57420f34c3a3680736006492",
                "id": 1403650,
                "name": "Joelle Koissi",
                "order": 25,
                "profile_path": null
            },
            {
                "cast_id": 20,
                "character": "Bank Client",
                "credit_id": "57420f349251416ca4000ae4",
                "id": 1624443,
                "name": "Flor Ferraco",
                "order": 26,
                "profile_path": null
            },
            {
                "cast_id": 21,
                "character": "Factory Worker",
                "credit_id": "57420f35c3a368761b00346f",
                "id": 1592480,
                "name": "Dino Fazzani",
                "order": 27,
                "profile_path": "/fjOF76fBGDAKMGeGkuK4HUkLgrx.jpg"
            },
            {
                "cast_id": 23,
                "character": "Sasquatch",
                "credit_id": "575316f7c3a36852070034f1",
                "id": 1495084,
                "name": "Jason Newell",
                "order": 28,
                "profile_path": null
            },
            {
                "cast_id": 28,
                "character": "Spaniard Ship Passenger",
                "credit_id": "5792d153c3a368636b003b39",
                "id": 1322312,
                "name": "Jorge Leon Martinez",
                "order": 29,
                "profile_path": "/nWYveATaySCXosWAjcSS8VNPRe7.jpg"
            },
            {
                "cast_id": 31,
                "character": "New York Citizen",
                "credit_id": "5792d15492514169c50037c0",
                "id": 1654737,
                "name": "Cristian Lazar",
                "order": 30,
                "profile_path": "/ftNAZX69tuQxoxisQrH05tYo2cY.jpg"
            },
            {
                "cast_id": 32,
                "character": "Witch",
                "credit_id": "5792d1549251416a23003707",
                "id": 1654738,
                "name": "Lobna Futers",
                "order": 31,
                "profile_path": null
            },
            {
                "cast_id": 33,
                "character": "Banker",
                "credit_id": "5792d1549251410d12006bfc",
                "id": 1654739,
                "name": "Karl Farrer",
                "order": 32,
                "profile_path": "/rJVVZsfl1VEapNEVKZa7S2GGy9S.jpg"
            },
            {
                "cast_id": 34,
                "character": "International Royal Dignitar",
                "credit_id": "5792d155c3a368631c003a25",
                "id": 1641528,
                "name": "Abi Adeyemi",
                "order": 33,
                "profile_path": null
            },
            {
                "cast_id": 35,
                "character": "Customs Official",
                "credit_id": "5792d15592514169ab0038c2",
                "id": 55586,
                "name": "Sam Redford",
                "order": 34,
                "profile_path": "/As9hylT9XK7wJkXZs2505FrNzRT.jpg"
            },
            {
                "cast_id": 36,
                "character": "Auror",
                "credit_id": "5792d15592514169ab0038c4",
                "id": 1261092,
                "name": "Akin Gazi",
                "order": 35,
                "profile_path": "/nCSIiFVWWSkON9b5zmrC4RvwmWI.jpg"
            },
            {
                "cast_id": 37,
                "character": "Wizard",
                "credit_id": "5792d156925141690f003a1e",
                "id": 1486530,
                "name": "Solomon Taiwo Justified",
                "order": 36,
                "profile_path": null
            },
            {
                "cast_id": 38,
                "character": "The Announcer",
                "credit_id": "5792d156c3a3687c73005df1",
                "id": 17354,
                "name": "Todd Boyce",
                "order": 37,
                "profile_path": "/3TxjK0D3zuTg57ArfJFKxrnYNi2.jpg"
            },
            {
                "cast_id": 39,
                "character": "Tenement Woman",
                "credit_id": "5792d1569251414b3b0048fd",
                "id": 1654740,
                "name": "Chloe de Burgh",
                "order": 38,
                "profile_path": null
            },
            {
                "cast_id": 40,
                "character": "Wizard",
                "credit_id": "5792d15792514169c50037c8",
                "id": 1654741,
                "name": "Andrei Satalov",
                "order": 39,
                "profile_path": null
            },
            {
                "cast_id": 42,
                "character": "Witness",
                "credit_id": "5792d15792514169c50037ce",
                "id": 997860,
                "name": "Tim Bentinck",
                "order": 40,
                "profile_path": "/5ivB3NASupoKcc4RShs8E3PIPP3.jpg"
            },
            {
                "cast_id": 43,
                "character": "Creature Performer",
                "credit_id": "5792d157c3a36828a6004e6d",
                "id": 1278780,
                "name": "Edd Osmond",
                "order": 41,
                "profile_path": null
            },
            {
                "cast_id": 44,
                "character": "New York Chief of Police",
                "credit_id": "5792d1589251416a23003710",
                "id": 1573807,
                "name": "Bart Edwards",
                "order": 42,
                "profile_path": "/kZsYHfxdHfdfaYAJ8dkjJ4V9kCn.jpg"
            },
            {
                "cast_id": 45,
                "character": "Photographer",
                "credit_id": "5792d1589251413ce100527e",
                "id": 1434017,
                "name": "Matthew Sim",
                "order": 43,
                "profile_path": null
            },
            {
                "cast_id": 46,
                "character": "Bank Guard",
                "credit_id": "5792d1589251413dae005360",
                "id": 1651386,
                "name": "Miroslav Zaruba",
                "order": 44,
                "profile_path": null
            },
            {
                "cast_id": 47,
                "character": "Executioner #1",
                "credit_id": "5792d159c3a3681878006282",
                "id": 556446,
                "name": "Elizabeth Moynihan",
                "order": 45,
                "profile_path": null
            },
            {
                "cast_id": 48,
                "character": "High Level Wizard",
                "credit_id": "5792d159c3a3684012008e48",
                "id": 1654742,
                "name": "Gjevat Kelmendi",
                "order": 46,
                "profile_path": null
            },
            {
                "cast_id": 49,
                "character": "Higher class Gentleman",
                "credit_id": "5792d159925141690f003a24",
                "id": 1610835,
                "name": "Jason Redshaw",
                "order": 47,
                "profile_path": null
            },
            {
                "cast_id": 50,
                "character": "The Watchman",
                "credit_id": "5792d15a9251414b3b004904",
                "id": 1654743,
                "name": "BF Mulvey",
                "order": 48,
                "profile_path": null
            },
            {
                "cast_id": 51,
                "character": "Wizard",
                "credit_id": "5792d15a925141690f003a27",
                "id": 1654744,
                "name": "Adam Lazarus",
                "order": 49,
                "profile_path": null
            },
            {
                "cast_id": 52,
                "character": "Gala Guest",
                "credit_id": "5792d15ac3a368631c003a30",
                "id": 1451618,
                "name": "Anthony J. Sacco",
                "order": 50,
                "profile_path": "/nRUNvLCfe43Rs1OEd4GoztuxxED.jpg"
            },
            {
                "cast_id": 53,
                "character": "Jazz Girl",
                "credit_id": "5792d15ac3a368631c003a33",
                "id": 1654745,
                "name": "Kirsty Grace",
                "order": 51,
                "profile_path": null
            },
            {
                "cast_id": 54,
                "character": "Young Gentleman",
                "credit_id": "5792d15bc3a368631c003a38",
                "id": 1654746,
                "name": "Ashley Hudson",
                "order": 52,
                "profile_path": null
            },
            {
                "cast_id": 55,
                "character": "Housewife",
                "credit_id": "5794e8a3c3a36877090053e0",
                "id": 59147,
                "name": "Anne Wittman",
                "order": 53,
                "profile_path": "/ammfZMEJsfyaOEmKGQH3Pb0ugYM.jpg"
            },
            {
                "cast_id": 56,
                "character": "Tenement",
                "credit_id": "5794e8a3c3a3687605004dae",
                "id": 1655619,
                "name": "Daniel Smales",
                "order": 54,
                "profile_path": null
            },
            {
                "cast_id": 57,
                "character": "Criminal on 'Wanted' Poster",
                "credit_id": "5794e8a392514142a40024d5",
                "id": 1396600,
                "name": "Anick Wiget",
                "order": 55,
                "profile_path": "/r4vknP06DNZIEZQpqOZ1UsPZujY.jpg"
            },
            {
                "cast_id": 58,
                "character": "Officer 247",
                "credit_id": "5794e8a3c3a3681ee90025a7",
                "id": 531772,
                "name": "Lee Asquith-Coe",
                "order": 56,
                "profile_path": "/bnmw4wXIo7Tb7NWN8jcMiSPTbxK.jpg"
            },
            {
                "cast_id": 60,
                "character": "Smart New Yorker",
                "credit_id": "5794e8a4925141797e0039aa",
                "id": 1655621,
                "name": "Bernardo Santos",
                "order": 57,
                "profile_path": null
            },
            {
                "cast_id": 61,
                "character": "Aura",
                "credit_id": "5794e8a4925141797e0039ae",
                "id": 1167068,
                "name": "Andreea Paduraru",
                "order": 58,
                "profile_path": "/6wkJL230v2MbCy6kyXaAnZ1DlKs.jpg"
            },
            {
                "cast_id": 62,
                "character": "Gangster",
                "credit_id": "5794e8a5c3a3687605004db7",
                "id": 1394384,
                "name": "Gino Picciano",
                "order": 59,
                "profile_path": "/kRQtw7B08M52s990mFOqkRoYGcE.jpg"
            }
        ],
        "crew": [
            {
                "credit_id": "53b6abb20e0a2676c40052ec",
                "department": "Writing",
                "id": 10966,
                "job": "Screenplay",
                "name": "J. K. Rowling",
                "profile_path": "/gZXoZrYxcn4d3XDcVcRE39RFZmL.jpg"
            },
            {
                "credit_id": "5410490cc3a3685ebc00185a",
                "department": "Directing",
                "id": 11343,
                "job": "Director",
                "name": "David Yates",
                "profile_path": "/62Rmk54DNq3GdH5SqqK0pSG5LwO.jpg"
            },
            {
                "credit_id": "5829af75c3a368360f039b8f",
                "department": "Production",
                "id": 11295,
                "job": "Casting",
                "name": "Fiona Weir",
                "profile_path": null
            },
            {
                "credit_id": "5829afa5c3a368038102c350",
                "department": "Art",
                "id": 8384,
                "job": "Set Decoration",
                "name": "Anna Pinnock",
                "profile_path": null
            },
            {
                "credit_id": "5829afb8c3a368360603a051",
                "department": "Directing",
                "id": 1389548,
                "job": "Script Supervisor",
                "name": "Anna Worley",
                "profile_path": null
            },
            {
                "credit_id": "5829afd29251417b18038456",
                "department": "Camera",
                "id": 1393448,
                "job": "Still Photographer",
                "name": "Jaap Buitendijk",
                "profile_path": null
            },
            {
                "credit_id": "5829b17c9251417b29037ee5",
                "department": "Sound",
                "id": 1327029,
                "job": "Production Sound Mixer",
                "name": "Simon Hayes",
                "profile_path": null
            },
            {
                "credit_id": "5786d1119251411f3c00003e",
                "department": "Camera",
                "id": 1301,
                "job": "Director of Photography",
                "name": "Philippe Rousselot",
                "profile_path": null
            },
            {
                "credit_id": "5786d120c3a36842bf0003c4",
                "department": "Sound",
                "id": 1213,
                "job": "Original Music Composer",
                "name": "James Newton Howard",
                "profile_path": "/5UTEMYS7rydwe7ooOmj2dLRFuu2.jpg"
            },
            {
                "credit_id": "5786d14192514112d7000389",
                "department": "Editing",
                "id": 11345,
                "job": "Editor",
                "name": "Mark Day",
                "profile_path": null
            },
            {
                "credit_id": "580ed0379251416c14004509",
                "department": "Production",
                "id": 10966,
                "job": "Producer",
                "name": "J. K. Rowling",
                "profile_path": "/gZXoZrYxcn4d3XDcVcRE39RFZmL.jpg"
            },
            {
                "credit_id": "580ed0599251416a44004607",
                "department": "Production",
                "id": 10968,
                "job": "Producer",
                "name": "David Heyman",
                "profile_path": "/1Vvlw01hls1ctuuwActyrLRnAJK.jpg"
            },
            {
                "credit_id": "580ed074c3a36859b10081bb",
                "department": "Production",
                "id": 10967,
                "job": "Producer",
                "name": "Steve Kloves",
                "profile_path": "/vyY40RJJJbkLAFK7pO1t1mEXMHC.jpg"
            },
            {
                "credit_id": "580ed082c3a36879f50040de",
                "department": "Production",
                "id": 41289,
                "job": "Producer",
                "name": "Lionel Wigram",
                "profile_path": "/hwJ5bRA307egY7XwpTdlwGHrR0w.jpg"
            },
            {
                "credit_id": "580ed0a49251416a4400464a",
                "department": "Production",
                "id": 89320,
                "job": "Executive Producer",
                "name": "Tim Lewis",
                "profile_path": null
            },
            {
                "credit_id": "580ed0bbc3a3687bc900421f",
                "department": "Production",
                "id": 1699229,
                "job": "Executive Producer",
                "name": "Neil Blair",
                "profile_path": null
            },
            {
                "credit_id": "580ed0d3c3a36879f5004130",
                "department": "Production",
                "id": 1699230,
                "job": "Executive Producer",
                "name": "Rick Senat",
                "profile_path": null
            },
            {
                "credit_id": "580ed0ef9251416a44004693",
                "department": "Costume & Make-Up",
                "id": 557,
                "job": "Costume Design",
                "name": "Colleen Atwood",
                "profile_path": "/oD91okMgAqHT9qpcBuLYaOJtIBE.jpg"
            },
            {
                "credit_id": "580ed1f5c3a36877030041fb",
                "department": "Art",
                "id": 5491,
                "job": "Production Design",
                "name": "Stuart Craig",
                "profile_path": null
            }
        ]
    }
}

2 پاسخ (در صفحه 1 از 1)

Jump to last post

Hi @thinkingmedia Yes, this is a known bug. It's scheduled to be fixed in the next few days.

@travisbell thank you for the fast response.

As long as you are aware of it, then I'm happy. I'll handle the 404 as a service unavailable until it's patched.

Thanks for the awesome API, and support.

فیلم و نمایش تلویزیونی را نمی‌توانید پیدا کنید؟ به سیستم وارد شوید تا آن را ایجاد کنید.

Global

s تمرکز بر منوی جستجو
p منوی پروفایل باز شود
esc بستن پنجره باز
? پنجره میانبرهای صفحه‌کلید باز شود

در صفحات مدیا

b بازگشت به عقب (یا در صورت لزوم به منشا)
e برو به صفحه ویرایش

در صفحات فصل تلویزیونی

(فلش سمت راست) برو به فصل بعد
(پیکان سمت چپ) برو به نشست قبلی

در صفحات قسمت تلویزیونی

(فلش سمت راست) برو به قسمت بعد
(پیکان سمت چپ) برو به قسمت قبلی

در تمام صفحات تصویر

a پنجره افزودن تصویر باز شود

در تمام صفحات ویرایش

t انتخابگر ترجمه باز شود
ctrl+ s ثبت از

در صفحات بحث

n ایجاد بحث جدید
w تغییر وضعیت وضعیت تماشا
p تغییر وضعیت عمومی/خصوصی
c تغییر وضعیت بسته/باز
a گشایش صفحه فعالیت
r پاسخ به بحث
l برو به آخرین پاسخ
ctrl+ enter پیام خود را ثبت کنید
(فلش سمت راست) صفحه بعد
(پیکان سمت چپ) صفحه قبلی

تنظیمات

آیا می‌خواهید به این مورد امتیاز دهید یا به فهرست اضافه کنید؟

ورود