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){
"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. Paste this anywhere in your HTML:
<div id="skinpulse-news"
data-count="5"
data-theme="dark"
data-lang="en"></div>
<script src="https://skinpulse.pro/static/js/embed.js" async></script>
| Attribute | Values | Default |
|---|---|---|
data-count | 1-10 | 5 |
data-theme | dark / light | dark |
data-lang | en / de / es / fr | en |
Below is a live working example of the widget on this page:
The widget automatically links each headline to the original article on skinpulse.pro and includes a "Powered by SkinPulse" footer that satisfies attribution requirements.
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.