[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / r / s / t / u / v / vg / vm / vmg / vr / vrpg / vst / w / wg] [i / ic] [r9k / s4s / vip] [cm / hm / lgbt / y] [3 / aco / adv / an / bant / biz / cgl / ck / co / diy / fa / fit / gd / hc / his / int / jp / lit / mlp / mu / n / news / out / po / pol / pw / qst / sci / soc / sp / tg / toy / trv / tv / vp / vt / wsg / wsr / x / xs] [Settings] [Search] [Mobile] [Home]
Board
Settings Mobile Home
/t/ - Torrents

Name
Options
Comment
Verification
4chan Pass users can bypass this verification. [Learn More] [Login]
File
  • Please read the Rules and FAQ before posting.

08/21/20New boards added: /vrpg/, /vmg/, /vst/ and /vm/
05/04/17New trial board added: /bant/ - International/Random
10/04/16New board for 4chan Pass users: /vip/ - Very Important Posts
[Hide] [Show All]


[Advertise on 4chan]


magnet:?xt=urn:btmh:1220b45acddd6ac1a3685184174e80f3496cb6c8bb2e314beaea1d78d4fc24ee5d05

date: 2025-10-26
by: Avery

May contain deleted posts.
Negative IDs on the tags table mean the tag was listed in the post response, but its details aren't available through the gelbooru tags api.

Count of posts by Rating:
rating_name |post_count|
------------+----------+
Sensitive | 5595742|
General | 2682397|
Explicit | 2377926|
Questionable| 1571064|
Safe | 29|

Count of tags by type:
tag_type |total_tags|total_tag_usage|
----------+----------+---------------+
Artist | 506011| 11207081|
General | 323206| 351580251|
Character | 226270| 18247000|
Copyright | 49205| 18156724|
Deprecated| 2990| 33548549|
Metadata | 501| 20854199|

Explicit/Questionable to General ratio:
explicit_like_posts|general_posts|explicit_like_to_general_ratio|
-------------------+-------------+------------------------------+
3948990| 2682397| 1.47|

Schema:
CREATE TABLE posts (
id BIGSERIAL PRIMARY KEY,
...
);

CREATE TABLE tags (
id BIGSERIAL PRIMARY KEY,
name VARCHAR(255) NOT NULL,
count BIGINT NOT NULL DEFAULT 0,
type BIGINT NOT NULL DEFAULT 0,
ambiguous BIGINT NOT NULL DEFAULT 0,
CONSTRAINT unique_tag_name UNIQUE (name)
);

CREATE TABLE post_tags (
post_id BIGINT NOT NULL,
tag_id BIGINT NOT NULL,
);

Tag types:
General = 0
Artist = 1
Unknown = 2
Copyright = 3
Character = 4
Metadata = 5
Deprecated = 6

Tag rating:
Explicit = 0
General = 1
Questionable = 2
Safe = 3
Sensitive = 4
>>
>>1383946
The magnet link doesn’t work
>>
>>1383981
reuploaded as torrent v1:
magnet:?xt=urn:btih:615368dbd50205f1950d42a20d0c2eac1ecb4c39&dn=gb-scrape
>>
Which torrents have the most complete collection of Gelbooru pics?



[Advertise on 4chan]

Delete Post: [File Only] Style:
[Disable Mobile View / Use Desktop Site]

[Enable Mobile View / Use Mobile Site]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.