Last updated: April 30, 2026
https://skinpulse.pro/rss.xml into your feed reader, news aggregator, or CMShttps://skinpulse.pro/api/articles/ for machine-readable article dataAll three methods include automatic backlinks to the original articles. Attribution is required for any republishing.
Standard RSS 2.0 feed. Compatible with all major feed readers (Feedly, Inoreader, Reeder), CMS plugins (WordPress, Drupal, Ghost), and aggregators.
Feed URL: https://skinpulse.pro/rss.xml
Atom alternative: https://skinpulse.pro/atom.xml
Each item contains:
<link> element)The feed is updated within minutes of new articles being published.
For developers who prefer structured JSON. CORS-enabled, no authentication required.
GET https://skinpulse.pro/api/articles/?limit=20&offset=0&lang=en
limit — number of articles (default 20, max 100)offset — pagination offset (default 0)lang — en / de / es / fr (default en)category — skins / esports / updates / guides / generalcategories — comma-separated list, e.g. skins,esportsslug — fetch a single article by its slugExamples:
GET /api/articles/?category=skins&limit=10 GET /api/articles/?categories=skins,esports&lang=de GET /api/articles/?slug=ak47-wild-lotus-deep-dive-most-watched-skin-operation-2026
{
"meta": {
"site": "SkinPulse",
"site_url": "https://skinpulse.pro",
"license": "CC BY-NC-ND 4.0 + custom snippet license",
"license_url": "https://skinpulse.pro/republish/",
"attribution_required": true,
"total": 77,
"limit": 20,
"offset": 0,
"next_offset": 20,
"language": "en"
},
"articles": [
{
"id": 107,
"title": "...",
"slug": "...",
"excerpt": "...",
"content": "<full HTML content>",
"image": "https://skinpulse.pro/media/news/...",
"author": { "name": "Nina Vogt", "role": "CS2 News Editor" },
"published_at": "2026-04-29T14:00:00+00:00",
"updated_at": "2026-04-29T14:00:00+00:00",
"url": "https://skinpulse.pro/news/...",
"canonical_url": "https://skinpulse.pro/news/...",
"language": "en",
"attribution": {
"source_name": "SkinPulse",
"source_url": "https://skinpulse.pro",
"license": "CC BY-NC-ND 4.0 + custom snippet license",
"license_url": "https://skinpulse.pro/republish/",
"required_html_attribution": "Source: <a href=...>Title</a> on <a href=...>SkinPulse</a>"
}
}
]
}
The attribution.required_html_attribution field gives you a ready-to-paste HTML snippet that satisfies our license terms.
The fastest way to display SkinPulse news on your site. Two modes:
Best for sidebars and homepage strips. Each title clicks through to the original article on skinpulse.pro.
<div id="skinpulse-news"
data-mode="headlines"
data-count="5"
data-categories="skins,esports"
data-theme="dark"
data-lang="en"></div>
<script src="https://skinpulse.pro/static/js/embed.js" async></script>
The complete article body is rendered inline on your page (titles are not forced to redirect to skinpulse). Source link still appears in an attribution block at the bottom of every article — that's required by the license, and any in-text links to original sources stay intact.
<div id="skinpulse-news"
data-mode="full"
data-count="3"
data-categories="skins"
data-theme="dark"></div>
<script src="https://skinpulse.pro/static/js/embed.js" async></script>
To embed exactly one specific article, pass its slug:
<div id="skinpulse-news"
data-mode="full"
data-slug="ak47-wild-lotus-deep-dive-most-watched-skin-operation-2026"></div>
<script src="https://skinpulse.pro/static/js/embed.js" async></script>
| Attribute | Values | Default |
|---|---|---|
data-mode | headlines / full | headlines |
data-count | 1-10 | 5 |
data-categories | comma-list of skins, esports, updates, guides, general | all |
data-slug | any article slug | — |
data-theme | dark / light | dark |
data-lang | en / de / es / fr | en |
The widget below mirrors your builder selections. Click Preview below ↓ to refresh after changing colors or other settings.
The widget automatically includes a "Powered by SkinPulse" footer and (in full mode) an attribution block linking to the original article. These satisfy our license requirements — please don't strip them.
All of the above require visible attribution: a clickable link to the original article on skinpulse.pro AND a mention of "SkinPulse" as the source. The RSS, JSON, and embed methods include this automatically.
For these uses, contact info@skinpulse.pro with details of your intended use. We respond within 5 business days.
If you're not using RSS/JSON/embed (which include attribution automatically), and you're quoting or excerpting an article, use this format:
Source: <a href="https://skinpulse.pro/news/article-slug/">Article Title</a> on <a href="https://skinpulse.pro">SkinPulse</a>
Both links must be active hyperlinks (not plain text), and they must use rel="canonical" or be visible to crawlers (no nofollow).
The license combines Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 (CC BY-NC-ND 4.0) with custom snippet allowances for syndication. In plain English:
If you operate a CS2 news aggregator, gaming portal, or community site and want to display SkinPulse content, we encourage you to use the methods above — they're built specifically for you and require no manual work.
If you're already syndicating our content via scraping or unofficial means, please switch to the official RSS/JSON endpoints. We monitor for unattributed republishing and will pursue removal under DMCA when necessary.
For licensing questions, custom syndication agreements, or DMCA matters: info@skinpulse.pro.