{"id":17679382,"url":"https://github.com/tmck-code/ent-links","last_synced_at":"2025-08-20T00:35:45.886Z","repository":{"id":88833151,"uuid":"192161644","full_name":"tmck-code/ent-links","owner":"tmck-code","description":"Search \u0026 display movie \u0026 TV cast links","archived":false,"fork":false,"pushed_at":"2022-08-20T11:50:02.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-30T18:32:57.852Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tmck-code.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-06-16T07:15:34.000Z","updated_at":"2022-07-29T08:24:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"f85293e5-845f-4e2c-b760-1aefd1a8ec72","html_url":"https://github.com/tmck-code/ent-links","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tmck-code/ent-links","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmck-code%2Fent-links","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmck-code%2Fent-links/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmck-code%2Fent-links/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmck-code%2Fent-links/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tmck-code","download_url":"https://codeload.github.com/tmck-code/ent-links/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmck-code%2Fent-links/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271246889,"owners_count":24725900,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-19T02:00:09.176Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-24T08:22:16.631Z","updated_at":"2025-08-20T00:35:45.865Z","avatar_url":"https://github.com/tmck-code.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ent-links\nSearch \u0026amp; display movie \u0026amp; TV cast links\n\n## IMDB Source Data\n\n- [IMDB Interfaces](https://www.imdb.com/interfaces/)\n- [IMDB Datasets](https://datasets.imdbws.com/)\n\n```text\nIMDb Dataset Details\n\nEach dataset is contained in a gzipped, tab-separated-values (TSV) formatted file in the UTF-8 character set. The first line in each file contains headers that describe what is in each column. A ‘\\N’ is used to denote that a particular field is missing or null for that title/name. The available datasets are as follows:\n```\n\n```yaml\n- title.akas.tsv.gz - Contains the following information for titles:\n  - titleId (string) - a tconst, an alphanumeric unique identifier of the title\n  - ordering (integer) – a number to uniquely identify rows for a given titleId\n  - title (string) – the localized title\n  - region (string) - the region for this version of the title\n  - language (string) - the language of the title\n  - types (array) - Enumerated set of attributes for this alternative title. One or more of the following: \"alternative\", \"dvd\", \"festival\", \"tv\", \"video\", \"working\", \"original\", \"imdbDisplay\". New values may be added in the future without warning\n  - attributes (array) - Additional terms to describe this alternative title, not enumerated\n  - isOriginalTitle (boolean) – 0: not original title; 1: original title\n\n- title.basics.tsv.gz - Contains the following information for titles:\n  - tconst (string) - alphanumeric unique identifier of the title\n  - titleType (string) – the type/format of the title (e.g. movie, short, tvseries, tvepisode, video, etc)\n  - primaryTitle (string) – the more popular title / the title used by the filmmakers on promotional materials at the point of release\n  - originalTitle (string) - original title, in the original language\n  - isAdult (boolean) - 0: non-adult title; 1: adult title\n  - startYear (YYYY) – represents the release year of a title. In the case of TV Series, it is the series start year\n  - endYear (YYYY) – TV Series end year. ‘\\N’ for all other title types\n  - runtimeMinutes – primary runtime of the title, in minutes\n  - genres (string array) – includes up to three genres associated with the title\n\n- title.crew.tsv.gz – Contains the director and writer information for all the titles in IMDb. Fields include:\n  - tconst (string) - alphanumeric unique identifier of the title\n  - directors (array of nconsts) - director(s) of the given title\n  - writers (array of nconsts) – writer(s) of the given title\n\n- title.episode.tsv.gz – Contains the tv episode information. Fields include:\n  - tconst (string) - alphanumeric identifier of episode\n  - parentTconst (string) - alphanumeric identifier of the parent TV Series\n  - seasonNumber (integer) – season number the episode belongs to\n  - episodeNumber (integer) – episode number of the tconst in the TV series\n\n- title.principals.tsv.gz – Contains the principal cast/crew for titles\n  - tconst (string) - alphanumeric unique identifier of the title\n  - ordering (integer) – a number to uniquely identify rows for a given titleId\n  - nconst (string) - alphanumeric unique identifier of the name/person\n  - category (string) - the category of job that person was in\n  - job (string) - the specific job title if applicable, else '\\N'\n  - characters (string) - the name of the character played if applicable, else '\\N'\n\n- title.ratings.tsv.gz – Contains the IMDb rating and votes information for titles\n  - tconst (string) - alphanumeric unique identifier of the title\n  - averageRating – weighted average of all the individual user ratings\n  - numVotes - number of votes the title has received\n\n- name.basics.tsv.gz – Contains the following information for names:\n  - nconst (string) - alphanumeric unique identifier of the name/person\n  - primaryName (string)– name by which the person is most often credited\n  - birthYear – in YYYY format\n  - deathYear – in YYYY format if applicable, else '\\N'\n  - primaryProfession (array of strings)– the top-3 professions of the person\n  - knownForTitles (array of tconsts) – titles the person is known for\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmck-code%2Fent-links","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftmck-code%2Fent-links","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmck-code%2Fent-links/lists"}